@import url('https://fonts.googleapis.com/css?family=Raleway');
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	height: 100%;
}
body {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	background: #70666b;
	overflow-x: hidden;
	min-width: 300px;
}
img {
	border: none;
	width: 100%;
	max-width: 100%;
	display: block;
}
a {
	color: #808080;
	text-decoration: none;
	outline: 0;
}
a:hover {
	transition: .2s;
}

li, ul {
	list-style: none;
}

.clear:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.header-center-box {
	width: 100%;
	margin: 0 auto;
	text-align: justify;
	text-justify: newspaper;
	zoom: 1;
}
.navigation::after{
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}
.wrapper{
	max-width: 1240px;
	margin:0 auto;
	padding:0 5px;
}
.header {
	text-align: justify;
	height: 67px;
	padding: 0 4px;
}
.site-info{
	float: left;
}
.logotype {
	font-size:25px;
	color:#fff;
	display: inline-block;
	margin-top: 17px
}
.logo-text, .logotype img {
	display: block
}

.logo-text {
	height: 18px;
	overflow: hidden;
	font-size: 14px;
	color: #000;
	margin-top: 6px;
}

.navigation{
	height: 43px;
	padding:0 8px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #8fbadc;
	text-align: justify;
	background: -moz-linear-gradient(top,  #ff5bb0 0%, #ef027d 100%);
	background: -webkit-linear-gradient(top,  #ff5bb0 0%,#ef027d 100%);
	background: linear-gradient(to bottom,  #ff5bb0 0%,#ef027d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0 );
}
.menu{
	display: inline-block;
	vertical-align: top;
	line-height: 43px;
}
.menu li{
	float: left;
	margin: 0 17px 0 10px;
}
.menu a{
	font-size: 16px;
	color: #fffefe;
	padding-left: 14px;
	text-transform: uppercase;
	/*background: url("img/menu-bullet.png") no-repeat left center;*/
}
.menu a:hover{
	text-decoration: underline;
}
.search {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	border: 1px solid #6f9dc0;
	max-width: 260px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.input-text {
	height: 33px;
	line-height: 33px;
	border: none;
	outline: 0;
	width: 100%;
	padding-left: 8px;
	font-size: 14px;
	color: #808080;
	background: #fff;
}

.input-button {
	position: absolute;
	right: 5px;
	top: 6px;
	height: 20px;
	width: 20px;
	z-index: 5;
	border: none;
	cursor: pointer;
	background: url(img/search-button.png) no-repeat;
}

.search-button-box {
	position: absolute;
	right: 0;
	top: 0;
	height: 33px;
	width: 33px;
	background: #fff;
}

.social {
	float: right;
	max-width: 180px;
	height: 36px;
	margin-top: 18px;
	overflow: hidden
}
.addthis_sharing_toolbox {
	padding-top: 2px
}
.share {
	text-align: center;
	margin: 20px 0
}
.addthis_toolbox {
	font-size: 0
}
.addthis_toolbox a {
	display: inline-block;
	vertical-align: top;
	float: none !important
}


.title-box {
	padding: 0 3px;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	font-weight: normal;
}
.thumbs-wrap-240,.thumbs-wrap-320{
	margin-bottom: 20px;
}
.thumbs{
	text-align: center;
	font-size: 0;
}
.thumb-240{
	max-width: 242px;
	padding: 1px;
	margin:2px;
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 4px);
	background: #000;
}
.thumb-240:hover {
	background-color:#fff;
}
.thumb-240:hover .thumb-image{
	opacity: .9;
	transition: .3s;
}
.thumb-240 .play-btn {
	background-image:url(/play.png);
	z-index:-999;		
	display:none;
}
.thumb-240:hover .play-btn {
	background-image:url(/play.png);
	z-index:999;
	display:inline-block;
	width:90px;
	height:90px;
	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-45px;
}
.thumb-image{
	position: relative;
}
.th-info{
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	width: 100%;
	padding:0 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	/*background: rgba(255, 255, 255, .7);*/
	background-color:#000;
}
.th-rating{
	float: left;
	color: #575757;
	padding-left: 17px;
	background: url("img/like-icon.png") no-repeat left center;
}
.th-time{
	float: right;
	color: #a19d9d;
}
.thumb-title{
	background: #FF5BB0;
	display: block;
	height: 28px;
	line-height: 28px;
	padding:0 5px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.thumb-title-long{
	background: #fff;
	text-align: left;
	display: block;
	padding:0 5px;
	height: 28px;
	line-height: 28px;
	color: #000;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.thumb-title:hover,.thumb-title-long:hover{
	color: #000;
}

.thumbs-wrap-320{
	max-width: 978px;
	margin:0 auto;
}
.thumb-320{
	max-width: 322px;
	padding: 1px;
	margin:2px;
	display: inline-block;
	vertical-align: top;
	width: calc(33.3% - 4px);
	background: #fff;
}
.thumb-240:hover .thumb-image{
	opacity: .9;
	transition: .3s;
}
.thumbs-wrap-margin{
	margin: 0;
}
.pagination{
	margin:2px 0 10px;
	font-size: 0;
	text-align: right;
}
.pagination li{
	display: inline-block;
	vertical-align: top;
	margin: 1px;
	font-size: 14px;
}
.pagination a{
	padding:0 8px;
	height: 27px;
	line-height: 27px;
	display: block;
	background: #FF5BB0;
	color: #fff;
}
.pagination a:hover,.pagination a.active{
	background: #666;
	color: #fff;
}
.pagination span{
	padding:0 5px;
	color: #77a9ce;
}


.count-list,.a-z-list {
	padding: 10px 10px;
	margin: 15px 0;
	background: #FF5BB0;
}

.a-z-list-ul, .count-list ul {
	width: 16%;
	margin:0 2%;
	float: left;
}

.a-z-list-ul li, .count-list li {
	line-height: 32px;
	font-size: 16px;
}
.a-z-list-ul li{
	border-bottom: 1px dotted #f5a9d0;
}
.space{
	height: 32px;
	border-bottom: none !important;
}

.a-z-list-ul a, .count-list a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}
.count-list a{
	text-transform: capitalize;
}

.a-z-list-ul a:hover, .count-list a:hover {
	color: #000;
}

.main-letter {
	font-size: 20px !important;
	font-weight: bold;
	color: #000;
}

.count-list li {
	color: #000;
}

.footer {
	padding:0 5px;
}

.foot-middle {
	max-width: 1110px;
	margin: 0 auto;
	padding-top: 15px;
}

.foot-descrip {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
.foot-descrip p{
	color: #000;
}
.foot-link{
	text-align: center;
}
.foot-link li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}
.foot-link a {
	color: #FF5BB0;
}
.foot-link a:hover {
	color: #fff;
}


.video-wrap {
	padding-right: 320px;
	margin: 0 auto
}
.title-video-box{
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
}
.title-video-box a{
	color: #FF5BB0;
}
.title-video-box a:hover{
	text-decoration: underline;
}

.video-box-wrap {
	max-width: 900px;
	width: 100%;
	float: left;
	margin: 0 auto 5px
}

.video-banner {
	float: right;
	font-size: 0;
	width: 300px;
	margin-right: -320px
}
.video-banner a{
	width: 300px;
	margin:5px 0;
	display: inline-block;
	vertical-align: top;
}
.video-banner-content{
	width: 100%;
	height: 270px;
	border:none;
	overflow:hidden;
	margin:0;
}

.video-banner iframe {
	height: 265px
}


.video {
	position: relative;
	padding-bottom: 62%;
	padding-top: 25px;
	margin-bottom: 8px;
	height: 0
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

video { width: 100%; }

.paysite-link {
	max-width:100%;
	display:block;
	font-size:30px;
	padding:10px 10px;
	margin:10px auto;
	background-color:#FF5BB0;
	color:#000;
	text-align:center;
}
.paysite-link a {
	color:#fff;
}

.video-info-box{
	padding:10px 15px 5px 15px;
	background: #FF5BB0;
	font-size: 14px;
}
.video-description, .video-categories, .video-tags{
	padding: 7px 0 7px 90px;
	color: #fff;
	border-bottom: 1px dotted #f5a9d0;
}
.video-description p, .video-categories p, .video-tags p {
	display: inline-block;
	/*vertical-align: top;*/
	color: #000;
	font-weight: bold;
	line-height: 22px;
	text-align: right;
	margin-left: -90px;
	width: 90px;
}
.video-categories a,.video-tags a{
	color: #fff;
}
.video-categories a:hover,.video-tags a:hover{
	text-decoration: underline;
}
.video-description span{
	color: #6a0a3b;
}
.video-info-bottom{
	height: 35px;
	line-height: 45px;
}
.video-left-info{
	float: left;
	font-size: 14px;
	color: #6a0a3b;
	max-width: 225px;
	width: 100%;
}
.video-view{
	float: left;
	padding-left: 20px;
	background: url("img/video-view-icon.png") no-repeat left center;
}
.video-time{
	float: right;
	padding-left: 20px;
	background: url("img/video-time-icon.png") no-repeat left center;
}
.video-rating{
	float: right;
	font-size: 18px;
	color: #6a0a3b;
	height: 35px;
	line-height: 45px;
	padding-right: 30px;
	background: url("img/video-rating-icon.png") no-repeat right center;
}

#in_player_block {
width: 100%;
height: 100%;
position: absolute;
display: block;
margin: 0;
top: 0;
left: 0;
background-color: transparent;
/*padding: 16px;*/
}
#close_ad {
	position: absolute;
	top: -15px;
	right: -15px;
	color: white;
	background-color: #ff6a5a;
	width: 31px;
	height: 35px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 11px;
    	-webkit-border-radius: 11px;
    	-khtml-border-radius: 11px;
    	border-radius: 11px;
	border: 1px solid #000;
}


#in_player_block_x {
	width: 328px;
	height: 268px;
	position: absolute;
	display: block;
	margin: 0;
	top: 50%;
	margin-top:-134px;
	left: 50%;
	margin-left:-164px;
	background-color: #ffffff;
	padding: 16px;
}
#close_ad_x {
	position: absolute;
	top: -15px;
	right: -15px;
	color: white;
	background-color: #ff6a5a;
	width: 31px;
	height: 35px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 11px;
    	-webkit-border-radius: 11px;
    	-khtml-border-radius: 11px;
    	border-radius: 11px;
	border: 1px solid #000;
}

@media all and (max-width: 1200px) {
	.col-5{
		display: none;

	}
	.count-list ul{
		width: 21%;
		margin: 0 2%;
		float: left;
	}
}

@media all and (max-width: 1010px) {
	.menu li{
		margin: 0 4px;
	}
	.thumb-240{
		width: calc(25% - 4px);
	}

	.title-video-box{
		max-width: 900px;
		margin:0 auto;
	}
	.video-wrap{
		padding-right: 0;
	}
	.video-box-wrap {
		max-width: 900px;
		width: 100%;
		float: none;
	}
	.video-banner {
		width: auto;
		float: none;
		margin: 15px 0;
	}
	.video-banner iframe {
		height: 265px
	}
}

@media all and (max-width: 900px) {
	.navigation{
		height: auto;
	}
	.search {
		max-width: 100%;
	}
	.menu{
		width: 100%;
		line-height: 30px;
		padding-top: 10px;
		text-align: center;
	}
	.menu li{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 4px;
	}
	.a-z-list-ul{
		width: 100%;
		margin:0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.a-z-list-ul li{
		width: 29.3%;
		float: left;
		margin:0 2%;
	}
	.space,.main-letter{
		clear: both;
	}
	.main-letter{
		width: 96% !important;
		float: none !important;
	}
}
@media all and (max-width: 800px) {
	.header {
		text-align: center;
		height: auto;
	}
	.logo-text{
		height: auto;
		margin-bottom: 5px;
	}
	.site-info{
		float: none;
	}
	.social{
		display: none;
	}

	.thumb-240{
		width: calc(33.3% - 4px);
	}
	.thumbs-wrap-320{
		max-width: 652px;
	}
	.thumb-320{
		width: calc(50% - 4px);
	}

	.col-4{
		display: none;
	}
	.count-list ul{
		width: 29.3%;
	}

}

@media all and (max-width: 700px) {
	
	#in_player_block, #in_player_block_x {
	display:none}

	.a-z-list-ul li{
		width: 46%;
	}

}

@media all and (max-width: 600px) {

	.col-3{
		display: none;
	}
	.count-list ul{
		width: 46%;
	}

	.video-info-box {
		margin: 4px 0;
		padding: 10px
	}


}

@media all and (max-width: 540px) {

	.thumb-240 {
		/*width: calc(50% - 4px);*/
		width:100%;
	}

}

@media all and (max-width: 420px) {
	.thumbs-wrap-320{
		max-width: 320px;
	}
	.thumb-320 {
		width: calc(100% - 4px);
	}
	.a-z-list-ul li{
		width: 96%;
	}
	.col-2{
		display: none;
	}
	.count-list ul{
		width: 96%;
	}
	.video-left-info{
		max-width: 150px;
	}
}
