section.hasFooterPre {
	background-color: #343434;
	overflow: hidden;
	text-align: center;
}


.fragment.FooterPre > div {
	margin-bottom: 50px;
}


.fragment.FooterPre .col.A,
.fragment.FooterPre .col.A2 {
	margin-top: 60px;
}

.fragment.FooterPre .col.B {
	margin-top: 60px;
	overflow: hidden;
}

.fragment.FooterPre h6 {
	color: #fff;
	font-size: 30px;
}

.fragment.FooterPre p,.fragment.FooterPre a {
font-size:13px!important;
}

.fragment.FooterPre .col.B a {
	text-decoration: none;
	color: #fff;
	clear: both;
	display: block;
}

@media screen and (min-width: 500px) {
	.fragment.FooterPre .col.B a {
		box-sizing: border-box;
		clear: none;
		float: left;
		width: 50%;
	}

	.fragment.FooterPre .col.B a:nth-child(odd) {
		padding-right: 20px;
	}
}

@media screen and (min-width: 501px) and (max-width: 1100px) {
	.fragment.FooterPre .col.A{
		width: 45%;
		float:left;
    	
	}
	.fragment.FooterPre .col.A2{
		width: 45%;
		float:right;
		clear:right;
    	
	}
	.fragment.FooterPre .col.B{
		clear:both;
		width:100%;
		margin-top:0;
	}

}

@media screen and (min-width: 1100px) {
	section.hasFooterPre {
		text-align: left;
	}

	.fragment.FooterPre .col {
		float: left;
	}

	.fragment.FooterPre .col.A {
		width: 25%;
	}
	.fragment.FooterPre .col.A2 {
		width: 25%;
	}

	.fragment.FooterPre .col.B {
		float:right;
		width: 40%;
	}
}