.footer a{
    color:#fff;
}
.footer a:hover {
    color: #e3000f;
    text-decoration: none;
}
.benefits{
    background-color: #969696;
    color: #FFF;
}
.footer-menu p{
    margin-bottom: 5px;
}
.footer p.footer-numbers {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}
.footer .social-icons a {
    margin-right: 5px;
}
.footer .social-icons img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer .social-icons img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.partners .partner {
    width: 14.282051282%;
    text-align: center;
}

/* RETAIL */
.single-shops .abc .abc-title {
    line-height: 32px;
}
.single-shops .abc a {
    display: block;
    background: #fff;
    margin-right: 2px;
    color: #141414;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.single-shops .abc a:hover {
    background: #fff;
    color: rgba(49,49,49,.74);
    text-decoration: none;
}
.single-shops .letter {
    width: 100%;
    background: #141414;
    color: #fff;
}
.single-shops .city-name.collapsed {
    display: block;
    margin-right: 5px;
    background: #fbfbfb;
    color: #141414;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.single-shops .city-name{
		background: #fff;
    color: rgba(33,33,33,.62);
}
/******* RETAIL ************/

/** FILTERS **/
.hide-filters {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin-bottom:0!important;
}

.filter-item {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/******** FILTERS **********/

@media (max-width: 991px) {
	.single-shops .abc .abc-title {
		display: block;
		float: none!important;
	}
	.single-shops .letter {
    width: auto;
    background: #141414;
    color: #fff;
	}
}