footer.main {
	min-height:170px;

	background-color:#252525;
	color:#FFFFFF;
	
	padding-bottom: 15px;
	line-height:18px;
	margin-top:50px;
}
footer.main a:hover {
	color:#FFF;
}
footer.main ul {
	list-style:none;
	padding:0;
	margin:0;
}

footer.main .wrapper {
	padding-top:35px;
	min-height:135px;
	
	position:relative;
}

footer.main .info,
/*footer.main .footer*/
footer.main .address {
	width:50%;
}
footer.main .info {
	float:right;
	text-align:right;
}
footer.main .tothetop {
	width:29px;
	margin-left:-15px;
	position:absolute;
	left:50%;
}
footer.main .footer {
	/*float:right;
	text-align:right;*/
	margin-top:15px;
}
footer.main .address {
	float: left;
}

.address-part {
	margin-bottom: 15px;
	display: block;
}


@media only screen and (max-width : 580px) {
	footer.main {
		height:auto;
		position:relative;
	}
	footer.main .wrapper {
		padding-bottom:35px;
	}
	footer.main .address {
		margin-bottom: 30px;
	}
	footer.main .info,
	footer.main .footer,
	footer.main .tothetop,
	footer.main .address {
		width:100%;
		text-align:center;
		float:none;
	}
	footer.main .tothetop {
		position:relative;
		left:auto;
		margin:25px 0;
	}
}
