*{
	margin:0;
	padding:0;
	border:0;
}
body, html {
	height: 100%;
}

.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;
	color:#991b1e;
}

.pg-light{
	background: #fff;
}
.pg-dark{
	background: #333;
}
.btn-info{ background-color: #991b1e;border-color: #991b1e;}
/* header */
.pg-vimeo .pg-header-banner{
	height: 250px;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
.pg-yt .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{
	display: flex;
	/*flex-wrap: nowrap;
	flex-wrap: wrap;*/
	align-items: center;
	padding: 10px 20px;
	/*min-height: 60px;*/
	box-sizing:content-box;
}
.pg-light .pg-header-content{
	background: #EEF1F2;
}
.pg-dark .pg-header-content{
	background: #333;
}
.pg-header-logo{
	overflow: hidden;
	border-radius: 100%;
	flex-shrink: 0;
	margin-right: 16px;
}
.pg-header-logo img{
	display: block;
}
.pg-header-info{
	flex-grow: 1;
}

.pg-header-info-title{
	/*display: -webkit-box!important;*/
	display: contents;
	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;
}
.pg-header-info-title a:hover{
	text-decoration: underline!important;
}
.pg-light .pg-header-info-title{
	color: rgb(17, 17, 17)!important;
}
.pg-dark .pg-header-info-title{
	color: #fff;
}


.pg-header-info-created-section,
.pg-header-info-joined-section{
	font-size: 14px;
	font-weight: 400;
	display: none;
}
.pg-light .pg-header-info-created-section,
.pg-light .pg-header-info-joined-section{
	color: rgba(17,17,17,0.7);
}
.pg-dark .pg-header-info-created-section,
.pg-dark .pg-header-info-joined-section{
	color: rgba(17,17,17,0.7);
}
.pg-header-info-created-by{
	margin-right: 5px;
	text-decoration: none;
}
.pg-light .pg-header-info-created-by{
	color:#00ADEF;
}
.pg-dark .pg-header-info-created-by{
	color:#00ADEF;
}
.pg-header-info-created-by:hover{
	text-decoration: underline;
}

.pg-header-info-description,
.pg-header-info-bio{
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
	display: none;
}
.pg-light .pg-header-info-description,
.pg-light .pg-header-info-bio{
	color: rgba(17,17,17,0.7);
}
.pg-dark .pg-header-info-description,
.pg-dark .pg-header-info-bio{
	color: #ddd;
}

.pg-header-info-stats{
	font-size: 12px;
	font-weight: 400;
	margin-top: 3px;
}
.pg-header-info-stats-divider{
	margin: 0 5px;
}
.pg-header-info-stats-videos{
}
.pg-header-info-stats-followers{
}
.pg-light .pg-header-info-stats{
	color: rgba(17,17,17,0.7);
}
.pg-dark .pg-header-info-stats{
	color: #999;
}

.pg-social-section{
	display: flex;
	margin-left: 116px;
}
@media (max-width: 700px) {
	.pg-social-section{
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.pg-header-content-wrap{
		flex-wrap: wrap;
	}
}


.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;
	color: #fff!important;
	font-weight: 700;
	text-decoration: none;
	font-size: 13px;
}
.pg-subscribe:hover,
.pg-follow:hover{
	opacity: 0.9;
}
.pg-follow{
	background-color: #00ADEF;
}
.pg-subscribe{
	background-color: #ff0000;
}




.pg-share{
	position: relative;
}
.pg-share-holder{
	display: none;
	position: absolute;
	width: 105px;
	top: 40px;
	right: 0;
}
.pg-share-button{
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 3px;
}
.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%);
}
.pg-share-facebook{
	background:#3b5998!important;
}
.pg-share-twitter{
	background:#55acee!important;
}
.pg-share-tumblr{
	background:#35465c!important;
}







/* playlists */
.pg-section-playlists{
	display: flex;
	padding: 10px 20px!important;
}
.pg-section-playlist-list-item{
	color: #666;
	display: inline-block;
	margin: 3px;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	box-sizing: content-box;
	border-radius: 2px;
	font-size: 14px;
	padding: 5px 11px;
}
.pg-vimeo .pg-playlist-active,
.pg-vimeo .pg-section-playlist-list-item:hover{
	color: #fff!important;
	background-color: #964b89!important;
}
.pg-yt .pg-playlist-active,
.pg-yt .pg-section-playlist-list-item:hover{
	color: #fff!important;
	background-color: #ff0000!important;
}
.pg-playlist-active{
	cursor: default;
}

/* select */
.pg-section-playlist-select{
	width: 90%;
	font-size: 14px;
	margin: 10px auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: auto;
	padding: 8px;
	outline: 0;
	background-color: #fff;
	display: none;
}
.pg-section-playlist-select>option {
	background: #fff;
	color: #5a5a5a;
	cursor: pointer;
}

@media (max-width: 800px) {
	.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-playlist-backup{
	position: absolute;
	display: none;
}
.pg-cont{
	position: relative;
	height: 100%;
	float: left;
}



/* box */
.pg-dbt .pg-box{
	float: left;
	cursor: pointer;
	padding: 0px;
	margin: 4px;
	box-sizing:border-box;
	transition: opacity 300ms ease-in;
	-webkit-backface-visibility: hidden;
	border: 1px solid #00000030;
	border-radius: 1em;
}
.pg-light.pg-dbt .pg-box{
	background: #EEF1F2;
}
.pg-light.pg-dbt .pg-box:hover{
	background:#e6e6e6;
}
.pg-dark.pg-dbt .pg-box{
	background: #2b2b2b;
}
.pg-dark.pg-dbt .pg-box:hover{
	background:#e6e6e6;
}
.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;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
}
.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;
}

.pg-play{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 28px;
	border-color: transparent transparent transparent rgba(255,255,255,.3);
	transform: translate(-50%,-50%);
	transition: all .2s ease;
}/*
.pg-dot .pg-box:hover .pg-play {
    display: none;
}*/
.pg-dbt .pg-box:hover .pg-play {
	border-color: transparent transparent transparent rgba(255,255,255,.5);
}






.pg-video-inline{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: #111;
}





.pg-dbt .pg-box:hover .pg-thumbimg{
	transform: translateY(-50%) scale(1.1);
	transition: all .2s ease-in;
}
.pg-dbt .pg-time{
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #fff;
	background: rgba(0,0,0,0.2);
	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: 0px;
	padding: 8px;
}
.pg-dbt .pg-title {
	font-size: 15px;
}
.pg-dbt .pg-published-at {
	color: #b1b1b1a8;
	font-size: 13px;
	display: block;
	margin-top: 6px;
}
.pg-dbt .pg-description{
	color:#777;
	font-size:12px;
	display: block;
	margin-top: 5px;
}







/* stats */
.pg-dbt .pg-stats{
	color:#a9a8a8;
	width: 100%;
	font-size: 12px!important;
	display: flex;
	margin-top: 0px;
	/*justify-content: space-between;*/
	justify-content: start;
	padding-bottom: 15px;
	padding-left: 8px;
}
.pg-dbt .pg-stats-plays-icon,
.pg-dbt .pg-stats-likes-icon,
.pg-dbt .pg-stats-comments-icon{
	position: relative;
	top:2px;
	margin-right: 5px;
}
.pg-dbt .pg-stats-plays-icon svg,
.pg-dbt .pg-stats-likes-icon svg,
.pg-dbt .pg-stats-comments-icon svg{
	width:14px;
}


/* box */
.pg-dot .pg-box{
	position: relative;
	background: #eee;
	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;
	color: #fff;
	background: rgba(0,0,0,0.4);
	padding: 2px 5px;
	font-size: 13px;
	line-height: normal;
}
.pg-dot .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%;
}
.pg-dot .pg-box.pg-inline-video .pg-info-wrap{
	display: none;
}

/* item info animation */

.pg-dot.pg-fade .pg-info-wrap{
	opacity: 0;
	height:100%;
	background: rgba(0,0,0,0.7);
}
.pg-dot.pg-fade .pg-box:hover .pg-thumbimg{
	transform: translateY(-50%) scale(1.1);
	transition: all .2s ease-in;
}
.pg-dot.pg-fade .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-fly-up .pg-box{
	overflow: hidden;
}
.pg-dot.pg-fly-up .pg-thumb {
	transition: transform 0.2s ease-out;
}
.pg-dot.pg-fly-up .pg-info-wrap{
	height: 100%;
	top: 100%;
	background: rgba(0,0,0,0.7);
	transition: all 0.2s ease-out;
}
.pg-dot.pg-fly-up .pg-box:hover .pg-info-wrap{
	transform:translateY(-100%);
}
.pg-dot.pg-fly-up .pg-box:hover .pg-play {
	display: none;
}



.pg-dot.pg-fly-up2 .pg-box{
	overflow: hidden;
}
.pg-dot.pg-fly-up2 .pg-thumb {
	transition: transform 0.2s ease-out;
}
.pg-dot.pg-fly-up2 .pg-info-wrap{
	top: 100%;
	background: rgb(52, 52, 52);
	transition: all 0.2s ease-out;
}
.pg-dot.pg-fly-up2 .pg-box:hover .pg-thumb{
	transform:translateY(-30px);
}
.pg-dot.pg-fly-up2 .pg-box:hover .pg-info-wrap{
	transform:translateY(-100%);
}


.pg-dot.pg-expand-down .pg-play {
	display: none;
}
.pg-dot.pg-expand-down .pg-box{
	overflow: hidden;
}
.pg-dot.pg-expand-down .pg-info-wrap{
	background: rgba(0,0,0,0.7);
	transition: all 0.2s ease-out;
	height: 100%;
}
.pg-dot.pg-expand-down .pg-box:hover .pg-info-wrap{
	transform:translateY(100%);
}
.pg-dot.pg-expand-down .pg-box:hover .pg-play {
	display: block;
	border-color: transparent transparent transparent rgba(255,255,255,.5);
}









.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-vimeo .pg-title {
	color: #00ADEF;
}
/*.pg-yt .pg-title {*/
/*	color: #fe610b;*/
/*}*/
.pg-dot .pg-published-at {
	color: #f3f3f3;
	font-size: 13px;
	display: block;
	margin-top: 3px;
}
.pg-dot .pg-description{
	color:#a9a8a8;
	font-size:13px;
	display: block;
	margin-top: 5px;
	overflow: hidden;
}











/* stats */
.pg-dot .pg-stats{
	color:#a9a8a8;
	position: relative;
	font-size: 13px!important;
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}

.pg-dot .pg-stats-plays-icon,
.pg-dot .pg-stats-likes-icon,
.pg-dot .pg-stats-comments-icon{
	position: relative;
	float: left;
	margin-right: 5px;
}

.pg-dot .pg-stats-plays-icon svg,
.pg-dot .pg-stats-likes-icon svg,
.pg-dot .pg-stats-comments-icon svg{
	width:15px;
}




/* nav */
.pg-prev,
.pg-next{
	position: absolute;
	top: 50%;
	/*left: 5px;*/
	left: 0px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: background-color 100ms ease-out;
	background:#991b1e;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	line-height: 25px;
	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;*/
	right: 0px;
}
.pg-prev svg{
	margin-right: 3px;
}
.pg-next svg{
	margin-left: 3px;
}
.pg-prev svg,
.pg-next svg{
	color: #fff;
	height: 100%;
}
.pg-prev svg path,
.pg-next svg path{
	color:#fff;
}
.pg-prev:hover,
.pg-next:hover{
	background-color: #444;
}
.pg-prev:hover svg,
.pg-next:hover svg{
	color:#fff;
}


.pg-pagination-nav{
	text-align: center;
	margin: 10px 0 40px 0;
}
.pg-nav-bullet{
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background-color: rgba(190, 190, 190, 0.4);
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	margin-left: 7px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.pg-nav-bullet.pg-nav-item-active{
	background-color: rgba(163, 162, 162, 0.7);
	cursor: default;
}
.pg-nav-number{
	text-align: center;
	font-size: 14px;
	padding: 3px 8px;
	margin: 0 3px;
	color: #fff;
	line-height: 1;
	background: #6d6868;
	cursor: pointer;
	user-select: none;
	border-radius: 50%;
}
.pg-nav-number:hover{
	background-color: #444;
}
.pg-nav-number.pg-nav-item-active{
	background-color: #a82626;
	cursor: default;
	padding: 5px 9px;
}


/* 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;
	background: rgba(0,0,0,0.8);
	padding: 50px 0;
}
.pg-lightbox-inner{
	position: relative;
	box-sizing: border-box;
	left: 50%;
	max-width: 920px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);

}
.pg-lightbox-content{
	position: relative;
}
.pg-lightbox-content-inner{
	position: relative;
	padding-bottom: 56.25%;
	background-color: #000;
}
.pg-lightbox iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pg-lightbox-close{
	position: absolute;
	top:0;
	right:-40px;
	width:40px;
	height: 40px;
	cursor: pointer;
	background-color:  rgba(0,0,0,0);
}
.pg-lightbox-prev{
	position: absolute;
	top:50%;
	left:-40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:40px;
	height: 40px;
	cursor: pointer;
	background-color:  rgba(0,0,0,0);
}
.pg-lightbox-next{
	position: absolute;
	top:50%;
	right:-40px;
	width:40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	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%;
	color:#aaa;
}
@media (max-width: 1000px) {
	.pg-lightbox-close{
		right: auto;
		top:-50px;
		left: 50%;
		margin-top: 5px;
		margin-left: -20px;
	}
	.pg-lightbox-prev{
		top:-50px;
		margin-top: 5px;
		left: 50%;
		margin-left: -100px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.pg-lightbox-next{
		top:-50px;
		left: 50%;
		right: auto;
		margin-top: 5px;
		margin-left: 60px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
/* lightbox */




.pg-playlist-loader {
	position:absolute;
	top:50%;
	left:50%;
	width: 40px;
	height: 40px;
	margin-left:-20px;
	margin-top:-20px;
	border-radius: 50%;
	background-color:#964b89;
	-webkit-animation: mvp_preloader 1.2s infinite ease-in-out;
	animation: mvp_preloader 1.2s infinite ease-in-out;
}
@-webkit-keyframes mvp_preloader {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(180deg) }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes mvp_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-vimeo .pg-playlist-loader{
	background-color:#964b89!important;
}
.pg-yt .pg-playlist-loader {
	background-color: #f5f5f5!important;
}







/* lightbox info */
.pg-lightbox-info a{
	box-shadow: none!important;
	text-decoration: none!important;
	color: #a9a9a9;
}
.pg-lightbox-info a,
.pg-lightbox-info a:hover{
	color: inherit!important;
}

.pg-yt .pg-lightbox-info{
	background-color: #fff;
	font-family: Roboto, Arial, sans-serif;
	box-sizing: border-box;
	padding-right: 40px;
	padding-left: 40px;
}
.pg-yt .pg-lightbox-video-title{
	font-size: 18px;
	color: #222;
	font-weight: 500;
	padding: 15px 0 0 0;
	margin: 0!important;
	line-height: normal;
}



.pg-yt .pg-lightbox-video-uploaded-date{
	color: #bbb;
	font-size: 13px;
	padding: 0 0 7px 0;
	margin: 0;
}


.pg-yt .pg-lightbox-user-info{
	padding: 15px 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	clear: both;
}
.pg-yt .pg-lightbox-user-info-left{

}
.pg-yt .pg-lightbox-user-info-avatar{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
}
.pg-yt .pg-lightbox-user-info-avatar img{
	max-width: none;
	max-height: 100%;
}
.pg-yt .pg-lightbox-user-info-name-wrap{
	float: left;
	margin-left: 15px;
}
.pg-yt .pg-lightbox-user-info-name{
	display: inline-block;
	font-size: 14px;
	color:#444;
	font-weight: 600;
	margin-bottom: 2px;
}
.pg-yt .pg-lightbox-user-info-name a{
	color: inherit;
}
.pg-yt .pg-lightbox-user-follow-btn{
	display: inline-block;
	margin-left: auto;
}
.pg-yt .pg-follow-btn{
	display: none;
}
.pg-yt .pg-user-follow-icon{
	position: relative;
	top:2px;
	margin-right: 4px;
}
.pg-yt .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;
	background-color: #f00;
	color: #fff;
	font-size: 14px;
	line-height: 2.14286;
	width: auto;
	margin: 0;
	border-radius: 2px;
	padding: 3px 15px;
	cursor: pointer;
}
.pg-yt .pg-lightbox-user-follow a{
	color:inherit;
}
.pg-yt .pg-lightbox-user-follow span{
	opacity: 0.9;
}
.pg-yt .pg-lightbox-user-following{
	display: none;
	width: 106px;
	cursor: pointer;
}






/* stats */

.pg-yt .pg-stats-wrap{
	display: flex;
	padding: 15px 0 10px 0;
	align-items:center;
	border-bottom: 1px solid #e3e8e9;
	line-height: normal;
}
.pg-yt .pg-lightbox-video-stats-wrap{
	position: relative;
}
.pg-yt .pg-lightbox-video-stats-likes-wrap,
.pg-yt .pg-lightbox-video-stats-dislike-wrap{
	margin-right: 18px;
}
.pg-yt .pg-lightbox-video-stats{
	display: inline-block;
}
.pg-yt .pg-lightbox-video-stats-plays-wrap{
	font-size: 16px;
	color:#aaa;
	display: inline-block;
	margin: 0;
}
.pg-yt .pg-lightbox-video-stats-right{
	display: inline-block;
	margin-left: auto;
}
.pg-yt .pg-lightbox-video-stats-right-inner{
	position: relative;
	padding: 5px;
}
.pg-lightbox-video-stats-likes-wrap{
	display: inline-block;
	position: relative;
}
.pg-lightbox-video-stats-icon svg{
	position: relative;
	top: 2px;
}
.pg-yt .pg-lightbox-video-stats-icon{
	margin-right: 5px;
	color: #aaa;
}
.pg-yt .pg-lightbox-video-stats-icon svg{
	width: 14px;
}
.pg-yt .pg-lightbox-video-stats-val{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	color:#aaa;
}
.pg-stats-plays-val, .pg-stats-likes-wrap, .pg-stats-comments-wrap{margin-right: 5px;}

.pg-yt .pg-lightbox-video-stats-ratio{
	position: absolute;
	display: inline-block;
	height: 2px;
	bottom: -7px;
	left: 0;
	width: calc(100% - 10px);
	background-color: #ccc;
}
.pg-yt .pg-lightbox-video-stats-ratio-bg{
	height: 16px;
	position: absolute;
	top: -5px;
	width: 100%;
	display: block;
	background-color: rgba(0,0,0,0);
}
.pg-yt .pg-lightbox-video-stats-ratio-val{
	height: 100%;
	position: absolute;
	width: 128px;
	display: block;
	background-color: #2793e6;
}




/* share */
.pg-yt .pg-lightbox-video-share-toggle{
	user-select: none;
	cursor: pointer;
}
.pg-yt .pg-lightbox-video-share-inner{
	float: right;
	margin-top: 5px;
	display: none;
}

/* description */

.pg-yt .pg-lightbox-video-desc-wrap{
	padding: 0 0 20px 0;
	position: relative;
	clear: both;
	margin-left: 65px;
}
@media (max-width: 700px) {
	.pg-yt .pg-lightbox-video-desc-wrap{
		margin-left: 0;
	}
}
.pg-yt .pg-lightbox-video-desc{
	position: relative;
}
.pg-yt .pg-lightbox-video-desc-inner{
	color:#333;
	font-size: 14px;
	white-space: pre-wrap;
	overflow: hidden;
}
.pg-yt .pg-lightbox-video-desc:after{
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 70%);
	content: '';
}
.pg-yt .pg-lightbox-video-desc-full:after{
	display: none;
}
.pg-yt .pg-lightbox-video-desc-read-more{
	color: #999;
	position: absolute;
	z-index: 4;
	bottom: 0;
	font-weight: 600;
	font-size:13px;
}



/* comment */

.pg-yt .pg-lightbox-video-comments-holder{
	border-top: 1px solid #e3e8e9;
	padding-bottom: 40px;
}
.pg-yt .pg-lightbox-video-comment-count{
	padding: 20px 0 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	margin: 0;
}
.pg-yt .pg-lightbox-video-comment-load-more{
	font-weight: 700;
	text-align: center;
	color:#8699a6;
	font-size: 14px;
	line-height: 2.71429;
	border: 1px solid #8699a6;
	transition: all 0.1s ease-in-out;
	border-color: rgb(134, 153, 166);
	display: none;
	cursor: pointer;
}
.pg-yt .pg-lightbox-video-comment-load-more:hover{
	background-color: rgb(208, 216, 219);
	color: rgb(26, 46, 59);
	border-color: rgb(208, 216, 219);
}
.pg-yt .pg-lightbox-video-comment-wrap{
	padding-top: 10px;
	padding-bottom: 20px;
}
.pg-yt .pg-lightbox-video-comment{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	font-size: 14px;
}
.pg-yt .pg-lightbox-video-comment:eq(0){

}
.pg-yt .pg-lightbox-video-comment-avatar{
	flex: 0 0 40px;
	margin-right: 15px;
}
.pg-yt .pg-lightbox-video-comment-avatar img{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: block;
	margin-top: 16px;
}



.pg-yt .pg-lightbox-video-comment-detail-wrap{
	flex: 1;
	padding: 15px 0 10px 0;
}
.pg-yt .pg-lightbox-video-comment-user{
	font-size: 14px;
	line-height: 1.42857;
	font-weight: 600;
	color: #333;
}
.pg-yt .pg-lightbox-video-comment-user a{
	color: inherit;
}
.pg-yt .pg-lightbox-video-comment-time{
	font-weight: 400;
	margin-left: 6px;
	font-size: 12px;
	line-height: 1.33333;
	color: #8699a6;
}
.pg-yt .pg-lightbox-video-comment-desc{
	color: #333;
	margin-top: 4px;
	margin-bottom: 20px;
	font-size: 14px;
}




/* lightbox info */

.pg-vimeo .pg-lightbox-info{
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	padding-right: 40px;
	padding-left: 40px;
}
.pg-vimeo .pg-lightbox-video-title{
	font-size: 36px;
	color: #1a2e3b;
	font-weight: 500;
	padding: 10px 0 7px 0;
	margin: 00!important;
	line-height: normal;
}
.pg-vimeo .pg-lightbox-video-uploaded-date{
	color: rgb(134, 153, 166);
	font-size: 14px;
	padding: 0 0 7px 0;
	margin: 0;
	line-height: normal;
}
.pg-vimeo .pg-lightbox-user-info{
	padding: 5px 0 20px 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e3e8e9;
}
.pg-vimeo .pg-lightbox-user-info-avatar{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
}
.pg-vimeo .pg-lightbox-user-info-avatar img{
	max-width: none;
	max-height: 100%;
}
.pg-vimeo .pg-lightbox-user-info-name{
	display: inline-block;
	font-size: 14px;
	color:#1a2e3b;
	font-weight: 600;
	margin-left: 10px;
}
.pg-vimeo .pg-lightbox-user-info-name a{
	color: inherit;
}
.pg-vimeo .pg-lightbox-user-follow-btn{
	display: inline-block;
	margin-left: 10px;
}
.pg-vimeo .pg-lightbox-download-btn{
	display: inline-block;
	margin-left: 5px;
}
.pg-vimeo .pg-follow-btn{
	display: none;
}
.pg-vimeo .pg-user-follow-icon{
	position: relative;
	top:2px;
	margin-right: 4px;
}
.pg-vimeo .pg-lightbox-user-follow{
	position: relative;
	font-weight: 700;
	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;
	background-color: rgb(0, 173, 239);
	color: rgb(255, 255, 255);
	font-size: 14px;
	line-height: 2.14286;
	width: auto;
	margin: 0;
	border-radius: 4px;
	transition: all 0.1s ease-in-out;
	padding: 7px 10px;
	cursor: pointer;
}
.pg-vimeo .pg-lightbox-user-follow:hover{
	opacity:0.9;
}
.pg-vimeo .pg-user-follow-icon svg{
	width: 14px;
	height: 14px;
}
.pg-vimeo .pg-lightbox-download{
	position: relative;
	font-weight: 700;
	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;
	background-color: #964b89;
	color: rgb(255, 255, 255);
	font-size: 14px;
	line-height: 2.14286;
	width: auto;
	margin: 0;
	border-radius: 4px;
	transition: all 0.1s ease-in-out;
	padding: 7px 10px;
	cursor: pointer;
}
.pg-vimeo .pg-lightbox-download:hover{
	opacity:0.9;
}





/* stats */
.pg-vimeo .pg-lightbox-video-stats-wrap{
	padding: 20px 0;
	overflow: hidden;
}
.pg-vimeo .pg-lightbox-video-stats-wrap-inner{
	padding: 5px;
	margin-right: 15px;
	transition: all .1s ease-in-out;
	border-radius: 3px;
	cursor: pointer;
}
.pg-vimeo .pg-lightbox-video-stats-wrap-inner:hover{
	background: #f0f2f4;
}
.pg-vimeo .pg-lightbox-video-stats{
	display: inline-block;
	margin-top: 8px;
}
.pg-vimeo .pg-lightbox-video-stats-icon{
	margin-right: 2px;
}
.pg-vimeo .pg-lightbox-video-stats-icon svg{
	width: 14px;
}
.pg-vimeo .pg-lightbox-video-stats-val{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
	color: #1a2e3b;
	margin-left: 5px;
}


/* share */
.pg-vimeo .pg-lightbox-video-share-toggle{
	display: inline-block;
	float: right;
	position: relative;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-font-smoothing: antialiased;
	background-color: rgb(238, 241, 242);
	color: #1A2E3B;
	font-size: 14px;
	line-height: 2.14286;
	width: auto;
	margin: 0;
	border-radius: 4px;
	transition: all 0.1s ease-in-out;
	padding: 4px 17px;
	cursor: pointer;
	user-select: none;
}
.pg-vimeo .pg-lightbox-video-share-toggle:hover{
	background-color: rgb(227, 232, 233);
	color: #1a2e3b;
}

.pg-vimeo .pg-lightbox-video-share-holder{
	float: right;
}
.pg-vimeo .pg-lightbox-video-share-inner{
	margin-top: 8px;
	clear: both;
	float: right;
	display: none;
}
.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;
	color: #fff!important;
	font-weight: 700;
	text-decoration: none;
	font-size: 13px;
	margin-left: 5px;
}
.pg-share-toggle:hover{
	opacity: 0.9;
}
.pg-vimeo .pg-share-toggle{
	background-color: #964b89;
}
.pg-yt .pg-share-toggle{
	background-color: #607d8b;
}
.pg-vimeo .pg-lightbox-video-share-btn{
	display: inline-block;
	float: right;
	position: relative;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-font-smoothing: antialiased;
	background-color: rgb(238, 241, 242);
	color: #1A2E3B;
	font-size: 14px;
	line-height: 2.14286;
	width: auto;
	margin: 0;
	border-radius: 4px;
	transition: all 0.1s ease-in-out;
	padding: 4px 17px;
	cursor: pointer;
	user-select: none;
}
.pg-vimeo .pg-lightbox-video-share-btn:hover{
	background-color: rgb(227, 232, 233);
	color: #1a2e3b;
}





/* description */

.pg-vimeo .pg-lightbox-video-desc-wrap{
	padding: 10px 0 20px 0;
	position: relative;
}
.pg-vimeo .pg-lightbox-video-desc{
	position: relative;
}
.pg-vimeo .pg-lightbox-video-desc-inner{
	color:#1a2e3b;
	font-size: 14px;
	white-space: pre-wrap;
	overflow: hidden;
}
.pg-vimeo .pg-lightbox-video-desc:after{
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 70%);
	content: '';
}
.pg-vimeo .pg-lightbox-video-desc-full:after{
	display: none;
}
.pg-vimeo .pg-lightbox-video-desc-read-more{
	color: #1a2e3b;
	position: absolute;
	z-index: 4;
	bottom: 0;
	font-size:14px;
	font-weight: 500;
}
.pg-vimeo .pg-lightbox-video-desc-read-more a{
	color: #08c;
}
.pg-vimeo .pg-lightbox-video-desc-read-more:hover{
	color: #08c;
}




/* category */

.pg-vimeo .pg-lightbox-video-category-wrap{
	padding: 25px 0 15px 0;
}
.pg-vimeo .pg-lightbox-video-category-num{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
}
.pg-vimeo .pg-lightbox-video-category{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.33333;
	color: #1a2e3b;
}
.pg-vimeo .pg-lightbox-video-category a{
	color: inherit;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 5px;
	margin-right: 5px;
}
.pg-vimeo .pg-lightbox-video-category span{
	display: inline-flex;
	position: relative;
	font-weight: 700;
	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;
	background-color: rgb(238, 241, 242);
	color: #1a2e3b;
	font-size: 14px;
	line-height: 2.14286;
	width: auto;
	margin: 0px;
	transition: all 0.1s ease-in-out;
	padding: 0px 10px;
	border-radius: 66px;
}
.pg-vimeo .pg-lightbox-video-category span:hover{
	background-color: rgb(227, 232, 233);
	color: #1a2e3b;
}


/* comment */

.pg-vimeo .pg-lightbox-video-comments-holder{
	border-top: 1px solid #e3e8e9;
	padding-bottom: 40px;
}
.pg-vimeo .pg-lightbox-video-comment-count{
	padding: 16px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33333;
	color: #1a2e3b;
	margin: 0;
}
.pg-vimeo .pg-lightbox-video-comment-load-more{
	font-weight: 700;
	text-align: center;
	color:#8699a6;
	font-size: 14px;
	line-height: 2.71429;
	border: 1px solid #8699a6;
	border-radius: 3px;
	transition: all 0.1s ease-in-out;
	border-color: rgb(134, 153, 166);
	display: none;
	cursor: pointer;
}
.pg-vimeo .pg-lightbox-video-comment-load-more:hover{
	background-color: rgb(208, 216, 219);
	color: rgb(26, 46, 59);
	border-color: rgb(208, 216, 219);
}
.pg-vimeo .pg-lightbox-video-comment-wrap{
	padding-top: 10px;
	padding-bottom: 20px;
}
.pg-vimeo .pg-lightbox-video-comment{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	font-size: 14px;
}
.pg-vimeo .pg-lightbox-video-comment:eq(0){

}
.pg-vimeo .pg-lightbox-video-comment-avatar{
	flex: 0 0 40px;
	margin-right: 15px;
}
.pg-vimeo .pg-lightbox-video-comment-avatar img{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: block;
	margin-top: 20px;
}



.pg-vimeo .pg-lightbox-video-comment-detail-wrap{
	flex: 1;
	border-top: 1px solid #E3E8E9;
	padding: 15px 0 10px 0;
}
.pg-vimeo .pg-lightbox-video-comment:first-child .pg-lightbox-video-comment-detail-wrap{
	border-top: none;
}
.pg-vimeo .pg-lightbox-video-comment-user{
	font-size: 14px;
	line-height: 1.42857;
	font-weight: 600;
	color: #1a2e3b;
}
.pg-vimeo .pg-lightbox-video-comment-user a{
	color: inherit;
}
.pg-vimeo .pg-lightbox-video-comment-time{
	font-weight: 400;
	margin-left: 6px;
	font-size: 12px;
	line-height: 1.33333;
	color: #8699a6;
}
.pg-vimeo .pg-lightbox-video-comment-desc{
	color: #1a2e3b;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.42857;
}
