#footer {
    background-color: #272727;
    position: relative;
}
#footer-content {
	padding: 30px 15px 20px;
}
#footer h2 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}

#footer a {
	color: #fff;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
    font-size: 17px;
}

#footer ul {
	padding: 12px 0 0 12px;
}

#footer ul li {
	margin: 0 0 18px 0;
}

#footer-under {
	padding: 0 0 30px;
	display: inline-block;
    background: #4A4A4A;
    width: 100%;
}
#footer-under .fine {
	font-size: 8.5px;
    width: 100%;
    color: #fff;
    text-align: right;
    display: inline-block;
}

#footer-social ul .social-icons {
    width: 40px;
    display: inline-block;
}

#footer-social ul .social-icons img {
    max-width: 23px;
    height: auto;
    margin: 0 23px 0 0;
}
#footer-logo {
	display: inline-block;
    width: 100%;
    margin: 0 0 60px 0;
}

#footer-social, #footer-about {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0 0 15px 0;
}

#footer-other-brands {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
}

#footer-under .hmp-brand-logo,#footer-under .hmp-logo{
	margin: 35px 0;
}
#footer-content .row {
    margin-left: 0;
    margin-right: 0;
}

@media(min-width: 768px) {
	#footer .footer-section {
		border-left: 1px solid #7C7C7C;
	}
	#footer-content {
		padding: 30px 0 20px;
	}
}

@media (min-width: 992px) {
	#footer-under .hmp-brand-logo {
		width: 356px;
	    float: left;
	    margin: 30px 0 0 0;
	}
	#footer-under .hmp-logo {
		width: 212px;
	    float: right;
	    margin: 30px 0 0 0;
	}

}

/*** Master Footer ***/
.master-footer {
    background-color: #000;
    width: 100%;
    padding: 30px 0 100px;
    line-height: 35px;
}

.master-footer .footer-hmp-brands {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top:15px;
    margin-bottom: 30px;
}

.master-footer .footer-hmp-brands div {
    display: inline-block;
    vertical-align: center;
}

.master-footer .footer-hmp-brands .brand1 {
    padding-right:15px; 
}

.master-footer .footer-hmp-brands .brand2 {
    padding:0 15px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.master-footer .footer-hmp-brands .brand3 {
    padding-left: 15px;
}

#footer .master-footer .footer-copyright div,
#footer .master-footer .footer-copyright a {
    display: inline-block;
    margin-right: 15px;
    color:#BBC3C4;
    font-size: 12px;
} 

@media(max-width: 768px){
    #footer .row {
        margin:0;
    }

    #footer .container {
        padding:0;
    }

    #footer .footer-top {
        padding:40px;
    }

    #footer .menu-2-item ul li {
        padding: 5px 40px;
    }

    #footer h3, #footer .menu-2-item a {
        padding: 15px 40px;
    }

    #footer .social-white {
        margin: 30px 40px;
    }

    #footer .master-footer .container {
        padding: 0 40px;
    }

    .master-footer .main-logo img {
        width: 145px;
        height: auto;
    }
    .master-footer .footer-hmp-brands {
        display: block;
        margin-top:15px;
        margin-bottom: 30px;
    }

    .master-footer .footer-hmp-brands div {
        display: block;
        margin-bottom: 0px;
    }

    .master-footer .footer-hmp-brands .brand1 {
        padding-right:0;    
    }

    .master-footer .footer-hmp-brands .brand2 {
        padding:0;
        border-left: none;
        border-right: none;
    }

    .master-footer .footer-hmp-brands .brand3 {
        padding-left:0;
    }

    #footer .master-footer .footer-copyright div{
        display: block;
        margin-right: 0;
        line-height: 25px;
    }   

}



