ul {
margin: 0;
padding: 0;
list-style: none;
}


/* ==========================================================================
Footer
 ========================================================================== */
#footer {background-color:#0F141A; background-color: #0C0C0C;}
#footer p { color: #aaa; font-size: 14px;}
#footer h4 {font-size: 16px; color: #FFF;}
#footer a {color: #f5f5f5; font-size: 14px;}
    #footer a:hover {color: #FFF;}
#footer hr {border-top:1px solid rgba(255,255,255,0.2); margin-top: 35px; margin-bottom: 35px;}

.quick-links {margin-left: 10px;}
.quick-links li {list-style-type: square; margin-bottom: 10px;}
.copyright {float: right;}
.copyright i {color: #FF3D7F; margin:0 5px;}

.contact-list li {font-size: 14px; color: #FFF;}
.contact-list i {border: 1px solid #fff; border-radius: 50%; height: 40px; width: 40px; text-align: center; line-height: 40px; margin-right: 10px; margin-bottom: 10px;}

.footer-bottom {margin-top: 60px; padding-top: 40px; border-top:1px solid rgba(255,255,255,0.2);}


/* ==========================================================================
Social Links
 ========================================================================== */
.social {}
.social li {display: inline-block; border-radius: 3px; text-align: center; line-height: 35px; webkit-transition: background-color 400ms ease-out 0.2s; -moz-transition: background-color 400ms ease-out 0.2s; -o-transition: background-color 400ms ease-out 0.2s; transition: background-color 400ms ease-out 0.2s;}
.social li a { color: #fff; padding: 10px 12px; }
.social li.facebook { background: #204385; }
.social li.twitter { background: #2aa9e0; }
.social li.google-plus { background: #d3492c; }
.social li.linkedin { background: #0073b2; }
.social li.skype { background: #00b0f6; }
.social li.youtube { background: #e22d24; }
.social li:hover {background:#31373a; cursor: pointer; }
