.top-most-bar {
    background: #4a002a; /* Old browsers */
    background: -moz-linear-gradient(top,  #4a002a 0%, #4a002a 50%, #400024 51%, #400024 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a002a), color-stop(50%,#4a002a), color-stop(51%,#400024), color-stop(100%,#400024)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4a002a 0%, #4a002a 50%, #400024 51%, #400024 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4a002a 0%, #4a002a 50%, #400024 51%, #400024 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4a002a 0%, #4a002a 50%, #400024 51%, #400024 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4a002a 0%, #4a002a 50%, #400024 51%, #400024 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a002a', endColorstr='#400024',GradientType=0 ); /* IE6-9 */


    font-family: 'Source Sans Pro', sans-serif;
    padding: 5px;
    padding-bottom: 0;
    cursor: default;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.top-bar-icon {
    padding-bottom: 1px;
    padding-right: 1px;
    text-align: center;
    float: left;
    clear: none;
    margin-right: 5px;
    margin-top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid white;
    background-color: white;
    box-shadow: 1px 1px 1px black;
}

.top-bar-icon-social .top-bar-icon {
    border: 2px solid white !important;
    background-color: white !important;
}

.top-most-bar a {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #E0E0E0;
}

.top-most-bar a .icon-text-label {
    text-shadow: 1px 1px 1px black !important;
}

.top-most-bar i {
    font-size: 14px;
}

.twitter i, .top-most-bar .twitter i {
    color: #4099FF !important;
}

.video-cam i, .top-most-bar .video-cam i {
    color: #414141 !important;
}

.dating i, .top-most-bar .dating i {
    color: #A70000 !important;
}

.toys i, .top-most-bar .toys i {
    color: #610069 !important;
    position: absolute;
    top: 0;
    right: 0;
    left: -1px;
    bottom: 0;
    text-align: center;
}
.toys i, .top-most-bar .toys, .dating i, .top-most-bar .dating i, .video-cam i, .top-most-bar .video-cam i {font-size: 12px;}
.tumblr i, .top-most-bar .tumblr i {
    color: #00225F !important;
}
.facebook i, .top-most-bar .facebook i {
    color: #3B5998 !important;
}
.googleplus i, .top-most-bar .googleplus i {
    color: #DD4B39;
    position: relative;
    bottom: 1px;
}
.instagram i, .top-most-bar .instagram i {
    color: #754736;
}
.pinterest i, .top-most-bar .pinterest i {
    color: #C91A2C;
}

.feedback i, .top-most-bar .feedback i {
    color: #cc117c !important;
    position: relative;
    bottom: 1px;
}

.top-most-bar .home i {
    color: black !important;
    font-size: 13px;
}

.top-most-bar .specials i {
    color: #006400 !important;
    font-size: 11px;
    background-color: rgba(255,255,255, 0.5);
}

.top-most-bar .specials {

}

.top-most-bar .sign-out i {
    color: black !important;
}

.top-most-bar .sign-in i {
    color: maroon !important;
}


.top-most-bar .social-icon {
    display: inline-block;
    text-align: left;
    min-width: 25px;
    padding: 8px;
    padding-bottom: 12px;
    margin: -8px 0 -8px 0;
    border-right: 1px solid rgba(255,255,255,0.3);
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.top-most-bar .social-icon:first-child {
    border-left: 1px solid rgba(255,255,255,0.3);
}

.social-icon-special {
    background: #f6f8f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    color: black;
    text-shadow: 0 0 0 black !important;
}

.social-icon-special a .icon-text-label {
    color: black !important;
    text-shadow: 0 0 0 black !important;
}

.social-icon-special .top-bar-icon {
    background-color: maroon !important;
    border: 2px solid maroon !important;
    box-shadow: 1px 1px 1px #CCCCCC !important;
}

.social-icon-special .top-bar-icon i {
    color: white !important;
    background: none !important;

}

.social-icon:hover {
    background-color: rgba(255,255,255, 0.3);
}

.top-bar-text {
    color: white;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 12px;
    text-shadow: 1px 1px 1px black !important;
}

.top-bar-icon {
    display: none;
}

.top-bar-icon-social .top-bar-icon {
    display: block;
    position: relative;
}

.width-1 {width: 43.666667%;}
.width-2 {width: 23%;}