/* Footer ================================================================================ */

#footer {
    /*margin-top: 20px;*/
    padding-top: 70px;
    padding-bottom: 70px;
    border-top: 1px solid #e3e0d9;
    text-align: center;
    margin-top: 30px;
}

#footer h5.heading {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
}

#footer h5.heading i {
    display: none;
}

#footer a:hover {
    text-decoration: none;
}

/* Customer service */
#footer .content ul {
    margin-top: 10px;
}
#footer .content a{
	text-transform: lowercase;
}
#footer .row li {
    margin: 0 0 5px 0;
}

#newsletter-validate-detail p {
    margin: 6px 0;
}
#newsletter-validate-detail .button{
	font-weight: normal;
	text-transform: lowercase;
	background: transparent;
	color: #ab1d2b;
	border: 0;
	vertical-align: middle;
	padding: 0;
}
#newsletter-validate-detail .button:after,
#newsletter-validate-detail .button:before{
	content: "";
	display: inline-block;
	height: 1px;
	width: 15px;
	background: #ab1d2b;
	vertical-align: middle;
	margin: 0 4px;
}

#newsletter {
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

.footer-bottom {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 11px;
}

#copyright {
    margin: 18px 0;
    font-size: 12px;
    display: block;
}

#footer-bottom-menu,
#footer-bottom-menu li,
#footer-bottom-menu li a {
    float: left;
}

#footer-bottom-menu a {
    padding: 10px;
}

#footer-bottom-menu li:last-child a {
    background: none;
}

/* Vaimo link */
#vaimo {
    float: right;
    color: #d2d2d2;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

#vaimo a {
    color: #d2d2d2;
}

#vaimo a:hover {
    color: #666;
}
.footer-social li{
	display: inline-block;
	font-size: 18px;
	padding: 0 8px;
}
.mobile-news-copy{
	display: none;
}