.apvg-gallery{
	position: relative;
	left:0;
	top:0;
	font-family: Arial, Helvetica, sans-serif;
	direction: ltr!important;
	
	line-height: normal;
	overflow: hidden;
}
.apvg-gallery-inner{
	opacity: 0;
}
.apvg-gallery a{
	border:none!important;
    box-shadow: none!important;
    text-decoration: none!important;
    outline: none!important;
}
/* header */
.apvg-header-banner{
	height: 250px;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: opacity ease-out 0.5s;
}
.apvg-header-banner-shown{
	opacity: 1!important;
}
.apvg-header-content-left{
	display: flex;
	flex-direction: row;
    flex: 1;
    align-items: center;
}
.apvg-header-content{
	display: flex;
	flex-wrap: nowrap;
	align-items: center; 
	padding: 10px 20px;
	min-height: 100px;
	box-sizing:content-box;
}
.apvg-header-logo{
	overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 16px;
    max-width: 88px;
}
.apvg-header-logo img{
	display: block;
}
.apvg-header-info{
	flex-grow: 1;
	text-align: left;
}

.apvg-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;
}
.apvg-header-info-title a{
	color: inherit!important;
	text-decoration: none!important;
}
.apvg-header-info-title a:hover{
    text-decoration: underline!important;
}

.apvg-header-info-description{
	font-size: 13px;
    margin-bottom: 5px;
    display: none;
}

.apvg-header-info-stats{
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
}
.apvg-header-info-stats-divider{
	margin: 0 5px;
}

.apvg-social-section{
	display: flex;
	margin-left: 15px;
	flex-direction: column;
}
.apvg-social-section-top{
	display: flex;
    flex: 1;
    margin-left: auto;
}
@media (max-width: 700px) { 
	.apvg-header-content{
		flex-direction: column;
	}
	.apvg-header-content-right{
		margin-top: 15px;
	}
}

.apvg-subscribe,
.apvg-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;
}
.apvg-subscribe:hover,
.apvg-follow:hover{
	opacity: 0.9;
}
.apvg-subscribe-text{
	text-transform: uppercase;
}

.apvg-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;
}
.apvg-share-toggle:hover{
	opacity: 0.9;
}

.apvg-share-holder{
    display: none;
    margin-top: 5px;
    float: right;
}
.apvg-share-button{
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 3px;
}
.apvg-share-button:hover{
	opacity: 0.9;
}
.apvg-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 */
.apvg-section-playlists{
	display: flex;
    padding: 10px 20px!important;
}
.apvg-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;
}
.apvg-playlist-active{
	cursor: default;
}

/* select */
.apvg-section-playlist-select{
	width: 90%;
    font-size: 14px;
    margin: 10px auto;
    border-radius: 4px;
    height: auto;
    padding: 8px;
    outline: 0;
    display: none;
}
.apvg-section-playlist-select>option {
    cursor: pointer;
}
@media (max-width: 700px) { 
	.apvg-section-playlist-list{
		display: none;
	}
	.apvg-section-playlist-select{
    	display: block;
	}
}

.apvg-playlist-wrap{
	padding: 0px;
}
.apvg-playlist-holder{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.apvg-playlist-inner{
    overflow: hidden;
    width: 100%;
    position: relative;
    box-sizing:border-box;
    height: 0;
	transition: height ease-out 0.3s;
}
.apvg-playlist-content{
	position: relative;
	width: 100%;
	overflow: hidden;
	display: none;
	opacity: 0;
}
.apvg-slide{
	transition-property: transform;
	transition-timing-function: ease-out;
    transition-duration: 0.4s;
}
.apvg-slide-frame{
	opacity: 0.3;
}
.apvg-alpha{
	/*transition-property: transform;
	transition-timing-function: ease-out;
    transition-duration: 0.01s;*/
}
.apvg-cont{
	position: relative;	
	height: 100%;	
	float: left;
}

/* search */

.apvg-section-search{
	display: flex;
    flex-direction: row-reverse;
    padding: 0 20px!important;
    margin: 10px 0;
}
.apvg-section-search-hidden{
	display: none;
}
.apvg-section-search-field{
	position: relative;
	width: 30%;
	max-width: 350px;
	display: flex;
}
@media (max-width: 800px) { 
	.apvg-section-search-field{
		width: 50%;
	}
}
.apvg-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;
}
.apvg-light .apvg-section-search-input{
	background-color: #fff;
}
.apvg-dark .apvg-section-search-input{
	background-color: #2b2b2b;
}
.apvg-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;
}
.apvg-section-search-button svg{
	position: absolute;
	height: 14px;
	fill: currentColor;
	left: 50%;
    transform: translateX(-50%);
}
.apvg-light .apvg-section-search-button{
	color: #aaa;
}
.apvg-dark .apvg-section-search-button{
	color:#aaa;
}


/* box */
.apvg-dbt .apvg-box{
	float: left;
	cursor: pointer;
	padding: 10px;
	box-sizing:border-box;
	transition: opacity 300ms ease-in;
	-webkit-backface-visibility: hidden;
}
.apvg-dbt .apvg-box-a{
	transition:none;
}
.apvg-hidden{
	opacity: 0;
}
.apvg-dbt .apvg-thumb{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.apvg-dbt .apvg-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 */
.apvg-drot .apvg-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;
}
.apvg-vrb, .apvg-hb{
	float: none;
}
.apvg-drot .apvg-thumb {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 40%;
    flex-shrink: 0;
}
.apvg-drot .apvg-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;
}
.apvg-drot .apvg-info-wrap {
    position: relative;
    left: 0;
    top: 0;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: normal;
}
.apvg-drot .apvg-time{
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 2px 5px;
	font-size: 13px;
	line-height: normal;
}
.apvg-drot .apvg-info {
	text-align: left;
	line-height: normal;
	overflow: hidden;
	height:80px;
	margin-top: 5px;
}
.apvg-drot .apvg-title {
	font-size: 15px;
}
.apvg-drot .apvg-published-at {
	font-size: 14px;
	display: block;
	margin-top: 3px;
}
.apvg-drot .apvg-description{
	font-size:12px;
	display: block;
	margin-top: 5px;
}
.apvg-drot .apvg-box:hover .apvg-thumbimg,
.apvg-drot .apvg-playlist-item-active .apvg-thumbimg{
 	transform: scale(1.1);
    transition: all .2s ease-in; 
}







.apvg-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;
}

.apvg-video-inline{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: #111;
}

/* dbt */

.apvg-dbt .apvg-box:hover .apvg-thumbimg{
    transform: translateY(-50%) scale(1.1);
    transition: all .2s ease-in; 
}
.apvg-dbt .apvg-time{
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 2px 5px;
	font-size: 13px;
	line-height: normal;
}
.apvg-dbt .apvg-info {
	text-align: left;
	line-height: normal;
	overflow: hidden;
	height:80px;
	margin-top: 5px;
}
.apvg-dbt .apvg-title {
	font-size: 15px;
}
.apvg-dbt .apvg-published-at {
	font-size: 14px;
	display: block;
	margin-top: 3px;
}
.apvg-dbt .apvg-description{
	font-size:12px;
	display: block;
	margin-top: 5px;
}

/* dot */
.apvg-dot .apvg-box{
	position: relative;
	float: left;
	cursor: pointer;
	box-sizing:border-box;
	transition: opacity 300ms ease-in;
	-webkit-backface-visibility: hidden;
}
.apvg-dot .apvg-box-a{
	transition:none;
}

.apvg-dot .apvg-thumb{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.apvg-dot .apvg-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;
}
.apvg-dot .apvg-time{
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 2px 5px;
	font-size: 13px;
	line-height: normal;
}
.apvg-dot .apvg-box:hover .apvg-time{
    display: none;
}
.apvg-dot .apvg-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%;
}
.apvg-dot .apvg-box.apvg-inline-video .apvg-info-wrap{
	display: none;
}

/* item info */

.apvg-dot .apvg-info-wrap{
	opacity: 0;
	height:100%;
	transition: opacity 200ms ease-out;
}
.apvg-dot .apvg-box:hover .apvg-thumbimg{
    transform: translateY(-50%) scale(1.1);
    transition: all .2s ease-in; 
}
.apvg-dot .apvg-box.apvg-playlist-item-active .apvg-info-wrap,
.apvg-dot .apvg-box:hover .apvg-info-wrap{
	opacity: 1;
	transition: opacity 200ms ease-out;
}
.apvg-dot .apvg-box:hover .apvg-play {
    display: none;
}
.apvg-dot .apvg-box:hover .apvg-thumbimg{
    transform: translateY(-50%) scale(1.1);
    transition: all .2s ease-in; 
}

.apvg-dot .apvg-info {
	position: relative;
    left: 0;
    top: 0;
    width: 100%;
	max-height:100px;
}
.apvg-dot .apvg-title {
	font-size: 17px;
	display: block;
	margin-top: 5px;
}
.apvg-dot .apvg-published-at {
	font-size: 13px;
	display: block;
	margin-top: 3px;
}
.apvg-dot .apvg-description{
	font-size:13px;
	display: block;
	margin-top: 5px;
	overflow: hidden;
}

/* stats */
.apvg-stats{
	position: relative;
    font-size: 13px!important;
	display: flex; 
	justify-content: space-between; 
	margin-top: 8px;
}
.apvg-stats-plays-icon,
.apvg-stats-likes-icon,
.apvg-stats-comments-icon{
    position: relative;
    float: left;
    margin-right: 5px;
}
.apvg-stats-plays-icon svg,
.apvg-stats-likes-icon svg,
.apvg-stats-comments-icon svg{
	width:15px;
}

/* nav */
.apvg-prev,
.apvg-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);
}
.apvg-next{
	left: auto;
	right: 5px;
}
.apvg-prev svg{
	margin-right: 3px;
}
.apvg-next svg{
	margin-left: 3px;
}
.apvg-prev svg,
.apvg-next svg{
	height: 100%;
	fill:currentColor;
}

.apvg-pagination-nav{
	text-align: center;
	margin: 10px 0 20px 0;
}

.apvg-nav-number{
	text-align: center;
    font-size: 13px;
    padding: 3px 8px;
    margin: 0 3px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}
.apvg-nav-number.apvg-nav-item-active{
	cursor: default;
}

/* lightbox */

.apvg-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;
}
.apvg-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;
}
.apvg-lightbox-inner{
	position: relative;
    box-sizing: border-box;
    left: 50%;
    max-width: 920px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.apvg-lightbox-content{
	position: relative;
}
.apvg-lightbox-content-inner{
	position: relative;
	padding-bottom: 56.25%;
}
.apvg-lightbox iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
}
.apvg-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);
}
.apvg-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);
}
.apvg-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);
}
.apvg-lightbox-close svg,
.apvg-lightbox-prev svg,
.apvg-lightbox-next svg{
	width:100%;
	height:100%;
	fill:currentColor;
}

.apvg-lightbox-user-info-name,
.apvg-lightbox-user-follow-btn{
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}
.apvg-lightbox-user-info-name:hover,
.apvg-lightbox-user-follow-btn:hover{
	color: inherit;
}
.apvg-lightbox-info{
	box-sizing: border-box;
	padding-right: 40px;
    padding-left: 40px;
    overflow: hidden;
}
@media (max-width: 700px) { 
	.apvg-lightbox-info{
		padding-right: 20px;
    	padding-left: 20px;
	}
}
.apvg-lightbox-video-stats-likes-wrap{
	display: inline-block;
	position: relative;
}
.apvg-lightbox-video-stats-icon svg{
	position: relative;
	top: 2px;
}

/* lightbox info */

.apvg-lightbox-info{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.apvg-lightbox-video-title{
	font-size: 36px;
	font-weight: 500;
	padding: 10px 0 7px 0;
    margin: 00!important;
    line-height: normal;
}

.apvg-lightbox-video-uploaded-date{
	font-size: 14px;
    margin: 0 0 0 8px;
    line-height: normal;
}

.apvg-lightbox-user-info{
	padding: 5px 0 20px 0;
    overflow: hidden;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.apvg-lightbox-user-info-avatar{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	overflow: hidden;
	flex-shrink: 0;
	margin: 5px;
}
.apvg-lightbox-user-info-avatar img{
	max-width: none;
    max-height: 100%;
}
.apvg-lightbox-user-info-name{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px;
}

.apvg-lightbox-user-info-name a{
	color: inherit!important;
}
.apvg-lightbox-user-follow-btn{
    display: inline-block;
	margin-left: 10px;
	white-space: nowrap;
}
.apvg-lightbox-download-btn{
    display: inline-block;
	margin-left: 5px;
}
.apvg-user-follow-icon{
	position: relative;
	top:2px;
	margin-right: 4px;
}
.apvg-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;
    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;
}
.apvg-lightbox-user-follow:hover{
    opacity:0.9;
}
.apvg-lightbox-user-follow-icon{
	position: relative;
	top:2px;
	margin-right: 4px;
}
.apvg-lightbox-user-follow-icon svg{
	width: 14px;
    height: 14px;
    fill: currentColor;
}
.apvg-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;
    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;
}
.apvg-lightbox-download:hover{
    opacity:0.9;
}

/* stats */
.apvg-lightbox-video-stats-wrap{
	padding: 20px 0;
	overflow: hidden;
}
.apvg-lightbox-video-stats-wrap-inner{
	padding: 5px;
    margin-right: 15px;
    transition: all .1s ease-in-out;
    border-radius: 3px;
    cursor: pointer;
}
.apvg-lightbox-video-stats{
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 12px;
}
.apvg-lightbox-video-stats-icon{
    margin-right: 2px;
}
.apvg-lightbox-video-stats-icon svg{
    width: 14px;
    color: inherit!important;
}
.apvg-lightbox-video-stats-val{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    margin-left: 5px;
}

/* share */
.apvg-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;
    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;
}

.apvg-lightbox-video-share-holder{
	float: right;
}
.apvg-lightbox-video-share-inner{
	margin-top: 8px;
	clear: both;
    float: right;
    display: none;
}


.apvg-share-button[data-type="facebook"]{
	background: #3b5998;
}
.apvg-share-button[data-type="twitter"]{
	background: #00aced;
}
.apvg-share-button[data-type="tumblr"]{
	background: #34526f;
}
.apvg-share-button[data-type="whatsapp"]{
	background: #25D366;
}
.apvg-share-button[data-type="linkedin"]{
	background: #007bb6;
}
.apvg-share-button[data-type="reddit"]{
	background: #FF4301;
}
.apvg-share-button[data-type="digg"]{
	background: #005be2;
}
.apvg-share-button[data-type="pinterest"]{
	background: #cb2027;
}
         

/* description */

.apvg-lightbox-video-desc-wrap{
	padding: 10px 0 20px 0;
	position: relative;
}
.apvg-lightbox-video-desc{
	position: relative;
}
.apvg-lightbox-video-desc-inner{
	font-size: 14px;
	white-space: pre-wrap;
	overflow: hidden;
}

.apvg-lightbox-video-desc:after{
	position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
    height: 100px;
    content: '';
}

.apvg-lightbox-video-desc-full:after{
    display: none;
}
.apvg-lightbox-video-desc-read-more{
	position: absolute;
	z-index: 4;
    bottom: 0;
    font-size:14px;
    font-weight: 500;
    cursor: pointer;
}

/* category */

.apvg-lightbox-video-category-wrap{ 
    padding: 25px 0 15px 0;
}
.apvg-lightbox-video-category-num{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
}
.apvg-lightbox-video-category{ 
	font-size: 14px;
    font-weight: 500;
    line-height: 1.33333;
    color: #1a2e3b;
    margin-top: 15px;
}
.apvg-lightbox-video-category a{ 
    color: inherit!important;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 5px;
    margin-right: 5px;
}
.apvg-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;
    font-size: 14px;
    font-size: 14px;
    line-height: 2.14286;
    width: auto;
    margin: 0px;
    transition: all 0.1s ease-in-out;
    padding: 0px 10px;
    border-radius: 66px;
}

/* comment */

.apvg-lightbox-video-comments-holder{
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 40px;
}

.apvg-lightbox-video-comment-count{
	padding: 16px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33333;
    margin: 0;
}

.apvg-lightbox-video-comment-load-more{
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    line-height: 2.71429;
    border-style: solid;
	border-width: 1px;
    border-radius: 3px;
    transition: all 0.1s ease-in-out;
    border-color: rgb(134, 153, 166);
    display: none;
    cursor: pointer;
}
.apvg-lightbox-video-comment-wrap{
	padding-top: 10px;
    padding-bottom: 20px;
}
.apvg-lightbox-video-comment{
	position: relative;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
}
.apvg-lightbox-video-comment-avatar{
    flex: 0 0 40px;
    margin-right: 15px;
}
.apvg-lightbox-video-comment-avatar img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    margin-top: 20px;
}
    
.apvg-lightbox-video-comment-detail-wrap{
    flex: 1;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 15px 0 10px 0;
}

.apvg-lightbox-video-comment:first-child.apvg-lightbox-video-comment-detail-wrap{
	border-top: none;
}
.apvg-lightbox-video-comment-user{
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 600;
}

.apvg-lightbox-video-comment-user a{
	color: inherit!important;
}
.apvg-lightbox-video-comment-time{
	font-weight: 400;
    margin-left: 6px;
    font-size: 12px;
    line-height: 1.33333;
}

.apvg-lightbox-video-comment-desc{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.42857;
}

.apvg-playlist-loader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
	animation: apvg_preloader 1.2s infinite ease-in-out;
    display: none;
}
@-webkit-keyframes apvg_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes apvg_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);
    }
}

.apvg-display-type-none.apvg-play{
	display: none!important;
}
.apvg-ads-holder{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.apvg-ads-holder-popup{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}



/* live preview */
.apvg-vim-iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	transition: opacity .5s ease-out;
	opacity: 0;
    max-width: none!important;
}
.apvg-vim-blocker{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index:20;
}



.apvg-iframe{
	position:absolute!important;
	top:0!important;
	left:0!important;
	width:100%!important;
	height:100%!important;
	max-width: none!important;
	max-height: none!important;
}
.apvg-media-holder{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
} 


/* vrb */

.apvg-vrb .apvg-player-wrap{
    position: relative;
    display: flex;
    height: 500px;
    flex-direction: row;
}

.apvg-vrb .apvg-player-holder{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.apvg-vrb .apvg-playlist-holder{
	position: absolute;
	right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.apvg-vrb .apvg-playlist-inner{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    flex: 1;
    overflow: hidden;
    padding: 0;
    overflow-y: auto;
} 
.apvg-vrb .apvg-playlist-content {
    display: block; 
    opacity: 1; 
}   
.apvg-vrb .apvg-box {
	float: none;
}

.apvg-vrb .apvg-playlist-inner::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
}
.apvg-vrb .apvg-playlist-inner::-webkit-scrollbar-thumb {
    background: #999; 
}
.apvg-vrb .apvg-playlist-inner::-webkit-scrollbar-track {
    background: #eee; 
}


/* hb */

.apvg-hb .apvg-player-wrap{
    position: relative;
}

.apvg-hb .apvg-player-holder{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.apvg-hb .apvg-playlist-holder{
	position: relative;
	right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.apvg-hb .apvg-playlist-inner{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    flex: 1;
    overflow: hidden;
    padding: 0;
    overflow-x: auto;
} 
.apvg-hb.apvg-dot .apvg-playlist-holder {
    height: 233px;
} 
.apvg-hb.apvg-drot .apvg-playlist-holder {
    height: 140px;
} 
.apvg-hb.apvg-dbt .apvg-playlist-holder {
    height: 354px;
} 
.apvg-hb .apvg-playlist-content {
    display: block; 
    opacity: 1; 
} 

.apvg-hb .apvg-box{
	float: left;
	width: 400px;
}
.apvg-hb .apvg-playlist-inner::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
}
.apvg-hb .apvg-playlist-inner::-webkit-scrollbar-thumb {
    background: #999; 
}
.apvg-hb .apvg-playlist-inner::-webkit-scrollbar-track {
    background: #eee; 
}

.apvg-description-full{
	display: none!important;
}

.apvg-dbt .apvg-description,
.apvg-dot .apvg-description{
    -webkit-line-clamp: 2;
}

.apvg-description {
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.apvg-drot .apvg-description{
    -webkit-line-clamp: 1;
}

.apvg-effect-scale-wrap .apvg-box{
    transition: transform 0.4s ease-out;
}
.apvg-effect-scale {
    transform: scale(1.3);
    z-index: 99999999;
    box-shadow: rgb(31 31 31 / 61%) 0px 8px 24px;
}




/* info popup */

.apvg-fs-overflow{
	overflow:hidden!important;
}

.apvg-get-info{
	position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0);
    border-radius: 100%;
    z-index: 99999; 
}
.apvg-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));
}

.apvg-popup-info-title{
	font-size: 1.7em;
}
.apvg-popup-info-published{
	font-size: 0.7em;
	font-weight: 600;
}
.apvg-popup-info-description{
	font-size: 0.8em;
	margin-top: 10px;
}

.apvg-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;
}
.apvg-popup-visible{
    opacity: 1!important;
}
.apvg-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.5);
}
.apvg-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;
}
.apvg-light .apvg-popup{
    background: #fff;
    color: #111;
}
.apvg-dark .apvg-popup{
    background: #222;
    color: #ccc;
}
.apvg-popup-title{
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 20px;
}
.apvg-popup-content {
	position: relative;
    white-space: pre-wrap;
}
.apvg-popup-close{
	position: absolute;
	top: 0;
	right:0;
	width: 40px;
	height: 40px;
    cursor: pointer;
}
.apvg-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;
}
.apvg-light .apvg-popup-close svg{
    color: #111;
}
.apvg-dark .apvg-popup-close svg{
    color: #ccc;
}

/* commment reply */

.apvg-lightbox-video-comment-reply{
	color: #fff!important;
	background-color: rgb(0, 173, 239);
	padding: 4px 10px;
	cursor: pointer;
	border-radius: 2px;
	transition: opacity 200ms ease-out;
}
@media (hover: hover) {
	.apvg-lightbox-video-comment-reply{
		opacity: 0;
	}
	.apvg-lightbox-video-comment-detail-wrap:hover .apvg-lightbox-video-comment-reply{
	    opacity: 1;
	}
}


