body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}fieldset,img{border:0;}img,object,embed{vertical-align:bottom;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}q:before,q:after{content:'';}a *{cursor:pointer;}input,textarea,select{vertical-align:middle;}
/* General settings */
html{
height:100%;
background:#fff;
}
body{
color:#000;
font:12px/14px Helvetica, Arial, sans-serif;
min-width:980px;
height:100%;
background:;
}
a{
color:#000;
text-decoration:underline;
outline:none;
}
a:hover{
text-decoration:none;
}
.aft:after{
	display:block;
	clear:both;
	content:'';
}
.w1{
	width:100%;
	overflow:hidden;
}
.wrapper{
	width:1230px;
	margin:0 auto;
	position:relative;
}
.header{
	margin:0 -9999px;
	padding:0 9999px;
	background:#222;
}
h1{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/logo.png) no-repeat 0 0;
	width:247px;
	height:47px;
	margin:15px 20px 17px 0;
}
h1 a{
	display:block;
	height:100%;
}
/* searchbar */
.searchbar{
	float:right;
	margin-top:23px;
	width:590px;
	position:relative;
	z-index:2100;
}
.wrfield{
	padding:0 12px;
	overflow:hidden;
}
.searchbar .wrfield{
	position:relative;
	z-index:2100;
}
.field{
	background:#363636;
	display:block;
	width:100%;
	margin:0 -12px;
	padding:7px 10px;
	border:2px solid #636363;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	font:14px/16px Helvetica, Arial, sans-serif;
	height:16px;
	outline:none;
}
.f-placeholder:-moz-placeholder {color:#7d7d7d;opacity:1;}
.f-placeholder::-moz-placeholder {color:#7d7d7d;opacity:1;}
.f-placeholder::-webkit-input-placeholder {color:#7d7d7d;}
.f-placeholder:-ms-input-placeholder {color:#7d7d7d;}
.f-placeholder::placeholder{color:#7d7d7d;}
.f-placeholder.placeholder{color:#7d7d7d !important;}
.f-placeholder:focus:-moz-placeholder {color:transparent;}
.f-placeholder:focus::-moz-placeholder {color:transparent;}
.f-placeholder:focus::-webkit-input-placeholder {color:transparent;}
.f-placeholder:focus:-ms-input-placeholder {color:transparent;}
.f-placeholder:focus::placeholder {color:transparent;}
.f-placeholder{
	color:#ddd;
}
.field:focus{
	border-color:#9d4458;
}
.searchbtn{
	position:absolute;
	top:0;
	right:0;
	border:0;
	width:36px;
	height:34px;
	background:#959595 url(/images/search.png) no-repeat 10px 8px;
	cursor:pointer;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	line-height:0px;
	color:#fff;
	text-transform:uppercase;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:2100;
	outline:none;
}
.searchbtn:hover,
.fieldactive .searchbtn{
	line-height:16px;
	background:#f27490 url(/images/search.png) no-repeat 18px 8px;
	width:124px;
	text-indent:0;
	text-align:center;
	padding-left:20px;
}
.drop-search-help{
	padding-top:18px;
	margin-top:-18px;
	position:absolute;
	top:34px;
	left:0;
	z-index:2000;
	width:590px;
	background:#363636;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	font:14px/16px Helvetica, Arial, sans-serif;
	overflow:hidden;
	display:none;
	box-shadow:0 0 16px -3px #000;
}
.fieldactive .drop-search-help{
	display:block;
}
.drop-search-help a{
	display:block;
	text-decoration:none;
	color:#ddd;
	padding:8px 20px;
}
.drop-search-help a:hover{
	background:#9d4458;
}
.drop-search-help span{
	font-weight:bold;
	color:#f27490;
}
.drop-search-help a:hover span{
	color:#ddd;
}
/*  autocomplete */
.ac_results {
	padding-top:18px;
	margin-top:-18px;
	background:#363636;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	font:14px/16px Helvetica, Arial, sans-serif;
	overflow: hidden;
	z-index: 200;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	color:#ddd;
	padding:8px 20px;
	margin: 0px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
}
.ac_results li strong {
	color:#f27490;
}
.ac_over {
	background:#9d4458;
}
.ac_over strong {
	color:#ddd!important;
}
.loading {
	text-align: center;
}

/* nav */
.nav{
	background:#edf2f3 url(/images/navBG.gif) repeat-x 0 100%;
	margin:0 -9999px 17px;
	padding:0 9999px;
	position:relative;
	z-index:50;
}
.nav ul{
	overflow:hidden;
	background:url(/images/dividerNAV.gif) no-repeat 0 50%;
	padding-left:1px;
	text-transform:uppercase;
	color:#e45071;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
}
.nav li{
	background:url(/images/dividerNAV.gif) no-repeat 100% 50%;
	padding-right:1px;
	float:left;
}
.nav a{
	text-decoration:none;
	display:block;
	color:#333;
	padding:13px 22px 12px;
}
.nav a:hover{
	text-decoration:none;
	color:#e45071;
}
.nav .item-active{
	display:block;
	margin:0 -1px;
	padding:13px 23px 7px;
	border-bottom:5px solid #e45071;
}
.wr-lexternal{
	display:inline-block;
	vertical-align:top;
	padding-right:18px;
	background:url(/images/wr-lexternal.png) no-repeat 100% 3px;
}
.nav a:hover .wr-lexternal{
	background-position:100% -47px;
}

/* container */
.container-mb30{
	margin-bottom:30px;
}
.container-mb48{
	margin-bottom:48px;
}
.c-title{
	overflow:hidden;
	margin-bottom:30px;
	color:#333;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
}
.trailer-container .c-title{
	margin-bottom:18px;
}
.ctitle-rtext{
	float:right;
	margin:10px 0 0 14px;
}
.ctitle-rtext li:first-child{
	padding:0;
	background:none;
}
.ctitle-rtext li{
	padding-left:16px;
	background:url(/images/ctitle-rtextLI.png) no-repeat 3px 50%;
	float:left;
}
.ctitle-rtext a{
	color:#f27490;
	text-decoration:none;
}
h2{
	overflow:hidden;
	font:bold 32px/36px Helvetica, Arial, sans-serif;
}
h2 span{
	color:#909090;
}
.c-twocol{
	background:#44bbff;
}
.c-content{
	float:right;
	width:1062px;
	box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-o-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-ms-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	background:#fff;
	margin-top:-1px;
}
.c-leftbar{
	overflow:hidden;
}
.c-rightbar{
	float:right;
	width:336px;
}
/* sorting */
.wr-sort{
	margin:0 -9999px;
	padding:0 9999px;
	border-bottom:1px solid #ebebeb;
}
.sorting{
	overflow:hidden;
	border-bottom:1px solid #ebebeb;
	text-transform:uppercase;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	padding:0 23px;
}
.wr-sort .sorting{
	border-bottom:none;
	padding:0;
}
.sorting li:first-child{
	margin:0;
}
.sorting li{
	float:left;
	margin-left:32px;
}
.sorting a{
	text-decoration:none;
	color:#999;
	padding:13px 0;
	display:block;
}
.sorting a:hover{
	color:#333;
}
.sorting .item-active{
	color:#333;
	border-bottom:5px solid #e45071;
	padding:13px 0 8px;
	display:block;
}
/* videos */
.videos{
	padding:0 23px;
}
.videos + .videos{
	border-top:1px solid #ebebeb;
	margin-top:24px;
}
.videos-alphabetical{
	padding:0 23px 24px 191px;
	position:relative;
	margin-left:-168px;
	overflow:hidden;
}
.videos-alphabetical + .videos-alphabetical{
	padding-top:1px;
	background:url(/images/videos-alphabetical.gif) no-repeat 1px 0;
}
.v-search-result{
	padding:0;
}
.vc-letter{
	position:absolute;
	top:14px;
	left:0;
	text-transform:uppercase;
	color:#fff;
	font:bold 72px/74px Helvetica, Arial, sans-serif;
	text-align:center;
	width:168px;
	z-index:100;
}
h3{
	color:#333;
	font:bold 24px/28px Helvetica, Arial, sans-serif;
	margin:16px 0 0;
	text-transform:uppercase;
}
.v-content{
	margin:0 0 0 -24px;
}
.v-content-oh{
	overflow:hidden;
}
.v-search-result .v-content{
	margin:0 0 36px -20px;
}
.v-content02{
	margin:0 0 0 -24px;
}
.v-spot{
	float:right;
	margin:24px 0 0 24px;
	width:496px;
	background:#333;
	text-align:center;
	padding-bottom:46px;
}
.vspotimg{
	width:300px;
	margin:0 auto;
	box-shadow:0 0 12px -4px #000;
}
.v-spot img{
	vertical-align:top;
	width:300px;
	height:250px;
}
.vspot-title{
	border-bottom:1px solid #464646;
	color:#b9b9b9;
	text-transform:uppercase;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	padding:17px 10px 16px;
	margin-bottom:42px;
}
.th-video{
	text-decoration:none;
	float:left;
	margin:24px 0 0 24px;
	width:236px;
	height:182px;
	position:relative;
	color:#fff;
	font:bold 16px/18px Helvetica, Arial, sans-serif;
	/*box-shadow:0 0 2px 2px #cdcecb;*/
	box-shadow:0 1px 5px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 1px 5px 0 rgba(0,0,0,0.4);
	-o-box-shadow:0 1px 5px 0 rgba(0,0,0,0.4);
	-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,0.4);
}
.v-search-result .th-video,
.v-search-result .th-cat{
	margin:24px 0 0 20px;
	width:228px;
	height:172px;
}
.th-video:hover{
	color:#44bbff;
}
.th-video .description{
	background:url(/images/shadowTHvideo.png) repeat-x 0 100%;
	padding:152px 14px 12px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:208px;
	overflow:hidden;
}
.v-search-result .description{
	padding:142px 10px 12px;
}
.th-video .description-cat{
	background:url(/images/shadowTHvideo.png) repeat-x 0 100%;
	padding:152px 14px 12px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:208px;
	font:bold 15px/18px Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.th-video:hover .description-cat{
	background:url(/images/shadowTHvideoHover02.png) repeat-x 0 0;
}
.th-video .time{
	float:right;
	margin-left:20px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
.th-video .name{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.th-video .ico-play{
	width:70px;
	height:70px;
	z-index:110;
	position:absolute;
	top:50%;
	left:50%;
	margin:-35px 0 0 -35px;
	background:url(/images/icoPlay.png) no-repeat 0 0;
	display:none;
}
.th-video:hover .ico-play{
	display:block;
}
.th-video img{
	vertical-align:top;
	width:236px;
	height:182px;
}
.v-search-result .th-video img,
.v-search-result .th-cat img{
	width:228px;
	height:172px;
}

/* pagination */
.pagination{
	border-top:1px solid #ebebeb;
	margin-top:24px;
	padding:33px 170px 35px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
}
.pagination a{
	text-decoration:none;
}
.pag-prev,
.pag-next{
	position:absolute;
	top:50%;
	margin-top:-20px;
	width:100px;
	padding:10px;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	border:2px solid #b3e2fd;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	color:#44bbff;
}
.pag-prev:hover,
.pag-next:hover{
	background:#44bbff;
	border-color:#44bbff;
	color:#fff;
}
.pag-prev{
	left:30px;
}
.pag-next{
	right:30px;
}
.pagination ul{
	font:bold 32px/34px Helvetica, Arial, sans-serif;
}
.pagination li:first-child{
	margin:0;
}
.pagination li{
	display:inline-block;
	vertical-align:top;
	margin-left:24px;
}
.pagination ul a{
	display:block;
	min-width:36px;
	color:#333;
	padding:3px 2px;
}
.pagination ul a:hover{
	color:#44bbff;
}
.pagination .item-active{
	display:block;
	min-width:36px;
	color:#fff;
	padding:3px 2px;
	background:#42b7f9;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
/* categories-list */
.categories-list{
	color:#fff;
	padding-bottom:20px;
}
.categoriestitle{
	text-transform:uppercase;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	border-bottom:1px solid #16aaff;
	padding:13px 16px 12px;
	margin-bottom:17px;
}
.cl-box + .cl-box{
	margin-top:10px;
}
.clbox-title{
	text-transform:uppercase;
	font:bold 24px/26px Helvetica, Arial, sans-serif;
	padding:0 16px;
	margin-bottom:4px;
}
.cl-list{
	font:14px/16px Helvetica, Arial, sans-serif;
}
.cl-list a{
	text-decoration:none;
	padding:5px 16px;
	display:block;
	color:#fff;
}
.cl-list a:hover{
	background:#2097da;
}
.cl-list .item-active{
	display:block;
	padding:5px 16px 5px 11px;
	background:#2097da;
	border-left:5px solid #f27490;
}
/* footer */
.footer{
	color:#999;
	font:12px/18px Helvetica, Arial, sans-serif;
	padding:28px 9999px;
	margin:0 -9999px;
	border-top:1px solid #dbddd3;
	background:#eff0eb;
}
.footer:after{
	content:"";
	overflow:hidden;
	display:block;
}
.f-col{
	float:left;
	width:146px;
	margin-right:20px;
}
.f-title{
	text-transform:uppercase;
	color:#777;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	margin-top:15px;
	margin-bottom:10px;
	display:block;
}
.f-title:first-child{
	margin-top:0;
}
.f-list{
	color:#f27490;
	font:bold 12px/14px Helvetica, Arial, sans-serif;
}
.f-list li:first-child{
	margin:0;
}
.f-list li{
	margin-top:10px;
	position:relative;
}
.f-list a{
	text-decoration:none;
	color:#f27490;
}
.f-list a:hover{
	text-decoration:underline;
}
.f-list .item-active{
	color:#f27490;
	text-decoration:underline;
}
.f-other{
	overflow:hidden;
	padding-right:90px;
}
.f-other .f-title{
	margin:0 2px 0 0;
	display:inline;
}
.f-other p + p{
	margin-top:14px;
}
/* alphabetbar */
.wr-alphabetbar{
	position:relative;
	height:43px;
}
.pseudo-cattitle{
	float:left;
	text-transform:uppercase;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	border-bottom:1px solid #16aaff;
	padding:14px 16px 12px;
	color:#fff;
	width:136px;
	background:#44bbff;
}
.wrapfixnav{
	overflow:hidden;
	margin-left:-168px;
}
.alphabetbar{
	text-transform:uppercase;
	border-bottom:1px solid #ebebeb;
	overflow:hidden;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	padding:0 0 0 12px;
	background:#fff;
}
.alphabetbarFix{
	position:fixed;
	left:auto;
	width:1230px;
	top:0;
	z-index:1000;
}
.alphabetbar li:first-child{
	margin:0;
}
.alphabetbar li{
	float:left;
	margin-left:8px;
}
.alphabetbar a{
	color:#999;
	padding:13px 0;
	text-align:center;
	display:block;
	width:34px;
	text-decoration:none;
}
.alphabetbar a:hover{
	color:#f27490;
}
.alphabetbar .nav-active{
	border-bottom:5px solid #f27490;
	padding-bottom:8px;
	color:#f27490;
}
/* link-up */
.link-up{
	background:url(/images/gotop.png) no-repeat 0 0;
	outline:none;
	text-indent:-9999px;
	overflow:hidden;
	width:32px;
	height:32px;
	position:fixed;
	bottom:200px;
	left:auto;
	margin-left:1324px;
	z-index:1000;
	display:none;
}
.link-up:hover{
	background-position:0 -32px;
}
/* adv-top */
.adv-top{
	margin:-17px -9999px 17px;
	padding:0 9999px;
	background:#d4e6ae;
	color:#333;
	text-align:center;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
}
.wr-advtop{
	position:relative;
	padding:8px 82px 7px;
}
.adv-top .title{
	margin-right:22px;
	display:inline-block;
	vertical-align:middle;
}
.adv-more{
	display:inline-block;
	vertical-align:middle;
	background:#8ebb2f;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	padding:0 10px;
	min-width:126px;
}
.adv-more:hover{
	background:#77a21c;
}
.adv-more span{
	padding:4px 14px 5px 0;
	background:url(/images/adv-more.png) no-repeat 100% 50%;
	display:inline-block;
	vertical-align:top;
}
.adv-close{
	text-decoration:none;
	position:absolute;
	top:50%;
	margin-top:-8px;
	right:0;
	padding-right:21px;
	color:#679011;
	background:url(/images/adv-close.png) no-repeat 100% 1px;
}
.adv-close:hover{
	color:#f14c67;
	background-position:100% -26px;
}
.sponsor-title{
	text-decoration:none;
	color:#909090;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	display:block;
	margin-top:2px;
}
.sponsor-title a{
	text-decoration:none;
	color:#f27490;
}
.sponsor-title a:hover{
	text-decoration:underline;
}
/* trailer-page */
.trailer-container{
	margin-bottom:46px;
	position:relative;
   	z-index: 2200;
}
.trailer-page{
	background:url(/images/trailer-page.gif) repeat-y 0 0;
	position:relative;
}
.trailerspots{
	padding:14px 17px 17px;
}
.trilerspots-fix{
	position:fixed;
	top:0;
}
.trilerspots-abs{
	position:absolute;
	bottom:0;
}
.trailerspots-title{
	text-transform:uppercase;
	color:#b9b9b9;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	margin-bottom:17px;
}
.trailerspots .spot{
	width:300px;
	height:250px;
	box-shadow:0 0 12px -4px #000;
}
.trailerspots .spot + .spot{
	margin-top:24px;
}
.trailerspots img{
	vertical-align:top;
	width:300px;
	height:250px;
}
.trailer-page .c-leftbar{
	float:left;
	width:168px;
	border-top:24px solid #fff;
}
.trailer-page .c-rightbar{
	border-top:24px solid #fff;
}
.trailer-page .c-content{
	overflow:hidden;
	width:auto;
	float:none;
	margin:0;
}
.player{
	margin-bottom:16px;
	min-height: 546px;
	background-color: #000;
	position: relative;
}
.player img{
	vertical-align:top;
}

div#player-overlay {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 5000;
	display: none;
	}
div.player-preview {
    margin: 110px auto;
    width: 634px;
    background: #000;
}
div.player-preview .close {
    display: block;
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
div.player-preview .spot {
    display: inline-block;
    margin: 10px 0 10px 10px;
    width: 300px;
    height: 250px;
}
div.player-preview-header {
	padding-top: 10px;
	color: #fff;
	text-align: center;
}
.descr-trailer{
	padding:0 18px 20px;
}
.dt-line{
	overflow:hidden;
}
.dt-line + .dt-line{
	margin-top:16px;
}
.descr-trailer .dtline-title{
	color:#333;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
}
.sharesocials{
	float:left;
	margin-right:34px;
}
.sharesocials .dtline-title{
	display:inline-block;
	vertical-align:middle;
}
.sharesocials-content{
	display:inline-block;
	vertical-align:middle;
	min-width:226px;
}
.viewstrailer{
	float:left;
	width:150px;
	margin-right:20px;
	color:#333;
	font:bold 16px/18px Helvetica, Arial, sans-serif;
}
.wrap-links{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.wrap-links a + a{
	margin-left:30px;
}
.leavefeedback{
	text-decoration:none;
	border-bottom:1px dotted #f27490;
	color:#f27490;
	font:bold 14px/18px Helvetica, Arial, sans-serif;
}
.leavefeedback:hover{
	border:none;
}
.l-reiterativetitle{
	color:#f27490;
	font:bold 14px/18px Helvetica, Arial, sans-serif;
	padding-left:17px;
	background:url(/images/l-reiterativetitle.png) no-repeat 0 50%;
}
.output-lfbmessage{
	background:#D4E6AE;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	font:14px/16px Helvetica, Arial, sans-serif;
	color:#333;
	position:relative;
	padding:7px 40px 7px 14px;
}
.l-close-output-lfbm{
	text-decoration:none;
	position:absolute;
	top:9px;
	right:13px;
	width:13px;
	height:13px;
	background:url(/images/adv-close.png) no-repeat 0 0;
}
.l-close-output-lfbm:hover{
	background-position:0 -27px;
}
.tags-trailer{
	font:14px/16px Helvetica, Arial, sans-serif;
	color:#f27490;
}
.tags-trailer a{
	color:#f27490;
	text-decoration:none;
}
.tags-trailer a:hover{
	text-decoration:underline;
}
/* descr-sponsor */
.descr-sponsor{
	overflow:hidden;
	border-top:1px solid #ebebeb;
	padding:16px 54px 22px 18px;
}
.ds-lcol{
	float:left;
	width:270px;
	margin:1px 44px 0 0;
}
.ds-rcol{
	overflow:hidden;
	color:#777;
	font:14px/16px Helvetica, Arial, sans-serif;
}
.dscover-title{
	color:#f27490;
	margin-bottom:16px;
	font:bold 18px/20px Helvetica, Arial, sans-serif;
}
.dscover-title + a{
	display:block;
}
.ds-cover{
	margin-bottom:21px;
	position:relative;
	box-shadow:0 0 5px 2px #bfbfbf;
}
.ds-cover img{
	vertical-align:top;
}
.ds-caption{
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(12,166,246,.85);
	color:#fff;
	font-size:32px;
	line-height:38px;
	padding:20px;
	text-align:center;
}
a:hover .ds-caption{
	display:block;
}
.ds-caption span{
	display:table;
	height:100%;
}
.ds-caption span em{
	font-style:normal;
	display:table-cell;
	vertical-align:middle;
}
.joinnow{
	text-decoration:none;
	display:block;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	text-transform:uppercase;
	color:#44bbff;
	text-align:center;
	padding:0 10px;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	border:2px solid #b4e4ff;
}
a:hover .joinnow{
	background:#44bbff;
	border-color:#44bbff;
	color:#fff;
}
.joinnow span{
	display:inline-block;
	vertical-align:top;
	padding:8px 16px 9px 0;
	background:url(/images/joinnow.png) no-repeat 100% 12px;
}
a:hover .joinnow span{
	background-position:100% -29px;
}
.ds-line:first-child{
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.ds-line{
	border-top:1px solid #ebebeb;
	padding-top:16px;
	margin-top:15px;
	overflow:hidden;
}
.totalscore-output{
	color:#333;
	font:bold 28px/30px Helvetica, Arial, sans-serif;
	margin-top:2px;
}
.totalscore-output span{
	color:#44bbff;
}
.ds-descr{
	margin:-2px 0 0 -20px;
	overflow:hidden;
}
.ds-descr li{
	float:left;
	width:148px;
	margin:2px 0 0 20px;
}
.ds-descr span{
	color:#333;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
.pic-vid p + p{
	margin-top:4px;
}
.pic-vid span{
	display:block;
	margin-bottom:10px;
	color:#333;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
.ds-price{

}
.ds-price span{
	color:#333;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
.trailer-page .ds-price li,
.trailer-page .ds-price .dsprice-title span{
	font-weight:bold;
	font-size:16px;
	color:#333;
}
.trailer-page .ds-price span{
	font-weight:normal;
	color:#777;
	font-size:14px;
}
.dsprice-title{
	margin-bottom:2px;
}
.dsprice-title span{
	font-size:14px;
}
.ds-price p + p{
	margin-top:2px;
}
.ds-foot{
	font:bold 14px/16px Helvetica, Arial, sans-serif;
}
.ds-foot p + p{
	margin-top:2px;
}
.ds-foot span{
	letter-spacing:-1px;
}
.ds-foot span,
.ds-foot span a{
	color:#f27490;
	text-decoration:none;
}
.ds-foot span a:hover{
	border-bottom:none;
	padding-bottom:1px;
}
.ds-foot span a{
	display:inline-block;
	vertical-align:top;
	border-bottom:1px dashed #f27490;
}
/* lbar-videos */
.lbar-videos{
	padding:14px 19px;
}
.lbar-videos-title{
	text-transform:uppercase;
	color:#fff;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	margin-bottom:14px;
}
.th-lbarvid{
	text-decoration:none;
	display:block;
	width:130px;
	height:97px;
	position:relative;
	color:#fff;
	font:12px/14px Helvetica, Arial, sans-serif;
	/*box-shadow:0 0 6px 1px #3289bb;*/
	box-shadow:0 0 2px 1px #3289bb;
}
.th-lbarvid:hover{
	color:#44bbff;
}
.th-lbarvid + .th-lbarvid{
	margin-top:19px;
}
.th-lbarvid img{
	vertical-align:top;
	width:130px;
	height:97px;
}
.th-lbarvid .description{
	position:absolute;
	top:0;
	left:0;
	width:118px;
	padding:74px 6px 5px;
	z-index:50;
	background:url(/images/shadowTHvideoHover02.png) repeat-x 0 0;
	overflow:hidden;
}
.th-lbarvid .title-th{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:bold;
	margin-bottom:4px;
}
.th-lbarvid .time{
	color:#fff;
	float:right;
	margin-left:6px;
}
.th-lbarvid .ico-play{
	width:35px;
	height:35px;
	position:absolute;
	top:16px;
	left:50%;
	margin-left:-17px;
	z-index:100;
	background:url(/images/th-lbarvidPlay.png) no-repeat 0 0;
	display:none;
}
.th-lbarvid:hover .ico-play{
	display:block;
}
/* bottomvideos */
.bottomvideos{
	margin:0 -9999px;
	padding:18px 9999px 35px;
	border-top:1px solid #dbddd3;
	background:#fff;
	border-bottom:1px solid #dbddd3;
}
.bottomvideos .c-title{
	margin-bottom:22px;
}
.bottomvideos .v-content{
	margin:-23px 0 31px -21px;
}
.bottomvideos .th-video{
	width:229px;
	height:172px;
	margin:23px 0 0 21px;
	overflow:hidden;
}
.bottomvideos .th-video img{
	width:229px;
	height:172px;
}
.bottomvideos .th-video .description{
	padding-top:142px;
	width:201px;
}
.boxmore{
	text-align:center;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
}
.no-topglue{
	margin-top:22px;
}
.boxmore a{
	display:inline-block;
	vertical-align:top;
	min-width:188px;
	padding:11px 10px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	background:#44bbff;
}
.boxmore a:hover{
	background:#279fe3;
}
/* addcomment */
.addcomment{
	position:relative;
	display: none;
}
.wrtextarea{
	padding:0 36px 0 16px;
}
.textareafield{
	display:block;
	width:100%;
	margin:0 -36px 0 -16px;
	padding:6px 35px 6px 15px;
	background:#fff;
	font:14px/16px Helvetica, Arial, sans-serif;
	box-shadow:0 0 0 0 #f0f0f0 inset;
	border:1px solid #e1e1e1;
	height:96px;
	resize:none;
	color:#000;
	outline:none;
	margin-bottom:20px;
}
.textareafield:hover{
	border-color:#e0aab6;
}
.btn-addcomment{
	display:block;
	text-transform:uppercase;
	color:#fff;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	cursor:pointer;
	text-align:center;
	height:37px;
	width:202px;
	padding:0 10px;
	border:0;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	background:#44bbff;
	margin:0 0 0 auto;
}
.btn-addcomment:hover{
	background:#279fe3;
}
.close-addcomment{
	text-decoration:none;
	width:13px;
	height:13px;
	background:url(/images/closeAddcomment.png) no-repeat 0 0;
	position:absolute;
	top:14px;
	right:13px;
	z-index:50;
}
.close-addcomment:hover{
	background-position:0 -13px;
}

/* popup */
#popup{
	z-index:5000;
	display:none;
	width:1112px;
	color:#333;
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-556px;
	background:#fff;
	box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-o-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-ms-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
}
#pp-shadow{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3000;
	display:none;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.section2257{
	background:#fff;
	width:954px;
	color:#333;
	position:fixed;
	top:10%;
	left:50%;
	margin-left:-477px;
	display:none;
	z-index:5100;
}
.s2257-head{
	position:relative;
	padding:70px 186px 24px 82px;
	border-bottom:1px solid #ebebeb;
	font:bold 32px/34px Helvetica, Arial, sans-serif;
	margin-bottom:22px;
}
.l-close-s2257{
	text-decoration:none;
	position:absolute;
	top:82px;
	right:85px;
	padding-right:20px;
	color:#44bbff;
	font:14px/16px Helvetica, Arial, sans-serif;
}
.l-close-s2257:hover{
	color:#f27490;
}
.l-close-s2257:after{
	content:'';
	background:url(/images/closeAddcomment.png) no-repeat 0 -13px;
	position:absolute;
	top:1px;
	right:0;
	width:13px;
	height:13px;
	overflow:hidden;
}
.l-close-s2257:hover:after{
	background-position:0 0;
}
.s2257-content{
	padding:0 104px 76px 82px;
	font:14px/20px Helvetica, Arial, sans-serif;
}
.s2257-content-title{
	font:bold 18px/20px Helvetica, Arial, sans-serif;
	margin-bottom:18px;
}
.s2257-content-title span{
	color:#f27490;
}
.s2257-content p + p{
	margin-top:20px;
}
.s2257-content a{
	text-decoration:none;
	color:#f27490;
}
.s2257-content a:hover{
	text-decoration:underline;
}
/* toptitle */
.toptitle{
	margin:-17px -9999px 0;
	padding:23px 9999px;
	border-bottom:1px solid #dbddd3;
	background:#eff0eb;
}
/* cat-carousel */
.wr-cat-carousel{
	border-bottom:1px solid #ebebeb;
	padding:0 9999px;
	margin:0 -9999px;
}
.wrap-jc{
	/*padding:0 30px;*/
	position:relative;
	overflow:hidden;
	height:157px;
}
.wrap-jc .touchcarousel-wrapper{
	height:157px;
	position:relative;
	overflow:hidden;
}
.cat-carousel{
	overflow:hidden;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	position:relative;
	width:9999px;
}
.cat-carousel li{
	float:left;
	margin-right:18px;
	width:292px;
	height:157px;
}
.th-cat-carousel{
	text-decoration:none;
	display:block;
	padding:13px 14px 16px;
	width:264px;
	text-transform:uppercase;
	color:#333;
}
.th-cat-carousel:hover{
	background:#44bbff;
	color:#fff;
}
.th-cat-carousel .covers{
	display:block;
	margin-bottom:15px;
}
.th-cat-carousel .cover:first-child{
	margin:0;
}
.th-cat-carousel .cover{
	margin-left:4px;
	float:left;
	width:130px;
	position:relative;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);
	-o-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);
	-ms-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);
}
.cap{
	color:#fff;
	font:bold 22px/26px Helvetica, Arial, sans-serif;
	position:absolute;
	top:0;
	left:0;
	z-index:500;
	width:100px;
	padding:12px 15px 6px;
	height:79px;
	overflow:hidden;
	background:url(/images/opacity-black-80-1x1.png) repeat 0 0;
	letter-spacing:-2px;
}
.th-cat-carousel img{
	vertical-align:top;
	width:130px;
	height:97px;
}
.th-cat-carousel .title{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.wr-cat-carousel .jcarousel-container{
	position:relative;
	padding:0 30px 0 31px;
}
.wr-cat-carousel .jcarousel-clip{
	overflow:hidden;
}
.wr-cat-carousel .jcarousel-prev,
.wr-cat-carousel .jcarousel-next,
.jc-prev,
.jc-next,
.wrap-jc .arrow-holder{
	position:absolute;
	top:50%;
	margin-top:-48px;
	z-index:100;
	width:38px;
	height:98px;
	cursor:pointer;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	text-indent:-9999px;
	overflow:hidden;
}
.wr-cat-carousel .jcarousel-prev,
.jc-prev,
.wrap-jc .arrow-holder.left{
	background:url(/images/cc-prev.png) no-repeat 50% 50%;
	left:-56px;
}
.wr-cat-carousel .jcarousel-next,
.jc-next,
.wrap-jc .arrow-holder.right{
	background:url(/images/cc-next.png) no-repeat 50% 50%;
	right:-56px;
}
.wr-cat-carousel .jcarousel-prev:hover,
.wr-cat-carousel .jcarousel-next:hover,
.jc-prev:hover,
.jc-next:hover,
.wrap-jc .arrow-holder:hover{
	border:2px solid rgba(180, 228, 255, 0.6);
	width:34px;
	height:94px;
}
.jc-pagination,
.wrap-jc .tc-paging-container{
	display:none;
	text-align:center;
	border-bottom:1px solid #EBEBEB;
	padding-bottom:20px;
	padding-top:6px;
}
.jc-pagination a:first-child,
.wrap-jc .tc-paging-container a:first-child{
	margin-left:0;
}
.jc-pagination a,
.wrap-jc .tc-paging-container a{
	text-decoration:none;
	width:12px;
	height:12px;
	display:inline-block;
	vertical-align:top;
	background:#bebebe;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	margin-left:13px;
	text-indent:-9999px;
	overflow:hidden;
	text-align:left;
}
.jc-pagination a:hover,
.wrap-jc .tc-paging-container a:hover{
	background:#44bbff;
}
.jc-pagination .active,
.wrap-jc .tc-paging-container .current{
	background:#44bbff;
}
/* pp-trailer */
.pp-trailer{
	width:1112px;
	background:#e1e1e1;
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-556px;
}
.pp-trailer-content{
	float:left;
	width:728px;
	padding:12px 20px 8px;
	background:#fff;
	position:relative;
	box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-o-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
	-ms-box-shadow:0 5px 20px 0 rgba(0,0,0,0.4);
}
.pp-trailer h2{
	padding-right:96px;
	margin-bottom:20px;
}
.pp-trailer .l-close-s2257{
	top:20px;
	right:20px;
}
.pp-trailer .descr-trailer{
	padding:0;
	margin-bottom:20px;
}
.pp-sponsor-adv{
	border-top:1px solid #EBEBEB;
	overflow:hidden;
	padding:20px 20px 0;
	margin:0 -20px;
}
.joinsponsosite{
	float:right;
	width:306px;
	margin-left:20px;
}
.wr-l-joinnow{
	margin-bottom:14px;
}
.wr-l-joinnow .joinnow{
	display:inline-block;
	vertical-align:top;
	min-width:184px;
}
.l-defolt{
	color:#f27490;
	border-bottom:1px dotted #f27490;
	text-decoration:none;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
}
.l-defolt:hover{
	border-bottom:none;
}
.pp-spadv-content{
	overflow:hidden;
}
.pp-sponsor-adv .cover{
	float:left;
	width:121px;
	margin-right:23px;
}
.pp-sponsor-adv img{
	vertical-align:top;
	width:121px;
	height:auto;
}
.pp-spadv-other{
	overflow:hidden;
}
.pp-spadv-title{
	margin-bottom:11px;
	color:#f27490;
	font:bold 18px/20px Helvetica, Arial, sans-serif;
}
.pp-spadv-price{
	color:#333;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#333;
}
.pp-spadv-price li:first-child{
	font-size:14px;
	margin-top:0;
}
.pp-spadv-price li{
	margin-top:2px;
}
.pp-spadv-price span{
	color:#777;
	font-weight:normal;
	font-size:14px;
}
.pp-trailer-spots{
	overflow:hidden;
	padding:55px 22px 20px;
}
.pp-ts-title{
	color:#333;
	text-transform:uppercase;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:16px;
}
.pp-trailer-spots .spot{
	box-shadow:0 0 12px -4px #000;
}
.pp-trailer-spots .spot + .spot{
	margin-top:20px;
}
.pp-ts-title img{
	vertical-align:top;
	width:300px;
	height:250px;
}
/* cat-carousel-nojs */
.cat-carousel-nojs{
	text-align:center;
	margin:-21px 0 0 -15px;
}
.cc-item{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:29px 0 0 15px;
}
.content404{
	margin:0 -9999px 28px;
	padding:35px 9999px 60px;
	border-bottom:1px solid #EBEBEB;
	overflow:hidden;
}
.content404-title{
	display:inline-block;
	vertical-align:middle;
	color:#44baff;
	font:bold 72px/74px Helvetica, Arial, sans-serif;
	margin-right:90px;
}
.cont404cont{
	display:inline-block;
	vertical-align:middle;
	color:#333;
	font-size:14px;
	line-height:24px;
	width:294px;
}
.th-cat{
	text-decoration:none;
	float:left;
	margin:24px 0 0 24px;
	width:236px;
	height:182px;
	position:relative;
	color:#fff;
	font:bold 15px/18px Helvetica, Arial, sans-serif;
	box-shadow:0 1px 5px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 1px 5px 0 rgba(0,0,0,0.4);
	-o-box-shadow:0 1px 5px 0 rgba(0,0,0,0.4);
	-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,0.4);
	text-transform:uppercase;
	text-align:center;
}
.th-cat:hover{
	color:#44bbff;
}
.th-cat img{
	vertical-align:top;
	width:236px;
	height:182px;
}
.th-cat .title{
	background:url(/images/shadowTHvideo.png) repeat-x 0 100%;
	padding:152px 14px 12px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:208px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.th-cat:hover .title{
	display:none;
}
.v-search-result .th-cat .title{
	width:200px;
	padding-top:142px;
}
.th-cat .viewtitle{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:208px;
	padding:82px 14px;
	color:#44bbff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:url(/images/th-cat-viewtitle.png) repeat 0 0;
	display:none;
}
.v-search-result .th-cat .viewtitle{
	padding:77px 14px;
	width:200px;
}
.th-cat:hover .viewtitle{
	display:block;
}
/* carousel1024 */
.carousel1024{
	position:relative;
	width:1250px;
	margin:0 -10px;
	overflow:hidden;
}
.carousel1024 .touchcarousel-wrapper{
	height:300px;
	position:relative;
	overflow:hidden;
	margin:-5px 0;
	padding:5px 0;
}
.carousel1024 .cycle-slideshow{
	position:relative;
	overflow:hidden;
}
.c1024-item{
	position:relative;
	width:9999px;
}
.c1024-content{
	width:1250px;
	height:300px;
	float:left;
}
.c1024-title{
	overflow:hidden;
	margin-bottom:26px;
}
.c1024-sort{
	float:right;
	margin:12px 0 0 14px;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#222;
}
.c1024-sort li:first-child{
	background:none;
	margin:0;
	padding:0;
}
.c1024-sort li{
	float:left;
	padding-left:11px;
	margin-left:4px;
	background:url(/images/c1024-sort-li.png) no-repeat 0 50%;
}
.c1024-sort a.item-active{
	color: #000;
	border: none;
}
.c1024-sort a{
	text-decoration:none;
	border-bottom:1px dotted #f17490;
	color:#f17490;
}
.c1024-sort a:hover{
	border-bottom:none;
}
h4{
	overflow:hidden;
	color:#bebebe;
	font-size:32px;
	line-height:34px;
	font-weight:bold;
}
h4 a{
	color:inherit;
	text-decoration:none;
}
h4 a:hover{
	color:#f17490;
	text-decoration:underline;
}
.thbig-c1024{
	text-decoration:none;
	float:left;
	width:400px;
	margin-right:24px;
	margin-left:10px;
	position:relative;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#fff;
	box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.4);
}
.thbig-c1024 img{
	vertical-align:top;
	width:400px;
	height:300px;
}
.thbig-c1024 .data{
	background:url(/images/shadowTHvideo.png) repeat-x 0 100%;
	overflow:hidden;
	padding:270px 14px 14px;
	position:absolute;
	top:0;
	left:0;
	width:372px;
	z-index:100;
}
.thbig-c1024 .time{
	float:right;
	margin-left:10px;
}
.thbig-c1024 .title{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.thbig-c1024:hover .title{
	color:#44bbff;
}
.thbig-c1024 .ico-play{
	width:70px;
	height:70px;
	z-index:110;
	position:absolute;
	top:50%;
	left:50%;
	margin:-35px 0 0 -35px;
	background:url(/images/icoPlay.png) no-repeat 0 0;
	display:none;
}
.thbig-c1024:hover .ico-play{
	display:block;
}
.ohter-c1024-thumbs{
	float:right;
	width:813px;
}
.wr-ohter-c1024-thumbs{
	margin:-24px 0 0 -25px;
}
.th-other-c1024{
	float:left;
	text-decoration:none;
	margin:23px 0 0 25px;
	font-size:14px;
	line-height:16px;
	color:#fff;
	position:relative;
	font-weight:bold;
	box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.4);
}
.th-other-c1024 img{
	vertical-align:top;
	width:182px;
	height:138px;
}
.th-other-c1024 .data{
	background:url(/images/shadowTHvideo.png) repeat-x 0 100%;
	overflow:hidden;
	padding:118px 8px 6px;
	position:absolute;
	top:0;
	left:0;
	width:166px;
	z-index:100;
}
.th-other-c1024 .time{
	float:right;
	margin-left:10px;
}
.th-other-c1024 .title{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.th-other-c1024:hover .title{
	color:#44bbff;
}
.th-other-c1024 .ico-play{
	width:35px;
	height:35px;
	z-index:110;
	position:absolute;
	top:50%;
	left:50%;
	margin:-18px 0 0 -17px;
	background:url(/images/th-lbarvidPlay.png) no-repeat 0 0;
	display:none;
}
.th-other-c1024:hover .ico-play{
	display:block;
}
.c1024-prev,
.c1024-next,
.carousel1024 .arrow-holder{
	position:absolute;
	top:50%;
	margin-top:-48px;
	z-index:100;
	width:38px;
	height:98px;
	cursor:pointer;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	text-indent:-9999px;
	overflow:hidden;
}
.disabled{
	display:none;
}
.c1024-prev,
.carousel1024 .arrow-holder.left{
	background:url(/images/cc-prev.png) no-repeat 50% 50%;
	left:-42px;
}
.c1024-next,
.carousel1024 .arrow-holder.right{
	background:url(/images/cc-next.png) no-repeat 50% 50%;
	right:-42px;
}
.c1024-prev:hover,
.c1024-next:hover,
.carousel1024 .arrow-holder:hover{
	border:2px solid rgba(180, 228, 255, 0.6);
	width:34px;
	height:94px;
}
.carousel1024 .cycle-pager,
.carousel1024 .tc-paging-container{
	margin-top:30px;
	text-align:center;
	display:none;
}
.carousel1024 .cycle-pager span:first-child,
.carousel1024 .tc-paging-container a:first-child{
	margin:0;
}
.carousel1024 .cycle-pager span,
.carousel1024 .tc-paging-container a{
	display:inline-block;
	vertical-align:top;
	margin-left:13px;
	width:12px;
	height:12px;
	background:url(/images/catline-pagination.png) no-repeat -12px 0;
	cursor:pointer;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
}
.carousel1024 .cycle-pager span:hover,
.carousel1024 .tc-paging-container a:hover{
	background-position:-24px 0;
}
.carousel1024 .cycle-pager .cycle-pager-active,
.carousel1024 .tc-paging-container .current{
	background-position:0 0;
}
/* main */
.main-header{
	padding:66px 0 110px;
	margin-bottom:48px;
}
.main-logo{
	display:block;
	width:386px;
	height:73px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto 66px;
	background:url(/images/main-logo.png) no-repeat 0 0;
}
.main-logo a{
	display:block;
	height:100%;
}
.main-search{
	float:none;
	margin:0 auto 28px;
	width:956px;
}
.main-search .field{
	font-size:18px;
	line-height:20px;
	padding-top:11px;
	padding-bottom:11px;
	height:22px;
}
.main-search .searchbtn{
	height:48px;
	width:48px;
	background:#959595 url(/images/main-search.png) no-repeat 11px 11px;
}
.main-search .searchbtn:hover,
.main-search.fieldactive .searchbtn{
	line-height:22px;
	background:#f27490 url(/images/main-search.png) no-repeat 18px 11px;
	width:144px;
	text-indent:0;
	text-align:center;
	padding-left:34px;
	font-size:18px;
}
.main-search .drop-search-help{
	width:956px;
	padding-top:23px;
	top:25px;
	margin:0;
	font-size:16px;
	line-height:18px;
}
.main-search .drop-search-help a{
	padding:9px 14px;
}
.main-nav{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
}
.main-nav li:first-child{
	margin:0;
}
.main-nav li{
	display:inline-block;
	vertical-align:top;
	margin-left:34px;
}
.main-nav a{
	display:inline-block;
	vertical-align:top;
	color:#f27490;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;
}
.main-nav a:hover{
	text-decoration:underline;
}
.lnav-newest{
	padding-left:36px;
	background:url(/images/lnav-newest.png) no-repeat 0 1px;
}
.lnav-newest:hover{
	background-position:0 -39px
}
.main-nav .item-active.lnav-newest{
	padding-left:36px;
	background:url(/images/lnav-newest.png) no-repeat 0 -39px;
}
.lnav-popular{
	padding-left:36px;
	background:url(/images/lnav-popular.png) no-repeat 0 0;
}
.lnav-popular:hover{
	background-position:0 -38px;
}
.main-nav .item-active.lnav-popular{
	padding-left:36px;
	background:url(/images/lnav-popular.png) no-repeat 0 -38px;
}
.lnav-random{
	padding-left:36px;
	background:url(/images/lnav-random.png) no-repeat 0 0;
}
.lnav-random:hover{
	background-position:0 -39px;
}
.main-nav .item-active.lnav-random{
	padding-left:36px;
	background:url(/images/lnav-random.png) no-repeat 0 -39px;
}
.lnav-categories{
	padding-left:28px;
	background:url(/images/lnav-categories.png) no-repeat 0 2px;
}
.lnav-categories:hover{
	background-position:0 -40px;
}
.main-nav .item-active.lnav-categories{
	padding-left:28px;
	background:url(/images/lnav-categories.png) no-repeat 0 -40px;
}
.lnav-trends{
	padding-left:28px;
	background:url(/images/lnav-trends.png) no-repeat 0 0;
}
.lnav-trends:hover{
	background-position:0 -38px;
}
.main-nav .item-active.lnav-trends{
	padding-left:28px;
	background:url(/images/lnav-trends.png) no-repeat 0 -38px;
}
.main-nav .item-active{
	display:inline-block;
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;
	color:#f27490;
	text-decoration:underline;
}
/* main-videos */
.main-videos{
	padding:0;
}
.main-videos .v-content{
	margin:-22px 0 0 -22px;
}
.main-videos .th-video{
	width:228px;
	height:172px;
	margin:22px 0 0 22px;
}
.main-videos .th-video img{
	width:228px;
	height:172px;
}
.main-videos .th-video .description{
	padding-top:142px;
	width:200px;
}
/* wr-catline */
.wr-catline{
	background:#cdd4db;
	margin:0 -9999px;
	padding:0 9999px;
}
.frame-catline{
	position:relative;
	padding:30px 43px 0;
	margin:0 -56px;
	width:1254px;
}
.frame-catline .touchcarousel-wrapper{
	height:138px;
	position:relative;
	overflow:hidden;
}
.wr-catline-list{
	overflow:hidden;
	padding-bottom:32px;
}
.catline-list{
	overflow:hidden;
	position:relative;
	width:9999px;
}
.catline-list li{
	width:209px;
	float:left;
}
.catline-pagination,
.frame-catline .tc-paging-container{
	text-align:center;
	position:absolute;
	bottom:22px;
	left:0;
	width:100%;
	z-index:500;
	display:none;
}
.catline-pagination a:first-child,
.frame-catline .tc-paging-container a:first-child{
	margin:0;
}
.catline-pagination a,
.frame-catline .tc-paging-container a{
	background:url(/images/catline-pagination.png) no-repeat -12px 0;
	text-indent:-9999px;
	overflow:hidden;
	width:12px;
	height:12px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin-left:13px;
}
.catline-pagination a:hover,
.frame-catline .tc-paging-container a:hover{
	background-position:-24px 0;
}
.catline-pagination .active,
.frame-catline .tc-paging-container .current{
	background-position:0 0;
}
.catline-prev,
.catline-next,
.frame-catline .arrow-holder{
	position:absolute;
	top:50%;
	margin-top:-48px;
	z-index:100;
	width:38px;
	height:98px;
	cursor:pointer;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	text-indent:-9999px;
	overflow:hidden;
}
.catline-prev,
.frame-catline .arrow-holder.left{
	background:url(/images/catline-prev.png) no-repeat 50% 50%;
	left:0;
}
.catline-next,
.frame-catline .arrow-holder.right{
	background:url(/images/catline-next.png) no-repeat 50% 50%;
	right:0;
}
.catline-prev:hover,
.catline-next:hover,
.frame-catline .arrow-holder:hover{
	border:2px solid rgba(225, 229, 233, 0.6);
	width:34px;
	height:94px;
}
.th-catl{
	text-decoration:none;
	display:block;
	position:relative;
	color:#fff;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	overflow:hidden;
	width:182px;
	margin:auto;
}
.th-catl:hover{
	color:#44bbff;
}
.th-catl img{
	vertical-align:top;
	width:182px;
	height:138px;
}
.th-catl .title{
	background:url(/images/shadowTHvideo.png) repeat-x 0 100%;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:182px;
	height:138px;
	display:table;
}
.th-catl:hover .title{
	display:none;
}
.th-catl .title span{
	display:table-cell;
	vertical-align:bottom;
	padding:6px;
}
.th-catl .title-hover{
	text-align:center;
	text-transform:uppercase;
	background:url(/images/opacity-black-80-1x1.png) repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:60;
	display:table;
	width:182px;
	height:138px;
	display:none;
}
.th-catl:hover .title-hover{
	display:table;
}
.th-catl .title-hover span{
	display:table-cell;
	vertical-align:middle;
	padding:14px;
	text-overflow:ellipsis;
}
.title-cap{
	display:table;
	width:182px;
	height:138px;
	background:url(/images/opacity-black-80-1x1.png) repeat 0 0;
	font-size:28px;
	line-height:30px;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}
.title-cap span{
	display:table-cell;
	vertical-align:top;
	padding:14px;
}
.w-table{
	width:100%;
	height:100%;
	display:table;
}
.w-table-row{
	display:table-row;
}
.w-table-cell{
	display:table-cell;
	vertical-align:top;
}
.w-table-footer{
	display:table-footer-group;
	height:1%;
}
.wr-body-active{
	position:fixed;
}


.top{
	background:#222;
	margin:0 -9999px;
	padding:24px 9999px;
	overflow:hidden;
}
.top .col{
	float:left;
	width:12.5%;
	color:#ddd;
	font-size:14px;
	line-height:18px;
}
.top .col h3{
	font-weight:normal;
	color:#ddd;
}
.top .col h3:first-child{
	margin-top:0;
}
.top .col a{
	color:#f14c67;
	text-decoration:none;
}
.top .col a:hover{
	text-decoration:underline;
}
.top .col li{
	padding:3px 0;
}
.arrow:after{
	content:"";
	display:inline-block;
	border-top:7px solid #f27490;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	margin-left:5px;
	cursor:pointer;
}
.langs{
	display:none;
	position:absolute;
	left:-3px;
	bottom:100%;
	background:#fff;
	padding:15px 30px;
	margin-bottom:10px;
	z-index:99;
	width:465px;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
	box-shadow:0 0 20px rgba(0,0,0,0.5);
}
.langs:before{
	content:"";
	position:absolute;
	left:27px;
	top:100%;
	display:block;
	border-top:8px solid #fff;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
}
.langs li{
	display:inline-block;
	width:152px;
	margin:0;
}
.langs a{
	float:left;
	color:#333;
	font-size:14px;
	line-height:16px;
	padding:8px 0;
	position:relative;
	padding-left:27px;
}
.langs li img{
	position:absolute;
	left:0;
	top:10px;
}
.langs a:hover{
	color:#f27490;
	text-decoration:underline;
}






















@media screen and (min-width:1230px){
	
}/* (min-width:1280px) and (max-width:1529px) */
/*@media screen and (min-width:1024px) and (max-width:1340px){*/
@media screen and (max-width:1340px){
	.wrapper{
		width:980px;
	}
	.wr-advtop{
		padding-left:0;
		text-align:left;
	}
	.c-content{
		width:812px;
	}
	.alphabetbarFix{
		width:980px;
	}
	.alphabetbar li{
		margin-left:6px;
	}
	.alphabetbar a{
		width:27px;
	}
	.f-other{
		padding:0;
	}
	.trailer-page{
		/*width:894px;*/
		background:#363636;
	}
	.trailer-page .c-leftbar{
		display:none;
	}
	.trailer-page .c-rightbar{
		width:324px;
	}
	.trailerspots{
		padding-left:12px;
		padding-right:12px;
	}
	.pp-trailer{
		width:768px;
		margin-left:-384px;
	}
	.pp-trailer-spots{
		display:none;
	}
	.wr-cat-carousel .jcarousel-container{
		padding:0 52px;
	}
	.v-spot{
		margin:24px 10px 0 24px;
	}
	.pagination li{
		margin-left:10px;
	}
	.main-search{
		width:870px;
	}
	.main-search .drop-search-help{
		width:870px;
	}
	.c1024-prev,
	.c1024-next{
		display:none;
	}
	.carousel1024 .cycle-pager{
		display:block;
	}
	.thbig-c1024{
		width:314px;
		margin-left:0;
		margin-right:20px;
	}
	.thbig-c1024 img{
		width:auto;
		height:236px;
	}
	.thbig-c1024 .data{
		width:286px;
		padding-top:206px;
	}
	.wr-ohter-c1024-thumbs{
		margin:-20px 0 0 -20px;
	}
	.th-other-c1024{
		width:146px;
		margin:20px 0 0 20px;
		font-size:14px;
		line-height:16px;
	}
	.th-other-c1024 img{
		width:100%;
		height:108px;
	}
	.th-other-c1024 .data{
		/*width:130px;*/
		padding-top:88px;
		width:auto;
		right:0;
		bottom:0;
	}
	.carousel1024{
		margin:0;
		padding:0;
		width:980px;
	}
	.carousel1024 .touchcarousel-wrapper{
		height:236px;
		margin:-5px;
		padding:5px;
	}
	.c1024-content{
		height:236px;
		width:980px;
		margin-right:20px;
	}
	.c1024-prev,
	.c1024-next,
	.carousel1024 .arrow-holder{
		display:none;
	}
	.carousel1024 .cycle-pager,
	.carousel1024 .tc-paging-container{
		display:block;
	}
	.carousel1024 .cycle-slideshow{
		padding-bottom:44px;
	}
	.main-videos .v-content{
		margin:-18px 0 0 -17px;
	}
	.main-videos .th-video{
		width:182px;
		height:137px;
		margin:18px 0 0 17px;
	}
	.main-videos .th-video img{
		width:182px;
		height:137px;
	}
	.main-videos .th-video .description{
		width:154px;
		padding-top:107px;
	}
	.frame-catline{
		margin:0 -11px;
		padding:30px 0 0;
		width:1008px;
	}
	.wr-catline-list{
		padding-bottom:58px;
	}
	.frame-catline .touchcarousel-wrapper{
		height:108px;
	}
	.catline-list{
		
	}
	.catline-list li{
		width:168px;
	}
	.catline-prev,
	.catline-next,
	.frame-catline .arrow-holder{
		display:none;
	}
	.catline-pagination,
	.frame-catline .tc-paging-container{
		display:block;
	}
	.th-catl{
		width:146px;
		font-size:13px;
		line-height:16px;
	}
	.th-catl img{
		width:100%;
		height:108px;
	}
	.th-catl .title{
		/*padding-top:86px;
		width:114px;*/
		width:146px;
		height:110px;
	}
	.th-catl .title-hover{
		width:146px;
		height:110px;
	}
	.title-cap{
		width:146px;
		height:110px;
		font-size:22px;
		line-height:24px;
	}
	.catline-pagination{
		display:block;
	}
	.resize-th-video{
		margin:-17px 0 30px -17px !important;
	}
	.resize-th-video .th-video{
		width:182px;
		height:137px;
		margin:17px 0 0 17px;
		font-size:14px;
		line-height:16px;
	}
	.resize-th-video .th-video img{
		width:182px;
		height:137px;
	}
	.resize-th-video .th-video .description{
		padding-top:109px;
		width:154px;
	}
	.resize-th-video .th-video .time{
		font-weight:bold;
	}
	.resize-th-video .th-video .ico-play{
		background:url(/images/play56x56.png) no-repeat 0 0;
		width:56px;
		height:56px;
		margin:-28px 0 0 -28px;
	}
	.wrap-jc{
		height:196px;
		overflow:hidden;
	}
	.cat-carousel li{
		margin-right:52px;
	}
	.wr-cat-carousel{
		border-bottom:none;
	}
	.jc-pagination{
		display:block;
		border-top:1px solid #EBEBEB;
		padding-top:26px;
		text-align:center;
	}
	.touchcarousel{
		height:auto !important;
		padding-bottom:30px;
	}
	.touchcarousel .touchcarousel-container{
		height:236px;
	}
	.ohter-c1024-thumbs{
		width:646px;
	}
	.touchcarousel .arrow-holder{
		display:none !important;
	}
	.touchcarousel .tc-paging-container{
		margin:0;
		bottom:0;
		display:block !important;
	}
	.wrap-jc .arrow-holder{
		display:none;
	}
	.jc-pagination, .wrap-jc .tc-paging-container{
		display:block;
	}
/*}/* (min-width:1024px) and (max-width:1279px) 

