@charset "UTF-8";
/* 3 BIRDS V4 HEADER CSS Document */


/* Footer 
/////////////////////////////////////////////////////////////////*/

#footer-wrapper {
    background: #2eace1; 
    width:100%; 
    padding:60px 0 60px 0;
}

#footer-wrapper .footer-twitter {   
    margin-top:5px;
}

#footer-wrapper .footer-twitter p {
    color:#fff;
    font-size:20px;
    font-weight:300;
    margin:0px;
    padding:0px;
    line-height:28px;
    text-align:center;
}

#footer-wrapper .footer-twitter p i {
    font-size:72px;
}

#footer-wrapper .footer-twitter .footer-user {
    font-size:16px;
    margin-top:10px;
}

#footer-wrapper .footer-links ul li  {
    padding: 0 20px 0 20px;
    border-right: 1px solid #fff; 
    border-left: 1px solid #fff; 
    list-style: none;
    font-size:18px;
    font-weight:300;
}


#footer-wrapper .footer-links ul li a {
    color:#fff;
}

#footer-wrapper .footer-links ul li a:hover {
    opacity:.75;
}

#footer-wrapper .footer-info h1 {
    color:#fff;
    font-size:22px;
    padding:0px;
    margin:15px 0 0 0;
}

#footer-wrapper .footer-info p {
    color:#fff;
    font-size:16px;
}

#footer-wrapper .footer-info p i {
    color:#fff;
    font-size:22px;
    padding-right:5px;
}

#footer-wrapper a.social { 
    width: 50px; 
    height: 50px; 
    border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
    border: #fff 2px solid;
    display:inline-block; 
    background-color: transparent;
    opacity:1; 
    text-align: center;
    transition: opacity 300ms;
    margin-right:10px;
}

#footer-wrapper a.social i {
    font-size: 2.1em; 
    color: #fff;
}

#footer-wrapper a.social:hover { 
    opacity:.75;
}

#footer-wrapper .footer-info .footer-sub {
    font-size:14px;
    margin-top:25px;
}




