/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.top-navbar .navbar-left > li > a, .top-navbar .navbar-right > li > a
{font-size:14px;}

.sideicons {
    height: 270px;
    position: fixed;
    right: 0;
    top: 300px;
    width: 60px;
    z-index: 2000;
}

.sideicons a {
    display: block;
    height: 60px;
    margin-bottom: 7px;
    width: 60px;
}
.sideicons a.emails {
    background: rgba(0, 0, 0, 0) url("/assets/images/follow.png") no-repeat scroll 0 -123px;
}
.sideicons a.calls {
    background: rgba(0, 0, 0, 0) url("/assets/images/follow.png") no-repeat scroll 0 -1px;
}
.sideicons a.chats {
    background: rgba(0, 0, 0, 0) url("/assets/images/follow.png") no-repeat scroll 0 -62px;
}

.sideicons a.calls:hover{background:url(/assets/images/follow.png) no-repeat -62px -0px;}
.sideicons a.chats:hover{background:url(/assets/images/follow.png) no-repeat -62px -62px;}

.sideicons a.emails:hover{background:url(/assets/images/follow.png) no-repeat -62px -123px;}

