.ContentBlockContainer {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	clear: both;
}

.ContentBlock {
	position: relative;
	float: left;
	font-size: 0px;
}

.ContentBlock.WidthFull {
	width: 100%;
	max-width: 100%;
}

.ContentBlock.WidthSet {
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
	padding-top:50px;
	float: none;
	clear: both;
}

.ContentBlock.WidthFloat {
	float: left;
	padding-top:50px;
}

/* .ContentBlockContainer .TextM {padding: 100px;} */

.mobile .ContentBlock{
	width: 100%!important;
}

.clearfix {clear: both;}

.MobileHide {display: block;}
.DesktopHide {display: none;}

.mobile .MobileHide {display: none;}
.mobile .DesktopHide {display: block;}