/* Video Channel Page CSS */
/* Background Video CSS */
.banner-video-container{
	position: relative;
	height: 250px;
}
.banner-video-container video {
	position: absolute;
	top: -100px;
	left: 0px;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1000;
}
.banner-video-container:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.banner-video-container .ng-star-inserted{
	background-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    height: calc(100% + 100px);
    transition: -webkit-filter .35s ease-in-out;
    transition: filter .35s ease-in-out;
    transition: filter .35s ease-in-out,-webkit-filter .35s ease-in-out;
    width: 100%;
}
@media (min-width: 768px){
.banner-video-container{
	height: 350px;
}
}
iframe.background-video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Background Video CSS End */
.video-channel-body{background: #f3f3f3;}
a.brand-button{
	background: rgba(0,0,0,.14);
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 8px;
    position: absolute;
    bottom: 15px;
    right: 15px;
	z-index: 2;
	display: inline-block;
	text-align: center;
}
.banner-image-container img{
	/* width: 100%; */
	max-height: 150px;
	/* min-height: 100px; */
	height: auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
@media (min-width: 768px){
a.brand-button{
    font-size: 24px;
    bottom: 20px;
    right: 20px;
}
.banner-image-container img{
	/* width: 100%; */
	max-height: 250px;
	/* min-height: 200px; */
	height: auto;
}
}
@media (min-width: 992px){
.banner-image-container img{
	/* width: 100%; */
	max-height: 350px;
	/* min-height: 350px; 
	height: 350px;*/
}
}
/* Video List Page CSS */
.video-section-container{
	padding: 15px 0px;
}
.video-play-icon {
    width: 36px;
    height: 26px;
    color: #7f7c88;
    font-size: 14px;
    background: transparent;
    border: 1px solid #8e8c96;
    border-radius: 5px;
    text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.right-vertical-line {
  background: #ced4d8;
  width: 1px;
  height: 26px;
}
.video-channel-card {
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(109, 115, 121, 0.26);
	padding: 0px;
}
.video-channel-card img.video-card-img {
    position: relative;
    display: inline-block;
    height: 152px;
    width: 100%;
    max-height: 200px;
	border-radius: 5px 5px 0px 0px;
}
.video-card-body{padding: 15px; word-break: break-word;}
a.card-image-hover,
.card-image-hover{ 
	position: relative;
	display: block;
	text-decoration: none;
}
.video-card-time{
	background: rgba(0,0,0,.6);
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    padding: 2px 6px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
}
.video-card-divider{
	background: #eff3f6;
	height: 1px;
	margin: 15px 0px;
}
img.card-profile-image{
	height: 30px;
    width: 30px;
    border-radius: 50%;
}
a.video-card-title{
	font-size: 16px;
	font-weight: 500;
	color: #34303f;
	line-height: 150%;
}
a.card-profile-text{
	font-size: 14px;
	color: #34303f;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
a.video-card-title:hover,
a.card-profile-text:hover{ 
	text-decoration: underline;
}
.card-date-text{
	font-size: 12px;
	color: #b3afbc;
	margin-top: 15px;
}
.card-like-view-icon{
	font-size: 14px;
	color: #7f7c88;
	margin-top: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
a.video-card-title { 
	position: relative;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
a.load-more-btn,
a.load-more-btn:hover,
a.load-more-btn:focus{
	background: #b3afbc;
	border-color: #b3afbc;
	font-size: 16px !important;
	color: #ffffff;
}
a.load-more-btn:hover{
	background: #7f7c88;
	border-color: #7f7c88;
}

@media (min-width: 768px){
a.video-card-title{ font-size: 18px;}
.video-card-divider{ margin: 20px 0px;}
.video-card-body{padding: 20px;}
.video-section-container {
	padding: 30px 0px;
}
}
/* About Us Page CSS */
.about-us-section-container{
	padding: 15px 0px;
}
.profile-image-wrap{
	height: 150px;
	width: 150px;
	background: #ffffff;
	border: 5px solid #ffffff;
	border-radius: 50%;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.profile-image-wrap img{
	border-radius: 50%;
	height: 140px;
}
.video-orange-icon{
    color: #d38f2e;
    border: 1px solid #d38f2e;
}
.about-us-divider{
	background: #ced4d8;
	height: 1px;
	margin: 15px 0px;
}
@media (min-width: 768px){
.about-us-divider{
	margin: 30px 0px 25px;
}
.profile-image-wrap{
	height: 198px;
	width: 196px;
	margin-top: -100px;
}
.profile-image-wrap img{ height: 188px;}
.about-us-section-container{ padding: 0px 0px 30px;}
}
/* Single Video Page CSS */
.d-flex-comment{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.play-list-border-bottom{
	border: 1px solid #464250;
	margin-top: 10px;
}
.single-video-container{
	background: #34303f;
	padding: 15px 0px;
}
.single-video-container .grey-dropdown .bootstrap-select > .select-btn-style {
    background-color: #4f4c5a !important;
    border-color: #4f4c5a !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 12px !important;
    height: 30px !important;
    padding: 3px 15px !important;
}
.single-video-container .grey-dropdown .dropdown-menu{
	background-color: #4f4c5a !important;
}
.single-video-container .grey-dropdown .dropdown-menu li a{color: #ffffff !important; font-size: 12px !important;}
.single-video-container .grey-dropdown .dropdown .dropdown-toggle::after{color: #b3afbc !important;}
a.single-video-link{
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 120%;
}
a.single-video-link:hover{ text-decoration: underline;}
.single-video-images ,
a.single-video-images {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
.single-video-images img,
a.single-video-images img {
    max-height: 96px;
    border-radius: 5px;
}
a.video-hover-icon ,
a span.video-hover-icon{
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 40px;
	font-size: 12px;
	color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
}
.single-video-images:hover a.video-hover-icon ,
a.single-video-images:hover .video-hover-icon {
    opacity: 1;
}
.video-comment-container{
	padding: 15px 0px;
}
.comment-profile-circle{
	height: 50px;
	width: 50px;
	font-size: 24px;
	background: #ffffff;
	border: 1px solid #d3d8dc;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	overflow: hidden;
}
.comment-profile-circle img{
	height: 50px;
	width: 50px;
	border-radius: 50%;
}
a.comment-like-unlike,
a.comment-like-unlike:hover,
a.comment-like-unlike:focus{
	font-size: 13px;
	color: #7f7c88;
	text-decoration: none;
}
a.comment-like-unlike.active{
	color: #5c6ac4;
}
a.comment-btn,
a.comment-btn:hover,
a.comment-btn:focus{
	font-size: 16px !important;
    padding: 12px 35px;
}
@media (max-width: 767px){
.comment-xs-mx-auto{width: 100%;}
.comment-profile-circle{margin: auto;}
}
@media (min-width: 768px){
.single-video-container{
	padding: 30px 0px;
}
.video-scrollbar{ height: 450px; overflow: hidden;}
.min-height450{ min-height: 450px;}
.single-video-images img ,
a.single-video-images img {
    width: 100%;
}
.video-comment-container{
	padding: 30px 0px;
}
a.comment-btn,
a.comment-btn:hover,
a.comment-btn:focus{
	padding: 12px 35px;
	font-size: 18px!important;
}
}
/* About Business Page CSS */
.business-image-wrap{
	height: 150px;
	width: 150px;
	background: #ffffff;
	border: 5px solid #ffffff;
	border-radius: 50%;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.business-image-wrap img{
	max-height: 140px;
}

@media (min-width: 768px){
.business-image-wrap{
	height: 198px;
	width: 196px;
	margin-top: -100px;
}
.business-image-wrap img{ max-height: 188px;}
}
/* Privacy Policy Page CSS */
.privacy-policy-banner {
    padding: 20px 0;
	position: relative;
}
.privacy-policy-banner:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
}
.privacy-section-container{ padding: 15px 0px;}
@media (min-width: 768px){
.privacy-policy-banner { padding: 100px 0px;}
.privacy-section-container{ padding: 30px 0px;}
}

/*Created By Mukesh Goyal*/
/* Side Video (OnScroll) CSS Start */
.video-control-icons,
.video-title{
	display: none;
}
.on-scroll-fixed-video.bottom-right {
	position: fixed;
	/* right:10px; */
	/* bottom:10px; */
	width: calc(100% - 20px);
	z-index: 9999999 !important;
}
.on-scroll-fixed-video.bottom-right .video-control-icons {
    position: relative;
    float: right;
    display: flex;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.29);
	border-radius: 5px 5px 0px 0px;
}
.on-scroll-fixed-video.bottom-right .video-control-icons a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 30px;
    background: #ffffff;
    font-size: 11px;
    color: #000000;
	border-right: 1px solid #acacac;
	text-decoration: none;
}
.on-scroll-fixed-video.bottom-right .video-control-icons a:last-child{ 
	border-right: 0px;
    border-top-right-radius: 5px;
	font-size: 9px;
}
.on-scroll-fixed-video.bottom-right .video-control-icons a:first-child{ 
    border-top-left-radius: 5px;
}
.on-scroll-fixed-video.bottom-right .video-outer-shadow{
	background: #ffffff;
	box-shadow: 0px 0px 8.6px 1.4px rgba(0, 0, 0, 0.48);
	position: relative;
	float: right;
	width: 100%;
	height: 100%;
}
.on-scroll-fixed-video.bottom-right .video-title{
	background: #ffffff;
	padding: 10px;
	display: block;
}
@media (min-width: 480px){
	.on-scroll-fixed-video.bottom-right {
		width: 422px;
		/* right:20px; */
		/* bottom:20px; */
	}
	.on-scroll-fixed-video.bottom-right .video-title{
		padding: 10px 20px;
	}
}
/* Side Video (OnScroll) CSS End */
/* Currently Playing Video CSS */
.video-play-list { 
	padding: 10px 15px; 
	margin-bottom: 5px;
}
.current-video {
	border-radius: 5px;
	background: #3d3848;	
}
@media (min-width: 1200px){
.video-play-list { 
	padding: 6px 20px 6px 6px;
	margin-bottom: 15px;
}
}

/* Single Video Like CSS */
a.video-like-icon{
	color: #b3afbc;
	font-size: 14px;
	text-decoration: none;
}
a.video-like-icon.active{
	color: #5c6ac4;
}

/* Play List Hover Play Icon */
.play-list-hover-icon {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 50px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}
.video-card-time,
.play-list-hover-icon {
	opacity: 0;
}
.card-image-hover:hover .video-card-time,
.single-video-container .single-video-images:hover .video-card-time,
.card-image-hover:hover .play-list-hover-icon {
	opacity: 1;
}

/* Video Not Exist CSS */
.video-container-middle{
    width: 100%;
    height: auto;
    background: #ffffff url(../images/url-not-exist-back.png) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	text-align: center;
    padding: 15px;
}
.video-not-exist{
    background: #f4f6f6;
    padding: 15px;
}
@media (min-width: 768px){
.video-container-middle{
    height: calc(100vh - 120px);
	text-align: left;
}
.video-not-exist{
    padding: 90px 15px;
}
}

/* MaxDrive File Label CSS */
a .card-file-label,
.card-file-label {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10px;
	font-weight: 400;
	color: #151122;
	line-height: 110%;
	border-radius: 3px;
	background: #eff3f6;
	border:solid 1px #ced4d8;
	padding: 4px;
	min-width: 50px;
}

/* Wizard Steps
========================== */
ul.max-drive-stepwizard{margin: 0; padding: 0px; display: inline-block;}
ul.max-drive-stepwizard li{float: left; list-style: none; margin-right:10px; position: relative; word-break: break-all;}
ul.max-drive-stepwizard li:last-child{ margin-right: 0px;}
ul.max-drive-stepwizard li:last-child a,
ul.max-drive-stepwizard li:last-child a:hover,
ul.max-drive-stepwizard li:last-child a:focus
{padding-right: 0px;}
ul.max-drive-stepwizard li:last-child a:after{content:none;}
ul.max-drive-stepwizard li a,
ul.max-drive-stepwizard li a:hover,
ul.max-drive-stepwizard li a:focus
{
	padding-right:18px;
	color: #7f7c88;
	text-decoration: none;
	display: inline-block;
}
ul.max-drive-stepwizard.grey-stepwizard li a,
ul.max-drive-stepwizard.grey-stepwizard li a:focus
{
	color: #b3afbc;
}
ul.max-drive-stepwizard li a:hover
{
	color: #5c6ac4;
}
ul.max-drive-stepwizard li a:hover span{
	text-decoration: underline;
}
ul.max-drive-stepwizard li a:after {
    left: auto;
    right: 0px;
    top: 3px;
    position: absolute;
    pointer-events: none;
    content: '\a308';
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 9px;
    color: #7f7c88;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    z-index: 9;
}
ul.max-drive-stepwizard.grey-stepwizard li a:after {
    color: #b3afbc;
}

.max-drive-singel-image img {
    max-height: 410px;
}
.max-drive-singel-image {
    overflow: hidden;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: relative;
}
.single-video-container .single-video-images .video-card-time{
	right: 5px;
	bottom: 5px;
}
.single-video-container .single-video-images .card-file-label {
    padding: 2px;
    min-width: 40px;
	right: 5px;
	top: 5px;
}

/* Side sharebar css */
.social-share-bar{margin-top: 15px;}
.social-share-bar li{list-style:none; margin-top:10px; display:inline-block;}
@media (min-width:768px){ 
.social-share-bar{top:10%;}
.social-share-bar li{display:block;}
.social-share-bar{bottom:0%; z-index: 99;left: 15px;position: fixed;margin-top: 0px;}
}
@media (min-width:992px){ 
.social-share-bar{left: 30px; top:30%;}
}
.social-share-bar li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color:#34303f;
	line-height: 100%;
	width: 40px; 
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0px 2px 9px 0px rgba(87, 87, 87, 0.25);
	text-decoration: none;
	outline: none;
	font-size: 14px;
}
.social-share-bar a.total-share span:first-child {color: #000000;}

/* Side sharebar css */
.social-share-bar a.fb i{color :#3b5997;}
.social-share-bar a.tw i{color :#00aced;}
.social-share-bar a.gl i{color: #dd4b39;}
.social-share-bar a.ln i{color: #007bb6;}
.social-share-bar a.pinterest i{color: #bd081c;}
.social-share-bar a.like i{color: #7f7c88; font-size: 13px;}
.social-share-bar a.preview i{color: #7f7c88;}
.social-share-bar a.preview{cursor: default;}
.social-share-bar a.preview,
.social-share-bar a.like{font-size: 13px;}

.social-share-bar a.fb:hover{background:#3b5997;}
.social-share-bar a.tw:hover{background:#00aced;}
.social-share-bar a.gl:hover{background:#dd4b39;}
.social-share-bar a.ln:hover{background:#007bb6;} 
.social-share-bar a.pinterest:hover{background:#bd081c;} 
.social-share-bar a.like:hover{background:#5c6ac4;} 
.social-share-bar a.like.active,
.social-share-bar a.like.active i{background:#5c6ac4; color: #ffffff;} 
.social-share-bar a.preview:hover{background:#5c6ac4;} 

.social-share-bar a.total-share:hover{background:#293239;} 

.social-share-bar li a:hover,
.social-share-bar li a:hover i,
.social-share-bar li a:hover  span {color: #ffffff;}

.max-drive-image-resolutions{
	position: absolute;
    right: 10px;
    bottom: 10px;
	display: inline-block;
}
a.image-resolutions-btn{
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
.all-resolutions-bloack{
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
	width: 240px;
}
a.close-resolutions-bloack{
	display: inline-block;
    text-align: center;
    width: 20px;
    padding: 4px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    font-size: 7px;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    top: -17px;
    right: 20px;
}
a.resolutions-copy-btn{
	display: inline-block;
    text-align: center;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
}
.resolutions-circle {
    background: #ffffff;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.resolutions-bloack{
	display: none;
	position: relative;
}
@media (min-width: 768px){
.max-drive-singel-image {
    max-height: 350px;
    min-height: 350px;
    height: 100%;
}
.all-resolutions-bloack{
	font-size: 14px;
    padding: 20px;
	width: 280px;
}
}
@media (min-width: 1200px){
.max-drive-singel-image {
    max-height: 410px;
    min-height: 410px;
}
}

/* Audio Player css */
.mydrive-audio-player
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:15px;
	text-align:center;
}
@media (min-width: 768px){
.mydrive-audio-player
{	
	bottom:30px;
}
.title-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}
/* URL Exist Page CSS */
.container-url-exist{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    padding: 15px;
	background: #f5f7f8 url(../images/url-exits.png) no-repeat center right;
    background-size: cover;
}
@media (min-width: 768px){
.container-url-exist{
    height: calc(100vh - 120px) !important;
}}

/* DEMO VIDEO MODAL CSS */
.demovideo-bg {
	background: url(../images/demovideo-bg.png) no-repeat center center;
	background-size: cover;
}
.video-border-color{
	border: 1px solid #ced1e1;
	border-radius:10px;
}
.demovideo-modal-size{
	width: 95%;
	max-width: 100%;
}
@media (min-width: 768px){
	.demovideo-modal-size{
		width: 100%; 
		max-width: 100%;
	}
}
.modal-transparent {
    background: transparent;
    border: 0;
}

