
//#FAFBFC, 250,251,252
//#F6F8FA, 246,248,250
.bg-my-light {
	background: rgba(250,251,252, .5);
	z-index: 10001;
	//background: #F6F8FA;
	//opacity: 0.75;
}

	

.bg-mixed-light {
	background: linear-gradient(126deg, #FAFBFC, #F6F8FA);
	background-size: 400% 400%;

	-webkit-animation: BottomMobNavAnim 2s ease infinite;
	-moz-animation: BottomMobNavAnim 2s ease infinite;
	animation: BottomMobNavAnim 2s ease infinite;
	}
	@-webkit-keyframes BottomMobNavAnim {
		0%{background-position:0% 19%}
		50%{background-position:100% 82%}
		100%{background-position:0% 19%}
	}
	@-moz-keyframes BottomMobNavAnim {
		0%{background-position:0% 19%}
		50%{background-position:100% 82%}
		100%{background-position:0% 19%}
	}
	@keyframes BottomMobNavAnim {
		0%{background-position:0% 19%}
		50%{background-position:100% 82%}
		100%{background-position:0% 19%}
	
	
}

.down-arrow-title-utf {
	transform: rotate(180deg);
	display: inline-block;
}
.chan-title {
	font-size: 1.2rem;
	text-transform: uppercase;
}
.author-info img {
	height: 32px;
	max-width: 32px;
	max-height: 32px;
	//padding-top: -8px;
}
.author-popover .material-icons {
	//padding-top: 12px;
	vertical-align:middle;
	//font-size: 1.25rem;
	
}
.author-popover img {
	width: 150px;
	padding: 0 0;
}
.author-popover {
	width: 150px;
}
.author-popover .arrow {
	background-color: #000;
}
.photo-modal-dialog {

}
.photo-modal-content {

}
.modal-photo-size {

}

.text-shadow-none {
	text-shadow: none;
}



.popover-header {
	background-color: rgba(255,255,255,0);
	border-style: none;
	padding: 0px;
}
.popover-body {

	background-color: rgba(255,255,255,0);
	border-style: none;
	padding: 0px;
}

.view-video-title:active{
	transition: background-color 0.1s ease-out;	
	background-color: #ECF0F1;
	border-radius: 5px;

}

.search-badge {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  text-transform: lowercase;
}

@media (max-width: 992px) {
	
	.offset-mobile-video{
     margin-top:-50px;
    }
	
	.header-title-div {
		display:none;
		font-size: 1rem;
		text-transform: lowercase !important;
		line-height: 2rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
  #mobile-bottom-nav {
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0px;
	opacity: 0;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;	
	visibility: hidden;
	z-index: 100001;
	margin: 0 0px;
	//color: #ECF0F1;
	font-size: 0.75rem;
  }



	#mobile-bottom-nav.show {
	opacity: 0.95;
	visibility: visible;
	}
	
	#mobile-bottom-nav .foot-nav-butt {
		cursor: pointer;
	}
	
	#mobile-bottom-nav .foot-nav-butt:hover {
		//transform: scale(1.1, 1.1);
	}

	#mobile-bottom-nav .material-icons {
	color: #FFFFF;
	//color: #6F88E2;
	font-size: 1.5rem;
	}
	
}

//VERY SMALL SCREENS
@media (max-width: 550px) {
	#mobile-bottom-nav {
	font-size: 0.5rem;
  }
  
  	#mobile-bottom-nav .material-icons {
	font-size: 1rem;
	}
}

//#FAFBFC, 250,251,252
//#F6F8FA, 246,248,250
.bgwhite-trans { 
	background: rgba(250,251,252, .95);
	//background: #F6F8FA;
	z-index: 10001;
	//opacity: 0.75;
}

//#24292E, 36,41,46
//#333333, 51,51,51
.bg-dark-trans { 
	background-color: rgba(36,41,46, .8); //not work
}

.flag-question {
	width: 36px;
}

.bottom-mobile-menu-scale {
	//-webkit-transform:scale(0.8);
	//transform:scale(0.8)
}


.more-videos-text {
	font-size: 1rem;
	//max-height: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.clip-text{
	/* opacity: 0.85; */
}




.star-ratings-css {

}

textarea:focus, input:focus{
    outline: none;
}

.pointer {
	cursor: pointer;
}

#nav-icons .material-icons{
	font-size: 1.8rem;
}

.trends-list {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 0.85rem;
}

svg path {
    fill: #fff;
}

.mobile-bottom-nav-icon{
	fill: #ffffff;
	width: 48px;
}

/* SVGs */
.svg-account {
	background-image: url(/theme/svg/account_circle-24px.svg), none;
}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 100ms;
}
	
.trans10 {
	opacitiy: 0.1;
}
.trans20 {
	opacitiy: 0.2;
}
.trans30 {
	opacitiy: 0.3;
}
.trans40 {
	opacitiy: 0.4;
}
.trans50 {
	opacitiy: 0.5;
}
.trans60 {
	opacitiy: 0.6;
}
.trans70 {
	opacitiy: 0.7;
}
.trans80 {
	opacitiy: 0.8;
}
.trans90 {
	opacitiy: 0.9;
}
.trans100 {
	opacitiy: 1;
}

.font-s05 {
	font-size: 0.5rem;
}
.font-s075 {
	font-size: 0.75rem;
}
.font-s12 {
	font-size: 1rem;
}
.font-s1-up {
	font-size: 1rem;
	text-transform: uppercase;
}
.menu-button-hover {
  border: none;
  text-align: center;
  transition: 0.3s;
  border-left: 1px solid transparent;
}

.menu-button-hover:hover {
	background-color: #2F2C30;
	background: linear-gradient(-90deg, #39383D, #1C1A1D);
	border-left: 1px solid #AAAAAA;

}


.pulse-play {
	background: black;
	border-radius: 50%;
	margin: 10px;
	height: 20px;
	width: 20px;

	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


.star-ratings-sprite {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
  
  &-rating {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display:block;
  }
  
}

.cursor-pointer-disabled{
  cursor: not-allowed;
}
.footer-text-h1 {
	font-size: 1rem;
}

.tooltip-inner {
	background-color: #242427 !important;
	color: #242427;
  
}