/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}



.container {
			font-family:Arial, sans-serif;
		    background: #fff;
		    font-weight: 300;
		  
		   
			width: 100%;
			position: relative;
			margin: 50px 0px 50px 0px
}


