﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: Sirpaulru;
    src: url('fontComic.ttf');
}

@font-face {
    font-family: SirpaulruI;
    src: url('fontComicI.ttf');
}

@font-face {
    font-family: SirpaulruCandara;
    src: url('fontCandara.ttf');
}

@font-face {
    font-family: SirpaulruBookman;
    src: url('fontBookman.ttf');
}

.clear {
    clear: both;
}

.wrapper {
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-top: 40px;
}

.header {
    height: 40px;
    width: 100%;
    background: #1a1a1a;
    position: fixed;
    z-index: 10;
}

.header_middle {
    width: 1000px;
    min-width: 1000px;
    position: relative;
    display: block;
    margin: 0 auto;
    height: 40px;
    z-index: 1;
}

.navigation {
    font-family: SirpaulruI;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background: #1a1a1a;
    margin-left: 30px;
}

    .navigation li {
        float: left;
    }

        .navigation li:hover {
            background: #964b00;
        }

        .navigation li a {
            display: block;
            padding: 0 20px;
            text-decoration: none;
            line-height: 40px;
            color: #fff;
        }

    .navigation ul {
        display: none;
        position: absolute;
        list-style: none;
        margin-left: -3px;
        padding: 0;
        overflow: hidden;
    }

        .navigation ul li {
            float: none;
        }

    .navigation li:hover > ul {
        display: block;
        background: #222;
        border: solid 3px #fff;
        border-top: 0;
        -webkit-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    }

        .navigation li:hover > ul li:hover {
            -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
        }

    .navigation li li a:hover {
        background: #964b00;
    }

    .navigation ul li:last-child a,
    .navigation ul li:last-child a:hover {
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

.middle {
    width: 1000px;
    display: block;
    margin: 0 auto;
    min-height: 840px;
    background-color: White;
}

.sirpaul {
    color: #333333;
    font-family: SirpaulruCandara;
    font-size: 72px;
    font-weight: bold;
}

.ru {
    color: #FF0000;
    margin-left: -10px;
    font-family: SirpaulruCandara;
    font-size: 120px;
    font-weight: bold;
}

*::-moz-selection {
    background-color: transparent;
}

*::selection {
    background-color: transparent;
}

.slide-up-boxes a {
    display: block;
    height: 130px;
    margin: 0 0 20px 0;
    background-color: #fff;
    height: 150px;
    overflow: hidden;
    text-decoration: none;
}

.slide-up-boxes .h5 {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.slide-up-boxes a:hover .h5 {
    margin-top: -65px;
    opacity: 0;
}

.h5 {
    width: 1000px;
    height: 150px;
}

.back {
    position: relative;
    color: white;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    height: 145px;
    background: transparent url(/images/main/funny2.png) 0px 0px no-repeat;
    padding-left: 120px;
    opacity: 0;
    -webkit-transform: rotate(6deg);
    -webkit-transition: all 0.4s linear;
    -moz-transform: rotate(6deg);
    -moz-transition: all 0.4s linear;
    -o-transform: rotate(6deg);
    -o-transition: all 0.4s linear;
    margin-top: -90px;
}

.slide-up-boxes a:hover div {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
}

.fansiteFor {
    margin: -30px 0px 0px 50px;
    display: block;
    font-family: SirpaulruBookman;
    color: #728490;
}

.MainPageH1 {
    font-family: Sirpaulru;
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
}

.jqp-piece span {
    display: none;
}


div#fancy_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 30;
}

div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}

    div#fancy_loading div {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 480px;
        background: transparent url('fancy_progress.png') no-repeat;
    }

div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

div#fancy_content {
    margin: 0;
    z-index: 100;
    position: absolute;
}

div#fancy_div {
    background: #fff;
    color: #000;
    height: 100%;
    width: 100%;
    z-index: 100;
}

img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

div#fancy_close {
    position: absolute;
    top: -12px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url('/fancybox/fancy_closebox.png') top left no-repeat;
    cursor: pointer;
    z-index: 181;
    display: none;
}

#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

#fancy_ajax {
    width: 100%;
    height: 100%;
    overflow: auto;
}

a#fancy_left, a#fancy_right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    z-index: 111;
    display: none;
    background-image: url("data:image/gif;base64,AAAA");
    outline: none;
    overflow: hidden;
}

a#fancy_left {
    left: 0px;
}

a#fancy_right {
    right: 0px;
}

span.fancy_ico {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 112;
    cursor: pointer;
    display: block;
}

span#fancy_left_ico {
    left: -9999px;
    background: transparent url('/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
    right: -9999px;
    background: transparent url('/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
    visibility: visible;
    background-color: transparent;
}

    a#fancy_left:hover span {
        left: 20px;
    }

    a#fancy_right:hover span {
        right: 20px;
    }

#fancy_bigIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

div#fancy_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}

div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}

div#fancy_bg_n {
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
    right: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
    bottom: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
    bottom: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
    left: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
    position: absolute;
    z-index: 100;
    display: none;
}

    div#fancy_title div {
        color: #FFF;
        font: bold 12px Arial;
        padding-bottom: 3px;
        white-space: nowrap;
    }

    div#fancy_title table {
        margin: 0 auto;
    }

        div#fancy_title table td {
            padding: 0;
            vertical-align: middle;
        }

td#fancy_title_left {
    height: 32px;
    width: 15px;
    background: transparent url('fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
    height: 32px;
    background: transparent url('fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
    height: 32px;
    width: 15px;
    background: transparent url('fancy_title_right.png') repeat-x;
}

textarea:focus, input:focus {
    outline: none;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.VideoAlbum {
    margin-left: 200px;
    margin-top: 30px;
}

    .VideoAlbum img {
        float: left;
    }

.VideoNumber {
    font-size: 14px;
    font-family: Calibri;
    color: #C00000;
    padding-left: 20px;
    float: left;
}

    .VideoNumber span {
        float: left;
        margin: 0 0 16px 50px;
    }


.VideoSong {
    float: left;
}

    .VideoSong span {
        float: left;
        vertical-align: middle;
        font-family: Calibri !important;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 15px 20px;
    }

.VideoYoutube {
    display: none;
}

.VideoSongLine {
    display: inline-block;
    width: 590px;
    height: 18px;
}

    .VideoSongLine:nth-of-type(10) {
        margin-left: 200px;
    }

    .VideoSongLine:nth-of-type(11) {
        margin-left: 200px;
    }

    .VideoSongLine:nth-of-type(12) {
        margin-left: 200px;
    }

    .VideoSongLine:nth-of-type(13) {
        margin-left: 200px;
    }

    .VideoSongLine:nth-of-type(14) {
        margin-left: 200px;
    }

.liveTable {
    font-family: Calibri;
    text-align: center;
    display: block;
}

    .liveTable tr {
        height: 50px;
    }

    .liveTable td:nth-child(1) {
        width: 70px;
        color: #c00000;
        font-size: 14px;
    }

    .liveTable td:nth-child(2) {
        width: 50px;
    }

        .liveTable td:nth-child(2) img {
            vertical-align: middle;
        }

    .liveTable td:nth-child(3) {
        width: 200px;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
    }

    .liveTable td:nth-child(4) {
        width: 180px;
        color: #000000;
        font-size: 12px;
    }

    .liveTable td:nth-child(5) {
        width: 125px;
        color: #000000;
        font-size: 12px;
    }

    .liveTable td:nth-child(6) {
        width: 90px;
        color: #000000;
        font-size: 12px;
    }

    .liveTable td:nth-child(7) {
        width: 185px;
        color: #000000;
        font-size: 12px;
        font-style: italic;
    }

    .liveTable td:nth-child(8) {
        width: 50px;
    }

    .liveTable td:nth-child(9) {
        width: 50px;
        height: 50px;
    }

    .liveTable td:nth-child(10), .liveTable td:nth-child(11) {
        display: none;
    }

    .liveTable tr:first-child span {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 14px;
        background-color: #fde910;
    }

    .liveTable .True:hover {
        cursor: pointer;
        background-color: #f5f5f5;
    }
/*
.hideWithoutVideo .False {
    display: none;
}*/

.hidden {
    display: none;
}

.upcomingTable {
    font-family: Calibri;
    text-align: center;
    display: block;
    margin-left: 160px;
    width: 680px;
}

    .upcomingTable tr {
        height: 50px;
    }

    .upcomingTable td:nth-child(1) {
        width: 70px;
        color: #c00000;
        font-size: 14px;
    }

    .upcomingTable td:nth-child(2) {
        width: 150px;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
    }

    .upcomingTable td:nth-child(3) {
        width: 150px;
        color: #000000;
        font-size: 12px;
    }

    .upcomingTable td:nth-child(4) {
        width: 125px;
        color: #000000;
        font-size: 12px;
    }

    .upcomingTable td:nth-child(5) {
        width: 185px;
        color: #000000;
        font-size: 12px;
        font-style: italic;
    }

    .upcomingTable tr:first-child span {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 14px;
        background-color: #fde910;
    }

.cn-nav {
    position: relative;
}

    .cn-nav > a {
        position: absolute;
        top: 0px;
        width: 70px;
    }

    .cn-nav a span {
        width: 46px;
        height: 46px;
        display: block;
        text-indent: -9000px;
        -moz-border-radius: 23px;
        -webkit-border-radius: 23px;
        border-radius: 23px;
        cursor: pointer;
        opacity: 0.9;
        position: absolute;
        top: 50%;
        left: 50%;
        background-size: 17px 25px;
        margin: -23px 0 0 -23px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cn-nav a.cn-navlive50s {
        margin: 20px;
        left: 135px;
    }

    .cn-nav a.cn-navlive60s {
        margin: 20px;
        left: 235px;
    }

    .cn-nav a.cn-navlive70s {
        margin: 20px;
        left: 335px;
    }

    .cn-nav a.cn-navlive80s {
        margin: 20px;
        left: 435px;
    }

    .cn-nav a.cn-navlive90s {
        margin: 20px;
        left: 535px;
    }

    .cn-nav a.cn-navlive00s {
        margin: 20px;
        left: 635px;
    }

    .cn-nav a.cn-navlive10s {
        margin: 20px;
        left: 735px;
    }

    .cn-nav a.cn-nav60s {
        margin: 20px;
        left: 200px;
    }

    .cn-nav a.cn-nav70s {
        margin: 20px;
        left: 300px;
    }

    .cn-nav a.cn-nav80s {
        margin: 20px;
        left: 400px;
    }

    .cn-nav a.cn-nav90s {
        margin: 20px;
        left: 500px;
    }

    .cn-nav a.cn-nav00s {
        margin: 20px;
        left: 600px;
    }

    .cn-nav a.cn-nav10s {
        margin: 20px;
        left: 700px;
    }

    .cn-nav a.cn-navup {
        margin-top: 232px;
        right: 80px;
        position: fixed;
        z-index: 1000;
    }

    .cn-nav a.cn-navlive50s span {
        background: #fde910 url(/images/live/50s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-navlive60s span {
        background: #fde910 url(/images/live/60s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-navlive70s span {
        background: #fde910 url(/images/bootlegs/70s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-navlive80s span {
        background: #fde910 url(/images/bootlegs/80s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-navlive90s span {
        background: #fde910 url(/images/bootlegs/90s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-navlive00s span {
        background: #fde910 url(/images/bootlegs/00s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-navlive10s span {
        background: #fde910 url(/images/bootlegs/10s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-nav60s span {
        background: #00ff00 url(/images/bootlegs/60s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-nav70s span {
        background: #00ff00 url(/images/bootlegs/70s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-nav80s span {
        background: #00ff00 url(/images/bootlegs/80s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-nav90s span {
        background: #00ff00 url(/images/bootlegs/90s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-nav00s span {
        background: #00ff00 url(/images/bootlegs/00s.jpg) no-repeat center center;
    }

    .cn-nav a.cn-nav10s span {
        background: #00ff00 url(/images/bootlegs/10s.jpg) no-repeat center center;
    }

    .cn-nav a div {
        width: 0px;
        height: 0px;
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .cn-nav a:hover span {
        width: 100px;
        height: 100px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        opacity: 0.6;
        margin: -50px 0 0 -50px;
        background-size: 22px 32px;
        background-color: #FFA500;
    }

    .cn-nav a:hover div {
        width: 90px;
        height: 90px;
        background-size: 120% 120%;
        margin: -45px 0 0 -45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
        border-radius: 45px;
    }

.hoverYellow:hover span {
    background-color: #fde910 !important;
}

.hoverGreen:hover span {
    background-color: #00ff00 !important;
}

.bootlegTable {
    font-family: Calibri;
    text-align: center;
    display: block;
    padding-top: 40px;
}

    .bootlegTable tr {
        height: 50px;
    }

    .bootlegTable td:nth-child(1) {
        width: 70px;
        color: #c00000;
        font-size: 14px;
    }

    .bootlegTable td:nth-child(2) {
        width: 50px;
    }

        .bootlegTable td:nth-child(2) img {
            vertical-align: middle;
            height: 50px;
            width: 50px;
        }

    .bootlegTable td:nth-child(3) {
        width: 900px;
        color: #000000;
        font-size: 18px;
        text-align: left;
    }

        .bootlegTable td:nth-child(3) span {
            margin-left: 20px;
        }

    .bootlegTable td:nth-child(4) {
        display: none;
    }

    .bootlegTable .True:hover {
        cursor: pointer;
        background-color: #00ff00;
    }

.window_bootleg {
    width: 700px;
    height: 300px;
    border: 1px solid #000;
    background-color: #fff;
    border: 10px solid #fff;
    text-align: center;
    font-family: Calibri;
    font-size: 11px;
    z-index: 1001;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -150px;
    vertical-align: middle;
}

.shadow {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0.8;
    z-index: 1000;
    background-color: #939393;
}

.dvdTable {
    display: block;
    font-family: Calibri;
    text-align: center;
    margin-bottom: 50px;
}

    .dvdTable tr {
        height: 70px;
    }

        .dvdTable tr:hover {
            cursor: pointer;
            background-color: #f5f5f5;
        }

    .dvdTable.relevance tr {
        height: 180px;
        width: 188px;
        float: left;
        border: 5px solid #f5f5f5;
        background-color: #f5f5f5;
        border-radius: 0 0 20px 20px;
    }

        .dvdTable.relevance tr:hover {
            cursor: pointer;
            background-color: #cccccc;
            border: 5px solid #cccccc;
        }

    .dvdTable td:nth-child(1) {
        color: #c00000;
        font-size: 14px;
        width: 100px;
    }

    .dvdTable.relevance td:nth-child(1) {
        display: none;
    }

    .dvdTable td:nth-child(2) {
        background-position: right center;
        background-size: cover;
        text-align: center;
        width: 50px;
    }

    .dvdTable.relevance td:nth-child(2) {
        background-image: none;
        display: block;
        width: 188px;
    }

    .dvdTable td:nth-child(2) img {
        display: none;
    }

    .dvdTable.relevance td:nth-child(2) img {
        display: block;
        width: 188px;
        max-height: 140px;
    }

    .dvdTable td:nth-child(3) {
        color: #000000;
        font-size: 18px;
        text-align: left;
        width: 820px;
    }

    .dvdTable.relevance td:nth-child(3) {
        color: #000000;
        font-size: 14px;
        width: 188px;
        display: block;
        text-align: center;
    }

    .dvdTable td:nth-child(3) span {
        margin-left: 20px;
    }

    .dvdTable.relevance td:nth-child(3) span {
        margin: 0;
    }

    .dvdTable td:nth-child(4) {
        width: 50px;
    }

    .dvdTable.relevance td:nth-child(4) {
        display: none;
    }

    .dvdTable td:nth-child(5), .dvdTable td:nth-child(6), .dvdTable td:nth-child(7), .dvdTable td:nth-child(8), .dvdTable td:nth-child(9) {
        display: none;
    }

.window_dvd {
    width: 900px;
    height: 300px;
    border: 1px solid #000;
    background-color: #fff;
    border: 10px solid #fff;
    text-align: center;
    font-family: Calibri;
    font-size: 11px;
    z-index: 1001;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -150px;
    vertical-align: middle;
}

    .window_dvd img {
        max-width: 450px;
    }

.container_view {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.clr {
    clear: both;
}

.container_view > header {
    padding: 20px 30px 20px 30px;
    margin: 0px 20px 10px 20px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}

    .container_view > header h1 {
        position: relative;
        color: #498ea5;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        padding: 0px 0px 5px 0px;
        text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
    }

        .container_view > header h1 span {
            font-family: 'Alegreya SC', Georgia, serif;
            font-size: 20px;
            line-height: 20px;
            display: block;
            font-weight: 400;
            font-style: italic;
            color: #719dab;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        }

    .container_view > header h2 {
        font-size: 16px;
        font-style: italic;
        color: #2d6277;
        text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
    }

.tt-wrapper {
    padding: 0;
    width: 835px;
    height: 70px;
    margin: 80px auto 30px auto;
}

    .tt-wrapper li {
        float: left;
    }

        .tt-wrapper li a {
            display: block;
            width: 68px;
            height: 70px;
            margin: 0 2px;
            outline: none;
            position: relative;
            z-index: 0;
            background: transparent url(/images/growcase_the_social_gunman_icons.png) no-repeat top left;
            text-indent: -9000px;
        }

        .tt-wrapper li .tt-byyears {
            background-position: 0px 0px;
        }

        .tt-wrapper li .tt-byrelevance {
            background-position: -68px 0px;
        }

        .tt-wrapper li .tt-search {
            background-position: -136px 0px;
        }

        .tt-wrapper li .tt-facebook {
            background-position: -204px 0px;
        }

        .tt-wrapper li .tt-linkedin {
            background-position: -272px 0px;
        }

        .tt-wrapper li .tt-forrst {
            background-position: -340px 0px;
        }

        .tt-wrapper li a:hover span {
            opacity: 0.9;
            bottom: 100px;
            -webkit-transform: rotate(-90deg) scale(1);
            -moz-transform: rotate(-90deg) scale(1);
            -o-transform: rotate(-90deg) scale(1);
            -ms-transform: rotate(-90deg) scale(1);
            transform: rotate(-90deg) scale(1);
        }

.tt-byyears, .tt-byrelevance, .tt-search {
    cursor: pointer;
}


.bit-widget-container {
    height: 330px;
    overflow-y: auto;
}

.bit-track-artist-header {
    display: none !important;
}

.hidden {
    display: none;
}

.liveTable tr:hover td:nth-child(6) span
{
    display: none;
}
.liveTable tr td:nth-child(6) span
{
    display: inline-block;
}
.liveTable tr:hover td:nth-child(6) img
{
    display: block;
}
.liveTable tr td:nth-child(6) img
{
    display: none;
}
