/*SOCIAL*/
ul.social-icons {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right; 
}

ul.social-icons li {
    display: inline-block;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

ul.social-icons li i {
    color: gray;
    font-size: 14px;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px; 
}

ul.social-icons li:hover {
    border: 1px solid #76bbad;
    cursor: pointer; 
}

ul.social-icons li:hover i {
    color: #76bbad; 
}


@media (max-width: 767px) {
    ul.social-icons li:nth-child(6) {
        display: none; 
    }
    
    ul.social-icons li:nth-child(7) {
        display: none; 
    }
    
    ul.social-icons li:nth-child(8) {
        display: none; 
    }   
}

/*FACEBOOK*/
.fb-profile, .tw-profile {
    background: #4c66a4;
    position: relative; 
}

.fb-profile .icon-bg .fb-icon-bg, .tw-profile .icon-bg .fb-icon-bg {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 0;
    width: 0;
    border-top: 40px solid #3c5081;
    border-left: 40px solid transparent; 
}

.fb-profile .icon-bg i, .tw-profile .icon-bg i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    font-size: 16px; 
}

.fb-profile img.user-pic, .tw-profile img.user-pic {
    height: 48px;
    width: 48px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 10px; 
}

.fb-profile .user-details, .tw-profile .user-details {
    margin-left: 10px; 
}

.fb-profile h4.user-name, .tw-profile h4.user-name {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 14px; 
}

.fb-profile .small, .tw-profile .small {
    color: white;
    margin: 2px 0 0 0;
    font-weight: 100; 
}

.fb-profile .social-list, .tw-profile .social-list {
    text-align: center;
    margin: 0; 
}

.fb-profile .social-list h3, .tw-profile .social-list h3 {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 17px; 
}

.fb-profile .social-list small, .tw-profile .social-list small {
    color: white; 
}

.fb-profile .fb-likes-wrapper, .tw-profile .fb-likes-wrapper {
    padding: 10px; 
}

.fb-profile .fb-likes-wrapper p, .tw-profile .fb-likes-wrapper p {
    margin: 0;
    padding: 0;
    color: white; 
}

.fb-profile .fb-likes-wrapper ul.likes-list, .tw-profile .fb-likes-wrapper ul.likes-list {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

.fb-profile .fb-likes-wrapper ul.likes-list li, .tw-profile .fb-likes-wrapper ul.likes-list li {
    width: 36px;
    margin: 2px;
    float: left; 
}

.fb-profile .fb-likes-wrapper ul.likes-list li img, .tw-profile .fb-likes-wrapper ul.likes-list li img {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

.fb-profile .fb-likes-wrapper ul.likes-list li:hover, .tw-profile .fb-likes-wrapper ul.likes-list li:hover {
    opacity: 0.8; 
}
/*TWITTER*/
.tw-profile {
    background: #00acee;
    margin-bottom: 25px;
    position: relative; 
}

.tw-profile .icon-bg .fb-icon-bg {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 0;
    width: 0;
    border-top: 40px solid #0087bb;
    border-left: 40px solid transparent; 
}

.tw-profile .icon-bg i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    font-size: 16px; 
}

.tw-profile img.user-pic {
    height: 48px;
    width: 48px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 10px; 
}

.tw-profile .user-details {
    margin-left: 10px; 
}

.tw-profile h4.user-name {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 14px; 
}

.tw-profile .small {
    color: white;
    margin: 2px 0 0 0;
    font-weight: 100; 
}

.tw-profile .social-list {
    text-align: center;
    margin: 0; 
}

.tw-profile .social-list h3 {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 17px; 
}

.tw-profile .social-list small {
    color: white; 
}

.tw-profile .fb-likes-wrapper {
    padding: 10px; 
}

.tw-profile .fb-likes-wrapper p {
    margin: 0;
    padding: 0;
    color: white; 
}

.tw-profile .fb-likes-wrapper ul.likes-list {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

.tw-profile .fb-likes-wrapper ul.likes-list li {
    width: 36px;
    margin: 2px;
    float: left; 
}

.tw-profile .fb-likes-wrapper ul.likes-list li img {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

.tw-profile .fb-likes-wrapper ul.likes-list li:hover {
    opacity: 0.8; 
}

/*FRIENDS LIST*/
ul.friends-list {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

ul.friends-list li {
    width: 15%;
    margin: 0 2% 5px 0;
    float: left;
    position: relative; 
}

ul.friends-list li img {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

ul.friends-list li:hover {
    opacity: 0.8; 
}

ul.friends-list li:nth-child(6n+6) {
    margin-right: 0; 
}

ul.friends-list .status {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 10px;
    width: 10px;
    background: white;
    opacity: 0.9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; 
}

ul.friends-list .online, ul.friends-list .busy, ul.friends-list .away {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #76bbad; 
}

ul.friends-list .online.busy, ul.friends-list .busy.busy, ul.friends-list .away.busy {
    background: #d66061; 
}

ul.friends-list .online.away, ul.friends-list .busy.away, ul.friends-list .away.away {
    background: #ffaa3a; 
}

/*ONLINE USERS*/
ul.online-users {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

ul.online-users li a {
    position: relative;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2; 
}

ul.online-users li a img {
    margin-right: 3px;
    width: 16px;
    height: 16px; 
}

ul.online-users li a .user-name {
    display: inline-block; 
}

ul.online-users li a .online, ul.online-users li a .busy, ul.online-users li a .away {
    position: absolute;
    top: 10px;
    right: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #76bbad; 
}

ul.online-users li a .online.busy, ul.online-users li a .busy.busy, ul.online-users li a .away.busy {
    background: #d66061; 
}

ul.online-users li a .online.away, ul.online-users li a .busy.away, ul.online-users li a .away.away {
    background: #ffaa3a; 
}

/*VISITORS E VISITS*/
.visitors-total {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right; 
}

.visitors-total h3 {
    font-size: 30px;
    color: #d66061;
    margin: 0; 
}

.visitors-total p {
    margin: 0;
    padding: 0;
    color: #4d4d4d; 
}

@media (max-width: 767px) {
    .visit-total {
        display: none; 
    }  
}

@media (min-width: 768px) and (max-width: 991px) {
    .visit-total {
        display: none; 
    } 
}

.visit-stats {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 220px; 
}

.visit-stats ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none; 
}

.visit-stats ul li {
    width: 33%;
    float: left;
    text-align: center; 
}

.visit-stats ul li .donut {
    position: relative;
    width: 48px;
    margin: auto; 
}

.visit-stats ul li .donut span {
    position: absolute;
    top: 17px;
    left: 12px;
    color: #4d4d4d;
    font-size: 12px; 
}

.visit-stats ul li h2 {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600; 
}

.visit-stats ul li p {
    color: #4d4d4d;
    padding: 0;
    margin: 0; 
}

@media (max-width: 767px) {
    .visit-stats {
        display: none; 
    }    
}

@media (min-width: 768px) and (max-width: 991px) {
    .visit-stats {
        display: none; 
    }    
}

#external-events .btn {
    margin-bottom: 3px;
    display: block; 
}
