html {
    position: relative ;
}

body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 13px ;
    color: #fff ;
    background: #2a2928;
}

html, body {
    min-height: 100% ;
}

a {
    color: #b24880 ;
    text-decoration: none ;
}
a:hover {
    text-decoration: underline ;

}
b, strong {
    font-weight: 700 ;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700 ;
}
h1, h2 {
    font-size: 24px ;
    line-height: 24px ;
    margin: 15px 0 ;
    float: left ;
    font-weight: 400;
}
h3 {
    font-size: 14px ;
}
.left {
    float: left ;
}
.right {
    float: right ;
}
.clearfix, ul#main_menu, #pagination, #main, .thumbs, section .header, aside .header, #main_content  {
}
.clearfix:after, #website-info-block,  ul#main_menu:after, #pagination:after, #main:after, .thumbs:after, section .header:after, aside .header:after, #main_content:after {
    content: "" ;
    display: block ;
    clear: both ;
}

section {

}
section .header, aside .header {
    overflow: hidden ;
    padding-top: 5px ;
    width: 100%;
}

.button_1, input[type="submit"].button_1 {
    display: inline-block ;
    padding: 6px 15px ;
    font-size: 17px ;
    background-color: #65023a ;
    color: #ffffff ;
    -webkit-appearance: none;
    background-image: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.button_1:hover, input[type="submit"].button_1:hover {
    background-color: #ac1e6e ;
}

body > header {
    background: #201f1e ;
    clear: both;
}

.wrapper {
    padding-left: 40px ;
    padding-right: 20px ;
}
.wrapper_reducible {
    padding-left: 245px ;
}
#main.wrapper_reducible {
    padding-left: 210px ;
}

.fixed_width > .wrapper {
    width: 1180px ;
    max-width: 100% ;
    margin: auto ;
    padding-left: 35px ;
    padding-right: 20px ;
    border-bottom: none ;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}


.image-ar {
    width: 100% ;
    position: relative ;
    padding-top: 73.82% ;
    overflow: hidden ;
    height: 0 ;
}
.image-ar img {
    position: absolute ;
    display: block ;
    width: 100% ;
    left: 0 ;
    top: 0 ;
}

ul.networkLinks{
    width: 100%;
    float: left;
    background: #fff;
    display: block;
}
ul.networkLinks li{
    display: block;
    float: left;
    padding: 8px;
    padding-right: 0;
    color: #909090;
    font-size: 14px;
    line-height: 17px;
}
ul.networkLinks li:first-child{
    text-transform: uppercase;
}
ul.networkLinks li a{
    font-size: 14px;
    color: #909090;
}

a#logo {
    display: block ;
    background: #46072a;
    padding: 16px 17px;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */    
}
a#logo img{
    max-width: 100%;
}

#logo {
    float: left ;
}

#logo img {
    display: block ;
}

form#search {
    float: left ;
    color: #727272 ;
    font-size: 14px ;
    padding: 10px 20px ;
    width: 500px ;
    max-width: 55% ;
    position: relative ;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
}
form#search label {
    color: #727272 ;
    float: left ;
    padding: 7px 0 ;
}

form#search .text_wrapper {
    float: left ;
    width: 100% ;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
    padding-right: 110px ;
}
form#search input[type="text"] {
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
    width: 100% ;
    color: #616161 ;
    padding-right: 10px ;
    background: transparent ;
    border: none ;
    margin: 13px 0 ;
    font-size: 24px ;
    font-weight: 200;
}

form#search input[type="image"] {
    width: 18px;
    height: 18px;
    float: right ;
    margin-top: 20px;
    background: url("../images/icoSearch.png") 0 0 no-repeat ;
}
form#search input[type="image"]:hover {
    background-position: 0 -18px ; 
}
form#search .right {
    position: absolute ;
    top: 10px ;
    right: 20px ;
    width: 122px ;
}


form#search .sbHolder {
    float: left;
    margin-right: 4px;
    padding: 15px 5px;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
}

#user_login_signup {
    float: right ;
    font-size: 16px ;
    font-weight: 300 ;
    margin: 9px 0 ;
    padding: 20px;
    border-left: solid 1px #424242 ;
}
#user_login_signup:before {
    margin-right: 7px ;
    content: "" ;
    display: inline-block ;
    vertical-align: -4px ;
    width: 16px ;
    height: 17px ;
    background: url("../images/icoUser.png") 0 0 ;
}
#user_login_signup:hover:before {
    background-position: 0 -17px ;
}


#user_login_signup, #user_login_signup a {
    color: #727272 ;
}

header nav {
    clear: both ;
    background: #65023a ;
}
header nav.wrapper {
    padding-left: 20px ;
}

ul#main_menu {
    font-size: 14px ;
    font-weight: 300 ;
}

ul#main_menu li {
    float: left ;
    margin: 0 7px ;
}
ul#main_menu li:first-child {
    margin-left: 0 ;
}
ul#main_menu li a {
    display: block ;
    padding: 0 8px ;
    color: inherit ;
}
ul#main_menu li a span {
    padding: 14px 0 ;
    display: block ;
    font-size: 16px;
}

ul#main_menu li.channel a{
    color: #f05eac;
}
ul#main_menu li.withBorder {
    border-left: 1px solid #851c56;
}

ul#main_menu li:hover {

}
ul#main_menu li a:hover, ul#main_menu li.active a {
    text-decoration: none ;
    padding-bottom: 0 ;
    background: #851c56;

}



#main {
    padding-top: 1px ;
    padding-bottom: 1px ;
    position: relative ;
    overflow: hidden ;
}

#main > .wrapper {

    width: 100% ;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
}

#main_top {

}
#main_top, #main_content, #pagination {

}

#main_content_left {
    width: 100% ;
    padding-right: 312px ;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
}

#main_content_right {
    margin-top: 54px;
    width: 300px ;
    float: right ;
    overflow: hidden ;
}

#main_content_right .banner{
    margin-bottom: 10px;
}

#main_content_left .header h1, #main_content_left .header h2,
#main_content_right .header h1, #main_content_right .header h2 {
    margin-bottom: 10px ;
}

#main_content_bottom {
    display: none ;
}


.thumbs {
    padding-bottom: 10px ;
    margin-right: -10px ;
    border-bottom: solid 1px #616160 ;

}
.thumbs:last-child {
    border: 0;
}

.thumb {
    float: left ;
    padding-right: 10px ;
    margin-bottom: 10px ;
    color: #2f2d2c;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
    font-weight: 400;
    position: relative;
}

.thumbs .thumb:last-child {
    margin-right: -20px;
}

.thumb > a {
    display: block ;
    position: relative ;
    background-color: #65023a ;
}  
.thumb > a:hover img {
    opacity: 0.56 ;
}

.thumb > a img {
    display: block ;
    opacity: 1 ;

}
.thumb > a:hover img {
    opacity: 0.56 ;
}
.thumb .thumb_desc {
    padding: 5px ;
    color: #f1f1f1 ;
    background: rgba(0,0,0,0.8) ;
    display: inline-block ;
    position: absolute ;
    bottom: 0 ;
    left: 0 ;
    width: 100%;
    line-height: 18px;
    height: 45px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.thumb .thumb_time {
    padding: 3px 8px;
    color: #f1f1f1 ;
    background: rgba(0,0,0,0.8) ;
    display: inline-block ;
    position: absolute ;
    top: 10px ;
    left: 0px ;
    line-height: 17px;
    font-size: 12px;
    font-weight: 300;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.thumb .thumb_ita_flag {
    display: inline-block ;
    position: absolute ;
    top: 15px ;
    right: 10px ;
    width: 16px;
    height: 11px;
    background: url(../images/icoItaFlag.gif) no-repeat;
}

.thumb .thumb_bottom {
    background: #f1f1f1 ;
    padding: 5px 10px ;
}
.thumb:hover .thumb_bottom {
    border-bottom-color: #ff3939 ;
}
.thumb h3 {
    line-height: 18px ;
    margin-bottom: 3px ;
    overflow: hidden;
    height: 21px;
    text-overflow: ellipsis;
}
.thumb h3 a {
    color: inherit ;
    color: #851c56;
    font-size: 18px;
    font-weight: 300;
}
.thumb h3 a:hover {
    text-decoration: none ;
    color: #2f2d2c ;
}
.thumb .thumb_info {
    line-height: 14px ;
    margin-bottom: 7px ;
}
.thumb .thumb_info span {
    margin-right: 10px ;
}
.thumb .thumb_info span:last-child {
    margin-right: 0 ;
}
.thumb .thumb_rating {
    width: 65px ;
    margin-bottom: 7px ;
}

.thumb .thumb_stars_off {
    background-image: url(../images/star_off.png) ;
    height: 10px ;

    background-origin: padding-box ;
    background-clip: content-box ;
    -webkit-background-clip: content-box ;

    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */

    position: relative ;
} 

.thumb .thumb_stars_on {
    background-image: url(../images/star_on.png) ;
    height: 10px ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
}

.thumbs_column {

}

.thumbs_column .thumb {
    padding-right: 0 ;
    width: 100% ;
}

.thumbs_column .thumb > a {
    width: 100px ;
    float: left ;
    padding-top: 30.83% ;
}
.thumbs_column .thumb .thumb_bottom {
    float: left ;
    width: 140px ;
    height: 74px ;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
}

.thumbs_column .thumb h3 {
    margin-top: 6px ;
}

.thumbs_column .thumb_desc {
    font-size: 10px ;
    bottom: 4px ;
    padding: 3px ;
}


#pagination {
    padding-top: 0;
    padding-bottom: 15px ;
    border-bottom: 1px solid #616160;
    padding-left: 0;
}

#pagination span, #pagination a {
    font-weight: 300 ;
    display: block ;
    float: left ;
    padding: 8px 11px ;
    margin-right: 3px ;
    margin-bottom: 3px ;
    font-size: 14px;
}
#pagination span:last-child, #pagination a:last-child {
    margin-right: 0 ;
}

#pagination span {
}

#pagination a {
    color: inherit ;
    background-color: #f1f1f1 ;
    color: #000;
}
#pagination a.prev, #pagination a.next {
    background-color: #3c3c3c ;
    color: #ffffff ;
    padding-left: 14px ;
    padding-right: 14px ;
}
#pagination span, #pagination a:hover {
    background-color: #851c56 ;
    color: #ffffff ;
    text-decoration: none ;
}

.box_area {
    text-align: center ;	padding-left: 120px;}
.box_area a {
    display: inline-block ;
    margin: 2px 4px ;
}
.box_area a img {
    display: block ;
    max-width: 100% ;
}

#channels_column {
    float: left ;
    width: 225px ;
    color: #2f2d2c;
    border-right: solid 1px #616160 ;

    position: absolute ;
    left: -201px ;
    top: 0 ;
    background: #ffffff ;
    z-index: 1 ;
    /*box-shadow: 0px 0 10px grey ;*/
    border-right: solid 1px #616160 ;
}
#channels_column.retract {
    left: 0 ;
}
#channels_column_inside {

    width: 100% ;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
    padding-left: 20px ;
    padding-right: 25px ;

}
#channels_column_tab {
    float: right ;
    width: 24px ;
    height: 100000px ;
    border-left: solid 1px #e1e1e1 ;
}
#channels_column h2 {
    margin: 10px 0 8px ;
}
#channels_column ul {
    font-weight: 300 ;
    font-size: 14px ;
    clear: left ;
    padding-right: 20px ;
}
#channels_column ul li {
    border-top: solid 1px #e1e1e1 ;
}
#channels_column ul li:last-child {
    border-bottom: solid 1px #e1e1e1 ;
}
#channels_column ul li a {
    color: inherit ;
    font-size: 14px;
    font-weight: 300;
    display: block ;
    padding: 7px 20px 8px ;
    margin: 0 -20px ;
    background-clip: content-box ;
    -webkit-background-clip: content-box ;
}


#channels_column ul li a:hover, #channels_column ul li.active a {
    color: #d12787 ;
    text-decoration: none ;
    padding-left: 17px ;
    border-left: solid 3px #851c56 ;
}
#channels_column ul li a span{
    display: block;
    float: right;
    padding: 2px 7px;
    background: #851c56;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin-top: -2px;
    line-height: 14px;
}

#hide_channels_column {
    display: block ;
    width: 18px ;
    height: 18px ;
    padding: 20px 6px 100000px 4px ;
    background: url("../images/icoChannels.png") 0 -18px no-repeat ;
    background-clip: content-box ;
    -webkit-background-clip: content-box ;
    -webkit-box-sizing: content-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box ;    /* Firefox, other Gecko */
    box-sizing: content-box ;         /* Opera/IE 8+ */
    background-origin: content-box ;
}
#hide_channels_column:hover, #hide_channels_column.active {
    background-position: 0 0px ;
}



#main_menu_button {
    color: #fff;
    display: none ;
    padding: 10px 10px 10px 20px ;
    background: url("../images/sprite_menu.png") no-repeat 0 13px ; 
}
#main_menu_button:hover, #main_menu_button.active {
    background-position: 0 -59px ; 
}

.filter {
    line-height: 16px ;
    float: right ;
    margin-right: -1px ;
    padding: 19px 0 ;
}
.filter_label {
    color: #888888 ;
    padding-right: 5px ;
}
.filter > a {
    display: inline-block ;
    padding: 0 7px ;
    color: #f05eac;
    font-size: 14px;
}

footer {
    background-color: #201f1e ;
    padding-top: 10px ;
    position: absolute ;
    bottom: 0 ;
    font-size: 14px;
    color: #fff;
    left: 0 ;
    z-index: 2 ;
    width: 100% ; 
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
}
footer .topFooter,
footer .bottomFooter{
    width: 100%;
    float: left;
}
footer .topFooter ul, p{
    width: 33.33%;
    display: block;
    float: left;
    padding: 20px 25px;
    border-left: 1px solid #616160;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    line-height: 20px;
    margin-bottom: 10px;
}
footer .topFooter ul li{
    list-style-type: disc;
}
footer .topFooter p{
    border: 0;
    width: 630px;
    max-width: 100%;
    padding: 40px 20px;
}
footer .topFooter ul{
    width: 310px;
    max-width: 100%;
    min-height: 140px;
}
footer .topFooter ul li a{
    color: #fff;
}
footer .topFooter ul li a:hover{
    color: #d35598;
}
footer .bottomFooter{
    color: #5a5a5a;
    background: #2a2928;
    padding: 12px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
footer .bottomFooter a{
    color: #d35598;
    margin-left: 10px;
}




#video {
    font-size: 14px;
}

#video_player {
    clear: left ;
    width: 100% ;
    position: relative ;
    overflow: hidden;
}
/*
#video_player img {
    width: 100% ;
    height: 100% ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
}
*/

#video_info {
    overflow: hidden ;
    padding: 10px 0 ;
    border-bottom: solid 1px #616160 ;
}
#video_info span, #video_info a {
    display: inline-block ;
    padding: 5px 5px 5px 0 ;
    margin-right: 3px ;
}
#video_info .left {
    font-weight: 300 ;
}
#video_info .left span {
    border-right: solid 1px #616160 ;
}
#video_info .left span:first-child {
    padding-left: 0 ;
}
#video_info .left span:last-child {
    border-right: none ;
}

#video_rating {
    width: 90px ;
}
#video_stars_off  {
    background: url("../images/video_star_off.png") repeat-x ;
    height: 13px;
    background-origin: padding-box;
    -webkit-background-clip: content-box;
    background-clip: content-box;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#video_stars_on {
    background: url("../images/video_star_on.png") repeat-x ;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;

}

#video_options {
    padding: 10px 0 7px ;
}
#video_options a {
    display: inline-block ;
    color: inherit ;
    padding-left: 16px ;
    background: url("../images/sprite_video.png") no-repeat ;
    margin-right: 10px ;
    padding-bottom: 1px ;
    margin-bottom: 2px ;
}
#video_options a:hover {
    color: #a24476 ;
}

#video_options a#add_to_favs {
    background-position: 0 -63px ;
}

#video_options a#report_video {
    background-position: 0 -191px ;
}


#video_data {
    padding: 10px;
    padding-left: 0 ;
    overflow: hidden ;
    background: #f3f3f3 ;
    font-size: 15px ;
    font-weight: 300 ;
    margin-bottom: 10px ;
    color: #000000 ;
}
#video_data > div {
    float: left ;
    border-left: solid 1px #616160 ;
    padding-left: 9px ;
    margin-left: -1px ;
}
#video_data > div:first-child {
    min-width: 165px ;
    margin-right: 10px ;
}
#video_data > div > div {
    padding: 2px 0 ;
    line-height: 16px ;
}
#video_data a {
    display: inline-block ;
}


#comments {
    margin-bottom: 20px ;
}
#comments > p, #ajaxComments > p {
    margin: 10px 0 ;
}
#comments h2 {
    border-bottom: solid 1px #616160 ;
    font-size: 14px ;
    padding: 0 0 5px ;
    float: none ;
    font-weight: 400 ;
    margin-bottom: 7px ;
}
#comments h2:before {
    display: inline-block ;
    content: url("../images/comments.png") ;
    margin-right: 12px ;
    vertical-align: -1px ;
}

.comments.row #comments h2 {
    display: none ;
}
.comments.row ul#posted_comments {
    margin-top: 0 ;
}


ul#posted_comments {
    margin: 8px 0 16px ;

    overflow: hidden ;
    border-bottom: solid 1px #616160 ;
}
ul#posted_comments li.comment {
    margin: 10px 0 ;
}
ul#posted_comments li.comment:last-child {
    margin-bottom: 20px ;
}

#comment_add_wrapper {
    float: none ;
    min-height: 174px;
}

.comment {
    position: relative ;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
    width: 100% ;
    padding-left: 75px ;
    font-weight: 300 ;
    float: left ;
    min-height: 60px ;

}
.comment_avatar {
    display: block ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
    width: 50px ;
    height: 50px ;
    border: solid 1px #616160 ;
    padding: 4px ;
}
.comment_avatar_img_wrapper {
    position: relative ;
    width: 50px ;
    height: 50px ;
    overflow: hidden ;
}
.comment_avatar img {
    display: block ;
    width: 100% ;
    height: 100% ;
    position: absolute ;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */

}
.comment header {
    margin: 3px 0 6px ;
}
.comment h3 {
    font-size: inherit ;
    display: inline ;
}
.comment h3 a {
    font-weight: 300 ;
}
.comment_info {

}
.comment_content {
    clear: left ;
    color: #7f7f7f ;
    line-height: 16px ;
}

form#add_comment {
    position: relative ;
}
#add_comment textarea {
    border: solid 1px #616160 ;
    width: 100% ;
    max-width: 100% ;
    min-height: 125px ;
    padding: 10px ;
    color: #000000 ;
    max-height: 500px ;
    margin-bottom: 10px ;
    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
}
#add_comment:before {
    content: url("../images/triangle.png") ;
    position: absolute ;
    top: 24px ;
    left: -11px ;
}

#add_comment input[type="submit"] {
    margin-bottom: 10px ; 
}

#being_watched {
    position: relative ;
    border-bottom: 1px solid #616160;
}

.slider_wrapper {
    position: relative ;
    overflow: hidden ;
    height: 275px ;
}
.slider {
    /*position: absolute ;*/
    /*position: static;*/
}


.slider > * {
    float: left ;
}

.slider > .window {

    -webkit-box-sizing: border-box ; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box ;    /* Firefox, other Gecko */
    box-sizing: border-box ;         /* Opera/IE 8+ */
}
.slider > .window > .thumbs {
    padding-right: 0 ;
}

.slider_arrows {
    position: absolute ;
    top: 46% ;
    margin-top: -15px ;
    width: 100% ;
}
.slider_arrows button {
    display: block ;
    border: solid 1px #616160 ;
    background: #ffffff ;
    position: relative ;
    z-index: 1 ;
}
.slider_arrows button.disabled {
    pointer-events: none ;
    opacity: 0.7 ;
}
.slider_arrows button:hover {
    opacity: 0.9 ;
}
.slider_arrows button img {
    display: block ;
    padding: 11px 10px ;
}
.slider_arrows button.slide_arrow_left {
    float: left ;
    left: -13px ;
}
.slider_arrows button.slide_arrow_right {
    float: right ;
    right: -13px ;
}
.videoDesc{
    font-size: 16px;
    color: #fff;
    line-height: 21px;
     padding-bottom: 26px;
     float: left;
     width: 100%;
}
.navOptions{
    width: 50%;
    float: left;
    background: url(../images/bgCounter.png) no-repeat;
    height: 30px;
    padding: 6px 6px 6px 38px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.rightHeadDetails{
    width: 50%;
    float: right;  
    text-align: right;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.rightHeadDetails span{
    color: #f05eac;
}
#website-info-block{
    padding-top: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    min-height: 51px;
}
ul.headFiters{
   color: #f05eac; 
}
ul#main_menu li.withBorder{
    padding: 9px;
    margin-top: 3px;
}

.title-alphabet{
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
}
.title-alphabet a{
    margin-right: 5px;
}
.title-alphabet a:hover{
    color: #fff;
}
.tags-list{
    width: 100%;
    margin-top: 10px;
}
.tags-list div{
    width: 32%;
    float: left;
    margin: 0.5%;
    min-height: 350px;
    font-size: 15px;
}
.tags-list div ul{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding-left: 20px;
    list-style-type: disc;    
}
.tags-list div li{
    margin-top: 3px;
}
.tags-list div strong {
    background-color: #65023a;
    color: #ffffff;
    float: left;
    margin-bottom: 10px;
    padding: 1%;
    width: 98%;
}
.tags-list div strong a{
    color: #ffffff;
    float: right;
    text-decoration: none;
}

.notification{
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font-size: 14px;
}
.notification p{
    width: 100%;
}
.forms .form-label{
    color: #fff;
    font-size: 14px;
}
.forms-wrapper input[type="submit"]{
    border: 0;
    background: #65023a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.forms-wrapper input:hover[type="submit"]{
    background: #95105b;
}
a.linkuser strong{
    font-weight: 300;
}

.informationComment{
    width: 100%;
    border: 0;
    display: block;
    clear: both;
    padding: 0
}

#ajaxComments{
    float: none;
    display: inline-block;
    clear: both;
    width: 100%;
}

.general{
    position: relative;
}

#profile{
    font-size: 16px;
}
#profile .general .info h3{
    font-size: 24px;
    margin-bottom: 16px;
}
#profile .general .picture{
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: auto;
}
#profile .general .picture img{
    width: 100%;
    max-width: 226px;
    max-height: 226px;
}
#profile .general .info{
    float: left;
    width: 100%;
    padding-left: 381px;
    padding-top: 12px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    line-height: 24px;
}

.forms table{
    width: 100%;
    float: left;
}
.forms-wrapper tr{
    line-height: 37px;
}

a.subSortBold{
    color: #fff;
}

.channelDesc{
    box-sizing: border-box;
    font-size: 14px;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 100%;
}
.channelDesc p{
    width: 100%;
}

.thumb.new:after{
    content: "";
    display: block;
    position: absolute;
    right: 44px;
    top: 1px;
    width: 60px;
    height: 39px;
    background: url(../images/icoNewMarge.png) no-repeat center;
}

@media (min-width: 1210px) and (max-width: 1479px) {
/*     .fixed_width > .wrapper:not(.wrapper_reducible) {
        margin-left: 266px ;
        padding-left: 10px ;
    } */
}

@media (min-width: 1100px) and (max-width: 1209px) {
    .fixed_width > .wrapper.wrapper_reducible {
        margin-right: 0 ;
        margin-left: 266px ;
        width: auto ;
        padding-left: 10px ;
    }
}
@media (min-width: 1000px) and (max-width: 1099px) { 
    .fixed_width > .wrapper.wrapper_reducible {
        margin-right: 0 ;
        margin-left: 226px ;
        width: auto ;
        padding-left: 10px ;
    }
}


@media (max-width: 1099px) {

    #channels_column {
        width: 220px ;
        left: -195px ;

    }
    .wrapper_reducible {
        padding-left: 238px ;
    }
    #main.wrapper_reducible {
        padding-left: 203px;
    }
    .tags-list div{
        width: 48%;
        float: left;
        margin: 0.5%;
        min-height: 350px;
        font-size: 15px;
    }     
}

@media (max-width: 899px) {
    .slider_arrows {
        top: 48% ;  
    }   
    #website-info-block{
        min-height: 106px;
    }    
}

@media (max-width: 849px) {
    #main_content_right {
        display: none ;
    }
    #main_content_bottom {
        display: block ;
    }
    #main_content_left {
        padding-right: 0 ;
    }     
}


@media (max-width: 799px) {
    #main_menu_button {
        display: inline-block ;
    }

    ul#main_menu {
        border-top: solid 1px rgba(0,0,0,0.4) ;
        display: none ;
    }
    ul#main_menu li {
        display: block ;
        width: 100px ;
        margin-right: 20px ;
    }

    ul#main_menu li a {
        display: inline-block ;
    }
    ul#main_menu li a span {
        padding: 7px 2px ;
    }

    .wrapper_reducible {
        padding-left: 228px ;
        padding-right: 10px ;
    }
    ul#main_menu li.withBorder {
        border-left: 0;
    }

    #main.wrapper_reducible {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 699px) {
    .wrapper, form#search, .fixed_width > .wrapper {
        padding-left: 35px ;
        padding-right: 10px ;
    }

    form#search .right {
        right: 10px ;
    }
    #user_login_signup {
        padding-left: 10px ;
        padding-right: 10px ; 
        border-left: none ;
    }
    .slider_arrows button.slide_arrow_right {
        right: -8px ;
    }
    .slider_arrows button.slide_arrow_left {
        left: -8px ;
    }
}
@media (max-width: 649px) { 
}

@media (max-width: 599px) {
    .slider_arrows {
        display: none ;
    }
}


@media (max-width: 499px) { 
    #video_rating {
        float: left ;
        clear: left ;
    }
    .tags-list div{
        width: 98%;
        float: left;
        margin: 0.5%;
        min-height: 350px;
        font-size: 15px;
    }       
}


@media (min-width: 450px) and (max-width: 799px) { 
    ul#main_menu li:nth-child(3n+1) {
        clear: both ;
        margin-left: 0 ;
    }
}
@media (max-width: 449px) { 
    ul#main_menu li:nth-child(2n+1) {
        clear: both ;
        margin-left: 0 ;
    }  
}

@media (max-width: 399px) {
    .filter {
        float: left ;
        clear: left ;
        padding-top: 0 ;
    }
}

/* thumb */

@media (min-width: 1800px) {
    .thumbs .thumb {
        width: 13.28% ;
    }

    .wrapper_reducible .thumbs .thumb {
        width: 15.66%;
    }
    
    .wrapper_reducible .slider .thumb {
        width: 15.67%;
    }
}

@media (min-width: 1500px) and (max-width: 1799px) {
    .wrapper_reducible .thumbs .thumb {
        width: 13.28% ;
    }

    .thumbs .thumb {
        width: 15.66%;
    }
    .slider .thumb {
        width: 15.67%;
    }
}
@media (max-width: 1499px) {
    #being_watched .thumb:nth-child(7) {
        display: none ;
    }
    #italiaVideo .thumb:nth-child(6), #italiaVideo .thumb:nth-child(7),
    #amatorialeVideo .thumb:nth-child(6), #amatorialeVideo .thumb:nth-child(7){
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
   .wrapper_reducible  .thumbs .thumb {
        width: 20% ;
    }

    .thumbs .thumb {
        width: 25%;
    }
}
@media (min-width: 900px) and (max-width: 1499px) {
    #being_watched .thumb:nth-child(6) {
        display: none ;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .thumbs .thumb {
        width: 25% ;
    }
    .wrapper_reducible .thumbs .thumb {
        width: 33.33%;
    }
    #being_watched .thumb:nth-child(7) {
        display: none ;
    }
    #italiaVideo .thumb:nth-child(5), #amatorialeVideo .thumb:nth-child(5){
        display: none;
    }    
}
@media (min-width: 900px) and (max-width: 1199px) {
    #being_watched .thumb:nth-child(5) {
        display: none ;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .thumbs .thumb {
        width: 33.3333% ;
    }    

    .wrapper_reducible .thumbs .thumb {
        width: 50%;
    }
    footer .topFooter p,
    footer .topFooter ul{
        border-bottom: 1px solid #616160;
        width: 100%;
    }
    footer .bottomFooter{
        text-align: center;
        line-height: 22px;
    }
    footer .topFooter ul:last-child{
        border: 0;
    }
    footer .topFooter ul, p{
        border-left: 0;
    }
    .rightHeadDetails,
    .navOptions{
        width: 100%;
        text-align: center;
        background-position: center top;
    }    
    .navOptions{
        padding: 0;
        padding-top: 35px;
    }
    .rightHeadDetails{
        margin-top:30px;
    }
 
    #main_content_left{
        clear: both;
    }    
    ul#main_menu li.channel{
        display: none;
    }
}
@media (max-width: 899px) {
    #italiaVideo .thumb:nth-child(4), #amatorialeVideo .thumb:nth-child(4),
    #italiaVideo .thumb:nth-child(5), #amatorialeVideo .thumb:nth-child(5){
        display: none;
    }    
}
@media (min-width: 400px) and (max-width: 599px) {
    .thumbs .thumb {
        width: 50% ;
    }
/*    #italiaVideo .thumb:nth-child(4), #amatorialeVideo .thumb:nth-child(4){
        display: block;
    } */     
    footer .topFooter p,
    footer .topFooter ul{
        border-bottom: 1px solid #616160;
        width: 100%;
    }
    footer .topFooter ul:last-child{
        border: 0;
    }
    footer .topFooter ul, p{
        border-left: 0;
    }
    .rightHeadDetails,
    .navOptions{
        width: 100%;
        text-align: center;
        background-position: center top;
    }    
    .navOptions{
        padding: 0;
        padding-top: 35px;
    }
    .rightHeadDetails{
        margin-top:30px;
    }   

    #main_content_left{
        clear: both;
    }
    .filter{
        float: left;
    }
    ul#main_menu li.channel{
        display: none;
    }
    #profile .general .info, 
    #profile .general .picture{
        position: relative;
        float:left;
        width: 98%;
        padding: 0 1%;
        clear: both;
        display: inline-block;
        height: auto;
    }
    #profile .general .info{
        margin-top: 20px;
    }    
}
@media (max-width: 399px) {
    .thumbs .thumb {
        width: 100%
    }
    #italiaVideo .thumb, #amatorialeVideo .thumb{
        display: block;
    }      
    footer .topFooter p,
    footer .topFooter ul{
        border-bottom: 1px solid #616160;
        width: 100%;
    }
    footer .bottomFooter{
        text-align: center;
        line-height: 22px;
    }
    footer .topFooter ul:last-child{
        border: 0;
    }
    footer .topFooter ul, p{
        border-left: 0;
    }
/*    #user_login_signup{
        width: 100%;
        text-align: center;
        padding: 3px 0;
    }*/
/*    #user_login_signup:before {
        display: none;
    }*/
    ul.networkLinks{
        text-align: center;
    }
    ul.networkLinks li{
        display: inline-block;
        float: none;
    }
    a#logo{
        width: 100%;
    }
    .rightHeadDetails,
    .navOptions{
        width: 100%;
        text-align: center;
        background-position: center top;
    }    
    .navOptions{
        padding: 0;
        padding-top: 35px;
    }
    .rightHeadDetails{
        margin-top:30px;
    }

    #main_content_left{
        clear: both;
    }
    .filter{
        float: left;
    }
    ul#main_menu li.channel{
        display: none;
    }
    #profile .general .info, 
    #profile .general .picture{
        position: relative;
        float:left;
        width: 98%;
        padding: 0 1%;
        clear: both;
        display: inline-block;
        height: auto;
    }
    #profile .general .info{
        margin-top: 20px;
    }    
}


/* added */
#search select, .pornstars-type select {
  opacity: 0;
}
.pornstars-type {
    float: left;
    border-left: 1px solid #424242;
    padding: 1px 10px 2px;
    margin: 10px 0 0 -8px;
}
.pornstars-type .sbHolder, .pornstars-type .sbToggle {
    width: 120px;
    font-size: 15px;
}
.pornstars-type .sbToggle {
    background-position: 108px -49px;
}

.pornstars-type .sbToggle:hover {
    background-position: 108px -79px;
}

.pornstars-type .sbOptions {
    width: 118px;
    z-index: 20;
    top: 27px !important;
    overflow: auto;
}

.pornstars-type .sbSelector {
    width: 103px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slider {
    overflow: hidden;
}

.slider .window {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    min-height: 248px;
}

.slider .window .thumb {
    font-size: 13px;
    display: inline-block;
    float: none;
}

@media (min-width: 1300px) {
    .pornstars-type {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pornstars-type:after {
        content: "";
        display: table;
        clear: both;
    }
    .pornstars-type .sbHolder {
        float: left;
        margin-right: 10px;
    }
}

.categoryDesc {
    font-size: 1.3em;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    form#search {
        width: 380px;
    }
}

@media (max-width: 1000px) {
    form#search {
        clear: both ;
        width: 100% ;
        max-width: 100% ;
        border-top: solid 1px rgba(255,255,255,0.3) ;
        padding-right: 175px;
    }  

    form#search .right {
        right: 153px;
    }

    .pornstars-type {
        margin-left: -141px;
    }
}

@media (max-width: 599px) {
    .pornstars-type {
        margin-left: 0;
        clear: both;
        float: none;
        text-align: center;
        padding: 7px 0 5px;
        border-left: none;
    }

    .pornstars-type .sbHolder {
        display: inline-block;
        margin: 0 10px;
        text-align: left;
        background: #333;
    }

    form#search {
        padding: 0 30px 0 10px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    form#search input[type="text"] {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 18px;
    }

    form#search .right {
        right: 10px;
        top: 0;
    }

    form#search .sbHolder {
        padding: 5px 5px 6px;
    }

    form#search input[type="image"] {
        margin-top: 10px;
        margin-right: 1px;
    }

    a#logo {
        padding: 10px;
        width: 200px;
    }

    #user_login_signup {
        margin: 0;
        padding: 18px 10px;
        font-size: 15px;
        margin-left: -20px;
    }

    .navOptions {
        background-position: left top;
        padding: 8px 0 0 40px;
        text-align: left;
        font-size: 12px
    }
    .rightHeadDetails {
        text-align: left;
        margin-top: 0;
        font-size: 14px;
        padding-left: 40px;
    }
    .rightHeadDetails strong {
        display: none;
    }
    #website-info-block {
        min-height: 0;
        padding-top: 10px
    }
}

@media (max-width: 399px) {
    a#logo {
        width: 185px;
    }
}

@media (min-width: 1200px) {
    #channels_column {
        left: 0;
    }

    #channels_column.retract {
        left: -201px
    }

    .wrapper {
        padding-left: 245px;
    }

     .wrapper.wrapper_reducible {
         padding-left: 40px
     }

    #main.fixed_width.wrapper_reducible {
        padding-left: 0 !important;
    }

    #main.fixed_width:not(.wrapper_reducible) {
        padding-left: 210px;
    }
}

.nascosto{
	position: absolute;
	width: 450px;
	height: 350px;
	bottom: 25px;
	left: 0px;
	z-index: 201;
}
.nascosto2 {
	position: absolute;
	width: 260px;
	height: 380px;
	bottom: 100px;
	left: 347px;
	z-index: 102;
	overflow:hidden;

}
