@import "yaml/my_layout.css";
@import "patch_my_layout.css";
/**
* (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera
* (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera
*
* @workaround
* @affected IE8, FF, Webkit, Opera
* @css-for all
* @valid CSS3
*/

/*-------------------------------------------------------------------------*/

/*start Layout Properties*/
html{
    min-height: 100%;
    max-width: 100%;
    width:100%;
    overflow-x: hidden;

}
/* -------------------------------------------------------------------------- */
/* iconFonts */

@font-face {
	font-family: 'gv-icons';
	src:url('../fonts/gv-icons.eot');
	src:url('../fonts/gv-icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gv-icons.ttf') format('truetype'),
		url('../fonts/gv-icons.woff') format('woff'),
		url('../fonts/gv-icons.svg#gv-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*="icon-"] {
	font-family: 'gv-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-right:before {
	content: "\e600";
}
.icon-left:before {
	content: "\e601";
}

body { 
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    background: white;
    color: #666666;
    overflow: hidden;

}
iframe{
    height: 0;
}
.kwicks .active{
    background-color: #D6A140 !important;
}
.channel_color_1 {
    color: #7DC41E !important;
}

.channel_color_2 {
    color: #7D7F0C !important;    
}

.channel_color_3 {
    color: #F0A513 !important;    
}

.channel_bgcolor_1 {
    background-color: #7DC41E;
}
.channel_bgcolor_1.hover_animated:hover {
    background-color: #84df08;
}
.channel_bgcolor_2 {
    background-color: #666600;
}
.channel_bgcolor_2.hover_animated:hover {
    background-color: #808000;
}

.channel_bgcolor_3 {
    background-color: #F0A513;    
}
.channel_bgcolor_3.hover_animated:hover {
    background-color: #ffb526;
}

/* Layout Alignment | Layout-Ausrichtung */
.page_margins, .page { 
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.page{
    height: auto;
    min-height: 100%;

}
/* Layout Properties | Layout-Eigenschaften */
.page_margins { background: white; }
header { margin: 0;
         background-image: url('../images/header.png');
         background-repeat: repeat-x;
         position: fixed;
         height: 50px;
         width: 100%;
         z-index: 100000;
         -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
         box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);}



#side-left {
    background-position: top right;
    background-repeat: no-repeat;
    height: 600px;
    float: left;
    margin-top:250px;
    width: 50%;
    margin-left: -475px;
    text-align: right;

}

#side-right {
    background-position: top left;
    background-repeat: no-repeat;
    height: 600px;
    float: left;
    float: right;
    margin-top: 250px;
    width: 50%;
    margin-right: -475px;

}

#main {float: left;
       width: 920px;;
       position: relative;
       margin: 70px auto;
       padding: 15px;
       margin-bottom: 20px;
       overflow: hidden;
}

footer {clear: both;
        position: relative;
        width: 100%;
}

a:link {
    text-decoration: none;
    color: #666666;
}
a{
    text-decoration: none;
    color: #666666;
}
a:hover{
    color:#66cc33;
}

input, textarea{
/*    line-height: 18px;*/
    -moz-box-shadow: inset 1px 1px 1px #bbbbbb;
    -webkit-box-shadow: inset 1px 1px 1px #bbbbbb;
    box-shadow: inset 1px 1px 1px #bbbbbb;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 4px;
    border: 1px solid #bbbbbb;
    -moz-border: 1px solid #bbbbbb;
    -webkit-border: 1px solid #bbbbbb;
    -moz-border-radius: 5px;
    border-radius: 5px ;
    -webkit-border-radius: 5px ;
    color:#666666;
}

input:hover, textarea:hover{
    border: 1px solid #66cc33 !important;
    -moz-border: 1px solid #66cc33 !important;
    -webkit-border: 1px solid #66cc33 !important;
}

input:focus, textarea:focus{
    border: 1px solid #66cc33 !important;
    -moz-border: 1px solid #66cc33 !important;
    -webkit-border: 1px solid #66cc33 !important;
}
label{
    float: left;
}

textarea{
    width: 340px;
    resize: none;
}

input{
    width: 250px;
}
input.fb_va_rules{
    -moz-border: 0 !important;
    -webkit-border: 0 !important;
    border: 0 !important; 
    width: auto !important;
    margin-right: 5px !important;
}

button,input[type=button],input[type=submit] {
    overflow: hidden;
}
.buorg{
    position: fixed !important;
}
.formaround{
    width: 350px;
}

.formaround_small{
    width: 260px;
}
li{
    list-style: none;
}

/*end Layout Properties*/

/*-------------------------------------------------------------------------*/

/* start Schriftgrössn*/

body {
    font-family : Verdana, Arial,sans-serif;
}

h1{
    font-size: 30px;
    line-height: 38px;
}
h2{
    font-size: 26px;
    line-height: 34px;
}
h3 {
    font-size: 22px;
    line-height: 30px;
}

.gigantic{
    font-size: 48px;
    line-height: 62px;
}
.extrem{
    font-size: 32px;
    line-height: 40px;
}

.bigger{
    font-size: 26px;
    line-height: 34px;
}

.big{
    font-size: 22px;
    line-height: 30px;
}

.medium{
    font-size: 18px;
    line-height: 24px;
}


.small{
    font-size: 14px;
    line-height: 18px;

}

.smaller{
    font-size: 12px;
    line-height: 18px;
}
.smallerer{
    font-size: 11px;
    line-height: 16px;
}
.smallest{
    font-size: 10px;
    line-height: 14px;
}

/* end Schriftgrössen*/

/*-------------------------------------------------------------------------*/

/* round corners */

.roundCorner{
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.roundCornerSmall{
    -moz-border-radius: 5px;
    border-radius: 5px ;
    -webkit-border-radius: 5px ;
}
.rightRoundCorner {
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}
.QapTcha .bgSlider {
    background-color: white;
    border: 1px solid #BDBDBD;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 1px #999999 inset;
    float: right;
    height: 32px;
    margin-bottom: 2px;
    margin-right: 0px;
    overflow: hidden;
    width: 258px;
}

.QapTcha .loading {

}

#contact .QapTcha .TxtStatus{
    margin-right: 0;
}
#comment .QapTcha .TxtStatus{
    margin-right: 0;
}
#fb_form .QapTcha .dropError{
    background-color: #a9a9a9 !important;
    color: #f0f0f0;
}
#fb_form .QapTcha .dropSuccess{
    background-color: #66cc33 !important;
}
.contact .QapTcha .bgSlider {
    background-color: white;
    border: 1px solid #BDBDBD;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 1px #999999 inset;
    float: right;
    height: 32px;
    margin-bottom: 2px;
    margin-right: -10px;
    overflow: hidden;
    width: 258px;
}
/*end round corners*/

/*form submit errors*/
.input_error, .input_error:focus, .input_error:hover
{
    border-color: #D7111A !important;
}

.errors {
    color: #D7111A; /*lubera red*/
    /*    background-color: #fff;*/
}

.errors span {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(256, 256, 256);
    padding: 0 2px 0 2px;
    /* RGBa with 0.6 opacity */
    background: rgba(256, 256, 256, 0.7);
    -moz-border-radius: 5px;
    border-radius: 5px;
}



/*form submit errors end*/
/*-------------------------------------------------------------------------*/

/* start img-title*/

title{
    background-color: #666;
    color: white;
}

/* start header*/

#logo{
    position: absolute;
}
#home{
    height: 40px;
    width: 222px;
    left: 15px;
    position: absolute;
}

#home_img{
    position: absolute;
    top:13px;
    left: 235px;
    display: none;
}

#home:hover #home_img{
    display: block;
}

#language{
    background-image: url('../images/english.png');
    background-size: 100% 100%;
    height: 24px;
    width: 24px;
    top: 13px;
    position: absolute;
    right: 15px;
}

#language:hover{
    background-image: url('../images/english-color.png');
}
#header-navi{
    position: absolute;
    left: 325px;
    padding-right: 25px;
    display: inline;
    top: 18px;

}
a.header-navi{
    float: left;
    font-weight: 600;
    color: #fff;
    padding-right: 20px;
    text-decoration:none;
    vertical-align: middle;
}

.header-navi:hover{
    color: #66cc33;
}

.HeaderFooterInner{
    width: 920px;;
    position: relative;
    margin: 0 auto;
    padding: 5px 15px;
}

#searchForm{
    border: none;
    position: absolute;
    background-color: white;
    right: 60px;
    width: 200px;
    height: 20px;
    top: 15px;
    border: none;
    vertical-align: bottom;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-box-shadow: inset 1px 1px 2px #666666;
    -webkit-box-shadow: inset 1px 1px 2px #666666;
    box-shadow: inset 1px 1px 2px #666666;
    -moz-border: none;
    -webkit-border: none;
}

.placeholder {
    color: #f9f9f9;
    line-height: 18px;
    vertical-align: bottom
}
#searchinput{
    border: none;
    margin-top: 1px;
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 30px;
    vertical-align: bottom;
    width: 160px;
    line-height: 16px;
    position: absolute;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -moz-border: none;
    -webkit-border: none;
    background-color: transparent;
}
#searchForm input, #searchForm input:hover, #searchForm input:active{
    border: none !important;
}


#searchSubmit{
    background-image: url('../images/lupe.png');
    border: none;
    height: 15px;
    width: 16px;
    background-size: 100% 100%;
    position: absolute;
    right: 5px;
    top: 3px;
    background-color: #fff;
    border: 0px;
    cursor:pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#searchSubmit:hover{
    background-image: url('../images/lupe-color.png');
}

#counter{
    position: absolute;
    top: 7px;
    right: 7px;
    height: 65px;
    width: 65px;
    z-index: 20;
    background-color: #66cc33;
    -moz-border-radius-bottom-right: 30px;
    -moz-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;

}

.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear
{
    clear: both;
}
#countertext_inner{
    display: none;
}
#counternumber_inner{
    display: none;
}
#counter_inner{
    display: none;
}
#counterbackground_inner{
    display: none;
}
#counterhack_inner{
    display: none;
}
@media only screen and (max-width: 1125px){

    #counter{
        display: none;
    }
    #counterbackground{
        display: none;
    }
    #counterhack{
        display: none;
    }
    #counter_inner{
        position: absolute;
        display: block;
        top: 7px;
        right: 22px;
        height: 65px;
        width: 65px;
        z-index: 20;
        background-color: #66cc33;
        -moz-border-radius-bottom-right: 30px;
        -moz-border-top-left-radius: 30px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;

    }
    #counterbackground_inner{
        position: absolute;
        display: block;
        top: 0px;
        right: 15px;
        height: 79px;
        width: 79px;
        z-index: -100;
        background-color: #2B2F18;
        -moz-border-radius-bottom-right: 34px;
        border-bottom-right-radius: 34px;
        -webkit-border-bottom-right-radius: 34px;
        box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.5);

    }
    #counterhack_inner{
        position: absolute;
        display: block;
        top:0;
        right: 4px;
        height: 50px;
        width: 94px;
        background-image: url('../images/header.png');
        background-repeat: repeat-x;
    }

    #countertext_inner{
        height: 35px;
        display: block;
        text-align: center;
        font-weight: bold;
        color: white;
        font-size: 12px;
        margin-top: 5px;
    }

    #counternumber_inner{
        height: 20px;
        display: block;
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        color: white;
    }
    #searchForm{
        right: 150px;
    }
    #language{
        right: 105px;
    }
    #header-navi{
        left: 295px;
    }
}
@media only screen and (max-width: 1024px){
    header{
        position: absolute;
    }
}
#counterbackground{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 79px;
    width: 79px;
    z-index: -100;
    background-color: #2B2F18;
    -moz-border-radius-bottom-right: 34px;
    border-bottom-right-radius: 34px;
    -webkit-border-bottom-right-radius: 34px;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.5);

}
#counterhack{
    position: absolute;
    top:0;
    right: 0;
    height: 50px;
    width: 94px;
    background-image: url('../images/header.png');
    background-repeat: repeat-x;
}

#countertext{
    height: 35px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 12px;
    margin-top: 5px;
}

#counternumber{
    height: 20px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: white;
}

/*end header*/

/*-------------------------------------------------------------------------*/

/*start footer*/

#footer{
    clear: both;
    position: relative;
    top: 0px;
    width: 100%;
}
#footerbar {
    float: left;
    background-image: url('../images/footer.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 25px;
    overflow: hidden;
    color: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
    text-align: center;
}
#footercontent{
    float: left;
    background-color: #f0f0e4;
    width: 100%;
}

.footer-link{
    text-decoration: none;
    color:grey;
    line-height: 16px;
    float: top !important;
}
.footer-text{
    font-weight: bold;
    color:grey;
}
.footer-down_wrapper{
    position: absolute;
    top: 150px;
}
#footer-text{
    vertical-align: top;
}
.footerhover:hover{
    color:#66cc33;
    font-size: 10px;
}
.successMessage{
    display: none;
    color:#66cc33;
    margin-top: 10px;
    background-color: white;
    text-align: center;
    border: 1px solid white;
}
#footertext1{
    margin-top: 10px;
    float: left;
    margin-bottom: 35px;
    width: 140px;
}
.footertext2{
    margin-top: 10px;
    float: left;
    margin-left:52px;
    margin-bottom: 35px;
    width: 140px;
}
.footertext3{
    margin-top: 10px;
    float: right;
    margin-bottom: 25px;
    padding-left: 52px;
    border-left: 1px dotted #666666;
}

.statictextvideobox span{
    font-weight: bold;
}
.statictextvideobox h5{
    font-size: 16px;
}

/*end footer*/

/*-------------------------------------------------------------------------*/


/* start startpage */

#welcome {
    padding: 5px;
    border: 1px solid #F0F0F0;
    width: 592px;
    margin-bottom: 25px;
    margin-right: 25px;
    position: relative;
    float: left;
}

#welcome h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* end startpage */


/* start tagcloud*/

#tagcloud {
    border: 1px solid #f0f0f0;
    float:left;
    padding:5px 5px 6px 5px;
    width: 908px;
    /*    margin-right:25px;*/

}

.start_content #tagcloud {
    width: 593px;
}

.tag{
    /*    float: left;*/
    margin-left: 0px;
    /*    padding: 1px;*/
}

#tagcloud li {
    list-style: none;
    display: inline;
}

#tagcloud li:after {
    /*    content: ' ';*/
}

#tagcloud a.tag {
    display:inline-block;
    font-weight: bold;
    text-decoration: none;
}

#tagcloud ul{
    margin-left: 0px;
    margin-bottom: 0px;
}

#tagcloud a.tag:hover {
    /*    color: #66cc33;  the actual hover green */
    color: #F0A513;
}

#tagcloud .tagcolor1 {
    color: #319014;
}

#tagcloud .tagcolor2 {
    color: #4de31f;
}

#tagcloud .tagcolor3 {
    color: #87d362;
}

#tagcloud .tagcloudtitle {
    display: inline-block;
    font-weight: bold;
    padding-bottom: 5px;
}

#tagcloud a#more_tags {
    text-decoration: none;
    border-left: 0 !important;
    border-bottom: 0 !important;
    padding: 2px 10px 0 0 !important;
    font-weight: normal;
}
#tagcloud a#more_tags:hover {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

#tags {
    display:block;
}

/*end tagcloud*/

/*-------------------------------------------------------------------------*/

/* start comment */
#comment{
    width:692px;
    float: right;
    padding: 5px 5px 5px 10px;
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
}
.comment_text{
    margin-top: 15px;
}
#comment textarea{
    resize: vertical;
    max-height: 650px;
    min-height: 200px;
    width: 650px;
}
#comment .formaround{
    width: 660px !important;
}
#comment h4{
    display: inline;
    float: left;
    font-size: 18px;
    font-weight: bold;

}
.comment_feddback_form{
    float: left;
    padding: 15px;
    position: relative;
}
#comment a:hover{
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
.mandatory_star
{
    color: #66cc33;
    float: left;
    display: inline;
}
.comment_form{
    clear: both;
}
.comment_mid
{
    margin-left: 100px;
}
.comment_feddback_form label{
    float: left;
}
.comment_left, .comment_mid
{
    margin-bottom: 15px;
    margin-top: 10px;
    clear: both;
}
.comment_heading
{
    padding-bottom: 2px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: bold;
    display: inline;
    max-width: 100px;
    border-bottom: 1px dotted #666666;
}
.comment_link_open div
{
    display: inline;
    line-height: 12px;
    vertical-align: middle;
    padding-left: 25px;
    text-decoration: underline;
}
/* End comment */
/*-------------------------------------------------------------------------*/
/* start jukebox*/

#jukebox{
    width: 920px;
    height: 100%;
    padding-bottom: 25px;
    position: relative;
}

#video_label{
    background-image: url('/images/jukebox/label-bg.png');
    background-repeat: repeat;
    position: absolute;
    top: 0;
    padding: 5px 10px 5px 10px;
    z-index: 10000;
    color: white;
    border-bottom-right-radius: 10px;
}
#jukeboxVideoIframe_wrapper{
    position: relative;
    width: 602px;
    height: 339px;
    z-index: 10000;

}
#video_label_noLink{
    background-image: url('/images/jukebox/label-bg.png');
    background-repeat: repeat;
    position: absolute;
    top: 0;
    padding: 5px 10px 5px 10px;
    z-index: 100;
    color: white;
    border-bottom-right-radius: 10px;
}
#video_label p{
    font-size: 10px;
}
#video_label:hover{
    color: #66cc33;
}
.kwicks  {
    /* recommended styles for kwicks ul container */
    list-style: none;
    margin: 0;
    padding: 0;
    cursor:pointer;
    color: #fff;
    position: relative;
}

.kwick {
    text-align: center;
    font-weight: bold;
    word-wrap: break-word;      /* for IE, Firefox since 3.5 and Opera since 10.5 */
    overflow: hidden;           /* required for text-overflow */
    text-overflow: ellipsis;    /* for IE and WebKit (Safari, Chrome) */
    -o-text-overflow: ellipsis; /* for Opera since 9.0 */
}
.kwick p{
    margin-top: 16px;
}

.kwicks li{
    /* these are required, but the values are up to you (must be pixel) */
    width: 147px;
    height: 64px;
    text-align: center;
    color: white;
    /*do not change these */
    padding: 0 5px;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}

.kwicks.vertical  li{
    /* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
    margin-bottom: 0px; /*Set to same as spacing option. */
}

#kwick_1 {
    background-color: #8bbd67;

}

#kwick_2 {
    background-color: #60b742;

}
#kwick_3 {
    background-color: #79bc49;

}
#kwick_4 {
    background-color: #55a13e;

}
#kwick_5 {
    background-color: #6bbd52;

}
#kwick_6 {
    background-color: #6ba756;

}
#kwick_7 {
    background-color: #98c24d;

}
#kwick_8 {
    background-color: #5fbe51;

}
#kwick_9 {
    background-color: #7db53d;

}
#kwick_10 {
    background-color: #79c952;

}

#jbheader{
    position: absolute;
    width: 316px;
    height: 50px;
    top: 0;
    left: 604px;
    background-image: url('/images/jukebox/jukeboxheader.png');
    background-position: center center;
    background-color: #333333;
    background-repeat: no-repeat;
}

#jbnavi{
    width: 316px;
    height: 328px;
    margin-bottom: 2px;
    left: 604px;
    position: absolute;
    top:53px;
    overflow: hidden;
}

#jbnavir{
    width: 157px;
    height: 328px;
    right:0;
    position: absolute;
    top:0px;

}
#jbnavil{
    width: 157px;
    height: 328px;
    left:0;
    position: absolute;
    top:0px;
    margin-bottom: 2px;

}
.jukeboxslider{
    position: relative;
}

/**
 * Slideshow style rules.
*/
#slideshow {
    background-color: #FFFFFF;
    height: 129px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 2px;
    position: relative;
    width: 920px;
    z-index: 0;
}
#slideshow a, #slideshow a:hover, #slideshow a:active, #slideshow a:after, #slideshow a:visited{
    background-color: white;
}

#slideshow #slidesContainer {
    margin:0 auto;
    width:920px;
    height: 129px;
    overflow:hidden; /* allow scrollbar */
    position:relative;
}
#slideshow #slidesContainer .slide {
    margin:0 auto;
}

#jukeboxVideoIframe {
    width: 602px;
    height: 339px;
    background-color: #000;
}

.imageSub{
    height: 129px;
    width: 229px;
    position: relative;
    height: 100%;
}

#leftControl{
    background-image: url('/images/jukebox/slider-links.png');
    z-index: 100;
    height: 56px;
    width: 32px;
    position: absolute;
    left:0;
    top: 50%;
    margin-top: -28px;
    cursor: hand;
    cursor: pointer;
}

#leftControl:hover{
    background-image: url('/images/jukebox/slider-links-hover.png');
}

#rightControl{
    height: 56px;
    width: 32px;
    background-image: url('/images/jukebox/slider-rechts.png');
    z-index: 100;
    position: absolute;
    left:890px;
    top: 50%;
    margin-top: -28px;
    cursor: hand;
    cursor: pointer;
}

#rightControl:hover{
    background-image: url('/images/jukebox/slider-rechts-hover.png');
}

.slidepic{
    width: 228px;
    height: 129px;

}

.slide_label{
    z-index: 10;
    background-image: url('/images/jukebox/label-bg.png');
    background-repeat: repeat;
    overflow: hidden;
    padding: 4px;
    color: white;
    font-weight: 400;
    width: 220px;
    position: absolute;
    bottom: 0;
}
.margin_fix_label{
    height:100%;
    position: relative;
}
.slide{
    background-color: white;
    width: 230px;
}

a:hover .label{
    color: #66cc33;
}
/*end jukebox*/


/** Feedback rules */

.popup {
    display: none;
    color : #edfed2;
}

.blockUI{
    padding: 0 !important;
    border: none !important;
    width: 100%;
    z-index: 10000 !important;
}

.blockMsg {
    top: 50% !important;
    background-color: transparent !important;
    width: auto !important;
    left: 50% !important;
}

#feedback ul, videoalert ul, .comment_feddback_form ul {
    list-style: none;
    padding: 0px;
    margin:0px;
}

#waiting {
    margin-left: -36px !important;
    margin-top: -36px !important;
    position: relative;
    width: auto;
}

#feedback a {
    cursor: pointer;
}

#feedback a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}


#feedback{
    background-color: white;
    background-image: url('/images/background/feedback_bg.png');
    background-position: right 7px;
    background-repeat: no-repeat;
    border: 1px #66cc33 solid;
    cursor: default !important;
    margin-top: -230px !important;
    left: -183px !important;
    padding: 10px;
    position: relative;
    width: auto;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

#feedback p{
    padding-top: 5px;
}

#feedback form{

    /*    height: 350px;*/

}

#feedback textarea{
    resize: none;
}

#feedback label {
    color: #666666;
    float: left;
}

#fb_close_button{
    background-image: url('/images/close.png');
    width: 28px;
    background-size: 100% 100%;
    height: 28px;
    position: absolute;
    top:-14px;
    right: -14px;

}
#fb_close_button:hover{
    background-image: url('/images/close_hover.png');
}

.loading {
    /* Generiert mit http://ajaxload.info/ */
    background-image: url("/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;

}

*:focus {outline: none;}

#feedback text{
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

#fb_open{
    position: fixed;
    left: -5px;

    top: 30%;
    z-index: 12000;
}
#fb_open:hover{
    left:-1px;
}
.form_text{
    color: #666666;
    margin-bottom: 10px;
}

#blogroll_de span, #blogroll_en span{
    border-bottom: 1px dotted #666666;
    padding-bottom: 2px;
}
/*Feedback rules end*/


/*-------------------------------------------------------------------------*/

/* start channellist*/

#channel_list_box{
    width: 920px;
    float: left;
    clear: both;
    margin-bottom: 25px;
}

#channel_list_box A:link{
    text-decoration: none;
}

.channel_video_list{
    position: relative;
}

.channellist{
    float:left;
    width: 290px;
    margin-right: 25px;
}

.channel_hover_big {
    position: absolute;
    width: 290px;
    height:203px;
    top:2px;
    z-index: 10;
}
.channel_hover_big:hover{
    background-image: url('/images/channel-hover.png');
    background-repeat: repeat;
    color: #66cc33;
}
.channel_hover_small{
    position: absolute;
    width: 290px;
    height:93px;
    top:0;
    z-index: 10;
}

.channel_video_box{
    position: relative;
    float: left;
    height: 93px;
    margin-bottom: 2px;
}
.channel_hover_small:hover{
    background-image: url('/images/channel-hover.png');
    background-repeat: repeat;
}

.channel_pfeil{
    margin-left: 10px;

}

#channel_list_right{
    margin-right: 0;
}

.channel_list_title{
    width: 275px;
    height: 21px;
    top: 0;
    left: 0;
    color: white;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 14px;
}

.channel_list_title p{
    height: 16px;
    margin-top: 2px;
}
#channel_video_list{
    width: 290px;
}

.channelpic_big{
    width: 290px;
    margin-top: 2px;
}
.channelpic_small{
    width:165px;
}
.channel_label_big{
    margin-bottom: 10px;
    height: 50px;
    font-weight: normal !important;

}

.channel_label_small{
    float: right;
    height: 93px;
    margin-left: 5px;
    width: 120px;
    overflow: hidden;
}

.channel_label_small p{
    position: absolute;
    top: 0px;
}
#channel_list_left_title{
    background-color: #7dc41e;
}

#channel_list_left_title:hover{
    background-color: #84df08;
}

#channel_list_middle_title{
    background-color: #666600;
}
#channel_list_middle_title:hover{
    background-color: #808000;
}
#channel_list_right_title{
    background-color: #f0a513;
}
#channel_list_right_title:hover{
    background-color: #ffb526;
}
/*end channellist*/

/*-------------------------------------------------------------------------*/

/** Video Liste*/

#video_liste
{
    display: block;
    width: 710px;
    margin-bottom: 25px;
    float: right;
}
#video_liste h4{
    font-size: 18px;
    line-height: 24px;
    padding: 2px 0 2px 0;
}

#video_liste .video_listen_small_video_thumbnail{
    width: 226px;
    height: 127px;
}

#video_listen_controls
{
    margin-bottom: 25px;
    line-height: 20px;
}
#video_listen_controls_left
{
    float: left;
}
#video_listen_controls_left a
{
    font-weight: normal;
    text-align: center;
    line-height: 12px;

}
#video_listen_controls_left a:hover
{
    font-size: 14px;
    line-height: 12px;
    color: #666666;
    font-weight: bold;
}
#video_listen_controls_right
{
    float: right;
    margin-right: -20px;
}
#video_listen_controls_right a
{
    font-weight: normal;
    line-height: 12px;
    width: 30px;
    display: inline-block;
}
#video_listen_controls_right .active
{
    font-weight: bold !important;
    cursor: default;
}
.active_sort{
    font-weight: bold !important;
    font-size: 14px;
}
#video_listen_controls_right .list
{
    font-weight: normal;
    vertical-align: top;
    line-height: 6px;
}
#video_listen_controls_right a:hover
{
    font-weight: bold;
    color:#666666;


}
#video_list_videos_wrapper
{
    clear: both;
    display: none;
    table-layout: fixed;

}

.video_listen_small_video_wrapper
{
    display: table-cell;
    width:226px;
}

.video_liste_video_links {
    width: 226px;
    padding-right: 16px;

}
.video_liste_video_mitte
{
    padding-right: 16px;
    width: 226px;

}
.video_liste_video_rechts {

    width: 226px;
}
.video_listen_big_wrapper
{
    position: relative;
    margin-bottom: 16px;
    height: 180px;
}

.video_listen_small_video_titel
{
    margin-bottom: 14px;
}
.video_listen_big_video_wrapper
{
    position: relative;
    float: left;
    height: 180px;
}
.video_listen_big_video_wrapper:hover + .video_listen_big_video_titel{
    color: #66cc33;
}
.video_listen_big_video_titel
{
    float: right;
    font-weight: bold;
    margin-bottom: 10px;
    width: 370px;
}
.video_listen_big_video_beschreibung
{
    float: right;
    height: 130px;
    overflow: hidden;
    width: 370px;
}
.moreButton
{
    display: inline;
    font-weight: bold;
}
/** Video Liste End*/
/*-------------------------------------------------------------------------*/

/** Video Stats*/
#video_stats_wrapper
{
    margin-top: -15px;
    margin-bottom: 25px;
}
#video_stats_views_wrapper
{
    float: left;
    line-height: 20px;
}
#video_stats_stars_wrapper{
    display: inline;
    height: 20px;
    position: absolute;
    right: 15px;
    margin-top: -20px;
}
#video_stats_mail{
    background-image: url("/images/mail.png");
    background-repeat: no-repeat;
    background-position: left;
    height: 22px;
    width: 40px;
    cursor: pointer;
    padding-left: 25px;
    left: 50%;
    margin-left: -20px;
    position: relative;
}
#video_stats_mail:hover{
    color: #66cc33;
    background-image: url("/images/mail_hover.png");
}

#video_stats_count{
    font-weight: bold;
    float: left;
    position: relative;
    display: inline;
    padding-right: 5px;

}
.video_rating{
    display: inline;
    margin-top: 3px;

}


/** Video Stats End*/

/*-------------------------------------------------------------------------*/

/** Video Rating: jRating*/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
    background: #bdbdbd; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #bdbdbd 0%, #bdbdbd 57%, #66cc33 60%, #66cc33 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(57%,#bdbdbd), color-stop(60%,#66cc33), color-stop(100%,#66cc33)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bdbdbd 0%,#bdbdbd 57%,#66cc33 60%,#66cc33 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bdbdbd 0%,#bdbdbd 57%,#66cc33 60%,#66cc33 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bdbdbd 0%,#bdbdbd 57%,#66cc33 60%,#66cc33 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bdbdbd 0%,#bdbdbd 57%,#66cc33 60%,#66cc33 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#66cc33',GradientType=0 ); /* IE6-8 */

    height: 100%;
    left: 0;
    margin-top: 30px;
    position: relative;
    top: 0;
    z-index: 3;
}
#rating_hack{
    width: 115px;
    height: 42px;
    background-image: url('/images/jukebox/stars_bg.png');
    right: 15px;
    position: absolute;
}
.jRatingColor {
    background-color: #797979 !important;
    top: 30px !important;
    position:relative;
    left:0;
    z-index:2;
    height:100%;
}
.jStar{
    background: url("/images/jukebox/stars.png") repeat-x scroll 0 0 transparent !important;
    height: 42px !important;
    top: -20px !important;
    width: 115px !important;
    position:relative;
    margin-top: -30px;
    left:0;
    z-index:4;
}

/** P containing the rate informations **/
p.jRatingInfos {
    position:		absolute;
    z-index:9999;
    background:	transparent url('/images/jRating/bg_jRatingInfos.png') no-repeat;
    color:			#FFF;
    display:		none;
    width:			91px;
    height:			29px;
    font-size:16px;
    text-align:center;
    padding-top:5px;
}
p.jRatingInfos span.maxRate {
    color:#c9c9c9;
    font-size:14px;
}

/** Video Rating: jRating End*/

/*-------------------------------------------------------------------------*/

/** Lubera_bar*/

#lubera_bar{
    position: fixed;
    top: 24%;
    right: 0;
    width: 45px;
    z-index: 1000;
}

.luberaBar{
    position: relative;
    padding-bottom: 0px;
    right: -5px;
}
.luberaBar:hover{
    right: -1px;
}

/** Lubera_bar End*/
/*-------------------------------------------------------------------------*/

/* Video_alert*/


#va_alert{
    position: fixed;
    top: 25%;
    margin-top: 136px;
    z-index: 1000;
    left: -5px;
}
#va_alert:hover{
    left: 0px;
}


#videoalert a {
    cursor: pointer;
}
#videoalert a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
#videoalert {
    border: 1px solid #66cc33;
    background-image: url('/images/alarm.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-color: white;
    left: -141px;
    margin-top: -156px;
    padding: 10px;
    width: auto;
    position: relative;
    cursor: default !important;

}
#videoalert li{
    list-style: none;
}
#videoalert ul{
    margin-left: 0 !important;
}

#videoalert form{
    height: 100%;
    width: 100%;
    /* -moz-box-shadow: inset 2px 2px 5px #000;
     -webkit-box-shadow: inset 2px 2px 5px #000;
     box-shadow: inset 2px 2px 5px #000;*/
}

#videoalert label {
    color: #666666;
    float: left;
}

#videoalert textarea{
    resize: none;
}

#videoalert p{
    padding-top: 5px;
}

#va_close_button{
    background-image: url('/images/close.png');
    width: 28px;
    background-size: 100% 100%;
    height: 28px;
    position: absolute;
    top:-14px;
    right: -14px;
}
#va_close_button:hover{
    background-image: url('/images/close_hover.png');
}

#videoalert text{
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

#va_alert_form{
    position: absolute;
    top: 11px;
}
#va_opener{
    width: 278px;
    height: 188px;
    padding: 5px;
    border: none;
    position: relative;
    background-image: url('/images/alarm.png');
    background-size: 160px 180px;
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;

}

#videoalert_frontpage {
    border: medium none;
    border-top-right-radius: 20px;
    cursor: pointer;
    float: right;
    margin-bottom: 25px;
    width: 290px;

}
#videoalert_frontpage span, #videoalert_frontpage label{
    font-size: 12px;
    line-height: 18px;
}
#videoalert_frontpage input{
    width: 280px;
    margin-top: -2px;
}

#videoalert_frontpage .formaround_small{
    width: 290px;
    margin-top: 5px;
}


#round_va_fix{
    width: 288px;
    float: right;
    height: 188px;
    margin-bottom: 25px;
    border: 1px solid #66cc33;
    -moz-border: 1px solid #66cc33;
    -webkit-border: 1px solid #66cc33;
    overflow: hidden;
}
#va_opener h2{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
}
#va_opener:hover{
    background-color: #EBF9E0;
    color:#666666;
    width: 278px;

}
#va_opener_label{
    font-size: 12px;
    font-weight: bold;
}
/* End Videi_alert */

/*-------------------------------------------------------------------------*/

/* start pager */

.pager{
    float: right;
    color: #666666;
    font-weight: normal;
    margin-right: -10px;
}

.pager a{
    text-decoration: none;
    font-weight: normal;
}
.pager a:hover{
    color:#666666;
    font-size: 16px;
    font-weight: bold;
}
.pager_arrow{
    letter-spacing: -2px;
}
.pagerlink{
    float: left;
    height: 20px;
    text-align: center;
}
.width_1{
    width: 16px;
}
.width_2{
    width: 22px;
}
.width_3{
    width: 28px;
}
.width_4{
    width: 34px;
}
.width_5{
    padding: 0 2px 0 2px;
}
.pagerlink_comma{
    float: left;
}
.pagerlink_points{
    float: left;
    height: 20px;
    text-align: end;
    width: 44px;
    padding-right: 5px;
}
.pagerlink_points_front{
    float: left;
    height: 20px;
    text-align: end;
    width: 20px;
}
.pagerlink_arrow{
    float: left;
    height: 20px;
    text-align: center;
    width: 22px;
}

.active_page_paginator .pagerlink, .pager_arrow_disabled .pagerlink_arrow{
    font-weight: bold;
    font-size: 14px;
}


/* End pager */

/*-------------------------------------------------------------------------*/

/*social box*/

#social_bar{
    border: 1px #66cc33 solid;
    height: auto;
    padding: 5px 0 7px 0;
    width: 80px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -557px;
    text-align: center;
    z-index: 1000;
}
/*\*/
#social_bar {
    margin-left: -559px;
    border: 2px #66cc33 solid;
}
/**/

#social_bar:hover{
    background: rgb(102, 204, 51);
    /* RGBa with 0.6 opacity */
    background: rgba(102, 204, 51, 0.3);
}
.alpha20 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(102, 204, 51);
    /* RGBa with 0.6 opacity */
    background: rgba(102, 204, 51, 0.2);
}
.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(102, 204, 51);
    /* RGBa with 0.6 opacity */
    background: rgba(102, 204, 51, 0.6);
}
.alpha70 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(256, 256, 256);
    /* RGBa with 0.6 opacity */
    background: rgba(256, 256, 256, 0.7);
}
.sb{
    margin-top: 5px;
    z-index: 1000;
    opacity: 0.6;
    position: relative;
}
.sb.mail > a {
    background-color: #FFFFFF;
    background-image: url("../images/jukebox/mail.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 13px;
    border: 1px solid #DEDEDE;
    display: block;
    height: 16px;
    margin: 0 15% 5px;
    padding: 2px 0;
    text-align: center;
    width: 70%;
    border-radius: 3px
}
.sb.mail > a:hover{
    border-color: #a9a9a9;
}
.hidden{
    display: none !important;
}
#mail_counter{
    background-image: url("../images/counter_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 34px;
    color: #333333;
    display: block;
    font-size: 12px;
    height: 35px;
    line-height: 30px;
    margin: 5px 15% 0;
    padding: 2px 0;
    text-align: center;
    width: 70%;
}
.pin{
    padding-top: 35px;
}
.sb:hover{
    opacity: 1;
}
#fb-root,#fb-root:hover,#fb-root:active,#fb-root:visited,#fb-root:after,#fb-root:focus{
    position: absolute;
    top: 0;
    left: 0;
    width: 48px !important;
}

.fb-like > span {
    width: 48px !important;
}

#google{
    margin-top: 8px;
}


/* End social box*/

/*-------------------------------------------------------------------------*/

/* caption */

.caption{
    padding:5px;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px #bbbbbb dotted;
}



#channeltext{
    margin-bottom: 25px;
}

.bread a{
    cursor: pointer;
}
.bread a:hover{
    color:#666666;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: bold !important;;
}
/* End caption*/
/*-------------------------------------------------------------------------*/

/*start static*/
.statictextvideobox{
    float: left;
    margin-top: 25px;
    width: 100%;
}
.statictextvideobox iframe{
    float: right;
    margin: 0 0 5px 20px;
    height: 282px;
}

#feedback_button{
    position: relative;
    float: left;
    padding-top: 25px;
    left: 50%;
    margin-left: -173px;
}
#feedback_button label{
    float: left;
}
#feedbackbox{
    padding: 5px 5px 5px 10px;
    border: 1px solid #f0f0f0;
    margin: 25px 0;
    width: 910px;
    height: auto;
    float: left;
}
#feedbackbox h5{
    font-size: 18px !important;
    font-weight: bold;
}
.statictextvideobox span{
    font-weight: bold;
}
#feedback_button text{
    color: #66cc33;
}
/*end static*/
/*-------------------------------------------------------------------------*/
/*start playlist_choice*/
#playlist_choice{
    float: left;
    margin-bottom: 25px;
    position: relative;
    width: 920px;
}
#playlist_choice_list{
    width:712px;
    height: 100%;
    position: relative;
    float: right;
}
.playlist_fill_element{
    float:left;
    position: relative;
    width: 230px;
    margin: 0 0 2px 2px;
    padding-right: 5px;
    height: 71px;
    overflow: hidden;
}
.playlist_choice_element{
    float:left;
    position: relative;
    width: 230px;
    margin: 0 0 2px 2px;
    padding-right: 5px;
    height: 71px;
    overflow: hidden;
}
.playlist_choice_element:hover{
    background-color: #9EE55B !important;
}
.playlist_fill_logo{
    top: 15px;
    left: 4px;
    position: relative;
}
.playlistpic{
    width: 126px;
    height: auto;
}
#playlist_choice_header{
    background-color: #badb93;
    float:left;
    position: absolute;
    width: 188px;
    height: 100%;
    font-weight: bold;
    padding: 3px 10px 0px 10px;
    color: white;
}
#playlist_choice_header_text{
    bottom: 9px;
    padding-right: 10px;
    position: absolute;
}
.playlist_choice_text{
    position: absolute;
    bottom: 5px;
    left: 131px;
    font-weight: bold;
    color: white;
}
#playlist_choice_control_more{
    position:absolute;
    right: 10px;
    top: 2px;
    z-index: 10;
    font-weight: normal;
}
#playlist_choice_control_less{
    display: none;
    position:absolute;
    right: 10px;
    top: 2px;
    z-index: 10;
    font-weight: normal;
}
#playlist_choice_control_more a{
    color: white;
}
#playlist_choice_control_more a:hover{
    font-size: 14px;
    font-weight: bold;
}
.fullplaylist{
    display: none;
}
#play_bottom{
    background-color: white;
    bottom: 0;
    height: 5px;
    margin-left: -10px;
    position: absolute;
    width: 110%;
}
#playlist_choice_control_less a{
    color: white;
}
#playlist_choice_control_less a:hover{
    font-size: 14px;
}
/*end static*/
/*-------------------------------------------------------------------------*/
/*start category tree*/
#kategorien_menu {
    width:185px;
    float:left;
    padding: 0px 25px 25px 0;
}

#kategorien_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width:185px;
}

#kategorien_menu li.active > a {
    font-weight: bold;
    font-size: 110%;
}

#kategorien_menu .heading {
    display: inline-block;
    padding: 0 10px 5px;
    width: 165px;
}

#kategorien_menu a {
    text-decoration: none;
    color: #fff;
}

#kategorien_menu #channel_menu_1 ul.cat_content {
    background-color: #8ED130;
}

#kategorien_menu #channel_menu_2 ul.cat_content {
    background-color: #8F9127;
}

#kategorien_menu #channel_menu_3 ul.cat_content {
    background-color: #FFB526;
}

#kategorien_menu #channel_menu_1 li.category:hover,
#kategorien_menu #channel_menu_1 li.subcat:hover {
    /*    font-weight: bold;*/
    background-color: #7DB53D;
}

#kategorien_menu #channel_menu_2 li.category:hover,
#kategorien_menu #channel_menu_2 li.subcat:hover {
    /*    font-weight: bold;*/
    background-color: #626301;
}

#kategorien_menu #channel_menu_3 li.category:hover,
#kategorien_menu #channel_menu_3 li.subcat:hover {
    /*    font-weight: bold;*/
    background-color: #E99030;
}

#kategorien_menu .category {
    padding: 6px 0 0;
    line-height: 16px;
}

#kategorien_menu .last {
    padding-bottom: 0;
}

#kategorien_menu .category.last {
    margin-bottom: 2px;
}

#kategorien_menu .subcat {
    padding: 3px 0;
    line-height: 14px;
}

#kategorien_menu .channel > .heading{
    font-size: 18px !important;
    font-weight: bold;
    line-height: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

#kategorien_menu .category.active > .heading, #kategorien_menu .subcat.active > .heading {
    font-weight: bold;
}
/*end category tree*/
/*-------------------------------------------------------------------------*/
/*start lubera_products*/
.lubera_products {
    position: relative;
    float: right;
    width: 710px;
    margin-bottom: 23px;
}
a .products_header:hover{
    background-color: #FCD45D;
}
.products_header{
    background-color: #FFCC33;
    color: #D7111A;
    width: 699px;
    font-weight: bold;
    padding: 2px 0px 2px 10px;
}
.product_header_text{
    display: inline;
}
.img_first img{
    clip:auto;
    overflow:hidden;
}
.productpic{
    margin-bottom: -3px;
}

.popup .lubera_p_pic_big {
    clear: both;
    float: left;
    margin: 10px;
    max-width: 160px;
    overflow : hidden;
}

.lubera_producttext_small{
    float: right;
    height: 70px;
    overflow: hidden;
    padding: 0 0 0 2px;
    width: 163px;
}
.lubera_products .lubera_producttext_small .lubera_p_name,.lubera_products .lubera_producttext_small .lubera_p_name_big {
    color: #D7111A;
    font-weight: bold;
}
.lubera_products .lubera_producttext_small .lubera_p_addition, .lubera_products .lubera_producttext_small .lubera_p_addition_big {
    color: #666666;
}

.products{
    margin-bottom: 1px;
    float: left;
    width: 710px;
    margin-top: 2px;
    position: relative;
    word-wrap: break-word;      /* for IE, Firefox since 3.5 and Opera since 10.5 */
    overflow: hidden;           /* required for text-overflow */
    text-overflow: ellipsis;    /* for IE and WebKit (Safari, Chrome) */
    -o-text-overflow: ellipsis; /* for Opera since 9.0 */
}

.img_lubera_1 {
    z-index: 0;
    width: 237px;
    position: absolute;
    left:0;

}
.img_lubera_2{
    z-index: 0;
    width: 235px;
    position: absolute;
    left:237px;

}
.img_lubera_3 {
    z-index: 0;
    width: 235px;
    position: absolute;
    left:474px;

}
.img_lubera_4 {
    z-index: 0;
    width: 237px;
    position: absolute;
    left:0;
    top: 79px;
}
.img_lubera_5{
    z-index: 0;
    width: 235px;
    position: absolute;
    left:237px;
    top: 79px;
}
.img_lubera_6 {
    z-index: 0;
    width: 235px;
    position: absolute;
    left:474px;
    top:79px;
}

.pp_content{
    width: 400px;
    min-height: 400px;
    background-color: white;
    border: 1px solid #FFCC33;
    left: -200px;
    margin-top: -200px;
    padding: 10px;
    padding-bottom: 33px;
    position: relative;
    cursor: default !important;
}
.lubera_p_link{
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
}

.pp_content a:hover, .pp_content a:hover > p{
    color: #ED4045;
}
.pp_content p{
    color: #D7111A;
    margin-bottom: 5px;
    float: right;
}
.pp_content a{
    color: #D7111A;
}
.pp_link{
    float: right;
    font-weight: bold
}
.lubera_p_pic_small{
    float:left;
    width: 70px;
    height: 70px;
}
.product_label{
    float: right;
    width: 200px;
    margin: 10px;
}
.product_label p{
    color: #666666;
}
.product_label h4, .product_label h5{
    font-size: 14px;
    color: #D7111A;
}
.lubera_productwrapper{
    width: 235px;
}
/*end lubera_products*/
/*-------------------------------------------------------------------------*/
/* start video_faqs */
#faqs{
    width:692px;
    float: right;
    padding: 5px 5px 5px 10px !important;
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
}
.faqs_answer_box{
    margin-left: 100px;
}
.faqs_text{
    margin-top: 15px;
    padding-bottom: 10px;
}

#faqs h4{
    display: inline;
    float: left;
    font-size: 18px;
    font-weight: bold;
    clear: both;
    line-height: 26px;
    padding-bottom: 5px;
}

#faqs a:hover{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #666666;
}

.faqs_box
{
    margin-top: 10px;
    clear: both;
}
.faqs_heading
{
    padding-bottom: 2px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: bold;
    display: inline;
    max-width: 100px;
    border-bottom: 1px dotted #666666;
}
.faqs_link_open div
{
    display: inline;
    line-height: 12px;
    vertical-align: bottom;
    padding-left: 25px;
    text-decoration: underline;
}
/* End video_faqs */
/*-------------------------------------------------------------------------*/
/**
 * landing_slides
*/
.landingpage #slideshow {
    margin:-1px auto;
    width:602px;
    height: 129px;
    position:relative;
    overflow: hidden;
}
.landing_video_wrapper{
    overflow: hidden;
    position: relative;
    width: 925px;
}
#landing_videos_header{
    position: relative;
    margin: 20px 0;
}
#landing_videos_header span{
    color: #666;
    font-weight: bold;
    border-bottom: 1px dotted;
}
.landing_video_wrapper .video_listen_small_video_thumbnail{
    width: 100%;
}
.landing_video_wrapper .video_listen_small_video_titel{
    height: 60px;
}
.landing_video_list{
    float: left;
    margin-right: 4px;
    width: 181px;
}
.landingpage #slideshow #slidesContainer {
    height: 112px;
    margin-top: 1px;
    position: relative;
    width: 606px;
}
.landingpage #slideshow #slidesContainer .slide {
    margin:0 auto;
    float: left;
}

.landingpage #jukeboxVideoIframe {
    width: 602px;
    height: 339px;
    background-color: #000;
}

.landingpage .imageSub{
    height: 112px;
    width: 202px;
    position: relative;
    height: 100%;
}
.slidepic:hover .slide_label{
    color: #66cc33;
}
.landingpage #leftControl{
    background-image: url('/images/jukebox/slider-links.png');
    z-index: 100;
    height: 56px;
    width: 32px;
    position: absolute;
    left:0;
    top: 45%;
    margin-top: -28px;
    cursor: hand;
    cursor: pointer;
}

.landingpage #leftControl:hover{
    background-image: url('/images/jukebox/slider-links-hover.png');
}

.landingpage #rightControl{
    height: 56px;
    width: 32px;
    background-image: url('/images/jukebox/slider-rechts.png');
    z-index: 100;
    position: absolute;
    left:570px;
    top: 45%;
    margin-top: -28px;
    cursor: hand;
    cursor: pointer;
}

.landingpage #rightControl:hover{
    background-image: url('/images/jukebox/slider-rechts-hover.png');
}

.landingpage .slidepic{
    width: 198px;
    height: 112px;
    background-size: 228px 129px;
}

.landingpage .slide_label{
    z-index: 10;
    background-image: url('/images/jukebox/label-bg.png');
    background-repeat: repeat;
    overflow: hidden;
    padding: 4px;
    color: white;
    font-weight: 400;
    width: 190px;
    position: absolute;
    bottom: 0;
}
.landingpage .margin_fix_label{
    height:100%;
    position: relative;
}
.landingpage .slide{
    background-color: white;
    width: 202px !important;
}

.landingpage a:hover .label{
    color: #66cc33;
}
/*end landing_slide*/
/*-------------------------------------------------------------------------*/
/* landing_page*/
#landing_text{
    float: left;
}
#landing_video{
    float: right;
    padding-left: 25px;
    padding-top: 5px;
}

/* A little hack to enable video_social bar on landingpages, where there is no real jukebox */
#landing_video #jukebox {
    width: auto;
    height: auto;
    padding-bottom: 0;
    top: -5px;
}

#landing_video #jukeboxVideoIframe {
    position: relative;
    z-index: 10000;
}

#landing_video .fb_tooltip_span,
#landing_video .share_tooltip_span,
#landing_video .discus_tooltip_span,
#landing_video .url_tooltip_span,
#landing_video .rating_success_span,
#landing_video .yt_tooltip_span,
#landing_video .comment_tooltip_span,
#landing_video .mail_tooltip_span,
#landing_video .comment_success_span {
    top: -25px;
}



#landingheader{
    margin-bottom: 25px;
    border-bottom: 1px #666666 dotted;
    padding-bottom: 10px;
    position: relative;
    float: left;
    width: 920px;
    height: auto;
}
#landingheader h1{
    font-size: 26px;
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
}
#landing_logo{
    float: right;
    padding-bottom: 7px;
}
#landing_werbung{
    width: 910px;
    height: 70px;
    background-color: white;
    border: 5px solid #66cc33;
    color: #66cc33;
    font-weight: bold;
    text-align: center;
    vertical-align: central;
    clear: both;
    margin-bottom: 25px;
}
#landing_content{
    margin-bottom: 25px;
}
#landingpage_partner #landing_content{
    margin-bottom: 25px;
}
/*end landing_page*/
/*-------------------------------------------------------------------------*/
/* contact */
#contact_content{
    width: 350px;
    left: 290px;
    position: relative;
}
/* contactend */
/*-------------------------------------------------------------------------*/
/* search */
#cse{
    width: 710px;
    float: right;
}
#search_puffer{
    margin-bottom: 20px;
    width: 920px;
}
.gsc-preview-reviews, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em {
    color: #666666 !important;
}
.gs-result .gs-title, .gs-result .gs-title * {
    color: #666666 !important;
    text-decoration: none !important;
}
.gsc-thumbnail-inside  {
    padding-bottom: 3px !important;
    margin-bottom: 3px !important;
    border-bottom: 1px dotted #66cc33 !important;
    width: auto !important;
}
.gsc-results .gsc-cursor {
    float: right !important;
    color: #666666 !important;
    margin-bottom: 25px !important;
}
.gsc-results {
    width: 100% !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #666666 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    text-decoration: none !important;
    color: #66cc33 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #666666 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #66cc33 !important;
    text-decoration: none !important;
}
.gsc-result:hover .gs-title:hover {
    color: #66cc33 !important;
}
.gsc-result .gs-title b{
    color: #66cc33 !important;
}
img.gs-image:hover .gsc-result .gs-title,img.gs-image:hover .gsc-result .gs-title b{
    color: #66cc33 !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    background-color: #FFFFFF;
    border: none !important;
    padding: 0 !important;
}
input.gsc-input:hover, input.gsc-input:active, input.gsc-input:focus {
    border: none !important;
}
.gsst_a .gscb_a {
    display: none;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: 14px !important;

}
.cse input.gsc-search-button, input.gsc-search-button {
    background-color: #888888 !important;
    background-image: -moz-linear-gradient(center top , #888888, #bbbbbb) !important;
    background-image: linear-gradient(center top , #888888, #bbbbbb) !important;
    background-image: webkit-linear-gradient(top , #888888, #bbbbbb) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#888888),to(#bbbbbb)) !important;
    border: 1px solid #666666 !important;
    border-radius: 2px 2px 2px 2px;
}
.cse input.gsc-search-button:hover, input.gsc-search-button:hover {
    background-color: #6bbd52 !important;
    background-image: -moz-linear-gradient(center top , #6bbd52,#84df08 ) !important;
    background-image: webkit-linear-gradient(top,#6bbd52,#84df0) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#6bbd52),to(#84df08)) !important;
    border: 1px solid #66cc33 !important;
    border-radius: 2px 2px 2px 2px;
}

.gsc-above-wrapper-area {
    border-bottom: 1px dotted #666666 !important;
}
.gsc-url-top {
    display: none !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0px !important;
    padding-right: 0px !important;

}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus{
    border: 1px solid #66cc33 !important;
}

/* searchend */
/*-------------------------------------------------------------------------*/
/* kontakt */
.kontakt_form{
    float: left;
    width: 920px;
    margin: 25px 0 25px 0;
}
.kontakt_form textarea{
    resize: both;
    min-width: 540px;
    max-width: 890px;
    min-height: 240px;
    max-height: 660px;
}
.kontakt_form h4{
    font-size: 16px;
}
.kontakt_form form fieldset{
    /*    margin: 0 auto;*/
    width: 363px;
}
/* kontantend */
/*-------------------------------------------------------------------------*/
/* video-site */
#channeltext a{
    font-weight: bold;
}
#channeltext strong u{
    text-decoration: none;
}
/* end video-site */

#recaptcha {
    background-color: white;
    /*   background-image: url("/images/background/feedback_bg.png");
        background-position: right top;
        background-repeat: no-repeat; */
    border: 1px solid #666666;
    cursor: default !important;
    left: -183px !important;
    margin-top: -20% !important;
    padding: 10px 10px 10px;
    position: relative;
    width: auto;
}

#recaptcha > ul {
    padding: 0;
    margin: 0;
}

#captcha_submit{
    margin-right: 5px;
}
.recaptchatable *{
    color: #666666 !important;
}
#recaptcha_response_field{
    border: 1px solid #9c9c9c !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
/*end capcha*/
/*-------------------------------------------------------*/
/*submit-button*/
.submit{
    width: 115px !important;
    height: 25px !important;
    clear: both;
    vertical-align: middle !important;
    background-color: #bbbbbb !important;
    background-image: -moz-linear-gradient(center top , #9a9a9a, #bbbbbb) !important;
    background-image: linear-gradient(center top , #9a9a9a, #bbbbbb) !important;
    background-image: webkit-linear-gradient(top , #9a9a9a, #bbbbbb) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#9a9a9a),to(#bbbbbb)) !important;
    border: 1px solid #999999 !important;
    color: white !important;
    cursor: pointer;
    outline-style: none !important;
}
.submit:hover, .submit:focus{
    background-color: #6bbd52 !important;
    background-image: -moz-linear-gradient(center top , #6bbd52,#84df08 ) !important;
    background-image: webkit-linear-gradient(top,#6bbd52,#84df0) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#6bbd52),to(#84df08)) !important;
    border: 1px solid #66cc33 !important;
    outline-style: none !important;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
/*end submit-button*/

/*----------------------------------------------------------------------*/
/* start tooltip */

.tooltip, fb_tooltip {
    border-bottom: 1px dotted #000000;
    color: #000000; outline: none;
    cursor: help; text-decoration: none;
    position: relative;
}
.tooltip_span{
    /*  margin-left: -999em;
      position: absolute;*/
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: -16em;
    color: #f0f0f0;
    z-index: -1;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.tooltip img {
    border: 0;
    margin: -15px 0 0 -42px;
    position: absolute;
}
.tooltip em{
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 1em 0;
}

* html a:hover { background: transparent; }

.jukebox_tooltip {
    width: 300px;
    top: 3em;
    border: 1px solid #66cc33;
    padding: 0.5em 0.8em 0.8em 1.6em;
    opacity: 0.9;
}

.fb_tooltip_span{
    border: 1px solid #66cc33;
    left: 312px;
    opacity: 0.9;
    padding: 0.2em 0.3em;
    text-align: center;
    top: 316px;
    z-index: -1;
}

.share_tooltip_span{
    border: 1px solid #66cc33;
    left: 350px;
    opacity: 0.9;
    padding: 0.2em 0.3em;
    text-align: center;
    top: 316px;
    z-index: -1;
}
.discus_tooltip_span{
    border: 1px solid #66cc33;
    left: 235px;
    opacity: 0.9;
    padding: 0.2em 0.3em;
    text-align: center;
    top: 316px;
    z-index: -1;
}
.url_tooltip_span{
    border: 1px solid #66cc33;
    left: 440px;
    opacity: 0.9;
    padding: 0.2em 0.3em;
    text-align: center;
    top: 316px;
    z-index: -1;
}

.rating_success_span {
    border: 1px solid #66CC33;
    left: 450px;
    opacity: 0.9;
    padding: 0.2em 0.3em;
    text-align: center;
    top: 316px;
    z-index: -1;
}

.yt_tooltip_span{
    border: 1px solid #66cc33;
    left: 25px;
    opacity: 0.9;
    padding: 0.2em 0.3em;
    text-align: center;
    top: 316px;
    z-index: -1;
}
.comment_tooltip_span{
    border: 1px solid #66cc33;
    left: 130px;
    opacity: 0.9;
    padding: 0.2em 0.3em;
    text-align: center;
    top: 316px;
    z-index: -1;
}
.mail_tooltip_span{
    border: 1px solid #66cc33;
    left: 165px;
    opacity: 0.9;
    padding: 0.2em 0.3em;
    text-align: center;
    top: 316px;
    z-index: -1;
}

.comment_success_span {
    border: 1px solid #66cc33;
    left: 15px;
    opacity: 0.9;
    padding: 0.2em 0.3em;
    text-align: center;
    top: 316px;
    width: 250px;
    z-index: -1;
}

.jukebox_tooltip p, .fb_tooltip_span{
    opacity: 1;
}


/* end tooltip */
#video_social_box{
    width: 602px;
    height: 42px;
    position: relative;
    background-color: #333333;
    margin: 0;
    background:-moz-linear-gradient(top, #000, #333333); /* Firefox */
    background:-webkit-linear-gradient(top, #000, #333333); /* Safari, Chrome */
    background:-o-linear-gradient(top, #000, #333333); /* Opera */
    background:-ms-linear-gradient(top, #000, #333333); /* IE */
    background:linear-gradient(top, #000, #333333); /* W3C Standard */
    z-index: 10;
}
#video_socials{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#vodeo_socials_wrapper{
    position: relative;
    width: 602px;
    height: 42px;
    z-index: 10;
}
#date{
    float: left;
    background-image: url('/images/jukebox/eye.png');
    height: 42px;
    width: 55px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    background-position: 20px center;
    background-repeat: no-repeat;
}
#date span{
    color: #797979;
    font-size: 12px;
    left: 50px;
    margin-top: 13px;
    position: absolute;
}
#share{
    float: left;
    background-image: url('/images/jukebox/share.png');
    height: 42px;
    width: 100px;
    margin-left: 10px;
    background-position: center 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#share:hover{
    background-image: url('/images/jukebox/share_hover.png') !important;
}
#share span{
    color: #939393;
    font-size: 10px;
    margin-left: 12px;
    margin-top: 26px;
    position: absolute;
}
#share:hover span{
    color: #66cc33 !important;
}
#jukebox #jb_comment{
    float: left;
    background-image: url('/images/jukebox/comment_2.png');
    height: 42px;
    width: 100px;
    margin-left: 85px;
    background-position: center 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #BDBDBD;
}

#jukebox #jb_comment:hover{
    background-image: url('/images/jukebox/comment_2_hover.png') !important;
}
#jukebox #jb_comment span{
    color: #939393;
    font-size: 10px;
    margin-left: 14px;
    margin-top: 26px;
    position: absolute;
}
#jukebox #jb_comment:hover span{
    color: #66cc33 !important;
}
#discus{
    float: left;
    background-image: url('/images/jukebox/comment.png');
    height: 42px;
    width: 100px;
    margin-left: 10px;
    background-position: center 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#discus:hover{
    background-image: url('/images/jukebox/comment_hover.png');
}
#discus span{
    color: #939393;
    font-size: 10px;
    margin-left: 25px;
    margin-top: 26px;
    position: absolute;
}
#discus:hover span{
    color: #66cc33 !important;
}
#jukebox #stars{
    background-image: url("/images/jukebox/stars.png");
    background-position: center center;
    background-repeat: repeat-x;
    cursor: pointer;
    float: right;
    height: 42px;
    margin-right: 20px;
    width: 95px;
}

#socials{
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: -42px;
    z-index: 9;
}
#YT{
    background-image: url("/images/jukebox/yt.png");
    background-position: center 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 42px;
    margin-left: 55px;
    position: absolute;
    width: 100px;
}
#YT:hover{
    background-image: url('/images/jukebox/yt_hover.png');
}
#YT span{
    color: #939393;
    font-size: 10px;
    margin-left: 26px;
    margin-top: 26px;
    position: absolute;
}
#YT:hover span{
    color: #66cc33;
}
#mail{
    background-image: url("/images/jukebox/mail.png");
    background-position: center 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 42px;
    left: 185px;
    margin-left: 0;
    position: absolute;
    width: 100px;
}
#mail:hover{
    background-image: url('/images/jukebox/mail_hover.png');
}
#mail span{
    color: #939393;
    font-size: 10px;
    margin-left: 34px;
    margin-top: 26px;
    position: absolute;
}
#mail:hover span{
    color: #66cc33;
}
#jukebox #facebook{
    position: absolute;
    background-image: url('/images/jukebox/facebook.png');
    height: 42px;
    width: 100px;
    right: 185px;
    background-position: center 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #BDBDBD;
}
#jukebox #facebook:hover{
    background-image: url('/images/jukebox/facebook_hover.png');
}
#jukebox #facebook span{
    color: #939393;
    font-size: 10px;
    margin-left: 27px;
    margin-top: 26px;
    position: absolute;
}
#jukebox #facebook:hover span{
    color: #66cc33;
}
#url{
    position: absolute;
    background-image: url('/images/jukebox/url.png');
    background-position: center 5px;
    background-repeat: no-repeat;
    width: 100px;
    height: 42px;
    right: 55px;
    margin-left: 135px;
    cursor: pointer;
    color: #BDBDBD;
}
#url:hover{
    background-image: url('/images/jukebox/url_hover.png');    
}
#url span{
    color: #939393;
    font-size: 10px;
    margin-left: 40px;
    margin-top: 26px;
    position: absolute;
    font-weight: normal;
}
#url:hover span{
    color: #66cc33;
}
#url_div {
    width: 100%;
    height: 52px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: -22px;

}
#YT_div{
    height: 110px;
    left: 0;
    padding-top: 10px;
    position: absolute;
    top: -78px;
    width: 100%;
}

#url_div_inner_wrapper {
    height: 25px;
    margin: 10px auto;
    position: relative;
    width: 450px;
    }

#url_inner{
    background-color: #BDBDBD;
    border-radius: 0 0 0 0;
    color: #333333;
    float: left;
    font-size: 12px;
    height: 23px;
    border: 1px solid #f0f0f0;
    line-height: 1.6;
    overflow-x: hidden;
    padding: 0 40px 0 5px;
    width: 403px;
    box-shadow: none !important;
}

#url_inner_logo {
    background-image: url("/images/jukebox/url_dark.png");
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: -1px 0 2px #999999;
    float: right;
    height: 21px;
    margin-top: -23px;
    width: 40px;
}

#YT_div_inner_wrapper{
    height: 74px;
    margin: 19px auto;
    position: relative;
    width: 457px; 
}
#YT_div_inner{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #BDBDBD;
    border-color: #F0F0F0 -moz-use-text-color #F0F0F0 #F0F0F0;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #333333;
    float: left;
    font-size: 12px;
    height: 58px;
    line-height: 1.6;
    padding: 5px;
    vertical-align: middle;
    width: 370px;
}

#YT_div_inner:hover + div, #YT_div_inner:focus + div {
    border-color: #66CC33;
}

#YT_inner_logo{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #BDBDBD;
    background-image: url("/images/jukebox/yt_2.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #F0F0F0 #F0F0F0 #F0F0F0 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #BDBDBD;
    height: 68px;
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
}

.social_close{
    position: absolute;
    background-image: url('/images/jukebox/social_close.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    right: 2px;
    top: 2px;
    opacity: 0;
}
.social_close:hover{
    background-image: url('/images/jukebox/social_close_hover.png');
}
.YT_close{
    background-image: url("/images/jukebox/social_close_2.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    position: absolute;
    right: 55px;
    top: 26px;
    width: 16px;
}
.YT_close:hover{
    background-image: url('/images/jukebox/social_close_hover.png');
}
.url_close{
    position: absolute;
    background-image: url('/images/jukebox/social_close_2.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    right: 55px;
    top: 16px;
}
.url_close:hover{
    background-image: url('/images/jukebox/social_close_hover.png');
}
#jukebox #jb_comment_slide{
    background-color: #333333;
    height: 255px;
    left: 0;
    padding-top: 5px;
    position: absolute;
    top: -230px;
    width: 100%;
    z-index: 2;
}
#jukebox .jb_comment_slide_close{
    position: absolute;
    background-image: url('/images/jukebox/social_close_2.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    right: 3px;
    top: 16px;
    z-index: 12;
}
#jukebox li.qaptcha_container{
    position: absolute;
    right: 22px;
    bottom: 40px;
}
#jukebox li.qaptcha_container .QapTcha .bgSlider{
    border-radius: 0 !important;
    background-color: #bdbdbd !important;
    border: 1px solid #f0f0f0 !important;
}
#jukebox li.qaptcha_container .TxtStatus{
    position: relative;
    right: 10px;
    border-radius: 0 !important;
}
#jukebox li.qaptcha_container .QapTcha .dropError{
    color: #bdbdbd !important;
}
#jukebox li.qaptcha_container .QapTcha .dropSuccess{
    color: #bdbdbd !important;
}
#jukebox .jb_comment_slide_close:hover{
    background-image: url('/images/jukebox/social_close_hover.png');
}
#jukebox label{
    text-decoration: none;
    float: left;
    color: #bdbdbd;
}
#jukebox #jb_commentForm input,#jukebox  #jb_commentForm textarea{
    background-color: #BDBDBD;
    border: 1px solid #F0F0F0;
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 5px;
    width: 160px;
    vertical-align: middle;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#jukebox .errors{
    left: -11px;
    position: absolute;
    width: 300px;
}
#jukebox #field_row_4 .errors{
    position: relative;
    float: right;
    margin-right: -11px;
    width: auto;
}
#co_jb_comment:hover + jb_comment_submit, #co_jb_comment:active + div, #co_jb_comment:visited + div,#co_jb_comment:after + div, #co_jb_comment:focus + div,
#jb_commentForm input:hover, #jb_commentForm input:active, #jb_commentForm input:visited, #jb_commentForm input:after, #jb_commentForm input:focus{
    border: 1px solid #66cc33 !important;;
}

#preload {
    display: none
}
#preload img {
    height: 0; width: 0; border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -30;
}
.socials_bg{
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 , #333333 ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, #000000, #333333); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000, #333333); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000, #333333); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,#000000, #333333); /* IE10+ */
    background: linear-gradient(to bottom, #000000, #333333); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */}
#jukebox #jb_commentForm,#jukebox  #jb_commentForm form, #jukebox  #jb_commentForm fieldset{
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 5px;
}

#jukebox .field_row{
    position: absolute;
    list-style: none;
    line-height: 1.0;
}
#jukebox #field_row_1{
    top: 5px;
    left: 20px;
}
#jukebox #field_row_2{
    top: 60px;
    left: 20px;
}
#jukebox #field_row_3{
    top: 115px;
    left: 20px;
}
#jukebox #field_row_4{
    left: 210px;
    max-width: 370px;
    position: absolute;
    width: 370px;
}

#jukebox #field_row_4 textarea{
    height: 125px;
    width: 287px;
    padding-right: 76px;
    resize: none;
    }
#jukebox #co_jb_comment2{
    height: 40px; 
}
.jukebox #jb_commentForm_wrapper{
    width:370px;
    top: 0px;
    left: 195px;
    height: 99px;
    position: relative;   
}
#jukebox #jb_comment_inner_logo{
    position: absolute;
    background-image: url('/images/jukebox/comment_2_2.png');
    height: 129px;
    width: 76px;
    top: 19px;
    right: 1px;
    background-color: #bdbdbd;
    background-position: 18px 35px;
    background-repeat: no-repeat;
    color: #BDBDBD;
}
#jukebox #jb_comment_submit{
    cursor: pointer;
    height: 20px;
    width: 75px !important;
    font-size: 12px !important;
    background-color: #333333 !important;
    background-image: -moz-linear-gradient(center top , #666666, #333333) !important;
    background-image: linear-gradient(center top , #666666, #333333) !important;
    background-image: webkit-linear-gradient(top , #666666, #333333) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#666666),to(#333333)) !important;color: #bdbdbd !important;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #bdbdbd !important;
    border: 1px solid #666666 !important;
    border-right: none !important;
    border-bottom: none !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-top-left-radius: 5px !important;
    -moz-border-top-left-radius: 5px !important;
    -webkit-border-top-left-radius: 5px !important;
}
input::-moz-focus-inner { border: 0; }
#jukebox #jb_comment_submit:hover, #jukebox #jb_comment_submit:active, #jukebox #jb_comment_submit:focus, #jukebox #jb_comment_submit:after{
    background-color: #6bbd52 !important;
    background-image: linear-gradient(to top , #6bbd52, #84df08 ) !important;
    background-image: -moz-linear-gradient(center top , #6bbd52,#84df08 ) !important;
    background-image: webkit-linear-gradient(top,#84df08,#6bbd52) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#84df08),to(#6bbd52)) !important;color: #f0f0f0 !important;
    border: 1px solid #66cc33 !important;
    border-right: none !important;
    border-bottom: none !important;
    
}

.social_slidebox{
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top,  #333333 0%, #333333 35%, #444444 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(35%,#333333), color-stop(100%,#444444)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #333333 0%,#333333 35%,#444444 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #333333 0%,#333333 35%,#444444 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #333333 0%,#333333 35%,#444444 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #333333 0%,#333333 35%,#444444 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#444444',GradientType=0 ); /* IE6-8 */
}

/* end jukebox socials */
/*-------------------------------------------------------------------*/

/* Start next previous navigation on video details */
.nextprev {
    background-color: rgba(0, 0, 0, 0.5);
    color: #EFEFEF !important;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -25px;
    padding: 10px 5px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 100000;
}
.nextprev a{
    color: #bdbdbd;
}
.nextprev:hover a{
    color: #dedede;
}

#next{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    right: 0;
}
#previous{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    left: 0;
}
