.lx-mb-0{
	margin-bottom:0px;
}
.lx-p-0{
	padding:0px;
}
.lx-pb-0{
	padding-bottom:0px;
}
.lx-b-0{
	border:0px;
}
.lx-hide{
	display:none;
}
.lx-mobile{
	display:none;
}
.lx-fl{
	float:left;
}
.lx-fr{
	float:right;
}
.lx-p-15{
	padding:15px;
}
.lx-pb-0{
	padding-bottom:0px;
}
.lx-pr-0{
	padding-right:0px;
}
.lx-mb-0{
	margin-bottom:0px;
}
.lx-w-25{
	width:calc(25% - 15px);
	margin-right:15px;
	margin-bottom:15px;
}
.lx-w-33{
	width:calc(33.33% - 15px);
	margin-right:15px;
	margin-bottom:15px;
}
@media(max-width:1023px){
	.lx-w-25{
		width:100%;
		margin-right:0px;
	}
	.lx-w-33{
		width:100%;
		margin-right:0px;
	}
}
@media(max-width:767px){
	.lx-pt-0{
		padding-top:0px;
	}
	.lx-g4-to-2{
		width:50%;
	}
	.lx-desktop{
		display:none;
	}
	.lx-mobile{
		display:block;
	}
}