	.text-center{
		text-align: center;
	}
	
	.lead, li, p {
		font-weight: normal !important;
	}
	
	form label {
		font-size: 14px !important;
		color: #000;
	}
	
	form input, form select {
		background: rgba(0, 0, 0, 0.05) !important;
		border: 0 !important;
		border-radius: 0 !important;
		height: 50px !important;
	}
	
	.btn-red {
		border-radius: 0 !important;
		font-size: 14px !important;
		line-height: 16px !important;
		text-transform: uppercase !important;
		color: #fff !important;
		background: #E8171F !important;
		transition: all .3s ease !important;
	}
	
	.btn {
		display: inline-block;
		margin-bottom: 0;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		white-space: nowrap;
		padding: 6px 12px;
		font-size: 18px;
		line-height: 1.42857143;
		border-radius: 3px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	h1, .h1 {
		font-size: 40px !important;
	}
	
	.h2, h2 {
		font-size: 40px !important;
	}
	
	h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, p {
		margin: 0 0 30px 0 !important;
	}
	
	p {
		margin: 0 0 12.5px !important;
	}
	
	body {
		font-family: 'Lato', sans-serif !important;
	}
	
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		font-family: inherit;
		font-weight: 300;
		line-height: 1.1;
		color: inherit !important;
	}