.footter-middle {
    background-color: #2d2d2c;
    border-bottom: 2px solid #afafaf;
}
.footter-middle-inner {
    margin: 0 auto;
    max-width: 1170px;
    padding: 10px;
    width: 100%;
}
.footter-middle-inner p {
    color: #fff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    padding-top: 3px;
}
.footter-middle-inner p a {
    color: #fff;
}
.footter-middle-inner p a.special-link {
    color: #9e97bb;
}
.dmg-logo {
    float: right;
    height: 25px;
    width: 130px;
}
.footter {
    background-color: #1e2529;
    background-image: url("../images/footter-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Roboto",sans-serif;
    min-height: 150px;
    padding: 15px 0;
    text-align: right;
}
.footter a {
    color: #fff;
    font-size: 12px;
}
.footter a:hover {
    color: #d5df3c;
}
.footer-inner {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}
.footter-logo {
    float: left;
    padding: 50px 1% 1%;
    text-align: center;
    width: 30%;
}
.footer-inner ul {
    float: left;
    padding: 1%;
    text-align: left;
    width: 20%;
}
.footer-inner ul li {
    background-image: url("../images/footter-arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-top: 2px;
    width: 50%;
}
.footer-inner ul h3 {
    color: #d5df3c;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: left;
	margin:0;
}
.social-links {
    color: #d5df3c;
    float: left;
    padding: 35px 1% 1%;
    width: 30%;
}
.social-links a {
    color: #d5df3c;
    font-size: 13px;
    font-weight: 500;
}
.social-ic {
    display: block;
    text-align: right;
    width: 100%;
}
.social-ic a {
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    margin: 4px 5px;
    width: 24px;
}
.social-ic a.tw {
    background-image: url("../images/twitter-green.png");
}
.social-ic a.in {
    background-image: url("../images/linkedin-green.png");
}
.social-ic a.fb {
    background-image: url("../images/facebook-green.png");
}
.social-ic a.ml {
    background-image: url("../images/mail-green.png");
}
.footter-middle-link {
    clear: both;
    display: block;
    width: 100%;
}
@media (max-width:767px){ 
.footter-top ul, .footter-top .tweet-wrap, .footter-top .subscribe {
    display: block;
    float: left;
    height: auto;
    padding: 10px 5%;
    width: 100%;
}
.media-partner-wrap {
    padding-bottom: 50px;
}
.footter-logo, .social-links, .footer-inner ul {
    float: none;
    padding: 10px 40px 20px 0;
    width: 100%;
}
.social-ic {
    text-align: center;
}
.footter {
    background-image: none;
}
.navigation li ul li {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
}
.footer-inner ul {
	Padding-left:50px !important;	
}


}