/*Footer*/
#footer {
    background: url('/assets/images/footer-bg-blue.jpg') repeat;
    background-size: cover;
    margin-top: 0px;
}
#footer.container {padding: 0px;}
#footer h3 {color: #DCE4E5;}
#footer p {color: #DCE4E5;opacity: 0.8;}
#copyrights {
    background-color: rgba(0, 0, 0, 0.2);
    color:#DCE4E5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 20px 20px 20px;
}
.widget_links li a {
    color: #DCE4E5;
    background-image: url("/assets/images/icons/widget-link.png");
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 3px 0 12px;
}
.widget_links li a:hover {color: #DCE4E5;}
.widget_links ul {list-style: none;padding-left: 0;}
.footer-widget {margin-bottom: 15px;}

/* Social Icons Footer */
.social-icons {margin-bottom: 0px;}
.social-icons .fa {font-size: 1.4em;}
.social-icons .fa {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.social-icons.icon-rounded .fa {border-radius: 3px;}
.social-icons .fa:hover,.social-icons .fa:active {color: #FFF;background-color: rgba(0, 0, 0, 0.2);}
.social-icons.list-inline>li {padding: 0 2px 0 2px;}
.social-icons .fa-facebook {background-color: #3B5998;}
.social-icons .fa-instagram { background-color: #3F729B;}
.social-icons .fa-linkedin {background-color: #0E76A8;}
.social-icons .fa-twitter { background-color: #00ACEE;}
.social-icons .fa-youtube,.social-icons .fa-youtube-play {background-color: #C4302B;}
.social-icons .fa-comments {background-color: #6bb35f;}