#top-bar-wrap {
    border-color: rgba(241, 241, 241, 0);
    background-color: #a30100;
    position: relative;
    font-size: 14px;
    /*border-bottom: 1px solid #f1f1f1;*/
    z-index: 101;
    color: #4a4a4a;
    word-wrap: break-word;
    height: 34px;
}

.clr:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0;
}

#top-bar {
    padding: 8px 0;
}

#top-bar-inner {
    position: relative;
}

#top-bar-content, #top-bar-social-alt {
    line-height: 1.3;
    text-transform: uppercase;
    color: lightgray;
    font-size: 14px;
}

.top-bar-left {
    float: left;
}

.topbar-content a {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: lightgray;
    font-weight: bold;
    margin-right: 30px;
    padding-left: 5px;
}
.topbar-content .fa-phone {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

#top-bar-content a:hover, #top-bar-social-alt a:hover, #top-bar-content .topbar-content span:hover {
    color: #fff;
}

#top-bar-content .topbar-content span, #top-bar-content .topbar-content span:hover, #top-bar-content .topbar-content span:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.topbar-content span {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: lightgray;
    font-weight: bold;
    padding-left: 5px;
}

#top-bar-social.top-bar-right {
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
}

.top-bar-right {
    float: right;
}

#top-bar-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#top-bar-social li {
    float: left;
}

#top-bar-social.top-bar-right li:last-child a {
    padding-right: 0;
}

#top-bar-social li a {
    padding: 0 0 0 7px;
}
#top-bar-social li a {
    font-size: 20px;
}
#top-bar-social li a {
    display: block;
    float: left;
    color: #bbb;
    padding: 0 6px;
}

#top-bar-social li a:focus {
    outline: none !important;
}

#top-bar-social li a:hover {
    outline: none !important;
    color: #fff !important;
}

