.pg-gallery{
	position: relative;
	left:0;
	top:0;
	font-family: Arial, Helvetica, sans-serif;
	direction: ltr!important;
	opacity: 0;
	line-height: normal;
	overflow: hidden;
}
.pg-gallery a{
	border:none!important;
    box-shadow: none!important;
    text-decoration: none!important;
    outline: none!important;
}
/* header */
 .pg-header-banner{
	height: 250px;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: opacity ease-out 0.5s;
}
 .pg-header-banner-shown{
	opacity: 1!important;
}
 .pg-header-content-left{
	display: flex;
    flex: 1;
    align-items: center;
}
 .pg-header-content{
	display: flex;
	flex-wrap: nowrap;
	align-items: center; 
	padding: 10px 20px;
	min-height: 100px;
	box-sizing:content-box;
}
 .pg-header-logo{
	overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 16px;
    max-width: 88px;
}
 .pg-header-logo img{
	display: block;
}
 .pg-header-info{
	flex-grow: 1;
}

 .pg-header-info-title{
	display: -webkit-box!important;
    overflow: hidden;
    line-height: 28px;
    max-height: 28px;
    font-size: 20px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
 .pg-header-info-title a{
	color: inherit!important;
	text-decoration: none!important;
}
@media (hover: hover) {
	 .pg-header-info-title a:hover{
	    text-decoration: underline!important;
	}
}

 .pg-header-info-description{
	font-size: 13px;
    font-weight: 600; 
    margin-bottom: 5px;
    display: none;
}

 .pg-header-info-stats{
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
}
 .pg-header-info-stats-divider{
	margin: 0 5px;
}

 .pg-social-section{
	display: flex;
	margin-left: 15px;
	flex-direction: column;
}
 .pg-social-section-top{
	display: flex;
    flex: 1;
    justify-content: flex-end;
}
@media (max-width: 700px) { 
	 .pg-header-content{
		flex-direction: column;
	}
	 .pg-header-content-right{
		margin-top: 15px;
	}

	.pg-social-section{
		margin-left: 0;
	}
}

 .pg-subscribe,
 .pg-follow{
	display: none;
    padding: 10px 13px;
    line-height: 1;
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    min-height: 13px;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}
@media (hover: hover) {
	 .pg-subscribe:hover,
	 .pg-follow:hover{
		opacity: 0.9;
	}
}

 .pg-share-toggle{
	display: inline-block;
    padding: 10px 13px;
    line-height: 1;
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    min-height: 13px;
    margin: 0;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    margin-left: 5px;
}
@media (hover: hover) {
	 .pg-share-toggle:hover{
		opacity: 0.9;
	}
}

 .pg-share-holder{
    display: none;
    margin-top: 5px;
    float: right;
}
 .pg-share-button{
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 3px;
}
@media (hover: hover) {
	 .pg-share-button:hover,
	 .pg-share-button:hover{
		opacity: 0.9;
	}
}
 .pg-share-button svg{
	height:18px;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:#fff;
    fill:currentColor;
}









/* playlists */
 .pg-section-playlists{
	display: flex;
    padding: 10px 20px!important;
}
 .pg-section-playlist-list-item{
    display: inline-block;
    margin: 3px;
    cursor: pointer;
    overflow: hidden;
    line-height: 20px;
    box-sizing: content-box;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px 11px;
}
 .pg-playlist-active{
	cursor: default;
}

/* select */
 .pg-section-playlist-select{
	width: 90%;
    font-size: 14px;
    margin: 10px auto;
    border-radius: 4px;
    height: auto;
    padding: 8px;
    outline: 0;
    display: none;
}
 .pg-section-playlist-select>option {
    cursor: pointer;
}
@media (max-width: 700px) { 
	 .pg-section-playlist-list{
		display: none;
	}
	 .pg-section-playlist-select{
    	display: block;
	}
}

 .pg-playlist-wrap{
	padding: 0px;
}
 .pg-playlist-holder{
	position: relative;
	overflow: hidden;
}
 .pg-playlist-inner{
    overflow: hidden;
    width: 100%;
    position: relative;
    box-sizing:border-box;
    height: 0;
	transition: height ease-out 0.3s;
}
 .pg-playlist-content{
	position: relative;
	width: 100%;
	overflow: hidden;
	display: none;
	opacity: 0;
}
 .pg-slide{
	transition-property: transform;
	transition-timing-function: ease-out;
    transition-duration: 0.4s;
}
 .pg-alpha{
	/*transition-property: transform;
	transition-timing-function: ease-out;
    transition-duration: 0.01s;*/
}
 .pg-cont{
	position: relative;	
	height: 100%;	
	float: left;
}

/* box */
.pg-dbt .pg-box{
	position: relative;
	float: left;
	cursor: pointer;
	padding: 10px;
	box-sizing:border-box;
	transition: opacity 300ms ease-in;
	-webkit-backface-visibility: hidden;
}
.pg-dbt .pg-box-a{
	transition:none;
}
 .pg-hidden{
	opacity: 0;
}
.pg-dbt .pg-thumb{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.pg-dbt .pg-thumbimg{
	position: absolute;
    width: 100%;
    width: calc(100% + 2px);
    min-height: 100%;
	display: block;
	top:50%;
	transform:translateY(-50%);
	user-select: none;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	transition: opacity 500ms ease-in;
}



/* drot */
.pg-drot .pg-box{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    float:left;
    flex-direction: row;
    width:100%;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease-out;
}
.pg-drot .pg-box-a{
	transition:none;
}
.pg-vrb, .pg-hb{
	float: none;
}


.pg-drot .pg-thumb {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 40%;
    flex-shrink: 0;
}
.pg-drot .pg-thumbimg{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 100%;
    max-width: none!important;
    min-height: 100%;
    -webkit-backface-visibility: hidden;
}
.pg-drot .pg-info-wrap {
    position: relative;
    left: 0;
    top: 0;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: normal;
}

.pg-drot .pg-time{
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 2px 5px;
	font-size: 13px;
	line-height: normal;
}
.pg-drot .pg-info {
	text-align: left;
	line-height: normal;
	overflow: hidden;
	height:80px;
	margin-top: 5px;
}
.pg-drot .pg-title {
	font-size: 15px;
}
.pg-drot .pg-published-at {
	font-size: 14px;
	display: block;
	margin-top: 3px;
}
.pg-drot .pg-description{
	font-size:12px;
	display: block;
	margin-top: 5px;
}
.pg-drot .pg-playlist-item-active .pg-thumbimg{
 	transform: scale(1.1);
    transition: all .2s ease-in; 
}
@media (hover: hover) {
	.pg-drot .pg-box:hover .pg-thumbimg{
	 	transform: scale(1.1);
	    transition: all .2s ease-in; 
	}
}






/* standalone */

.pg-standalone .pg-box{
	width: 100%;
}

.pg-standalone .pg-playlist-inner{
	height: auto;
}
.pg-standalone .pg-playlist-content{
	opacity: 1;
	display: grid;
    grid-gap: 1rem;
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 600px) {
    .pg-standalone .pg-playlist-content { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
    .pg-standalone .pg-playlist-content { grid-template-columns: repeat(3, 1fr); }
}

/*load more btn*/
.pg-load-more-wrap{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.pg-load-more{
	padding: 10px;
	background-color: #03A9F4;
	color: #fff;
	cursor: pointer;
	transition: opacity 300ms ease-in;
}
@media (hover: hover) {
	.pg-load-more:hover{
	    opacity: 0.8; 
	}
}






 .pg-play{
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 28px;
    transform: translate(-50%,-50%);
    transition: all .2s ease;
}

 .pg-video-inline{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: #111;
}

/* dbt */
/*
.pg-dbt .pg-box:hover .pg-thumbimg,
.pg-dbt .pg-playlist-item-active .pg-thumbimg{
 	transform: translateY(-50%) scale(1.1);
    transition: all .2s ease-in; 
}*/

.pg-dbt .pg-time{
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 2px 5px;
	font-size: 13px;
	line-height: normal;
}
.pg-dbt .pg-info {
	text-align: left;
	line-height: normal;
	overflow: hidden;
	height:80px;
	margin-top: 5px;
}
.pg-dbt .pg-title {
	font-size: 15px;
}
.pg-dbt .pg-published-at {
	font-size: 14px;
	display: block;
	margin-top: 3px;
}
.pg-dbt .pg-description{
	font-size:12px;
	display: block;
	margin-top: 5px;
}

/* dot */
.pg-dot .pg-box{
	position: relative;
	float: left;
	cursor: pointer;
	box-sizing:border-box;
	transition: opacity 300ms ease-in;
	-webkit-backface-visibility: hidden;
}
.pg-dot .pg-box-a{
	transition:none;
}

.pg-dot .pg-thumb{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.pg-dot .pg-thumbimg{
	position: absolute;
    width: 100%;
    width: calc(100% + 2px);
    min-height: 100%;
	display: block;
	top:50%;
	transform:translateY(-50%);
	user-select: none;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	transition: opacity 500ms ease-in;
}
.pg-dot .pg-time{
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 2px 5px;
	font-size: 13px;
	line-height: normal;
}

.pg-dbt .pg-box:hover .pg-time,
.pg-dbt .pg-playlist-item-active .pg-time{
 	display: none;
}
@media (hover: hover) {
	.pg-dbt .pg-box:hover .pg-time{
	 	display: none;
	}
}

.pg-dot .pg-info-wrap{
	position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    width: 100%;
	overflow:hidden;
	box-sizing: border-box;
	text-align: center;
	line-height: normal;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	max-height: 100%;
	opacity: 0;
	height:100%;
}
.pg-dot .pg-box.pg-inline-video .pg-info-wrap{
	display: none;
}

.pg-dot .pg-playlist-item-active .pg-thumbimg{
 	transform: translateY(-50%) scale(1.1);
    transition: all .2s ease-in; 
}
.pg-dot .pg-playlist-item-active .pg-info-wrap{
 	opacity: 1;
	transition: opacity 200ms ease-out;
}
@media (hover: hover) {
	.pg-dot .pg-box:hover .pg-thumbimg{
	 	transform: translateY(-50%) scale(1.1);
	    transition: all .2s ease-in; 
	}
	.pg-dot .pg-box:hover .pg-info-wrap{
	 	opacity: 1;
		transition: opacity 200ms ease-out;
	}
	.pg-dot .pg-fade .pg-box:hover .pg-play {
	    display: none;
	}
}



.pg-dot .pg-info {
	position: relative;
    left: 0;
    top: 0;
    width: 100%;
	max-height:100px;
}
.pg-dot .pg-title {
	font-size: 17px;
	display: block;
	margin-top: 5px;
}
.pg-dot .pg-published-at {
	font-size: 13px;
	display: block;
	margin-top: 3px;
}
.pg-dot .pg-description{
	font-size:13px;
	display: block;
	margin-top: 5px;
	overflow: hidden;
}

/* stats */
 .pg-stats{
	position: relative;
    font-size: 13px!important;
	display: flex; 
	justify-content: space-between; 
	margin-top: 8px;
}
 .pg-stats-plays-icon,
 .pg-stats-likes-icon,
 .pg-stats-comments-icon{
    position: relative;
    float: left;
    margin-right: 5px;
    fill:currentColor;
}
 .pg-stats-plays-icon svg,
 .pg-stats-likes-icon svg,
 .pg-stats-comments-icon svg{
	width:15px;
}

/* nav */
 .pg-prev,
 .pg-next{
	position: absolute;
	top: 50%;
    left: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: background-color 100ms ease-out;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    cursor: pointer;
    display: none;
    user-select: none;
    box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.2);
}
 .pg-next{
	left: auto;
	right: 5px;
}
 .pg-prev svg{
	margin-right: 3px;
}
 .pg-next svg{
	margin-left: 3px;
}
 .pg-prev svg,
 .pg-next svg{
	height: 100%;
	fill:currentColor;
}

 .pg-pagination-nav{
	text-align: center;
	margin: 10px 0 20px 0;
}

 .pg-nav-bullet{
    width: 11px;
    height: 11px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 7px;
    cursor: pointer;
}

 .pg-nav-bullet.pg-nav-item-active{
	cursor: default;
}
 .pg-nav-number{
	text-align: center;
    font-size: 13px;
    padding: 3px 8px;
    margin: 0 3px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}
 .pg-nav-number.pg-nav-item-active{
	cursor: default;
}

/* lightbox */

.pg-lightbox-wrap{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483646!important;
    opacity:0;
    display: none;
    transition: opacity .3s ease-out;
    direction: ltr!important;
    line-height: normal;
}
 .pg-lightbox{
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 0;
}
 .pg-lightbox-inner{
	position: relative;
    box-sizing: border-box;
    left: 50%;
    max-width: 1320px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
 .pg-lightbox-content{
	position: relative;
}
 .pg-lightbox-content-inner{
	position: relative;
	overflow:hidden;
}
.pg-video-padding .pg-lightbox-content-inner{
	padding-bottom: 56.25%;
}
 .pg-lightbox iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
}
 .pg-lightbox-close{
	position: absolute;
	top:-50px;
    left: 50%;
    margin-top: 5px;
    margin-left: -20px;
	width:40px;
	height: 40px;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
}
 .pg-lightbox-prev{
	position: absolute;
	top:-50px;
    margin-top: 5px;
    left: 50%;
    margin-left: -100px;
	width:40px;
	height: 40px;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
}
 .pg-lightbox-next{
	position: absolute;
	top:-50px;
    left: 50%;
    margin-top: 5px;
    margin-left: 60px;
	width:40px;
	height: 40px;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
}
 .pg-lightbox-close svg,
 .pg-lightbox-prev svg,
 .pg-lightbox-next svg{
	width:100%;
	height:100%;
	fill:currentColor;
}

 .pg-lightbox-info a{
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}
@media (hover: hover) {
	 .pg-lightbox-info a:hover{
		color: inherit;
	}
}
 .pg-lightbox-info{
	box-sizing: border-box;
	padding-right: 40px;
    padding-left: 40px;
    overflow: hidden;
}
@media (max-width: 700px) { 
	 .pg-lightbox-info{
		padding-right: 20px;
    	padding-left: 20px;
	}
}
.pg-lightbox{
	font-family: Roboto, Arial, sans-serif;
}
.pg-lightbox-video-title{
	font-size: 18px;
	font-weight: 500;
	padding: 15px 0 0 0;
	margin: 0!important;
	line-height: normal;
}

.pg-lightbox-video-uploaded-date{
	font-size: 13px;
	margin: 0;
}
.pg-lightbox-user-info{
	padding: 15px 0;
    overflow: hidden;
    display: flex;
    clear: both;
}
.pg-lightbox-user-info-left{
	display: flex;
	align-items:center;
	flex: 1;
}
.pg-lightbox-user-info-avatar{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	flex-shrink:0;
}
.pg-lightbox-user-info-avatar img{
	max-width: none;
    max-height: 100%;
}
.pg-lightbox-user-info-name-wrap{
	float: left;
	margin-left: 15px;
}
.pg-lightbox-user-info-name{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2px;
}

.pg-lightbox-user-follow-btn{
    display: inline-block;
	margin-left: auto;
}
.pg-lightbox-user-follow-icon{
	position: relative;
	top:2px;
	margin-right: 4px;
}
.pg-lightbox-user-follow{
    position: relative;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.1px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 2.14286;
    width: auto;
    margin: 0;
    border-radius: 2px;
    padding: 10px 15px;
    cursor: pointer;
}
.pg-lightbox-user-follow a{
    color:inherit;
}
.pg-lightbox-user-follow span{
    opacity: 0.9;
}
@media (max-width: 500px) { 
	.pg-lightbox-user-info {
 	    flex-direction: column;
	}
	.pg-lightbox-user-follow-btn{
		margin-left: 65px;
		margin-top: 5px;
    	display: inherit;
	}
}

/* stats */

.pg-lightbox-stats{
    display: flex; 
    padding: 15px 0 10px 0;
    align-items:center;
    line-height: normal;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.pg-lightbox-video-stats-wrap{
	position: relative;
}
.pg-lightbox-video-stats-likes-wrap{
    margin-right: 20px;
    display: none;
}
.pg-lightbox-video-stats{
	display: inline-block;
}
.pg-lightbox-video-stats-plays-wrap{
	font-size: 16px;
	display: inline-block;
	margin: 0;
}

.pg-lightbox-video-stats-right{
	display: inline-block;
	margin-left: auto;
}
.pg-lightbox-video-stats-right-inner{
	position: relative;
	padding: 5px;
	display: inline-block;
}
 .pg-lightbox-video-stats-likes-wrap{
	display: inline-block;
	position: relative;
}
 .pg-lightbox-video-stats-icon svg{
	position: relative;
	top: 2px;
	width: 14px;
	fill: currentColor;
}
.pg-lightbox-video-stats-icon{
    margin-right: 5px;
}
.pg-lightbox-video-stats-val{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
}
.pg-lightbox-video-stats-plays-val{
	text-transform: lowercase;
}


@media (max-width: 500px) { 
	.pg-lightbox-stats{
		flex-direction:column;
	}
	.pg-lightbox-video-stats-right{
		margin-left: 0;
	}
}

/* share */
.pg-lightbox-video-share-toggle{
	user-select: none;
	position: relative;
    padding: 5px;
	cursor: pointer;
	display: inline-block;
}
.pg-lightbox-video-share-toggle-bg{
	height: 40px;
    background: rgba(255, 0, 0, 0);
    width: 100%;
    top: -5px;
    position: absolute;
}
.pg-lightbox-video-share-inner{
    float: right;
    margin-top: 5px;
    display: none;
}

/* description */

.pg-lightbox-video-desc-wrap{
	padding: 0 0 20px 0;
	position: relative;
	clear: both;
	margin-left: 65px;
}
@media (max-width: 700px) { 
	.pg-lightbox-video-desc-wrap{
		margin-left: 0;
	}
}
.pg-lightbox-video-desc{
	position: relative;
}
.pg-lightbox-video-desc-inner{
	font-size: 14px;
	white-space: pre-wrap;
	overflow: hidden;
}

.pg-lightbox-video-desc:after{
	position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
    height: 100px;
    content: '';
}

.pg-lightbox-video-desc-full:after{
    display: none;
}
.pg-lightbox-video-desc-read-more{
	position: absolute;
	z-index: 4;
    bottom: 0;
    font-weight: 600;
    font-size:13px;
    padding: 5px 0;
    cursor: pointer;
}

/* comment */

.pg-lightbox-video-comments-holder{
    padding-bottom: 40px;
    border-top-style: solid;
    border-top-width: 1px;
}

.pg-lightbox-video-comment-count{
	padding: 20px 0 10px 0;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.pg-lightbox-video-comment-load-more-wrap{
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    line-height: 2.71429;
    transition: all 0.1s ease-in-out;
    display: none;
    cursor: pointer;
}
.pg-lightbox-video-comment-load-more{
    display: inline-flex;
    border-style: solid;
    padding: 0 15px;
    border-width: 1px;
}
.pg-lightbox-video-comment-wrap{
	padding-top: 10px;
	padding-bottom: 20px;
}
.pg-lightbox-video-comment{
	position: relative;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
}
.pg-lightbox-video-comment-avatar{
    flex: 0 0 40px;
    margin-right: 15px;
}
.pg-lightbox-video-comment-avatar img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    margin-top: 16px;
}
   
.pg-lightbox-video-comment-detail-wrap{
    flex: 1;
    padding: 15px 0 10px 0;
}
.pg-lightbox-video-comment-user{
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 600;
}

.pg-lightbox-video-comment-user a{
	color: inherit!important;
}
.pg-lightbox-video-comment-time{
	font-weight: 400;
    margin-left: 6px;
    font-size: 12px;
    line-height: 1.33333;
}

.pg-lightbox-video-comment-desc{
	margin-top: 4px;
    margin-bottom: 20px;
    font-size: 14px;
}

/* lightbox info */



 .pg-playlist-loader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
	animation: pg_preloader 1.2s infinite ease-in-out;
    display: none;
}
@-webkit-keyframes pg_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes pg_preloader {
    0% { 
	    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
	    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
	    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

 .pg-display-type-none .pg-play{
	display: none!important;
}
.pg-ads-holder{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}





.pg-share-button[data-type="facebook"]{
	background: #3b5998;
}
.pg-share-button[data-type="twitter"]{
	background: #00aced;
}
.pg-share-button[data-type="tumblr"]{
	background: #34526f;
}
.pg-share-button[data-type="whatsapp"]{
	background: #25D366;
}
.pg-share-button[data-type="linkedin"]{
	background: #007bb6;
}
.pg-share-button[data-type="reddit"]{
	background: #FF4301;
}
.pg-share-button[data-type="digg"]{
	background: #005be2;
}
.pg-share-button[data-type="pinterest"]{
	background: #cb2027;
}



.pg-iframe-blocker,
.pg-media-holder{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
} 

.pg-media-holder{
  	background-color: #111;
} 

/* vrb */

.pg-vrb .pg-player-wrap{
    position: relative;
    display: flex;
    height: 500px;
    flex-direction: row;
}

.pg-vrb .pg-player-holder{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pg-vrb .pg-playlist-holder{
	position: absolute;
	right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.pg-vrb .pg-playlist-inner{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    flex: 1;
    overflow: hidden;
    padding: 0;
    overflow-y: auto;
} 
.pg-vrb .pg-playlist-content {
    display: block; 
    opacity: 1; 
}   
.pg-vrb .pg-box {
	float: none;
}

.pg-vrb .pg-playlist-inner::-webkit-scrollbar {
    width: 14px; 
    height: 14px; 
}
.pg-vrb .pg-playlist-inner::-webkit-scrollbar-thumb {
    background: #999; 
}
.pg-vrb .pg-playlist-inner::-webkit-scrollbar-track {
    background: #eee; 
}


/* hb */

.pg-hb .pg-player-wrap{
    position: relative;
}

.pg-hb .pg-player-holder{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pg-hb .pg-playlist-holder{
	position: relative;
	right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.pg-hb .pg-playlist-inner{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    flex: 1;
    overflow: hidden;
    padding: 0;
    overflow-x: auto;
} 
.pg-hb.pg-dot .pg-playlist-holder {
    height: 233px;
} 
.pg-hb.pg-drot .pg-playlist-holder {
    height: 140px;
} 
.pg-hb.pg-dbt .pg-playlist-holder {
    height: 354px;
} 
.pg-hb .pg-playlist-content {
    display: block; 
    opacity: 1; 
} 

.pg-hb .pg-box{
	float: left;
	width: 400px;
}
.pg-hb .pg-playlist-inner::-webkit-scrollbar {
    width: 14px; 
    height: 14px; 
}
.pg-hb .pg-playlist-inner::-webkit-scrollbar-thumb {
    background: #999; 
}
.pg-hb .pg-playlist-inner::-webkit-scrollbar-track {
    background: #eee; 
}









/* live preview */
.pg-yt-preview-wrap{
	position:absolute!important;
	top:0!important;
	left:0!important;
	width:100%!important;
	height:100%!important;
	transition: opacity 0.4s;
}

.pg-yt-iframe{
	position:absolute!important;
	top:0!important;
	left:0!important;
	width:100%!important;
	height:100%!important;
	background: #222;
	transition: opacity .5s ease-out;
    max-width: none!important;
	max-height: none!important;
}
.pg-yt-preview-hidden{
	opacity: 0;
}
.pg-yt-blocker{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index:20;
}

.pg-iframe{
	position:absolute!important;
	top:0!important;
	left:0!important;
	width:100%!important;
	height:100%!important;
	max-width: none!important;
	max-height: none!important;
}



/* custom skin */

/* icons */
.pg-btn{
  display: none;
  height:100%;
}
.pg-icon-wrap{
  height:100%;
}
.pg-contr-btn{
	width:40px;
	height:100%;
	float: left;
	position: relative;
	cursor: pointer;
}
.pg-playback-toggle{
	width: 50px;
}
/*  svg icons */
.pg-contr-btn svg{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color:#eee;
	height: 17px;
	fill:currentColor;
	transition: color .1s ease-out;
}
@media (hover: hover) {
	.pg-contr-btn:hover svg{
		color:#fff !important;
	}
}
.pg-player-controls-bottom{
	position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    direction: ltr;
}
.pg-player-controls-bottom-right{
	position: relative;
    margin-left: auto;
}
.pg-media-time-current,
.pg-media-time-separator,
.pg-media-time-total{
	position:relative;
	top: 50%;
	left:0px;
	text-align: center;
	float:left;
	margin:0!important;
	font-size:12px!important;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pg-media-time-current{
	padding-left: 10px;
}
.pg-media-time-total{
	padding-right: 5px;
}
.pg-media-time-current,
.pg-media-time-separator,
.pg-media-time-total{
	color: #d7e6eb;
}
.pg-seekbar-wrap{
    position:relative;
	margin: 0 10px;
    height: 100%;
    overflow: hidden;
}
.pg-seekbar{
	overflow: hidden;
    height: 100%;
    cursor: pointer;
    touch-action: none;
    flex: 1;
}
.pg-progress-bg{
	position:relative;
	width:100%;
	top:23px;
	height:5px;
	overflow: hidden;
	border-radius: 2px;
}
.pg-progress-bg{
	background:#eee;
}
.pg-load-level{
	position:absolute;
	top:0;
	height:100%;
}
.pg-load-level{
	background:#ddd;
}
.pg-progress-level{
	position:absolute;
	top:0;
	height:100%;
	transition: width 0.2s linear;
}
.pg-progress-level{
	background:#818181;
}

.pg-volume-wrapper{
	position: relative;
	float: left;
	height:100%;
}
.pg-volume-toggle{
	position: relative;
	left:0;
	top:0;
	width:40px;	
	height:100%;
}
.pg-volume-seekbar{
	position: relative;
    top: 0;
    margin-left: 30px;
    width: 90px;
    height: 100%;
    cursor: pointer;
    touch-action: none;
}
.pg-volume-bg{
	position: absolute;
    width: 70px;
    height: 5px;
    left: 10px;
    top: 23px;
    border-radius: 2px;
    overflow: hidden;
}
.pg-volume-bg{
	background:#d1e3e7;
}
.pg-volume-level{
	position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    transition: width 0.2s ease-out, height 0.2s ease-out;
}
.pg-volume-level{
	background:#818181;
}

.pg-settings-holder{
    margin-bottom: 1px;
}
.pg-menu-item{
    font-size: 12px;
}
.pg-menu-header{
	background-color: #fff;
	color: #555;
}
.pg-menu-item{
	color: #eee;
}
.pg-menu-active{
	background: #fff;
	color: #555;
}
@media (hover: hover) {
	.pg-menu-item:hover{
		background: #fff;
		color: #555;
	}
}


.pg-big-play{
	position:absolute;
	width:76px;
	height:76px; 
	top:50%;
	left:50%;
	margin-left:-37px;
	margin-top:-37px;
	display:none;
	text-align:center;
	line-height: 76px;
	cursor: pointer;
	overflow: hidden;
}
.pg-big-play svg{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color:#d7e6eb;
	height: 26px;
	fill:currentColor;
}
@media (hover: hover) {
	.pg-big-play:hover svg{
		color:#fff !important;
	}
}
/* font awesome */
.pg-big-play svg{
	font-size: 28px;
}
/*  image icons */
.pg-big-play img{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pg-tooltip{
  position:absolute;
  text-align:center;
  z-index: 2147483646!important;
  pointer-events:none;
  display:none;
  font-size:13px!important;
  padding:2px 8px !important;
  line-height:20px !important;
  white-space:nowrap;
  user-select: none;
  direction: ltr !important;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
	color:#fff!important;
}
.pg-player-controls{
    opacity: 0;
    transition: opacity .3s ease-out;
    display: none;
}
.pg-player-controls-visible{
    opacity: 1;
}
.pg-settings-holder,
.pg-player-controls-bottom,
.pg-player-controls-top .pg-contr-btn,
.pg-volume-seekbar,
.pg-tooltip,
.pg-big-play{
	background: #596a73;
}
.pg-settings-menu{
  display: none;
}
.pg-settings-toggle{
  cursor: pointer;
}
.pg-settings-holder{
  position: absolute;
    right: 0;
    bottom: 100%;
    display: none;
    text-align: left;
    white-space: nowrap;
    width: auto;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-out, width 0.2s ease-out, height 0.2s ease-out;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.pg-settings-holder-scrollable{
     overflow-y:auto; 
}
.pg-settings-holder::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
}
.pg-settings-holder::-webkit-scrollbar-thumb {
    background: #999; 
}
.pg-settings-holder::-webkit-scrollbar-track {
    background: #eee; 
}
.pg-settings-holder ul{
  margin: 0!important;
    padding: 0!important;
}
.pg-menu-item{
  display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    white-space: nowrap;
    height: auto;
    text-align: center;
    list-style-type: none;
    margin: 0;
    line-height: 1!important;
    user-select: none;
    cursor: pointer;
    padding: 12px;
}
.pg-menu-active{
    cursor: default!important;
}
.pg-settings-menu-item-title{
  margin-right: 20px;
  font-weight: bold;
}
.pg-settings-holder .pg-menu-header{
    font-size: 13px;
    line-height: 1;
  padding: 12px 10px 12px 15px;
    background-image: url('../data/svg/left-arrow.svg');
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: 11px;
    transition: all 0.3s ease-out;
    margin-bottom: 1px;
    cursor: pointer;
}
@media (hover: hover) {
	.pg-settings-holder .pg-menu-header:hover{
	  background-position: 8px center;
	}
}
.pg-settings-holder .pg-menu-header span{
  padding-left: 18px;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pg-info-close{
  position: absolute!important;
  right:0!important;
  top:0!important;
  background: none!important;
  z-index: 333!important;
  height: 40px!important;
  width: 40px!important;
}
.pg-info-close svg{
	display: block;
  height: 16px;
  fill:currentColor;
}
.pg-info-title{
    color: #fff;
     margin-bottom: 15px;
    display: inline-block;
    font-size: 1.5em;
}
.pg-info-description{
	white-space: pre-wrap;
    line-height: normal;
    font-size: 0.8em;
	color: #ddd;
}

.pg-info-holder{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    display: none;
    z-index:50;
    opacity: 0;
    transition: opacity 100ms ease-out;
    background: rgba(0,0,0,0.7);
}
.pg-info-holder-inner{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.pg-info-inner{
    position: relative;
    height: 100%;
    padding: 20px 40px 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
}
.pg-info-data{
    position: relative;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background:#43484b;
}
.pg-info-data::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
}
.pg-info-data::-webkit-scrollbar-thumb {
    background: #999; 
}
.pg-info-data::-webkit-scrollbar-track {
    background: #eee; 
}

.pg-unmute-toggle{
	color: #222;
    background: #fff;
    position: absolute;
    top: 70px;
    left: -300px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
	transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.pg-unmute-toggle svg{
    color: #333;
    margin-right: 8px;
    height: 16px;
    fill: currentColor;
}
@media (hover: hover) {
	.pg-unmute-toggle:hover{
	    opacity: 0.9;
	}
}
.pg-unmute-toggle-visible {
    left:20px;
}


.pg-fs{
  position:fixed!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  z-index:999999!important;
  overflow:hidden!important;
  -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
} 
.pg-fs-overflow{
  overflow:hidden!important;
}





/* live stream note */

.pg-live-note{
	position:relative;
	float:left;
	margin: 0 10px;
    display: none;
    height: 50px;
}
.pg-live-note-inner{
	display: flex;
	height: 100%;
	position:relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pg-live-note-icon{
	width: 8px;
	height: 8px;
	background: #ff0000;
	border-radius: 100%;
}
.pg-live-note-title{
	font-size:13px!important;
	color:#fff;
	margin-left: 5px;
}


.pg-btn-fullscreen{
	display: block;
}








.pg-effect-scale-wrap .pg-box{
    transition: transform 0.4s ease-out;
}
.pg-effect-scale {
    transform: scale(1.3);
    z-index: 99999999;
    box-shadow: rgb(31 31 31 / 61%) 0px 8px 24px;
}

.pg-description-full{
	display: none!important;
}
.pg-holder-visible{
	opacity: 1;
}

.pg-description{
	display: -webkit-box!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pg-dbt .pg-description,
.pg-dot .pg-description{
    -webkit-line-clamp: 3;
}

.pg-drot .pg-description{
    -webkit-line-clamp: 2;
}



/* info popup */

.pg-fs-overflow{
	overflow:hidden!important;
}

.pg-get-info{
	position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0);
    border-radius: 100%;
}
.pg-get-info svg{
	height:18px;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:#fff;
    fill:currentColor;
    filter: drop-shadow( 1px 1px 4px rgba(0, 0, 0, .1));
}

.pg-popup-info-title{
	font-size: 1.7em;
}
.pg-popup-info-published{
	font-size: 0.7em;
	font-weight: 600;
}
.pg-popup-info-description{
	font-size: 0.8em;
	margin-top: 10px;
}

.pg-popup-background{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483646!important;
    opacity: 0;
    display: none;
    transition: opacity .3s ease-out;
    line-height: normal;
}
.pg-popup-visible{
    opacity: 1!important;
}
.pg-popup-inner{
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 0;
    background: rgba(0,0,0,0.65);
}
.pg-popup{
    position: relative;
    box-sizing: border-box;
    left: 50%;
    max-width: 620px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    padding: 25px 40px 25px 25px;
}
.pg-light .pg-popup{
    background: #fff;
    color: #111;
}
.pg-dark .pg-popup{
    background: #222;
    color: #ccc;
}
.pg-popup-title{
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 20px;
}
.pg-popup-content {
	position: relative;
    white-space: pre-wrap;
}
.pg-popup-close{
	position: absolute;
	top: 0;
	right:0;
	width: 40px;
	height: 40px;
    cursor: pointer;
}
.pg-popup-close svg{
	height:18px;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill:currentColor;
}
.pg-light .pg-popup-close svg{
    color: #111;
}
.pg-dark .pg-popup-close svg{
    color: #ccc;
}




/* commment reply */

.pg-lightbox-video-comment-reply{
	color: #fff!important;
	background-color: #CD201F;
	padding: 4px 10px;
	cursor: pointer;
	border-radius: 2px;
	transition: opacity 200ms ease-out;
}
@media (hover: hover) {
	.pg-lightbox-video-comment-reply{
		opacity: 0;
	}
	.pg-lightbox-video-comment-detail-wrap:hover .pg-lightbox-video-comment-reply{
	    opacity: 1;
	}
}






/* shelf */

.pg-count-wrap{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    display: flex;
}
.pg-count{
	margin-left: auto;
}
.pg-play-all-wrap{
	position: absolute; 
    left: 0;
    top: 0;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    opacity: 0; 
    height: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.8);
}
.pg-play-all-inner{
	display: flex;
    align-items: center;
    flex-direction: row;
}
.pg-play-all-icon{
	margin-right: 10px;
}
.pg-play-all-icon svg{
	height:22px;
	position: relative;
	display: block;
    color:#fff;
    fill:currentColor;
}
.pg-play-all{
	text-transform: uppercase;
}
@media (hover: hover) {
	.pg-shelf .pg-box:hover .pg-play-all-wrap{
	    opacity: 1;
	    transition: opacity 200ms ease-out;
	}
}
.pg-shelf .pg-shelf-info{
	height: 50px;
	overflow: hidden;
}


.pg-shelf .pg-lightbox-content{
    display: flex;
    flex-direction: row;
}
.pg-shelf .pg-lightbox-content-inner {
    flex-grow: 1;
}

.pg-shelf .pg-lightbox-content-playlist::-webkit-scrollbar {
    width: 14px; 
    height: 14px; 
}
.pg-shelf .pg-lightbox-content-playlist::-webkit-scrollbar-thumb {
    background: #999; 
}
.pg-shelf .pg-lightbox-content-playlist::-webkit-scrollbar-track {
    background: #eee; 
}


/* verticalBottomSeparator in settings! */
@media (max-width: 900px) { 
	.pg-shelf .pg-lightbox-content {
	    flex-direction: column;
	}
	.pg-shelf .pg-lightbox-content-inner{
		padding-bottom: 56.25%;
	}
    .pg-shelf .pg-lightbox-content-playlist{
		max-width: none;
		overflow-x: auto;
		overflow-y: hidden;
		display: flex;
	}
	.pg-shelf .pg-lightbox-content-playlist .pg-box{
		width: 400px;
		flex-shrink: 0;
	}
}


.pg-lightbox-content-playlist{
	background-color: #fff;
	max-width: 30%;
	max-height: 500px;
    overflow-y: auto;
}
.pg-lightbox-content-playlist .pg-box {
    position: relative;
    height: 120px;
    top: 0;
    left: 0;
    display: flex;
    float: left;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease-out;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.3);
}
.pg-lightbox-content-playlist .pg-play {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.3);
}
.pg-lightbox-content-playlist .pg-thumb {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 40%;
    flex-shrink: 0;
}
.pg-lightbox-content-playlist .pg-thumbimg {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 100%;
    max-width: none!important;
    min-height: 100%;
    -webkit-backface-visibility: hidden;
}
.pg-lightbox-content-playlist .pg-playlist-item-active .pg-thumbimg {
    transform: scale(1.1);
    transition: all .2s ease-in;
}
@media (hover: hover) {
	.pg-lightbox-content-playlist .pg-box:hover .pg-thumbimg{
	    transform: scale(1.1);
	    transition: all .2s ease-in;
	}	
}

.pg-lightbox-content-playlist .pg-time {
    color: rgba(255, 255, 255);
    background: rgba(0, 0, 0, 0.2);
}

.pg-lightbox-content-playlist .pg-info-wrap {
    position: relative;
    left: 0;
    top: 0;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: normal;
}
.pg-lightbox-content-playlist .pg-info {
    text-align: left;
    line-height: normal;
    overflow: hidden;
   /* height: 100px;*/
}
.pg-lightbox-content-playlist .pg-title {
    font-size: 15px;
    color: rgb(96, 125, 139); 
}
.pg-lightbox-content-playlist .pg-published-at {
    font-size: 14px;
    display: block;
    margin-top: 3px;
    color: rgb(177, 177, 177);
}
.pg-lightbox-content-playlist .pg-description {
    -webkit-line-clamp: 1;
    color: rgb(119, 119, 119);
    font-size: 13px;
}



/* restrict content */
.pg-restrict-lock{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
    right: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 3px;
}
.pg-restrict-lock svg{
	height:70%;
	display: block;
    color:#fff;
    fill:currentColor;
}



/* scroll top */
.pag-scroll-top-button{
    position: fixed;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
    opacity: 0;
    border-radius: 100%;
    cursor: pointer;
    transition: opacity .5s;
    z-index: 2147483646;
    display: flex;
    top: 20px;
    justify-content: center;
    align-items: center;
}
.pag-scroll-top-button svg{
	height:60%;
	display: block;
    fill:currentColor;
}
.pag-scroll-top-button-visible{
    opacity: 1;
}
.pag-skin-light.pag-scroll-top-button{
    background: #fff;
    color: #666;
    box-shadow: 0px 0px 3px 3px #88888826;
}
.pag-skin-dark.pag-scroll-top-button{
    background: #666;
    color: #ccc;
    box-shadow: 0px 0px 3px 3px #3c3c3c26;
}