.text-indent-2rem{
	text-indent: 2rem;
}
.text-row-1{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.text-row-3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.clearfix:before,.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;  
}
.clearfix{
	*zoom:1;  
}
.m-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color:rgba(0,0,0,.5);
}
.m-margin-right-15px{
	margin-right: 15px;
}
.button{
	border-radius: 0;
	padding: 10px 25px;
	background-color: #333;
	border: 0;
	color: white;
}
.button:hover{
	background-color: black;
}