.EMBDloadingIndicator {
  margin: 0px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(0, 94, 171, 0.2);
  border-right: 2px solid rgba(0, 94, 171, 0.2);
  border-bottom: 2px solid rgba(0, 94, 171, 0.2);
  border-left: 2px solid #005daa;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.EMBDloadingIndicator,
.EMBDloadingIndicator:after {
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.EmbedVideoFrame	{
	display: block;
}

.standardGrid{
	display: inline-block;
/*	margin: 6px 14px;*/
   margin-top: 10px;
	width: 300px;
  /* height:166px;*/
	vertical-align: top;
/*	position: relative;	*/
}
.filterGrid .filterItem{
	display: inline-block;
	margin: 15px;
	width: 304px;
	min-height: 200px;
	vertical-align: top;
	position: relative;	
	text-align: left;
	background: #ffffff;
}
.filterGrid .filterContent{
	padding: 5px;
	vertical-align: text-bottom;
}
.filterGrid .filterContent h3{
	padding: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0px;
}
.filterGrid .filterItem .tags{
	font-size: 11px;
	color: #898989;
	position: absolute;
	left: 15px;
	bottom: 5px;
}
.EmbedVideoAds{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 999;
	text-align: center;
	opacity: 1;
}
.EmbedVideoAds img{
	height: 40px;
	margin-left: 2px;
	margin-right: 2px;
}
.EmbedVideoAds img:hover{
	opacity: 1;
}
.video-content {
	padding: 10px;
	background: #f6f6f6;
}
.video-content h3 {
	margin-top: 0px;
}
.video-content p {
	margin: 0px;
}

/*
#MineVideoContent h2:first-child{
	display: block;
	background: #005BAC;
	color: #ffffff;
	padding: 8px;
	font-size: 19px;
}

#MineVideoContent h2:first-child a{
	color: #ffffff;
	font-size: 12px;
	float: right;
}
*/

.VideoSelectBox{
	float: right;
	margin-top: -40px;
	position: relative;
}

@media (max-width: 480px) {
  .filterGrid{
	  width: 100%;
	  text-align: center;
  }
  .filterItem{
	  margin: 6px auto;
  }
}





/* boxy-playlist */
.boxy-playlist{
/* 	background-color: #20282E; */
    position: absolute;
    top: 2px;
    left: 2px;
    display: none;
    overflow:hidden;
}
.boxy-playlist .plrow{
	display: inline-block;
	width: 100%;
	height: 48%;
	position: relative;
}
.boxy-playlist .plrow:first-child{ height: 26%; text-align: center; color: #ffffff; position: relative; }
.boxy-playlist .plrow:first-child .upNextText{
	margin: 0px auto;
	width: 50%;
	height: 50%;
}
.boxy-playlist .plrow:first-child .upNextText span{
	display: none !important;
}
.boxy-playlist .plrow:last-child{
	height: 39%
}
.boxy-playlist .plrow:nth-child(2) .replaybtn{
	width: 60px;
	height: 60px;
	color: #ffffff;
	text-align: center;
	font-size: 50px;
	margin: 0px auto;
	margin-top: 5px;
}
.boxy-playlist .plrow:nth-child(2) .replaybtn:hover{
	cursor: pointer;
}
.boxy-playlist .plrow:nth-child(1){
	display: block;
	height: 18%;
}
.boxy-playlist .plrow:nth-child(2){
	display: block;
	height: 19%;
}
.boxy-playlist .plrow:last-child ul{
	list-style: none;
}
.boxy-playlist .plrow:last-child ul li img{
}
.boxy-playlist .plrow:last-child ul li{
	display: inline-block;
	width: 206px;
    height: 115px;
	background: rgba(255,255,255,0.16);
	border: 2px solid #20282E;
	-o-transition:.2s ease-in;
	-ms-transition:.2s ease-in;
	-moz-transition:.2s ease-in;
	-webkit-transition:.2s ease-in;
	transition:.2s ease-in;
}
.CarouselsNum ul::-webkit-scrollbar {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.CarouselsNum{
	height: 120px;
	overflow-y: hidden; 
	overflow-x: hidden;
	position: relative;
}
.CarouselsNum img{
}
.CarouselsNum img:hover{
	opacity: 0.9;
	cursor: pointer;
}



.HideParentVideo{
	display: none !important;
}

.Cbuttons{
	color: #ffffff;
	text-shadow: 1px 1px 1px #1f1f1f;
	font-size: 30px;
	position: absolute;
	top: 45px;
	opacity: 0.7;
	display: none;
	z-index: 999;
}
.Cbuttons:hover{
	color: #ffffff;
	opacity: 1;
	cursor: pointer;
}
.Cbuttons.next{
	right: 8px;
}
.Cbuttons.prev{
	left: 8px;
}

.donut-chart{
	margin: 0px auto !important;
	width: 100%;
	height: 120px;
}

.boxy-playlist .plrow:nth-child(1) {
	text-align: center;
}


.CBox{
	width: 200px;
	height: 60px;
	padding: 20px;
	margin: 0px;
	margin-left:  45px;
	display: inline-block;
	border: 3px #ffffff solid;
	border-radius: 6px;
	vertical-align: top;
	color: #ffffff;
	font-size: 12px;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}
.CBox:hover{
	background: #005daa;
	border-color: #005daa;
	cursor: pointer;
}

.CBox span{
	font-size: 18px;
}
.CBox .a{
	color: #ffffff;
	font-size: 18px;
	word-wrap: break-word;
}
.CBox .a:hover{
	-o-transition:.1s;
	-ms-transition:.1s;
	-moz-transition:.1s;
	-webkit-transition:.1s;
	transition:.1s;
	cursor: pointer;
	color: #ffffff;
}
.CBox.center{
	text-align: center;
	padding-top: 38px;
	padding-bottom: 0px;
	font-size: 25px;
}
.upNextText span{
	font-size: 12px;
}




/* boxy-playlist  (medium) */
.boxyM .CBox .a{
	font-size: 12px;
}
.boxyM .CBox{
    width: 131px !important;
    min-height: 58px !important;
    margin-left: 17px !important;
    padding: 0px !important;
    border: none !important;
}
.boxyM .CBox:first-child{
	border-right: 3px rgba(255,255,255,0.20) solid !important;
}
.boxyM .CBox.center{
	padding-top: 27px !important;
	padding-bottom: 0px;
	font-size: 25px;
	height: 40px !important;
}
.boxyM .CBox.center .a{
	font-size: 16px !important;	
}

.boxyM .CarouselsNum{
	height: 60px;
	overflow-y: hidden; 
	overflow-x: hidden;
	position: relative;
}
.boxyM .plrow:last-child ul li {
	width: 97px !important;
}
.boxyM .plrow:nth-child(2) {
	height: 54% !important;
}
.boxyM .plrow:first-child {
    height: 0% !important;
}
.boxyM .Cbuttons{
	font-size: 24px !important;
	top: 19px !important;
}



.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.cmn-toggle-round + label {
  padding: 3px;
  width: 32px;
  height: 10px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 14px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #32a3dc;
}
input.cmn-toggle-round:checked + label:after {
   margin-left: 23px;
}


