.jquery-bar {
    z-index: 99;
    min-height: 30px;
    line-height: 30px;
    width: 100%;
}
.jquery-bar .notification {
    display: block;
    width: auto;
}
.downbar {
    cursor: pointer;
    padding: 0 3px;
    position: absolute;
    top: 0;
    right: 70px;
}
.down {
    position: absolute;
    right: 85px;
    top: 6px;
}
.up {
    display: none;
    top: -45px;
}
.arrow {
    cursor: pointer;
}
.ticker {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.ticker li {
    height: auto;
    margin: 0 5px;
    padding: 5px;
}
.hellobutton {
    background: #00b285 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 10px;
    padding: 5px 10px;
}
.hellolink {
    color: #ffffff;
    font-weight: 500;
    margin: 0 10px;
    padding: 3px 10px;
}
.social {
    margin-left: 70px;
    position: absolute;
}
/*
.social .fb a::before {
    content: "fb";
    font-family: FontAwesome;
}
.social .fb a {
    background: #3c5b9b none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 5px;
    text-align: center;
    width: auto;
}
.social .fb a:hover {
    background: #3c5b9b none repeat scroll 0 0;
}
.social .tw a::before {
    content: "tw";
    font-family: FontAwesome;
}
.social .tw a {
    background: #359bed none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 5px;
    text-align: center;
    width: auto;
}
.social .tw a:hover {
    background: #359bed none repeat scroll 0 0;
}
* */

.social ul {
    float: left;
    list-style: outside none none;
    padding: 0;
}
.social ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
}
.social a {
    transition: background 400ms ease-in-out 0s;
}

