﻿body {}
.doc-toper{font-size:14px;background:#323436;padding:10px 0;color:#0AE;line-height: 20px}
.doc-toper a:link,.doc-toper a:visited{color:#f00;}
.doc-naver{padding-top:30px;padding-bottom:30px;}
.doc-logo{display:block;margin-bottom:10px;}
.doc-naver .nav a:link,.doc-naver .nav a:visited{font-size:16px;font-weight:bold;}
.doc-naver .nav .active a{color:red;}
.doc-header.fixed-top{background-color:#fff;z-index:2;-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, .175);box-shadow:0 3px 6px rgba(0, 0, 0, .175);}
.doc-header.fixed-top .doc-toper,.doc-header.fixed-top .doc-intro{display:none;}
.doc-header.fixed-top .doc-naver{padding-top:10px;padding-bottom:10px;background-color:#fff;}
.doc-h2{margin-bottom:15px;border-bottom:solid 1px #eee;padding-bottom:15px;font-size:28px;}
.doc-h3{margin:30px 0 10px 0;font-size:21px;}
.doc-lead{font-size:18px;}
.doc-readme{font-size:16px;}
.doc-title,.doc-code,.doc-demo,.doc-quote,.doc-quoteyellow,.doc-quotered,.doc-democode{margin-bottom:20px;}
.doc-code{border:solid 1px #ddd;padding:15px;border-radius:4px;background:#f5f5f5;}
.doc-demoview{border:solid 1px #ddd;padding:15px;border-radius:4px 4px 0 0;border-bottom:none;}
.doc-demoview:before{content:"ç¤ºä¾‹";color:#999;}
.doc-demoview .view-head{color:#999;margin-bottom:10px;}
.doc-demoview .view-body{padding-top:15px;}
.doc-democode{border:solid 1px #ddd;border-radius:0 0 4px 4px;padding:15px;background:#f5f5f5;font-size:12px;}
.doc-blogview{border:solid 1px #ddd;padding:15px;border-radius:4px 4px 0 0;border-bottom:none;}
.doc-blogview:before{    content: "内容页";  color:#999;}
.doc-blogview .view-head{color:#999;margin-bottom:10px;}
.doc-blogview .view-body{padding-top:15px;}
.doc-blogcode{border:solid 1px #ddd;border-radius:0 0 4px 4px;padding:15px;background:#fff;font-size:12px;}
.doc-viewad0,.doc-codead0{border-color:#cec;}
.doc-codead0{background:#efe;}
.doc-viewad1,.doc-codead1{border-color:#ffd324;}
.doc-banner{color:#fff;padding:70px 10%;background:#292d2c;}
.doc-banner h1{font-size:36px;}
.doc-banner h3{font-size:22px;padding:0 10%;}
.doc-banner .button-big{padding:14px 25px;margin-bottom:15px;border:solid 2px #fff;}
.doc-banner .button-big:hover{background:#f00;color:#fff;border:solid 2px #f00;}
.fixed-top .margin-top {margin-top: 0px;}
.fixed-top.doc-fixed-top{margin-top:60px;z-index:9;filter:alpha(opacity=80);opacity:.8;}
.fixed-bottom.doc-fixed-bottom{z-index:9;left:0;right:0;filter:alpha(opacity=80);opacity:.8;}
.detail img{display:block;max-width:100%;height:auto}
.nav .active a {
    font-weight: 100;
}
.paoma {
    width: 100%;
    font-size: 12px;
    bottom: 0;
    position: fixed;
}
.marquee {font-size: 13px;
    line-height: 13px;}
.dlink a {}
.grid .ul .item {
    background-color: #FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
    border: 10px solid #FFF;
    border-bottom: 0 none;
    margin-bottom: 30px;
}
.grid .ul .item .thumb {
    position: relative;
    line-height: 1;
    text-align: center;

    overflow: hidden;
    -webkit-transition: .15s all linear;
    -moz-transition: .15s all linear;
    -o-transition: .15s all linear;
    transition: .15s all linear;
    color: #FFF;
    box-shadow: 0 0 2px rgba(255,255,255,.15)
}
.grid .ul .item .thumb .qtag {
    padding: 0 3px;
    color: #fff;
    font-size: 12px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    border: none;
}
.grid .ul .item .thumb .dvdtag {
    background: #09C878;
}
.grid .ul .item .thumb img {
    display: block;
    width: 100%;
    height: 200px;
    -webkit-transition: all .2s cubic-bezier(0.33, 0, 0.2, 1);
    -moz-transition: all .2s cubic-bezier(0.33, 0, 0.2, 1);
    -o-transition: all .2s cubic-bezier(0.33, 0, 0.2, 1);
    transition: all .2s cubic-bezier(0.33, 0, 0.2, 1)
}
.grid .ul .item .meta {
    padding: 8px 5px;
}
.grid .ul .item .title a {
    color: #888;
    font-size: 14px;
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.grid .ul .item:hover .title a {
    color: #969494
}
.grid .ul .item .extra {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    background-color: #222;
    color: #FFF;
    margin: 0;
    padding: 8px 10px;
    box-sizing: border-box;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.33, 0, 0.2, 1);
    -moz-transition: -moz-transform .2s cubic-bezier(0.33, 0, 0.2, 1);
    -o-transition: -o-transform .2s cubic-bezier(0.33, 0, 0.2, 1);
    transition: transform .2s cubic-bezier(0.33, 0, 0.2, 1)
}
.grid .ul .item .extra a {
    color: rgba(255,255,255,.9)
}
.grid .ul .item .extra a:hover {
    color: #969494
}
.grid .ul .item .extra .time {
    float: left
}
.grid .ul .item .extra .time i {
    margin-right: 4px
}
.grid .ul .item .extra span {
    float: right;
    margin-left: 8px
}
.grid .ul .item .extra i {
    margin-right: 4px
}
.grid .ul .item .extra span i {
    margin-right: 0;
    margin-left: 4px
}
.grid .ul .item .data {
    border-top: 1px solid #f2f2f2;
    padding: 8px 5px;
    color: #999;
    font-size: 12px;
}
.grid .ul .item .data a {
    color: #999
}
.grid .ul .item .data a:hover {
    color: #969494
}
.grid .ul .item .data span {
    float: right;
    margin-left: 10px
}
.grid .ul .item .data span i {
    margin-right: 4px
}
.grid .ul .item:hover .extra {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}
.grid .ul .item:hover .thumb {
    background-color: #000
}
.grid .ul .item:hover .thumb img {
    opacity: .9;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);

    transition: all 1s ease 0s;
    transform: scale(1.1);
}
#playview 
{
background-image: url("https://placeholdit.imgix.net/~text?txtsize=33&txt=%E6%AD%A3%E5%9C%A8%E5%8A%A0%E8%BD%BD%E4%B8%AD&w=1148&h=459.2");
height:530px;
}
@media (min-width:760px){.doc-nav{text-align:right;}
    .doc-naver .doc-logo{display:block;margin:0px;}
    /*.bg-inverse .navbar-head, .bg-inverse .navbar-text{padding: 0px}*/
}
@media (max-width:768px) {
.pc_div{display:none}
	.bg-yellow {width:100%;text-align:center;}
    .doc-header.fixed-top {border-bottom: 0px;}
    .doc-header .container{padding: 0px;}
    .bg-inverse .nav {padding: 0}
    .nav {padding: 0}
    .navbar-body .nav li {border: none;}
    .container{padding: 0px}
    .line-middle {margin: 0px;}
    .doc-header .container.margin-top{margin: 0}
    .navli {
        text-align: center;
        color: #fff;
        
        float: left;
        width: 25%;
        height: 40px;
    }
    .nav .drop-menu li {
        text-align: center;
        color: #fff;
        background-color: #292d2c;
        float: none;
        width: 100%;
    }
    .navli a{
        height: 40px;
        line-height: 30px;
        color:#fff;
    }
    .navbar-body .nav a,.bg-inverse .nav-inline .nav-head, .bg-inverse .nav-inline li a {
    text-indent: 0;
}
    .nav .drop-menu li a{
        color:#000;
        height: 40px;
        line-height: 30px;
    }
    .navli:after {

        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform-origin: 0 0;
        -webkit-transform: scale(1);
        border-left: 1px solid rgba(80, 37, 9, 0.36);
        border-bottom: 1px solid rgba(80, 37, 9, 0.36);
    }
    .grid .ul .item {border: 5px solid #FFF;margin-bottom: 10px;}
    .grid .ul .item .data{padding: 3px 5px;}
    .grid .ul .item .thumb img {

    height: 110px;
}
    .button-group {padding: 5px}
    .button-group .button {border-radius:0;}
    .button-group a{width: 25%;margin-top: 5px}
    .doc-banner{padding:0px 10%;}
    .duilianimg {width:120px;height:120px;}
    .duilianimg1 {width:80px;height:150px;}
    
}
.doc-intro{color:#fff;padding:40px 0;background:#292d2c;}
.doc-intro h1{margin-bottom:15px;font-size:32px;}
.doc-intro p{font-size:22px;}
.doc-backtop{position:fixed;right:5px;bottom:0;color:#999;font-size:30px;cursor:pointer;z-index:9;margin-bottom:5em}
.doc-backtop:hover{color:#292d2c;}
.doc-footer{padding:20px 0;text-align:center;}




/*-Page-*/
.pages {text-align:center; overflow:hidden;     line-height: 36px;
    font-size: 0px;}
.pages em {margin-left:4px; font-weight:bold; color:#7f7f7f;  font-weight:normal;} 
.pages input {margin-left:10px; height:22px; width:30px;}
.pages .pagelink_a,.pages .pagelink_b,.pages .pagenow{background-color: #fff;
    padding: 2px 10px;
    line-height: 20px;
    border-radius: 4px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    border: solid 1px;font-size:10px;}
    .pages .pagenow { background:#969494;
    border: #969494 solid 1px;
     }
     .pages  a:hover {
    background-color: #969494;
    color: #FFF;
    border: #969494 solid 1px;
        text-decoration: none;
}
    .pages input {display: none}
.pages .pagebtn{border:1px solid #CCCCCC; height:24px; width:40px;text-align:center; cursor: hand;}
/*-/Page-*/


/*888*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	outline: none;
	text-decoration: none;
}

img {
	display: block;
}

input, textarea, select, button {
	font: 100% 'Open Sans', sans-serif;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

:-moz-placeholder {
	color: #7c7c7c;
}

::-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #7c7c7c;
}

:-ms-input-placeholder {
	color: #7c7c7c;
}

::placeholder {
	color: #7c7c7c;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

:focus::placeholder {
	color: transparent;
}

body {
	margin: 0;
	color: #7a7979;
	background: #080609;
	font: 13px/1 'Open Sans', sans-serif;
}/* icon */*[class*="ico-"] {
	display: inline-block;
	vertical-align: middle;
	background: url(/template/nvyoupcmo_pc/images/icons.png) no-repeat;
}

.ico-like {
	width: 21px;
	height: 22px;
	margin: 0;
	background-position: 0 -50px;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: table;
}

.container:after,.container:before {
	display: block;
	clear: both;
	content: '';
}

.container {
	max-width: 1240px;
	min-width: 310px;
	margin: 0 auto;
	padding: 1px 5px 0 5px;
}

.header {
	background: url(/template/nvyoupcmo_pc/images/bg-header.jpg) 50% 0;
	min-height: 93px;
	border-top: 4px solid #4e2d9b;
}

.header .container {
	position: relative;
}

.logo {
	float: left;
	margin: 5px 5px 0 0;
}

.logo img {
	width: 100%;
	height: auto;
}

.logo h1 {
	display: none;
}

.menu {
	overflow: hidden;
	background: url(/template/nvyoupcmo_pc/images/bg-menu.png) no-repeat 50% 0;
	margin: 8px 5px 0 0;
	border-radius: 3px;
}

.search-form {
	margin: 5px 0 5px 5px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.search-form .search-text {
	width: 100%;
	height: 38px;
	border: none;
	padding: 5px 47px 5px 12px;
	background: #d8d4dc;
	font-size: 12px;
	color: #797884;
}

.search-form .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	height: 39px;
	width: 47px;
	background: #b9a9cd url(/template/nvyoupcmo_pc/images/magnifier.png) no-repeat 50% 50%;
	cursor: pointer;
	padding: 0;
	border: none;
	text-indent: -9999px;
}

.main-menu {
	float: right;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	display: table;
	width: 45%;
	margin: 0 26px 0 25px;
}

.main-menu li {
	display: table-cell;
}

.main-menu li + li {
	padding-left: 16px;
}

.main-menu a {
	color: #c5afd7;
	display: block;
	padding: 17px 0 10px 0;
	text-align: center;
	position: relative;
	border-bottom: 5px solid transparent;
	cursor: pointer;
}

.main-menu a:hover,.main-menu li.active a {
	border-color: #b46fff;
	color: #b470ff;
}

.main {
	background: url(/template/nvyoupcmo_pc/images/bg-main.jpg) no-repeat 50% 0;
}

.headline {
	padding: 0 0 7px 0;
	border-bottom: 2px solid #481433;
	margin: 18px 0 10px;
}

.headline:after,.headline:before {
	content: "";
	display: block;
	clear: both;
}

.headline h1 {
	float: left;
	font-size: 20px;
	color: #cbb2dc;
	font-weight: 300;
}

.headline h2 {
	float: left;
	font-size: 20px;
	color: #cbb2dc;
	font-weight: 300;
}

.headline .sorting {
	float: right;
	padding-top: 7px;
}

.headline .sorting li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 12px;
}

.headline .sorting li + li {
	padding-left: 14px;
	border-left: 2px solid #888a93;
	margin-left: 12px;
}

.headline .sorting a {
	color: #b59bc2;
	position: relative;
}

.headline .sorting a:hover,.headline .sorting li.active a {
	color: #830aff;
}

.headline .sorting a:hover:after,.headline .sorting li.active a:after {
	content: "";
	height: 4px;
	width: 100%;
	background: #830aff;
	position: absolute;
	left: 0;
	bottom: -9px;
}

.thumbs-items {
	font-size: 0;
	margin: 0 0 0 -10px;
	text-align: center;
}

.thumb {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 12px;
}

.thumb a {
	display: block;
	margin: 0 0 10px 10px;
	border-radius: 4px;
	overflow: hidden;
}

.thumb .thumb-image {
	position: relative;
	display: block;
}

.thumb .thumb-image img {
	width: 100%;
	height: 136px;
}

.thumb .duration, .thumb .percent {
	position: absolute;
	top: 4px;
	width: 45px;
	line-height: 25px;
	color: #fff;
	border-radius: 4px;
}

.thumb .duration {
	left: 4px;
	background: rgba(25, 27, 29, 0.9);
}

.thumb .percent {
	right: 4px;
	background: rgba(19, 152, 84, 0.9);
}

.thumb .thumb-info {
	background: #16181a;
	display: block;
	overflow: hidden;
	padding: 0 6px 7px 6px;
}

.thumb .title {
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 8px 0 3px 0;
	color: #888a93;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.thumb .added, .thumb .views {
	float: left;
	font-size: 11px;
	line-height: 14px;
	color: #464646;
}

.thumb .views {
	float: right;
}

.thumb a:hover .thumb-info {
	background: #5608a7;
}

.thumb a:hover .title {
	color: #fff;
}

.thumb a:hover .added, .thumb a:hover .views {
	color: #9e8eb0;
}

.pagination {
	margin: 20px 0 30px 0;
	text-align: center;
	font-size: 0;
}

.pagination ul li {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}

.pagination ul li.pagination-previous a,.pagination ul li.pagination-next a {
	width: 91px;
}

.pagination ul a, .pagination ul span {
	font-size: 13px;
	line-height: 28px;
	background: #16181a;
	display: table-cell;
	vertical-align: middle;
	min-width: 31px;
	border-radius: 2px;
	color: #afafaf;
	text-transform: uppercase;
}

.pagination ul li.pagination-dots a {
	background: none;
	border: none;
	width: 20px;
	min-width: inherit;
}

.pagination ul a:hover, .pagination ul li.active span {
	background: #5608a7;
	color: #fff;
}

.categories-list {
	font-size: 0;
	margin: 15px 0 20px -4px;
}

.categories-list li {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}

.categories-list a {
	color: #888a93;
	font-size: 14px;
	line-height: 40px;
	margin: 0 0 2px 4px;
	display: block;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #0d0f10;
	padding: 0 62px 0 14px;
	overflow: hidden;
	font-weight: 300;
	border-radius: 3px;
}

.categories-list a span {
	font-size: 11px;
	position: absolute;
	top: 0;
	right: 0;
	width: 62px;
	text-align: center;
}

.categories-list a:hover {
	background: #5608a7;
	color: #fff;
}

.categories-list a:hover span {
	background: #94005b;
}

.footer {
	background: url(/template/nvyoupcmo_pc/images/bg-footer.jpg) no-repeat 50% 0, url(/template/nvyoupcmo_pc/images/bg-footer2.jpg) repeat-y 50% 0;
}

.bottom-spots {
	margin: 0px 0 0 -13px;
	padding: 40px 0 8px 0;
	font-size: 0;
	text-align: center;
}

.bottom-spots .spot {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0 13px;
	width: 300px;
	height: 250px;
}

.footer .logo {
	margin: 26px 78px 0 0;
}

.footer-nav {
	float: right;
	text-align: right;
	margin: 42px 0 35px 0;
}

.footer-nav p {
	font-size: 12px;
	line-height: 18px;
	color: #64546f;
	margin: 0 0 9px 0;
}

.footer-nav p:last-child {
	font-size: 11px;
	color: #d6b8ea;
}/*------------------------------------CATEGORIES------------------------------------*/.thumbs-categories {
	font-size: 0;
	margin: 0 0 0 -10px;
	text-align: center;
}

.thumb-category {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 14px;
	text-align: left;
}

.thumb-category a {
	display: block;
	margin: 0 0 10px 10px;
	border-radius: 4px;
	overflow: hidden;
}

.thumb-category img {
	width: 100%;
	height: auto;
}

.thumb-category .category-info {
	position: relative;
	display: block;
	line-height: 30px;
	color: #868787;
	background: #16181a;
	padding: 0 62px 0 14px;
}

.thumb-category .title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.thumb-category .count {
	position: absolute;
	right: 0;
	top: 0;
	width: 62px;
	text-align: center;
	font-size: 11px;
}

.thumb-category a:hover .category-info {
	background: #5608a7;
	color: #fff;
}

.thumb-category a:hover .count {
	background: #94005b;
}

.thumb-category a:hover img {
	opacity: 0.8;
}/*------------------------------------TRAILER------------------------------------*/.column-right {
	float: right;
	width: 300px;
	margin-left: 11px;
}

.aside-spots {
	border: none;
	margin: 0;
	padding: 0 0 29px 0;
}

.aside-spots .spot {
	margin: 0 0 10px 0;
}

.column-left {
	overflow: hidden;
}

.video-holder img {
	width: 100%;
	height: auto;
}

.rate {
	display: table;
	width: 227px;
	float: left;
	border-radius: 3px;
	background: #231730;
}

.rate li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #2f1f44;
	border-right: 1px solid #1a1622;
}

.rate .like, .rate .dislike {
	width: 22%;
}

.rate .like {
	background: url(/template/nvyoupcmo_pc/images/like.png) no-repeat 50% 50%;
	border-left: none;
}

.rate .dislike {
	background: url(/template/nvyoupcmo_pc/images/dislike.png) no-repeat 50% 50%;
}

.rate a {
	display: block;
	height: 48px;
}

.rate .progress {
	padding: 0 9px;
	text-align: center;
}

.rate .progress span {
	display: block;
	font-size: 18px;
	line-height: 16px;
	margin: 0 0 5px 0;
	color: #fff;
	font-weight: 300;
}

.rate .progress-bar {
	background: #e8006d;
	border-radius: 5px;
	display: block;
	font-size: 0;
	height: 6px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.rate .indicator {
	background: #11ba56;
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
}

.video-tools {
	border-bottom: 1px solid #191919;
	background: #0b0b0e;
	padding: 2px 0 2px 3px;
	min-height: 48px;
}

.get {
	font-size: 14px;
	line-height: 40px;
	font-family: 'Asap', sans-serif;
	background: #5608a7;
	float: right;
	text-align: center;
	color: #c5afd7;
	text-transform: uppercase;
	margin: 4px 6px 0 0;
	padding: 0 16px;
	border-radius: 3px;
}

.video-description {
	background: #101113;
	font-size: 14px;
	line-height: 24px;
	padding: 14px 49px 18px 17px;
	border-radius: 0 0 4px 4px;
}

.video-description .video-categories {
	overflow: hidden;
}

.video-description span {
	font-weight: 300;
	float: left;
	margin-right: 10px;
	font-size: 18px;
	color: #cbb2dc;
	line-height: 20px;
}

.video-description a {
	color: #868787;
}

.video-description a:hover {
	color: #e8006d;
}

.addthis {
	float: left;
	margin: 7px 0 9px 14px;
}

.addthis * {
	border-radius: 2px;
}

@media screen and (max-width: 1024px) {
	.thumb {
		width: 25%;
	}

	.thumb-category {
		width: 25%;
	}

	.categories-list li {
		width: 25%;
	}

	.logo {
		margin: 29px 20px 0 0;
		width: 220px;
	}

	.main-menu {
		width: 60%;
		margin: 0 26px 0 10px;
	}

	.categories-list {
	}

	.video-tools {
		text-align: center;
	}

	.get {
		float: none;
		display: inline-block;
	}
}

@media screen and (max-width: 768px) {
	.column-right {
		display: none;
	}

	.headline {
		text-align: center;
	}

	.headline h1 {
		float: none;
	}

	.headline h2 {
		float: none;
	}

	.headline .sorting {
		float: none;
	}

	.thumb {
		width: 33.333%;
	}

	.thumb-category {
		width: 33.333%;
	}

	.categories-list li {
		width: 33.333%;
	}

	.logo {
		margin: 3px auto;
		float: none;
	}

	.footer .logo {
		margin: 20px auto 0 auto;
	}

	.menu {
		margin: 0;
	}

	.main-menu {
		margin: 0;
		float: none;
		width: 100%;
		padding: 0 5px;
		box-sizing: border-box;
	}

	.search-form {
		margin: 10px auto;
		width: 100%;
	}

	.footer-nav p {
		text-align: center;
	}

	.categories-list a span {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.thumb {
		width: 50%;
	}

	.thumb-category {
		width: 50%;
	}

	.categories-list li {
		width: 50%;
	}

	.pagination ul li.pagination-previous a, .pagination ul li.pagination-next a {
		width: 20px;
		min-width: inherit;
		text-indent: -9999px;
		position: relative;
	}

	.pagination ul li.pagination-previous a:after {
		content: '';
		position: absolute;
		right: 7px;
		top: 8px;
		margin-left: -6px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-right: 8px solid #fff;
	}

	.pagination ul li.pagination-next a:after {
		content: '';
		position: absolute;
		right: 7px;
		top: 8px;
		margin-left: -6px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 8px solid #fff;
	}

	.video-description .video-categories {
		overflow: inherit;
	}

	.video-tools {
		padding: 0;
	}

	.rate {
		width: 100%;
		float: none;
	}

	.addthis {
		margin: 7px 0;
		font-size: 0;
		float: none;
	}

	.addthis * {
		display: inline-block;
	}

	.get {
		margin: 0px 0 5px 0;
	}
}

#kt_player, #kt_player_internal {
	height: 100% !important;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100% !important;
	z-index: 10;
}

.video-holder img {
	width: 100%;
	height: auto;
	max-height: 718px;
}

.g_hidden {
	display: none;
}

.g_hint {
	padding: 5px;
}

.cs {
	padding: 5px 0;
}

.cs a {
	color: #59B9ED;
}

.error_page {
	padding: 10px;
	color: red;
	font-size: 20px;
	line-height: 30px;
}

.footer-nav ul {
	text-align:left;
}

.footer-nav ul li {
	display: inline-block;
	padding: 0 0px;
	margin-top: 8px;
}

.footer-nav ul li a {
	text-transform: uppercase;
	margin: 0 2px;
	color: #DA1FF5;
}

.footer-nav ul li a:hover {
	color: #fff;
}

.text_content {
	font-size: 110%;
	line-height: 1.5;
	padding: 20px 0
}

.text_content a {
	color: #fff;
}/*- ICQ 342640030 -*//*---Addstyles---*/.top-links {
	background: url(/template/nvyoupcmo_pc/images/bg-header.jpg) repeat-x;
	background-position: left bottom;
	text-align: right;
}

.member-links li {
	display: inline-block;
	vertical-align: top;
	margin: -2px 0 2px 0;
}

.member-links li+li:before {
	display: inline-block;
	content: '';
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #fff;
	margin: 9px 0 0 0;
	float: left;
}

.member-links a {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 80%;
	color: #D423F0;
	font-weight: bold;
	padding: 0 15px;
	cursor: pointer;
}/* forms */form .two-sections:after {
	content: "";
	display: block;
	clear: both;
}

form .two-sections .section-one {
	float: left;
	width: 50%;
}

form .two-sections .section-two {
	float: left;
	width: 45%;
	margin: 0 0 0 2%;
	padding: 0 0 0 2%;
	background: url('http://www.teenpornvideo.xxx/images/separator.png') repeat-y;
}

form .section-title {
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin: 15px 0 0;
	color: #ffffff;
	border-bottom: 1px solid #808080;
}

form .section-title:first-child {
	margin: 0;
}

form .section-title.expand {
	cursor: pointer;
	background: url('/template/muban/images/ico-expand.gif') 100% 3px no-repeat;
}

form .section-title.collapse {
	cursor: pointer;
	background: url('/template/muban/images/ico-collapse.gif') 100% 3px no-repeat;
}

form .row {
	display: block;
	position: relative;
	width: 100%;
	margin: 15px 0 0;
}

form .row:after {
	content: "";
	display: block;
	clear: both;
}

form .row:first-child {
	margin: 0;
}

form label {
	display: block;
	overflow: hidden;
	color: #dcdcdc;
	margin: 0 0 4px;
}

form label.field-label:after {
	content: ":";
}

form label.field-label.required {
	font-weight: bold;
}

form label.field-label.required:after {
	content: " (*):";
}

form .button-group .row {
	margin: 6px 0 0 0;
}

form .button-group .row:first-child {
	margin: 0;
}

form .button-group .row label {
	float: left;
	color: #909090;
	margin: 0 15px 0 0;
	cursor: pointer;
}

form .radio,form .checkbox {
	width: 14px;
	height: 14px;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}

form .submit {
	height: 30px;
	text-align: center;
	color: #fff;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
	cursor: pointer;
	-webkit-appearance: none;
	background: #472658;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

form .submit.active {
	color: #a2a2a2;
	border: 1px solid #373737;
	background: #2a2a2a;
}

form .submit:disabled {
	opacity: 0.5
}

form .submit:enabled:hover {
	color: #fff;
	border: 1px solid transparent;
	background: #D423F0;
}

form .textfield,form .textarea,form .selectbox,form .file {
	border: 1px solid #3a3a3a;
	padding: 6px 5px;
	color: #9b9b9b;
	background: none;
	width: 100%;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

form .textarea {
	resize: vertical;
	height: auto;
}

form .selectbox {
	padding: 5px;
}

form .date .selectbox {
	width: auto;
	max-width: 31%;
}

form .file {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

form .textfield:focus,form .textarea:focus,form .selectbox:focus,form .file:focus {
	border: 1px solid #545454;
	color: #9b9b9b;
	background: none;
}

form .textfield.error,form .textarea.error,form .selectbox.error,form .file.error,form fieldset.error .textfield,form fieldset.error .textarea,form fieldset.error .selectbox,form fieldset.error .file {
	border: 1px solid #e44242;
	color: #9b9b9b;
	background: none;
}

form .file-control {
	position: relative;
	width: 100%;
	height: 30px;
}

form .file-control .textfield {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 12px;
}

form .file-control .button {
	position: absolute;
	left: 3px;
	top: 3px;
	bottom: 3px;
	padding: 4px 5px 2px 5px;
	font-size: 14px;
	line-height: 16px;
	color: #4e4e4e;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

form .file-control .button.disabled {
	color: #9b9b9b;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
}

form .list-selector-popup {
	position: absolute;
	width: 90%;
	height: 160px;
	left: 5%;
	bottom: 46px;
	background: #d5d5d5;
	z-index: 10000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

form .list-selector-popup:after {
	position: absolute;
	content: "";
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 10px solid #bcbcbc;
	left: 45%;
	bottom: -10px;
	z-index: 10000;
}

form .list-selector-popup .button-group {
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 38px;
	right: 8px;
}

form .list-selector-popup .button-group .group-title {
	margin: 0 5px 10px 0;
	padding: 3px;
	background: #4e4e4e;
	color: #ffffff;
}

form .list-selector-popup .button-group .item {
	display: inline-block;
	width: 32%;
	padding-bottom: 10px;
	vertical-align: top;
}

form .list-selector-popup .button-group .item label {
	color: #4e4e4e;
	margin: 0 15px 0 0;
	cursor: pointer;
}

form .list-selector-popup .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: #bcbcbc;
	border: none;
}

form .list-selector-popup .filter input {
	width: 100%;
	height: 100%;
	padding: 2px 10px;
	border: none;
	background: #bcbcbc;
	color: #565656;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form .bottom {
	background: url('http://www.teenpornvideo.xxx/images/divider.png') left 10px repeat-x;
	overflow: hidden;
	padding: 20px 0 0;
	clear: both;
	position: relative;
}

form .bottom a {
	color: #D423F0;
	font-size: 12px;
	line-height: 16px;
}

form .bottom a:hover {
	color: #ffffff;
}

form .bottom .links {
	float: left;
}

form .bottom .submit {
	float: left;
	margin: 0 10px 0 0;
}

form .bottom .submit.right {
	float: right;
	margin: 0 0 0 10px;
}

form .captcha-control {
	overflow: hidden;
}

form .captcha-control .image {
	float: left;
	border: 0;
	width: 280px;
	height: 52px;
	margin: 0 12px 0 0;
}

form .captcha-control .image img {
	display: block;
	float: left;
	width: 125px;
	height: 52px;
	margin: 0 5px 0 0;
}

form .captcha-control label {
	float: left;
	margin: 0 0 6px;
}

form .captcha-control .textfield {
	width: 135px;
}

form .captcha-control .submit {
	float: left;
	margin: 19px 0 0;
}

form .success {
	margin: 10px;
	padding: 10px;
	background: #252525;
	color: #dcdcdc;
	border: 1px solid #252525;
	font-size: 14px;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

form .generic-error {
	text-align: center;
	margin: 0 10px 10px;
	padding: 10px;
	background: transparent;
	color: #e44242;
	border: 1px solid #e44242;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

form .info-message {
	margin: 10px;
	padding: 10px;
	background: #4e4e4e;
	color: #dcdcdc;
	border: 1px solid #4e4e4e;
	font-size: 14px;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

form .field-error {
	display: none;
	position: absolute;
	max-width: 400px;
	padding: 5px;
	z-index: 9999;
	margin: 2px 0 0 15px;
	background: #efefef;
	color: #e44242;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

form .field-error:before,form .field-error:after {
	content: "";
	position: absolute;
}

form .field-error.down:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #efefef;
	left: 20px;
	top: -10px;
}

form .field-error.down:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #efefef;
	left: 20px;
	top: -9px;
}

form .field-error.up {
	background-image: none;
}

form .field-error.up:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #efefef;
	left: 20px;
	bottom: -10px;
}

form .field-error.up:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #efefef;
	left: 20px;
	bottom: -9px;
}

form .field-error label {
	margin: 0;
}

form .captcha-control .field-error {
	margin-left: 145px;
	bottom: 35px;
}

form .file-control .field-error {
	margin-top: 30px;
}

form .smileys-support {
	position: relative;
}

form .smileys-support .textarea {
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

form .smileys-support .smileys-bar {
	background: #3a3a3a;
	padding: 0 3px 4px 3px;
	cursor: default;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

form .smileys-support img {
	cursor: pointer;
}

form .progressbar {
	position: absolute;
	z-index: 1200;
	width: 60%;
	left: 20%;
	top: 50%;
	height: 40px;
	margin-top: -20px;
}

form .progressbar .text {
	position: absolute;
	width: 100%;
	height: 40px;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}

form .progressbar .progress {
	position: absolute;
	height: 40px;
	background: #bfd128;
}

.hidden {
	display: none;
}

.popup-title {
	color: #D423F0;
	line-height: 2;
	text-transform: uppercase;
	font-size: 120%;
}

.sort {
	float: right;
	min-width: 140px;
	position: relative;
	margin-left: 3px;
	cursor: pointer;
	background: #D423F0;
	border-radius: 3px;
}

.sort:hover {
	border-radius: 3px 3px 0 0;
}

.sort strong {
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 18px 5px 18px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	max-width: 200px;
	overflow: hidden;
	text-align: center;
}

.sort:hover strong {
	color: #ffffff;
}

.sort:hover ul {
	display: block;
}

.sort ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	overflow: hidden;
	background: #000;
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
}

.sort ul a {
	display: block;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}

.sort ul a:hover {
	background: #D423F0;
	cursor: pointer;
}

.headline {
	overflow: visible;
	min-height: 20px;
}/* lists *****/.list-comments,.list-messages {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.margin-fix {
	margin: -15px 0 0 -15px;
}

.list-albums-images .margin-fix,.list-videos-screenshots .margin-fix {
	margin: 0 0 0 -15px;
}

.list-comments .margin-fix {
	margin: -10px 0 20px -10px;
}

.list-tags .margin-fix {
	margin: -23px 0 0 0;
}

.margin-fix .bottom {
	margin: 0 0 0 15px;
}

.margin-fix .bottom .submit,.margin-fix .bottom .submit.right {
	margin-top: 5px;
}

.margin-fix .generic-error {
	margin: 15px 0 0 15px;
}

.list-members {
	text-align: center;
}

.list-playlists .item,.list-members .item,.list-models .item,.list-sponsors .item,.list-channels .item,.list-categories .item,.list-albums .item,.list-albums-images .item,.list-videos .item,.list-videos-screenshots .item {
	display: inline-block;
	vertical-align: top;
	;text-align: left;
	margin: 15px 0 0 15px;
	width: 170px;
	padding: 5px;
	background: #0B080F;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.list-playlists .item a,.list-members .item a,.list-models .item a,.list-sponsors .item a,.list-channels .item a,.list-categories .item a,.list-albums .item a,.list-videos .item a {
	display: block;
	outline: 0;
}

.list-tags .item a {
	padding-left: 10px;
}

.list-videos-screenshots .item {
	width: 110px;
}

.list-albums-images .item {
	width: 200px;
}

.list-models .item,.list-sponsors .item,.list-channels .item,.list-categories .item {
	padding: 5px 5px 10px;
}

.list-playlists .item:hover,.list-members .item:hover,.list-models .item:hover,.list-sponsors .item:hover,.list-channels .item:hover,.list-categories .item:hover,.list-albums .item:hover,.list-videos .item:hover {
	background: #18082D;
}

.list-members .item.unread {
	background: #18082D;
}

.list-tags .item {
	float: left;
	text-align: left;
	margin-top: 15px;
	width: 20%;
}

.item em {
	color: #e3e3e3;
}

.item .img {
	position: relative;
	background: #000000;
	overflow: hidden;
}

.list-models .img,.list-sponsors .img,.list-channels .img,.list-categories .img {
	width: 180px;
	height: 260px;
}

.list-videos .img,.list-playlists .img {
	width: 180px;
	height: 135px;
}

.list-members .img {
	width: 180px;
	height: 180px;
}

.list-videos-screenshots .img {
	width: 110px;
	height: 82px;
}

.list-albums .img {
	width: 180px;
	height: 240px;
}

.list-albums-images .img {
	width: 200px;
	height: 150px;
	text-align: center;
}

.item .img img,.item .img .no-thumb {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

.item.disabled .img img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

.list-members .img .no-thumb {
	line-height: 180px;
	color: #fff;
}

.list-models .img .no-thumb,.list-sponsors .img .no-thumb,.list-channels .img .no-thumb,.list-categories .img .no-thumb {
	line-height: 260px;
}

.list-albums-images .img .no-thumb {
	line-height: 150px;
}

.list-playlists .img img.video2,.list-playlists .img img.video3,.list-playlists .img img.video4,.list-playlists .img img.video5 {
	position: absolute;
	width: 60px;
	height: auto;
	border: 2px solid #7c7c7c;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.list-playlists .img img.video2:hover,.list-playlists .img img.video3:hover,.list-playlists .img img.video4:hover,.list-playlists .img img.video5:hover {
	z-index: 5;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.list-playlists .img img.video2 {
	right: 25px;
	top: 5px;
	z-index: 3;
}

.list-playlists .img img.video3 {
	right: 15px;
	top: 15px;
	z-index: 2;
}

.list-playlists .img img.video4 {
	right: 5px;
	top: 25px;
	z-index: 1;
}

.list-playlists .img .no-thumb {
	line-height: 135px;
}

.item .title {
	font-weight: normal;
	font-size: 10px;
/* margin: 7px 2px;height: 30px;*/
	overflow: hidden;
	display: block;
	color: #ffffff;
}

.item.disabled .title,.item.processing .title {
	color: #808080;
}

.item.error .title {
	color: #fc5729;
}

.list-members .item .title,.list-models .item .title,.list-sponsors .item .title,.list-channels .item .title,.list-categories .item .title {
	height: 14px;
}

.list-tags .item .title {
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	padding: 15px 0 7px 10px;
}

.list-subscriptions .item .title {
	color: #ffffff;
	float: left;
	height: 14px;
	margin: 5px 2px;
}

.list-subscriptions .item .title:hover {
	color: #f56c08;
}

.item .wrap {
	margin: 0 5px 2px 5px;
	color: #8a8a8a;
	overflow: hidden;
}

.item .wrap:after {
	content: "";
	display: block;
	clear: both;
}

.item .duration,.item .added,.item .photos,.item .videos,.item .albums,.item .user {
	float: left;
}

.item .views {
	float: right;
}

.item.unread .views {
	color: #f56c08;
	font-weight: bold;
}

.item .user {
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
}

.item .rating {
	float: right;
	position: relative;
	padding: 3px 21px 0 0;
	margin: -3px 0 0;
}

.item .positive {
	color: #d4d4d4;
	background: url('/template/nvyoupcmo_pc/images/ico-rating-positive.png') no-repeat 100% 0;
}

.item .negative {
	color: #fc5729;
	background: url('/template/nvyoupcmo_pc/images/ico-rating-negative.png') no-repeat 100% 3px;
}

.item.private .thumb,.item .thumb.private {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

.item .ico-private {
	padding: 0 0 0 20px;
	background: url('/template/nvyoupcmo_pc/images/ico-private.png') no-repeat;
}

.item .ico-fav-0 {
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
	top: 4px;
	left: 4px;
	background: #000000 url('/template/nvyoupcmo_pc/images/ico-favourite.png') 4px 5px no-repeat;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.item .ico-fav-1 {
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
	top: 4px;
	right: 4px;
	background: #000000 url('/template/nvyoupcmo_pc/images/ico-later.png') 3px 3px no-repeat;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.no-touch .item:hover .ico-fav-0,.no-touch .item:hover .ico-fav-1 {
	display: block;
}

.no-touch .item .ico-fav-0:hover,.no-touch .item .ico-fav-1:hover,.item .ico-fav-0.fixed,.item .ico-fav-1.fixed {
	display: block;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.line-disabled,.line-error,.line-processing {
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	margin-top: -13px;
	text-align: center;
	background: #000000;
	padding: 3px 0;
	color: #8a8a8a;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.line-error {
	color: #fc5729;
}

.line-premium,.line-private {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #000000;
	padding: 3px 0;
	color: #fc5729;
	font-weight: bold;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.line-premium {
	color: #fc5729;
}

.list-members .unread-notification {
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 3px 5px;
	background: #f56c08;
	color: #ffffff;
}

.list-playlists .item-control,.list-channels .item-control,.list-members .item-control,.list-videos .item-control,.list-videos-screenshots .item-control,.list-albums .item-control,.list-albums-images .item-control {
	text-align: center;
	background: url('http://www.teenpornvideo.xxx/images/divider.png') repeat-x;
	margin: 10px 0 5px 0;
	padding: 10px 0 0;
}

.list-subscriptions .item-control {
	float: right;
}

.item-control .item-control-holder {
	display: inline-block;
	background: #cccccc;
	overflow: hidden;
	vertical-align: top;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.item-control .toggle-button {
	float: left;
	padding: 4px 8px;
	margin: 0 1px 0 0;
}

.item-control .toggle-button:last-child {
	margin: 0;
}

.list-comments .item {
	margin: 10px 0 0 10px;
	color: #8a8a8a;
	padding: 5px;
	text-align: left;
	background: #070707;
}

.list-comments .item:after {
	content: "";
	display: block;
	clear: both;
}

.list-comments.fixed .item {
	float: left;
	width: 592px;
	height: 86px;
	overflow: hidden;
}

.list-comments.fixed.short .item {
	width: 490px;
}

.list-comments .image {
	float: left;
	width: 86px;
	height: 86px;
	margin: 0 6px 0 0;
}

.list-comments .image img {
	width: 86px;
	height: 86px;
	display: block;
}

.list-comments .image .no-thumb {
	background: #000000;
	display: block;
	width: 86px;
	height: 86px;
	line-height: 86px;
	text-align: center;
}

.list-comments .comment-options {
	display: block;
	float: right;
}

.list-comments .comment-options:after {
	content: "";
	display: block;
	clear: both;
}

.list-comments .comment-options a {
	padding: 2px 5px;
	background: #0a0a0a;
	float: left;
	margin: 0 0 0 5px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.list-comments .comment-options a:hover {
	color: #f56c08;
}

.list-comments .comment-options a.disabled {
	cursor: default;
	color: #808080;
}

.list-comments .comment-options span {
	background: #0a0a0a;
	padding: 2px 10px;
	font-weight: bold;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.list-comments .comment-options .positive {
	color: #bfd128;
}

.list-comments .comment-options .negative {
	color: #fc5729;
}

.list-comments .text {
	overflow: hidden;
}

.list-comments .comment-info {
	display: block;
	margin: 0 0 5px;
}

.list-comments p {
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	padding: 5px 10px;
}

.list-comments .dim-comment p {
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
}

.list-comments .dim-comment:hover p {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.list-comments .username {
	color: #ffffff;
	font-weight: bold;
	padding: 0 5px 0 0;
}

.list-comments a.username:hover {
	color: #f56c08;
}

.list-subscriptions .item {
	float: left;
	text-align: left;
	width: 487px;
	margin: 15px 0 0 15px;
	color: #ffffff;
	padding: 5px;
	background: #414141;
	background: -moz-linear-gradient(top, #414141 0%, #3e3e3e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #3e3e3e));
	background: -webkit-linear-gradient(top, #414141 0%, #3e3e3e 100%);
	background: -o-linear-gradient(top, #414141 0%, #3e3e3e 100%);
	background: -ms-linear-gradient(top, #414141 0%, #3e3e3e 100%);
	background: linear-gradient(to bottom, #414141 0%, #3e3e3e 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.list-subscriptions .item:after {
	content: "";
	display: block;
	clear: both;
}

.list-messages .item {
	position: relative;
	text-align: left;
	margin: 15px 42px 0 15px;
	overflow: hidden;
	background: #414141;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.list-messages .item.me {
	margin: 15px 0 0 57px;
	background: #2f2f2f;
}

.list-messages .item.grouped,.list-messages .item.me.grouped {
	margin-top: -3px;
}

.list-messages .item.editing {
	background: #1a1a1a;
}

.list-messages .image {
	float: left;
	width: 36px;
	height: 36px;
	overflow: hidden;
	margin: 3px;
}

.list-messages .image:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.list-messages .image a {
	outline: none;
}

.list-messages .image img,.list-messages .image .no-thumb {
	display: block;
	width: 36px;
	height: 36px;
	background: #000000;
}

.list-messages .item.grouped .image img,.list-messages .item.grouped .image .no-thumb {
	display: none;
}

.list-messages .message-text {
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	color: #ffffff;
}

.list-messages .item.deleted .message-text {
	color: #808080;
}

.list-messages .message-text .inline-text {
	display: block;
	padding-top: 5px;
	font-style: italic;
}

.list-messages .added {
	position: relative;
	float: right;
	padding: 10px 20px 10px 30px;
	color: #808080;
	line-height: 20px;
}

.list-messages .added.editable {
	padding-right: 25px;
	background: url('/template/nvyoupcmo_pc/images/ico-edit-message.png') right 10px no-repeat;
	cursor: pointer;
}

.list-messages .added.editable:hover {
	color: #d9d9d9;
}

.list-messages .item.new .added:after {
	display: block;
	position: absolute;
	content: '';
	background: #f56c08;
	width: 8px;
	height: 8px;
	top: 16px;
	left: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.list-messages .load-more {
	margin-top: 15px;
}

.message-form {
	background: #272727 url('/template/nvyoupcmo_pc/images/bg-grey.gif');
	margin-top: 15px;
	padding: 10px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}/* profile */.block-profile {
	background: #11071F;
	padding: 20px 10px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}

.profile-list {
	width: 100%;
	overflow: hidden;
}

.profile-list .margin-fix {
	margin: 0;
	overflow: hidden;
}

.profile-list .about-me {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: -2px 0 0 0;
}

.profile-list .column {
	float: left;
	width: 33%;
	margin-right: 10px;
}

.profile-list .column:nth-child(3) {
	float: none;
	width: auto;
	margin-right: 0;
}

.profile-list .item {
	padding: 12px;
	background: #120B1B;
	color: #8a8a8a;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}

.profile-list .column .item {
	margin: 0 0 10px;
	overflow: hidden;
}

.profile-list .column .item a {
	color: #fff;
}

.profile-list .item em {
	color: #e3e3e3;
}

.profile-list .item a {
	text-decoration: underline;
}/* video / album edit */.form-upload p {
	display: block;
	margin: 15px 0 0;
}

.form-upload p.preview {
	display: block;
	max-width: 320px;
	overflow: hidden;
	background: #000000;
	position: relative;
}

.form-upload p.preview em {
	position: absolute;
	bottom: 5px;
	background: #000000;
	padding: 5px;
	color: #dcdcdc;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.form-upload p.preview em.left {
	left: 5px;
	margin-right: 50px;
}

.form-upload p.preview em.right {
	right: 5px;
}

.form-upload p.preview em.negative {
	color: #fc5729;
}

.form-upload p.preview img {
	display: block;
	max-width: 320px;
	width: 100%;
	height: auto;
}

.form-upload p.preview.disabled img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}/* video / album add to favourites */.btn-favourites {
	display: block;
	position: relative;
	float: left;
	width: 50px;
	height: 48px;
	margin: 0px 10px 0 0;
	text-align: left;
	color: #4e4e4e;
	background: #0C0B10;
}

.btn-favourites:hover {
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}

.btn-favourites .ico-favourite {
	width: 18px;
	height: 15px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: url('/template/nvyoupcmo_pc/images/ico-favourite.png') no-repeat;
}

.btn-favourites .drop {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.btn-favourites .drop:after {
	content: '';
	border-top: 4px solid #4e4e4e;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: block;
	position: absolute;
	top: 20px;
	right: 6px;
}

.btn-favourites:hover .drop:after {
	border-bottom: 4px solid #4e4e4e;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: none;
}

.btn-favourites ul {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	overflow: hidden;
	background: #000;
	border-radius: 3px;
	margin: 0 0 0 50px;
}

.btn-favourites:hover ul {
	display: block;
	background: #000;
	border-radius: 3px;
}

.btn-favourites ul li a,.btn-favourites ul li span {
	white-space: nowrap;
	padding: 8px;
	display: block;
	color: #fff;
}

.btn-favourites ul li span {
	position: relative;
	padding: 8px 38px 8px 32px;
	background: #59B9DA url('/template/nvyoupcmo_pc/images/ico-checkmark.png') 7px 7px no-repeat;
}

.btn-favourites ul li span .delete {
	position: absolute;
	right: 8px;
	top: 8px;
	color: red;
	margin: 0 0 0 10px;
	text-decoration: none;
}

.btn-favourites ul li span .delete:hover {
	color: #4e4e4e;
}

.btn-favourites ul li a:hover {
	background: #D423F0;
}

.btn-favourites ul li span a {
	padding: 0;
	background: none;
	text-decoration: underline;
}

.btn-favourites ul li span a:hover {
	background: none;
}

.list-videos {
	padding: 20px 0;
	display: block;
	height: auto;
	overflow: hidden;
}

.headline h2 a {
	color: #59B9DA;
	padding: 0 5px;
}

.empty-content {
	text-align: center;
}

.list-playlists, list-members {
	padding: 10px 0;
}

.video-tools {
	overflow: visible;
	min-height: 48px;
}

.item-download {
	color: rgb(203, 178, 220);
}

.item-download a {
	display: inline-block;
	background-color: #E8006D;
	color: #fff !important;
	line-height: 2;
	padding: 0 15px;
	border-radius: 3px;
}

.tokens .popup-holder {
	background: none;
}

.add_token_text {
	line-height: 2;
	color: #fff;
}

.item-download form {
	display: inline-block;
	border-radius: 3px;
}

.item-download form input {
	border-radius: 3px;
}

@media all and (max-width:1023px) {
	.main-menu a {
		font-size: 60%;
	}

	.main-menu li + li {
		padding-left: 5px;
	}
}

.box {
	display: block;
	height: auto;
	overflow: hidden;
}

.block-new-comment {
	display: none;
}

.block-comments a.toggle-button {
	float: right;
	background-color: #E8006D;
	color: #fff;
	font-size: 120%;
	line-height: 2;
	padding: 0 15px;
	margin: -60px 0 0 0;
	border-radius: 3px;
}

.block-comments a.toggle-button:hover {
	background-color: #D423F0
}/* video / album comments */.block-comments {
	width: 100%;
}

.block-comments .toggle-button {
	float: right;
}

.block-comments .block-new-comment {
	padding: 20px 0 20px 30px;
	display: none;
}

.block-comments .list-comments {
	padding: 20px 0 0;
}

.toggle-button {
	position: relative;
}

.toggle-button[href="#add_comment"] span {
	display: block;
	position: relative;
	float: right;
	background-color: #E8006D;
	padding: 0 8px;
	line-height: 1.7;
	border: 1px solid #283042;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.42);
	margin: -15px -5px 0 10px;
	border-radius: 3px;
	font-size: 90%;
	color: #fff;
}

.comment-info a {
	color: #DA1FF5;
	font-weight: bold;
}

.comment-info a:hover {
	text-decoration: underline;
}

.list-members .item {
	width: 170px;
	position: relative;
}

.list-members .item .img, .list-members .item .img img {
	width: 100%;
	height: auto;
}

.list-members .item .wrap {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	background-color: rgba(0,0,0,0.6);
	margin: 0;
	color: #fff;
	padding: 0 5px;
	z-index: 22;
	height: 22px;
	overflow: hidden;
}

.list-members .item .wrap .added {
	color: #fff;
}

.list-members .item .title {
	display: block;
	position: relative;
	height: auto;
	padding: 5px;
}

.flag-user {
	display: block;
	width: 16px;
	height: 12px;
	float: left;
	margin: 4px 0 0 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.list-comments .item {
	margin: 15px 0 0 10px;
	color: #fff;
	padding: 5px;
	text-align: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #232833;
}

.list-comments .item:after {
	content: "";
	display: block;
	clear: both;
}

.list-comments.fixed .item {
	float: left;
	width: 592px;
	height: 86px;
	overflow: hidden;
}

.list-comments.fixed.short .item {
	width: 490px;
}

.list-comments .image {
	float: left;
	width: 86px;
	height: 86px;
	margin: 0 6px 0 0;
}

.list-comments .image img {
	width: 86px;
	height: 86px;
	display: block;
}

.list-comments .image .no-thumb {
	background: #000000;
	display: block;
	width: 86px;
	height: 86px;
	line-height: 86px;
	text-align: center;
}

.list-comments .comment-options {
	display: block;
	float: right;
}

.list-comments .comment-options:after {
	content: "";
	display: block;
	clear: both;
}

.list-comments .comment-options a {
	padding: 2px 5px;
	background: #ebebeb;
	border: 1px solid rgba(0,0,0,0.3);
	float: left;
	margin: 0 0 0 5px;
	color: #333;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.list-comments .comment-options a:hover {
	color: #f56c08;
}

.list-comments .comment-options a.disabled {
	cursor: default;
	color: #808080;
}

.list-comments .comment-options span {
	background: #ebebeb;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 2px 10px;
	font-weight: bold;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.list-comments .comment-options .positive {
	color: #bfd128;
}

.list-comments .comment-options .negative {
	color: #fc5729;
}

.list-comments .text {
	overflow: hidden;
}

.list-comments .comment-info {
	display: block;
	margin: 0 0 5px;
}

.list-comments p {
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	padding: 5px 10px;
}

.list-comments .dim-comment p {
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
}

.list-comments .dim-comment:hover p {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.list-comments .username {
	color: #de1920;
	font-weight: bold;
	padding: 0 5px 0 0;
}

.list-comments a.username:hover {
	color: #f56c08;
}

.video-description .list-comments span {
	float: none;
	font-size: 14px;
}

.list-videos .img.preview-loading:after {
	display: block;
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	background: #000000 url('../images/loader.gif') 2px 2px no-repeat;
	bottom: 5px;
	right: 5px;
	z-index: 1;
}

.thumb a .thumb-image {
	overflow: hidden;
}

.thumb a .thumb-image video {
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	height: 100%;
}

.thumb a .thumb-image:hover:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 45%;
	width: 40px;
	height: 40px;
	opacity: 0.7;
	background-image: url(data:image/gif;
	base64,R0lGODlhggBiALMJAD4+PklJSZKSks/Pz2xsbHZ2dt/f36GhoeLi4v///wAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQTMxQjM3MDMzMTMxMUUxQUFGNkZBMzNCM0E4Njk3QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQTMxQjM3MTMzMTMxMUUxQUFGNkZBMzNCM0E4Njk3QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQwODU4QkYzMzMxMzExRTFBQUY2RkEzM0IzQTg2OTdCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQwODU4QkY0MzMxMzExRTFBQUY2RkEzM0IzQTg2OTdCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp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);background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
	z-index: 888;
}

.thumb a:hover .thumb-image video {
	opacity: 1;
	-webkit-transition: all 2.3s;
	-moz-transition: all 2.3s;
	-o-transition: all 2.3s;
	-ms-transition: all 2.3s;
	transition: all 2.3s;
}