/* CSS Document */
body{margin: 0px; padding:0; font-size:12px; color:#7f0557; font-family:Verdana, Geneva, sans-serif; background:#FFE7F5;}
html, body {
    height: 100%;
}
html{
    -webkit-text-size-adjust: 100%;
}
.WholeContainer {
    min-height: 100%;
	min-height: -moz-calc(100% - 40px);
	min-height: -webkit-calc(100% - 40px);
	min-height: -o-calc(100% - 40px);
	min-height:calc(100% - 40px);
    height: auto !important;
}
dl,dt,dd,ul,li,h1,h2,form,input,textarea,p,td,h4,h3{padding:0;margin:0;}
ul,dl{list-style:none;}
img{ vertical-align:top;border:0;}
.clear{clear:both}
.left{float:left}
.right{float:right;}

div.header {
	min-width:300px;
	width: 100%;
	height:55px;
    opacity: 1;
    background: #D80C8B;
    background: -webkit-linear-gradient(top, #D80C8B 0%, #AC0475 100%);
    background: linear-gradient(to bottom, #D80C8B 0%, #AC0475 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D80C8B', endColorstr='#AC0475', GradientType=0);
    border-bottom: 1px solid #111;
	text-align:center;
	overflow:hidden;
}
div.header_left {
    float:left;
	width:40px;
	height: 50px;
	padding-left:10px;
	cursor:pointer;
}
div.header_right {
    float:right;
	width:40px;
	height: 50px;
	padding-right:10px;
	cursor:pointer;
}

a.HeaderMenuPC{height:56px;line-height:56px;color:#fff;text-decoration:none;font-size:16px;padding:0 5px 0 10px;}
a.HeaderMenuPC:hover{color:#ffe7f5;}
a.HeaderMenuPC img{vertical-align:middle;width:28px;height:28px;padding-right:2px;}

	#PopMenuDiv{position:absolute;width:180px;left:0px;top:55px;z-index:1000;text-align:left;display:none;}
	#PopMeneUL{}
		#PopMeneUL li {width:100%; height:32px; line-height:32px; font-size:14px; overflow:hidden; border-bottom:#b15284 1px solid; background: #a91866; padding: 3px 0 3px 10px; color: #fff;}
		#PopMeneUL li.selected {background:#ab2a7a;}
		#PopMeneUL li.selected a{color:#FFFFFF;}
		#PopMeneUL li a{ text-decoration: none; color:#FFF;}
		#PopMeneUL li img{padding:0 5px 0 0;width: 32px;height: 32px;}
		
	#searchDiv{width:100%;height:30px;padding:0px 0 0 0; position:relative;display:none;clear:both;margin-top:-1px;}
	#searchForm #keywordsDiv{height:30px;float:left;width:100%;}		
	#searchForm #keywordsInput{width:100%;height:30px;padding-left:5px;padding-right:60px;}
	
	#searchForm #submitDiv{width:60px;height:30px;float:right;position:absolute;right:0px;}
	#searchForm #submitInput{width:100%;height:30px;border:0px; background-color:#a91866;color:#FFF;font-weight:bold;}	

div.allvideos {
    margin-left:auto;
    margin-right:auto;
	height:500px;
}

div.thumb {	
	text-align: center;
	position:relative;
	aspect-ratio: 4 / 3;
	float: left;
	overflow:hidden;
}
div.thumb {	
  --margin: 5px;
  --allWidth: calc(100% - 20px);
  --width:calc((100% - 20px)/2);
  margin: var(--margin);
  width: var(--width);
}
@media only screen and (min-width: 300px) {
	div.thumb {	
	  --margin: 5px;
	  --allWidth: calc(100% - 30px);
	  --width:calc((100% - 30px)/3);
	  margin: var(--margin);
	  width: var(--width);
	}
}
@media only screen and (min-width: 600px) {
	div.thumb {	
	  --margin: 5px;
	  --allWidth: calc(100% - 40px);
	  --width:calc((100% - 40px)/4);
	  margin: var(--margin);
	  width: var(--width);
	}
}
@media only screen and (min-width: 1000px) {
	div.thumb {	
	  --margin: 5px;
	  --allWidth: calc(100% - 60px);
	  --width:calc((100% - 60px)/6);
	  margin: var(--margin);
	  width: var(--width);
	}
}
@media only screen and (min-width: 1400px) {
	div.thumb {	
	  --margin: 5px;
	  --allWidth: calc(100% - 80px);
	  --width:calc((100% - 80px)/8);
	  margin: var(--margin);
	  width: var(--width);
	}
}
div.thumb a img {
	width:100%;
	height:100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border:1px solid #f448b8;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.thumb a {
	color:#f5f500;
	text-decoration: none;
}

div.thumb div.VideoName{position:absolute;bottom:1px;left:1px;width: calc(100% - 2px);height:auto;display:none;color:#a00a6c; background-color:rgba(255,231,245,0.8); padding:5px 0 5px 0;font-size:12px; font-family:Verdana, Geneva, sans-serif;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}

div.thumb span.VideoLength{
    position: absolute;
    bottom: 1px;
    right: 1px;
    background-color: rgba(237, 59, 244, .6);
    color: #fff;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /* border-radius: 5px; */
    border-bottom-right-radius: 5px;
    display:none;
}
div.thumb span.VideoLength span.VideoThumb{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/images/purple/thumbup.png);
    background-size: contain;
}

#loadingmorevideos{ clear:both;width:100%;text-align:center;padding:10px;box-sizing:border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.foot{height:40px;width:100%;min-width:300px;line-height:40px;color:#fff;clear:both;overflow:hidden;text-align:center;background:#a91866;}
 .foot  a{ color:#fff; text-decoration:none;}

div.bottomtext {
    clear:both;
	padding:5px 10px 10px 10px;
	color:#950033;
	width:100%;
	min-width:240px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:14px;
	line-height:20px;
}
div.bottomtext a{
    color:#fff; font-weight:bold; text-decoration:none;
}

#backToTop {
    width:60px;
    height:50px;
    position:fixed;
    bottom:50px;
    right:10px;
	display:none;
	background:url(/images/purple/backtotop.png);
	cursor:pointer;
}

  #moneyNoticeMessage {
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1050;
    font-family: Verdana;
    min-width: 300px;
    max-width: 430px;
    width: 80%;
    min-height: 160px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    background-image: url('/images/purple/msgBoxBackGround.png');
  }

  #moneyNoticeMessage div.msgBoxTitle {
    padding: 5px 0 5px 0;
    font-size: 16px;
    font-weight: lighter;
    color: #00335e;
    width: 100%;
    border-bottom: 1px solid #002c5f;
  }

  #moneyNoticeMessage div.msgBoxImage {
    margin: 0 5px 0 0px;
    display: block;
    float: left;
    height: 75px;
    width: 75px;
  }

  #moneyNoticeMessage div.msgBoxImage img {
    height: 75px;
    width: 75px;
  }

  #moneyNoticeMessage div.msgBoxContainer {
    line-height: 18px;
    padding: 10px 0 0 0;
  }

  @media screen and (min-width: 390px) {
    #moneyNoticeMessage div.msgBoxContainer {
      line-height: 22px;
    }
  }

  @media screen and (min-width: 523px) {
    #moneyNoticeMessage div.msgBoxContainer {
      line-height: 22px;
      font-size: 15px;
    }
  }

  #moneyNoticeMessage div.msgBoxButtons {
    display: inline-block;
    width: 100%;
    text-align: right;
  }

  #moneyNoticeMessage div.msgBoxButtons input[type='button'] {
    cursor: pointer;
    margin: 2px;
    height: 35px;
    width: 90px;
    border: 1px solid #AFAFAF;
    background-color: #004076;
    color: #FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: none;
  }

  #moneyNoticeMessage div.msgBoxButtons input[type='button']:hover {
    background-color: #00549c;
    color: White;
  }

  #moneyNoticeMessage div.msgBoxButtons input[type='button']:active {
    background-color: #AAAAAA;
    color: White;
  }

  #moneyNoticeMessage div.msgBoxButtons input[type='button']:focus {
    outline: none;
    border: solid 2px #FFCC66;
  }

  #moneyNoticeMessage div.msgBoxButtons input[type='button']::-moz-focus-inner

  /*remove firefox inner outline*/
    {
    outline: none;
    border: none;
  }