.footer {
	float: left;
    width: 100%;
    padding: 0;
    padding-top: 30px;
    background: #fff;
    text-align: left;
}
.footer-section {
    box-shadow: 0px 7px 5px #f2f2f2;
    float: left;
    width: 100%;
    margin-bottom: 9px;
}
.footer-items {
    z-index: 1;
}
.footer-items .footer-item:nth-of-type(1) {
	margin-bottom: 30px;
}
.footer-items .footer-item:nth-of-type(2) > div {
	padding: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 15px;
}
.footer-logo {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #222;
	text-decoration: underline;
	display: inline-block;
	margin-right: 60px;
	font-weight: 600;
	position: relative;
}
.footer-help {
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	position: relative;
}
.footer-help:before {
    position: absolute;
    top: 7px;
    left: -30px;
    height: 14px;
    border-left: 1px solid #aaa;
    content: "";
    display: block;
    opacity: 0.47;
}
.footer-help span {
	font-size: 19px;
	font-weight: 600;
	padding-left: 20px;
}
.footer-link {
    font-size: 14px;
    color: #aaa;
    font-weight: 500;
    position: relative;
    margin-right: 40px;
}
.footer-link:nth-of-type(1):before {
	position: absolute;
    top: 3px;
    right: -22px;
    height: 14px;
    border-left: 1px solid #aaa;
    content: "";
    display: block;
    opacity: 0.47;
}
.footer-link.private-link {
	color: #222;
}
.footer-link:hover {
	color: #222;
}
.footer-info {
    margin-bottom: 23px;
}
.footer-info > span {
    color: #bcbcbc;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    margin-right: 10px;
}
.footer-info span span {
    display: inline-block;
    margin-right: 3px;
    color: #aaa;
    font-weight: 500;
}
.footer-copyright p {
	font-size: 13px;
    font-weight: 300;
    color: #aaa;
    padding: 0;
    margin-bottom: 15px;
}
.footer-bottom-section {
	background: #FCFCFC;
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
.footer-bottom {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.footer-bottom p {
	color: #aaa;
	padding: 0;
	font-size: 12px;
}
.footer-logo--autopus {
	display: inline-block;
	opacity: 0.5;
	padding: 0;
	margin: 10px 0;
	transition: all 0.15s linear;
}
.footer-logo--autopus img {
	width: 183px;
}
.footer-logo--autopus:hover {
	opacity: 1;
}