.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;
}
 .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;
}
 .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;
}
@media (max-width: 700px) { 
	 .pg-header-content{
		flex-direction: column;
	}
	 .pg-header-content-right{
		margin-top: 15px;
	}
}

 .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;
}
 .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;

    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    margin-left: 5px;
}
 .pg-share-toggle:hover{
	opacity: 0.9;
}

 .pg-share-holder{
    display: none;
    margin-top: 5px;
    float: right;
}
 .pg-share-button,
 .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,
 .pg-share-button:hover{
	opacity: 0.9;
}
 .pg-share-button svg,
 .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;
    height: 20px;
    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{
	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-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-box:hover .pg-thumbimg,
.pg-drot .pg-playlist-item-active .pg-thumbimg{
 	transform: scale(1.1);
    transition: all .2s 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;
    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;
}

.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-box:hover .pg-thumbimg,
.pg-dot .pg-playlist-item-active .pg-thumbimg{
 	transform: translateY(-50%) scale(1.1);
    transition: all .2s ease-in; 
}
.pg-dot .pg-box:hover .pg-info-wrap,
.pg-dot .pg-playlist-item-active .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;
}
 .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: 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%;
}
 .pg-lightbox iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
}
 .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%;
}
@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;
    }
}

 .pg-lightbox-info a{
	box-shadow: none!important;
	text-decoration: none!important;
	color: inherit!important;
}
 .pg-lightbox-info a:hover{
	color: inherit!important;
}
 .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-info{
	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: 3px 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,
.pg-lightbox-video-stats-dislike-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;
}
.pg-lightbox-video-stats-icon{
    margin-right: 5px;
}

.pg-lightbox-video-stats-icon svg{
    width: 14px;
}
.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;
}

.pg-lightbox-video-stats-ratio{
	position: absolute;
	display: inline-block;
    height: 2px;
    bottom: -11px;
    left: 0;
    width: calc(100% - 10px);
    display: none;
}
.pg-lightbox-video-stats-ratio-bg{
	height: 16px;
    position: absolute;
    top: -5px;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,0);
}
.pg-lightbox-video-stats-ratio-val{
	height: 100%;
    position: absolute;
    width: 128px;
    display: block;
}
@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;
}

/* 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{
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    line-height: 2.71429;
    border-style: solid;
    border-width: 1px;
    transition: all 0.1s ease-in-out;
    display: none;
    cursor: pointer;
}
.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-ads-holder-popup{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}


/* search */

.pg-section-search{
	display: flex;
    flex-direction: row-reverse;
    padding: 0 20px!important;
    margin: 10px 0;
}
.pg-section-search-hidden{
	display: none;
}
.pg-section-search-field{
	position: relative;
	width: 30%;
	max-width: 350px;
	display: flex;
}
@media (max-width: 800px) { 
	.pg-section-search-field{
		width: 50%;
	}
}
.pg-section-search-input{
	border-radius: 2px;
    border: 1px solid rgba(175,175,175,.3);
    outline: 0;
    padding: 6px 11px;
    width: 100%;
    color: #aaa;
    line-height: 1;
    font-size: 13px;
    box-sizing: border-box;
}
.pg-light .pg-section-search-input{
	background-color: #fff;
}
.pg-dark .pg-section-search-input{
	background-color: #2b2b2b;
}
.pg-section-search-button{
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    box-sizing: content-box;
    text-align: center;
}
.pg-section-search-button svg{
	position: absolute;
	height: 14px;
	fill: currentColor;
	left: 50%;
    transform: translateX(-50%);
}
.pg-light .pg-section-search-button{
	color: #aaa;
}
.pg-dark .pg-section-search-button{
	color:#aaa;
}


.pg-share-facebook{
	background:rgb(59,89,152);
}
.pg-share-twitter{
	background:rgb(85,172,238);
}
.pg-share-tumblr{
	background:rgb(53,70,92);
}
.pg-share-whatsapp{
	background:#25D366;
}






/* 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: 9px; 
    height: 9px; 
}
.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: 9px; 
    height: 9px; 
}
.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;
}

.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;
}