.footer {
    margin-top: 50px;
    background: #21222d;
}

.footer .header_footer {
    padding-top: 40px;
    border-bottom: 2px solid #161721;
    padding-bottom: 20px;
}

.footer .header_footer h2 {
    color: white;
    font-size: 1.5em;
    font-family: 'quarkBold';
    margin: 0;
    margin-bottom: 5px;
}

.footer .header_footer p {
    color: white;
    font-size: 1em;
    margin: 0;
}

.social li {
    list-style: none;
    display: inline-block;
    margin: 14px 7px;
}

.social li i {
    color: white;
    font-size: 2em;
}

.footer .facebook {
    padding: 12px 19px;
    border-radius: 50%;
    background: #3a5897;
}

.footer .twitter {
    padding: 12px 14px;
    border-radius: 50%;
    background: #25a6d1;
}

.footer .google {
    padding: 12px 10px;
    border-radius: 50%;
    background: #e34524;
}

.footer .youtube {
    padding: 12px 13px;
    border-radius: 50%;
    background: #d32328;
}

.footer .sitemap {
    margin-top: 30px;
}

.footer .sitemap h2 {
    color: white;
    font-size: 1.5em;
    font-family: 'quarkBold';
    margin: 0;
}

.sitemap_link {
    margin-top: 10px;
}

.sitemap_link a,
.sitemap_link p {
    color: white;
    text-decoration: none;
}

.sitemap_link ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sitemap_link li {
    margin-right: 10px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 15.65%;
}

.sitemap_link .child li,
.sitemap_link .sub-menu li {
    float: none;
    display: block;
    width: auto;
    list-style: none;
}

.sitemap_link .child i,
.sitemap_link .sub-menu li i
 {
    color: #161721;
    font-size: 0.8em;
    margin-right: 5px;
}

.sitemap_link ul.sub-menu li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
    content: "";
}

.footer .navbar-nav > li > a {
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
}

.footer .nav > li > a:hover, .footer .nav > li > a:focus {
    background: transparent;
}

.copy-right {
    margin-top: 20px;
    background: #161721;
    color: white;
    text-align: center;
    padding: 1em;
}

.copy-right p {
    margin: 0;
}


/*mobile site*/

@media (max-width: 767px) and (min-width: 320px) {
    .footer {
        margin-top: 20px;
    }
    .footer .header_footer {
        border: none;
    }
    .footer .sitemap {
        display: none;
    }
    .social {
        margin-top: 30px;
    }
    .copy-right p {
        font-size: 0.7em;
    }
}


/*tablet site*/

@media(max-width: 1024px) and (min-width: 768px) {
    .footer .header_footer {
        border: none;
    }
    .footer .sitemap {
        display: none;
    }
    .social {
        margin-top: 30px;
    }
}


/*lanscape tablet*/

@media (max-width: 1024px) and (min-width: 1024px) {
    .social {
        margin-top: 0px;
    }
}


/*custom size*/

@media (max-width: 1199px) and (min-width: 1025px) {
    .footer .header_footer {
        border: none;
    }
    .footer .sitemap {
        display: none;
    }
}
