.notification {
	width: 300px;
	height: 80px;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: -300px;
	background: #ecf0f1;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 80px;
	border-left: 5px solid
}
.notification-info {
	border-left-color: #3498db;
	color: #3498db
}
.notification-success {
	border-left-color: #2ecc71;
	color: #2ecc71
}
.notification-warning {
	border-left-color: #e67e22;
	color: #e67e22
}
.notification-error {
	border-left-color: #e74c3c;
	col