
* {
	padding: 0; 
	margin: 0; 
	line-height: 1.5em;
	/*--COLOR ANIMATIONS--*/
 	-webkit-transition:background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear; 
 	-moz-transition:background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear; 
 	-o-transition:background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear; 
 	transition:background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear;  
 	/*IE SCROLL STYLE*/
 	-ms-overflow-style: -ms-autohiding-scrollbar;
}
/*使用CSS美化浏览器下的滚动条样式*/

::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    /*background-color: #ddd;*/
}


/*滑块*/
::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #777;
}


/*滑道*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #000000;
    border-radius: 1px;
}
/*--------------------------------*/
/* -----GENERAL CLASS STUFF----- */
/*------------------------------*/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.center {
	text-align:center;
}
.clear {
	clear: both;
}
.clearfix:after,
.clearfix:before { 
   content: "";
   position: relative; 
   display: block; 
   clear: both;
}
.error {
	color: red;
}

.overflow-scroll {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*------------------------------*/
/* -----HTML + BODY STUFF----- */
/*----------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	position: relative;
	
  	
}
body {
	height:100%; 
	width:auto;
	font-size: 18px;
	font-weight: normal;
	overflow-y: auto;
	font-family: "roboto", sans-serif;
}

#everything {
	font-weight: normal;
}


/*------------------------*/
/* -----A TAG STUFF----- */
/*----------------------*/
a {
	text-decoration:none; 
	color:inherit; 
	position: relative;
}
a:hover {
	text-decoration:none; 
}


/*--------------------------*/
/* -----IMG TAG STUFF----- */
/*------------------------*/
img {
	max-width: 100%; 
	height: auto;
}
img.aligncenter {
	display:block;
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom: 10px;
}
img.alignright {
	display:inline;
	margin:0 0 10px 10px;
}
img.alignleft {
	display:inline;
	margin:0 10px 10px 0;
}
img#wpstats {
	width:0;
	height:0;
	border:none;
	display: block;
	overflow:hidden;
}
.entry img {
	vertical-align:text-bottom; 
}


/*------------------------*/
/* -----H TAG STUFF----- */
/*----------------------*/
h1,h1 a,h1 a:visited,
h2,h2 a,h2 a:visited,
h3,h3 a,h3 a:visited,
h4,h4 a,h4 a:visited,
h5,h5 a,h5 a:visited,
h6,h6 a,h6 a:visited {
	font-weight: normal;
	border: none;
	/*color: rgba(255,255,255,.8);*/
	color: inherit;
}
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited 15,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}


/*-------------------------*/
/* -----HEADER STUFF----- */
/*-----------------------*/
#header {
    font-size: 20px;
    display: block;
    opacity: 1;
    position: relative;
    overflow: visible;
    width: calc(100% - 80px);
    z-index: 1;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}
#header > * {
	line-height: 40px;
}

#about-indicator {
	display: inline-block;
	line-height: 40px;
	width: 0;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s ease 0s;
	font-size: 12px;
	opacity: .5;
	width: 10px;
}
body.about-open #about-indicator,
#header:hover #about-indicator {
	width: 10px;
	opacity: 1;
}

.header-controls {
	display: block;
	width: 40px;
	font-size: 18px;
	cursor: default;
	position: fixed;
	top: 0;
	height: 100%;
	text-align: center;
	transition: all 0.3s ease 0s;
	z-index: 110;
}
#thumb-list {
	left: 0;
}
#video-info {
	right: 0;
}
.header-controls i {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    line-height: 100px;
    margin: -50px 0 0;
    text-align: center;
    border-radius: 8px;
}
#video-info i {
    left: auto;
    right: 0;
}

#logo {
    display: inline-block;
    height: auto;
    margin: 10px 5px 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    width: 20px;
    vertical-align: top;
}

#site-title {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    vertical-align: top;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 40px;
}
#site-tagline {
	display: inline-block;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 30px;
    text-transform: uppercase;
    
    display: none;
}

#head-links {
    line-height: 1em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: right;
    height: 40px;
}
#head-links > a {
    border-bottom-style: solid;
    border-bottom-color: transparent;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-width: 0;
    margin: 0;
    padding: 3px 7px;
    border-radius: 25px;
    text-indent: 2px;
    font-size: 11px;
    transform: translate3d(0, 5px,0);
    display: inline-block;
}
#head-links a:hover,
body.about-open #about-link {
	border-bottom-style: solid;
}

#head-social {
    margin-top: 40px;
}

#head-social .social-link {
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    margin: 0 15px;
    font-size:18px;
    border: none;
}
#head-social .social-link:hover {
	border: none;
}

#head-social .social-link:before {
	content: attr(data-social);
	display: block;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 80%;
	z-index: 1;
	width: 100px;
	margin: 0 0 0 -50px;	
	transition: all 0.3s ease 0s;
	font-size: 12px;
	transform: scale(0);
}
#head-social .social-link:hover:before {
	opacity: 1;	
	bottom: 100%;
	transform: scale(1);
}


#about-stats {
    margin-bottom: 40px;
}
#about-stats > span {
    font-size: 85%;
    letter-spacing: 0.5px;
    margin:0 10px;
    text-transform: uppercase;
    display: inline-block;
}
#channel-views,
#channel-subs {
    font-weight: normal;
    font-size: 120%;
    letter-spacing: 0px;
}

/*--ABOUT STUFF--*/
#about-container {
    display: none;
    left: 40px;
    position: fixed;
    top: 40px;
    z-index: 999;
    padding: 0;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border-radius: 12px;
    overflow: auto;
}
    
#about-info {
    white-space: pre-line;
}

#about {
    font-size: 18px;
    margin: 0 auto;
    text-align: left;
    padding: 8% 40px 80px;
    max-width: 800px;
    text-align: center;
}
#about > img {
    border-radius: 100%;
    display: block;
    height: auto;
    margin: 0 auto 40px;
    width: 80px;
}
#about a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#about a:hover {
	border-bottom-style: solid;
}

/*------------------------------*/
/* -----VIDEO PANEL STUFF----- */
/*----------------------------*/
#video-panel-container {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 380px;
    right: 0;
    height: 100%;
    transition: all 0.3s ease 0s;
    transform: translate3d(380px,0,0);
    opacity: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
#video-panel-container.show-me {
    transform: translate3d(0,0,0);
    opacity: 1;
}

/*------------------------------*/
/*---------VID CONTROLS--------*/
/*----------------------------*/

/*--CLOSE FRAME BUTTON--*/
#close-list,
#close-frame {
	display: block;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 20px;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 99999;
	opacity: .5;
    font-weight: normal;
    transition: all 0.3s ease 0s;
}
#close-list {
    top: 0;
    left: 0;
    right: auto;
}

#close-list:hover,
#close-frame:hover {
	opacity: 1;
}


/*--------------------*/
/*-- LIST CONTROLS --*/
/*------------------*/
#list-controls {
    z-index: 10;
    top: 0;    
    position: relative;
    width: 100%;
    right: 0;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

#grid-view {
    float: right;
    line-height: 35px;
    display: none;
    position: relative;
    top: 1px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    width: 35px;
    border-radius: 50px;
    
    display: none !important;
}

/*--NEXT/PREV BUTTONS--*/
.next-prev-vid {
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 2;
    display: inline-block;
    position: absolute;
    border-radius: 25px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    display: none;
}
.next-prev-vid:hover {
	/*COLOR SETTINGS IN FUNCTIONS.php*/
}

#next-vid {
    text-indent: 2px;
    transform: translate3d(80px,0,0);
}
#prev-vid {
    text-indent: -1px;
    transform: translate3d(-80px,0,0);
}

/*--VIDEO FRAME--*/
#video-frame {
    display: block;
    margin: 0;
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,.5);
    overflow: auto;
    background: #000;
    width: calc(100% - 100px - 350px);
    height: calc(100% - 30px);
    top: 30px;
    left:100px;
    overflow: hidden;
    border-radius: 0;
    
    width: 100%;
    left: 0;
    
    height: calc(100% - 60px);
    width: calc(100% - 60px);
	left: 30px;
	
	height: calc(100% - 80px);
    width: calc(100% - 80px);
	left: 40px;
	top: 40px;
	border-radius: 12px;
}

#video-frame::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 100;
    background: rgba(255,255,255,.05);
}

#video-info-container.smaller #video-frame {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    z-index: 100;
}
#video-frame iframe {
	box-shadow: 0 1px 1px 0px rgba(0,0,0,.15);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	transition: transform .6s ease 0s;
	background: rgba(0,0,0,.3);
	z-index: 100;
}

#player-parent {
	transition: 
		top .3s ease 0s, 
		right .3s ease 0s, 
		top .3s ease 0s,
		width .3s ease 0s,
		height .3s ease 0s,
		padding .3s ease 0s,
		transform .3s ease 0s;
	position: absolute;
	top: 0;
	padding: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	z-index: 1000;
}
body.mini #player-parent {
    top: -125px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: fixed;
    z-index: 1000;
    left: 0;
    transform: translate3d(0, 0px, 0) !important;
    border-radius: 3px;
    height: auto;
    top: 0;
    
    width: calc(33.33% - 40px);
    padding-bottom: calc(18.75% - 22.5px);
    
    width: 220px;
    padding-bottom: 123.75px;
}
#player-parent,
#player {
	display: block;
}

/*--MAIN PLAY--*/
#main-play {
    border-radius: 100px;
    border-style: solid;
    border-width: 4px;
    display: block;
    font-size: 26px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin: -44px 0 0 -44px;
    position: absolute;
    text-align: center;
    text-indent: 2px;
    top: 50%;
    width: 80px;
    z-index: 100;
    transition: transform .6s ease 0s,background-color .6s ease 0s, opacity.6s ease 0s;
    border-width: 0;
    margin: -40px 0 0 -40px;
    transform:scale(1);
}
#main-play:hover {
	/*-- COLORS CONTROLLED FROM LAYOUT-COLORS.PHP --*/
	transform:scale(1.2);
	transition: all .6s ease 0s;
}
body:not(.main-playing) #main-play,
body.about-open #main-play,
body.video-playing.main-playing #main-play {
	opacity: 0;
	transform:scale(0);
}
.really-playing #main-play {
	z-index: -1;
}

/*--VIDE BACKGROUND--*/
#video-background {
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    margin-top: 0;
    transform: scale(1);
    transition: opacity 0.6s ease 0s, transform 0.6s ease 0s, margin 0.6s ease 0s;
    height: 100%;
}
body:not(.main-playing) #video-background,
#video-background.hidden-bg {
	opacity: 0;
	transform:scale(1.25) !important;
}
.video-playing #video-background {
	opacity: .5;
}

.large-view #video-background {
	margin-top: 0;
}

#main-play:hover + #video-background {
	transform:scale(1.05);
}


/*--VIDEO INFO--*/
#video-info-container {
	position: absolute;
	margin: 0;
	padding:50px 35px 60px 30px;
	overflow: auto;
	width: auto;
	height: calc(100% - 60px);
	top: 0;
	left: 0;
}

#video-info-container::after {
    clear: both;
    content: "";
    display: block;
}

#title-content-wrap {
    position: relative;
    box-shadow: 0 1px 1px 0px rgba(0,0,0,.15);
    box-shadow: none;
    border-top-width: 0px;
	border-top-style: solid;
    border-bottom-width: 0px;
	border-bottom-style: solid;
	
	padding: 0 0 40px;
}
#title-content-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(255,255,255,.025);
    display: none;
}

 .url-text {
    width: 94%;
    height: 40px;
    background: #f2f3f5;
    border: 1px solid #f2f3f5;
    border-right: 0px;
    border-radius: 20px 20px;
    padding-left: 10px;
}
 .hotlist {
  margin: 20px 40px;
}
 .hotlist a {
    color: #fff;
    border-bottom-color: #fff;
}

 .input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
 .btn-play {
    height: 40px;
    color: #fff;
    padding: 0 40px;
    border-radius: 20px;
	border: none;
    background: -webkit-linear-gradient(left, #19c3ff, #0093ff);
}
 .btn {
    display: inline-block;
    /*padding: 6px 12px;*/
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}


#sstitle {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin:0 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    text-transform: uppercase;
}


#title-info {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border-bottom-width: 0px;
    border-bottom-style: solid;
}

#video-info-container h2 {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin:0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    text-transform: uppercase;
}


#video-title i {
	display: none;
}
#video-info-container .vid-meta {
    display: block;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 10px 0;
    border-style: solid;
    border-width: 0 0 1px;
    margin-bottom: 30px;
}
#title-info .vid-meta span {
    margin-right: 15px;
    font-size: 11px;
    line-height: 1.5em;
    display: inline-block;
    text-transform: none;
    text-transform: uppercase;
}
#title-info .vid-meta span:not(.time-ago):not(.show-comments):not(.share-vid):not(.shop-products-link) {
	display: none;
}

/*--VIDEO SHARING STUFF--*/
#title-info .vid-meta span.share-vid {
    margin: 0;
    cursor: pointer;
}
#video-info-container .vid-meta span.share-vid i {
	font-size: 100%;
	transition: transform .15s ease 0s;
}
#video-info-container .vid-meta span.share-vid.sharing i {
	transform: rotate(90deg);
}

.vid-share {
	display: none;
}

#vid-share {
    font-size: 14px;
    margin-top: -15px;
    padding-bottom: 30px;
    text-align: right;
    display: none;
}
#vid-share a {
    display: inline-block;
    padding: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}
.share-url {
    line-height: 30px;
    padding: 0 15px;
    outline: none;
    border: none;
    border-radius: 25px;
    text-overflow: ellipsis;
    width: calc(100% - 135px);
    font-size: 14px;
    letter-spacing: 1px;
}

#title-info .vid-meta span.view-count::after {
    content: " Views";
}
#title-info .vid-meta span.like-count::after {
    content: " Likes";
}
#title-info .vid-meta span.show-comments::after {
    content: " Comments";
}

#video-info-container .vid-meta i {
    font-size: 120%;
    margin-right: 5px;
}


#vid-content {
    font-weight: normal;
    overflow: hidden;
    white-space: pre-line;
    position: relative;
    white-space: pre-line;
    margin:0;
    padding-bottom: 0;
    font-size: 14px;
    max-width: 650px;
}


#vid-content > * {
	margin-bottom: 15px;
}
#vid-content a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#vid-content a:hover {
	border-bottom-style: solid;
}

#expand-content {
    background: rgba(0, 0, 0, 0.08);
    bottom: 0;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: auto;
    left: 5%;
    text-align: center;
    width: 40px;
	display: inline-block;
	
	position: relative;
	left: 0;
	border-radius: 3px;
	width: 100%;
}
#expand-content:after {
    content: 'Expand';
    position: absolute;
    top: 0;
    line-height: 40px;
    left: 100%;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.3s ease 0s;
    letter-spacing: 1.5px;
}
#expand-content:hover:after {
	opacity: 1;
	left: calc(100% + 10px);
}
#expand-content.expanded:after {
    content: 'Close';
}
#expand-content.expanded {
    line-height: 40px;
    margin-top: 20px;
}

/*-----------------------------*/
/* -----VID LAYOUT STUFF----- */
/*---------------------------*/
#vid-layout-container {
    box-shadow: none;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 30%;
    float: right;
    margin: 30px 30px 0 0;
}

#vid-layout {
	margin: 0 auto;	
	position: relative;	
	top: 0;
	height: 55px;
}
#vid-layout a:hover,
#vid-layout a.active-layout,
#vid-layout a.active-filter {
	opacity: 1;
}


/*--VIDEO FILTER--*/
#video-filter {
    line-height: 1em;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    position: fixed;
    left: 0;
    transition: all 0.1s ease 0s;
    overflow: hidden;
    top: 0;
    text-align: left;
    border-radius: 0 0 3px 0;
    min-width: 300px;
    text-align: center;
    z-index: 10;
}
#video-filter:hover {
	opacity: 1;
}
#video-filter.open-list {
	box-shadow: 0 0 50px rgba(0,0,0,.2);
	border-radius: 0 0 3px 0;
	opacity: 1;
}
#video-filter a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1.5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 2;
    display: block;
    position: relative;
    border-top: 1px solid rgba(255,255,255,.025);
    border: none;
    padding: 0 12px;
    width: auto;
}

#video-filter a:not(:first-child) {
	display: none;
}
#video-filter.open-list a {

	display: block !important;
}


body #video-filter a:hover:not(.active-filter),
#video-filter a.active-filter {
	/*COLOR CONTROLS VIA FUNCTION.php*/
}

#video-filter i {
    display: inline-block;
    line-height: 40px;
    overflow: hidden;
    text-align: left;
    transition: all 0.3s ease 0s;
    vertical-align: top;
    width: 12px;
    text-indent: -12px;
    margin-right: 3px;
    
    text-indent: 0;
    
}
#video-filter a:not(:first-child) i {
	display: none;
}

#video-filter a:hover i {
	/*COLOR CONTROLS VIA FUNCTION.php*/
}
#video-filter a.active-filter i,
#video-filter a:hover i {
    text-indent: 0;
}

#video-filter > * {
    display: inline-block;
    line-height:40px;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    vertical-align: top;
    
    width: 100%;
}

/*--VIDEO LAYOUT--*/
#post-layout {
	float: right;
	line-height: 1em;
}
#post-layout a {
    font-size: 18px;
    line-height: 1em;    
    margin: 0 0 0 8px;
    display: inline-block;
}
#post-layout a.active-layout,
body #post-layout a:hover {	
	/*COLOR CONTROLS VIA FUNCTION.php*/
}

#post-layout svg {
	fill: currentColor;
	width: auto;
	height: 25px;
	vertical-align: middle;
}


/*----------------------------*/
/* -----VIDE LIST STUFF----- */
/*--------------------------*/
#video-list-container {
    left: 0;
    height: 100%;
    top: 0;
    width: 300px; 
    position: fixed;
    z-index: 999;
    transition: all 0.3s ease 0s;
    transform: translate3d(-300px,0,0);  
    opacity: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
#video-list-container.show-me {
    transform: translate3d(0,0,0);
    opacity: 1;
}

#video-list {
    padding: 50px 15px 0;
    width: calc(100% - 30px);
    overflow-x: visible;
    overflow-y: auto;
    height: calc(100% - 40px);
}




.video-item {
    /*position: relative;*/
    z-index: 1;
    display: block;
    line-height: 1em;
    margin: 0 0 15px;
    text-overflow: ellipsis;
    vertical-align: top;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: rgb(37 37 37 / var(--tw-bg-opacity));
    background-size: 100% 100%;
    background-image: url(/img/livebg.webp);
}
.video-item:last-child {
	margin-bottom: 40px;
}
.video-item.playing,
.video-item:hover {
	opacity: 1;
	border: 1px solid #986b6b;
	border-radius: 2px 6px 2px 2px;
}

.vid-title-link::after {
    content: '';
    clear: both;
    display: block;
}

.video-item.filter-hide {
	display: none !important;
}

.vid-img-link {
	position: relative;
	max-width: 100%;
	background-size: cover;
	background-position: center;	
	background-repeat: no-repeat;
	overflow: hidden;	
	background-size: 100%;
	transition: box-shadow 0.3s ease 0s, background-size .3s ease 0s;
}

.video-item.playing:hover .vid-img-link::after,
.playing .vid-img-link::after {
    /*COLOR SETTINGS IN FUNCTION.php*/
}

.video-item:hover .vid-img-link:after,
.vid-img-link:hover:after {
	/*COLOR SETTINGS IN FUNCTION.php*/
}

.vid-img-link::before {
    content: "";
    display: block;
    font-size: 16px;
    height: 20px;
    left: 0;
    letter-spacing: 15px;
    line-height: 20px;
    margin: -10px 0 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
    text-indent: 10px;
    font-weight: normal;
}
.playing .vid-img-link:before,
.main-playing .playing .vid-img-link:before {
	content: 'VIEWING';
	opacity: 1;
}

.vid-img-link:hover:before {
	opacity: 1;
}

.playing-indicator {
display: none;
 position: absolute;
top: -5px;
right: 28px;
width: 12px;
height: 12px;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 50%;
overflow: hidden;
}
.bar {
position: absolute;
bottom: 0;
width: 10%;
background-color: #FFA500; /* 橘黄色 */
animation: equalize 1s infinite;
}
.bar:nth-child(1) { left: 10%; height: 60%; animation-delay: 0.1s; }
.bar:nth-child(2) { left: 30%; height: 80%; animation-delay: 0.2s; }
.bar:nth-child(3) { left: 50%; height: 100%; animation-delay: 0.3s; }
.bar:nth-child(4) { left: 70%; height: 70%; animation-delay: 0.4s; }
.bar:nth-child(5) { left: 90%; height: 50%; animation-delay: 0.5s; }

@keyframes equalize {
0% { height: 30%; }
50% { height: 100%; }
100% { height: 30%; }
}
@media (max-width: 768px) {
   .video-item {
     width: calc(50% - 10px);
     }
}
@media (max-width: 480px) {
    .video-item {
width: 100%;
}
}


.list-layout .vid-img-link:hover {
	background-size: 120%;
	z-index: 100;
}
.live-feed {
    font-family: "roboto",sans-serif;
    letter-spacing: 2px;
}
/*.playing .duration {
    display: none;
} */
.list-layout .vid-img-link:hover .duration {
	top: 7%;
	opacity: 1;
}
.play-button {
    cursor: pointer;
    display: block;
    font-size: 40px;
    left: 50%;
    line-height: 70px;
    margin: -35px 0 0 -35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-indent: 2px;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 70px;
    z-index: 100;
    transform: scale(.5);
}

.video-item:not(.playing) .vid-img-link:hover .play-button {
	opacity: 1;
	transform: scale(1);
}

/*--LIST LAYOUT--*/
/*
.list-layout .video-item:before {
	counter-increment: section;
  	content: counter(section);
}
*/
.list-layout .video-item::after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}

.list-layout .vid-img-link {
	display: block;
    float: left;
    left: 0;
    top: 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30%;    
    padding: 0 0 17%;
    position: relative;
    height: auto;

	padding: 0 0 28%;
    width: 50%;
}

.list-layout .video-item > * {
    padding-right: 0px;
    text-align: right;
    width: calc(15% - 21px);
}
.list-layout .video-item .vid-title-link {
    border: none;    
    text-align: left;
    width: 100%;
    line-height: 1em;
    display: block;
    cursor: pointer;
}

.title-wrapper {
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    width: 0;
    max-width: 600px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    opacity: 0;
    transform: translateX(-10px);
    line-height: 1em;
}
.video-item:hover .title-wrapper {
	opacity: 1;
    transform:translateX(0px);
    width: auto;
}
.list-layout h3 {
    letter-spacing: 1.5px;
    margin: 0 0 -5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: top;
    font-weight: normal;
    width: auto;
    white-space: nowrap;
    line-height: 1em;
    font-size: 10px;
    text-transform: none;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: top;
    border-radius: 0 3px 3px 0;
}
.list-layout .vid-title-link:hover h3 {
	/*COLOR CONTROLS VIA FUNCTION.php*/
}

.video-item .vid-title-link h3 i {
    border-radius: 50%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 12px;
    height: 30px;
    letter-spacing: 0;
    line-height: 30px;
    margin-right: 15px;
    opacity: 1;
    position: relative;
    text-align: center;
    text-indent: 3px;
    top: 12px;
    vertical-align: top;
    width: 30px;
}
.video-item.playing .vid-title-link h3 i {
	display: none;
}

.img-container {
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center;
    float: left;
    position: relative;
    overflow: visible;
    width: 50%;
    padding-bottom: 16.66%;  /*ing-bottom: 56.25%;*/
    border-radius: 6px;
    box-shadow: 0 1px 1px 0px rgba(0,0,0,.15);
    margin: 8px 8px;
}
.duration {
    display: block;
    padding: 0 3px;
    width: 50%;
    line-height: 1px;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
    opacity: 1;
    position: absolute;
    bottom: 2px;
    right: -15px;
    border-radius: 2px;
    letter-spacing: .5px;
    z-index: 3;
    text-indent: 0.5px;
    top: 50%;    
}

.list-layout .video-item:hover .duration {
	opacity: 1;
}

.list-layout .vid-description {
    overflow: hidden;
    position: relative;    
    margin-bottom: 0;
    font-size: 20px;
    max-height: 130px;
	opacity: .65;    
	
	display: none;
}
.vid-description > * {
    margin-bottom: 10px;
    /*text-align: justify;*/
}
.vid-description a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.vid-description a:hover {
	border-bottom-style: solid;
}

.list-layout .vid-description:after {
    bottom: 0;
    content: "";
    display: block;
    height: 60%;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.list-layout .vid-meta {
    font-size: 9px;
    position: relative;
    text-transform: uppercase;
    padding: 5px 0 5px 10px;
    text-overflow: ellipsis;
    width: auto;
    display: inline-block;
    vertical-align: top;
    letter-spacing: .5px;
    white-space: nowrap;
    line-height: 1em;
    border-radius: 0 3px 3px 0;
    transition: all 0.6s ease 0s;
    transform: translateX(-5px);
}
.list-layout .video-item:hover .vid-meta {
	transform: translateX(0px);
}
.list-layout .vid-meta span {
	margin-right: 10px;
	display: inline-block;
}
.list-layout .vid-meta > span.share-vid {
	display: none;
}

.vid-meta span:first-child:before {
	display: none;
}

.view-count::after {
    content: " Views";
}
.like-count::after {
    content: " Likes";
}
.show-comments::after {
    content: " Comments";
}
.show-comments {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
    padding: 0 2px;
    border-radius: 3px;
    margin-left: -2px;
}
.vid-meta span.show-comments:first-child {
	text-indent: 0;
	left: 0;
}
.show-comments:hover {
	border-bottom-style: solid;
}

.vid-meta .shop-products-link {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0 2px;
    border-radius: 3px;
    margin-left: -2px;
}


.ffvideo-item {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9f9f9;
}

.ffvideo-image, .ffvideo-details {
    flex-wrap: wrap;
    flex: 1;
    padding: 10px;
}

.ffvideo-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.ffvideo-content {
    display: flex;
    flex-direction: row; /* Horizontal display for image and details */
}

.ffvideo-details {
    flex: 2;
    padding-left: 15px;
}

.ffvideo-details h3 {
    margin: 0 0 10px;
    font-size: 13px;
    color: #333;
}

.ffvideo-details p {
    margin: 5px 0;
    color: #666;
    font-size: 13px;
}

.ffvideo-blurb {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    color: #666;
    font-size: 13px;
    transition: max-height 0.3s ease;
}
.ffvideo-blurb p {
    margin: 0 15px;
    font-size: 13px;
    color: #333;
}

.ffvideo-blurb.expanded {
    -webkit-line-clamp: unset; 
}

.toggle-blurb {
    cursor: pointer;
    color: #666; 
    font-size: 12px;
    margin-left: 15px;
}

.play-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 15px;
}

.play-list li {
    width: calc(33.33% - 10px); /* 3 */
    margin-right: 10px;
    margin-bottom: 10px;
}

.play-list li a {
    text-decoration: none;
    color: #E91E63;
    padding: 5px;
    border: 1px solid #E91E63;
    border-radius: 5px;
    display: block;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    font-size: 13.5px;
}

.play-list li a:hover,
.play-list li a.playing {
    background-color: #007bff;
    background: -webkit-linear-gradient(left, #19c3ff, #0093ff);
    border: 1px solid #007bff;
    color: white;
}

#search-results {
    max-height: calc(100vh - 120px - 220px);
    overflow-y: auto; 
    padding-right: 15px;
}




.modal {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    text-align: center;
    border-radius: 12px;
}

.modal-content h2 {
    margin-top: 0;
    font-size: 22px;
    color: #333;
}
.modal-content p {
    font-size: 13px;
    color: #333;
    margin: 10px 0;
}

.modal-content input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    border-radius: 22px;
    border: 1px solid #888;
}

.modal-content button {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
}

#submitVip {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 12px;
}

#closeModal {
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 12px;
}
 #logoutVip {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
#video-filter a:last-child {
    margin-bottom: 20px;
}
#clear-results {
    margin: 0px auto; 
    background: transparent; 
    border: none;
}
.playing .playing-indicator {
    display: block;
}
.playing-indicator {
    display: none;
}

.tab-container {
    display: flex;
    margin-bottom: 10px;
}
.tab {
    cursor: pointer;
    background: -webkit-linear-gradient(left, #19c3ff, #0093ff);
    background-color: #19c3ff;
    color: #fff;
    border-bottom: none;
    font-size: 14px;
    border-radius: 20px;
    padding: 0 20px;
}
.tab.active {
    background: -webkit-linear-gradient(right, #ce2e64, #024272);
    background-color: #024272;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}



/*-----------------------*/
/*-----FOOTER STUFF-----*/
/*---------------------*/
#footer {
    z-index: 102;
    bottom: 0;
    left: 40px;
    border-top-width: 0px;
    padding: 0;
    width: calc(100% - 80px);
    position: fixed;
    text-align: center;
}
#footer > * {
	line-height: 40px;
}

#footer .social-link {
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    margin: 5px 0;
    font-size: 12px;
    top: -2px;
}
#footer .social-link:before {
	content: attr(data-social);
	display: block;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 80%;
	z-index: 1;
	width: 100px;
	margin: 0 0 0 -50px;	
	transition: all 0.3s ease 0s;
	font-size: 12px;
	transform: scale(0);
}
#footer .social-link:hover:before {
	opacity: 1;	
	bottom: 100%;
	transform: scale(1);
}

#footer #powered-by {
    display: inline-block;
    letter-spacing: 1.5px;
    margin:0;
    opacity: 0.5;
    border-bottom-style: none;
    border-bottom-width: 1px;
    transition: all 0.3s ease 0s;
    font-size: 11px;
    float: right;    
	text-transform: uppercase;

	float: none;
}
#footer #powered-by a {
	border-bottom: none;
	transition: all 0.3s ease 0s;
}
#footer #powered-by:hover {
	opacity: 1;
}


/*------------------------------------------*/
/*-- Text meant only for screen readers. --*/
/*----------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 15px;
	font-size: 0.375rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*-----------------------------------*/
/*-----------600px WIDE------------*/
/*---------------------------------*/
@media screen and (max-width:600px) {

	#about {
    	font-size: 16px;
    }

	
	#head-social .social-link {
	    margin: 0 10px 30px;
	}
}
@media (max-width: 767px){
.hidden-xs {
    display: none!important;
}
}
/*-----------------------------------*/
/*-----------380pxpx WIDE------------*/
/*---------------------------------*/
@media screen and (max-width:380px) {

	#header {
 		width: calc(100% - 60px);
    }
	.header-controls {
		width: 30px;
  }
	.header-controls i {
	    width: 50px;
	    line-height: 50px;
	    margin: -25px 0 0;
	}
	#about-container {
	    left: 30px;
	    width: calc(100% - 60px);
	}
	
	#video-frame {
	    width: calc(100% - 60px);
	    left: 30px;
	}
	
	#video-panel-container {
	    width: 100%;
	    transform: translate3d(100%,0,0);
	}
	
	#video-filter {
		min-width: auto;
		left: 50%;
		transform: translate3d(-50%,0,0);
	}
	#video-list-container {
	    
	    transform: translate3d(-100%,0,0);
	}
	.title-wrapper {
	    display: block;
	    position: relative;
	    top: 0 !important;
	    width: 100% !important;
	    height: auto !important;
	    opacity: 1 !important;
	    transform: translateX(0px);
	    left: 0 !important;
	    text-align: center;
	}
	.list-layout h3 {
	    white-space: normal;
	    line-height: 1.3em;
	    font-size: 16px;
	    padding: 10px 0 0;
	    margin: 0;
	}
	.list-layout .vid-meta {
    	font-size: 10px;
    	white-space: normal;
	    transform: translateX(0);
	}
	.list-layout .vid-meta span {
	    margin: 0 4px;
	}
}