.v-login-emedias {
	float: left;
	display: block;
	width: 100%;
	border: 1px solid #cc81f7;
	border-radius: 50px;
}
 
.v-pages-section {
	margin: 30px auto;
}
.v-pages-section h6 {
	padding: 20px 0;
	color: #1b4d71;
}
.v-pages-section th, .v-pages-section td {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
.photo-background {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  box-shadow: 0 -4px 3px -2px #c3c2c2;
  width: 100%;
  transform: scale(0.87);
  transition: 0.32s;
}
 
.photo-author {
  background-size: 68px;
  background-position: center;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transform: scale(1.18) translate(0, -6px);
  transition: transform 0.42s ease-out, opacity 0.58s, width 0s 0.6s, height 0s 0.6s;
}
 
  /* News Ticker */
	.e-news-ticker {
		background: rgb(34,193,195);
		background: linear-gradient(40deg, rgb(210, 13, 196) 0%, rgb(11, 215, 173) 100%);
		position: fixed;
		bottom: 0;
		z-index: 999999999999;
		width: 100%;
	}
	.emedias-breaking-news a {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		margin: 5px 10px;
		text-decoration: navajowhite;
	}
	.emedias-breaking-news a img {
		border-radius: 50%;
		width: 35px;
		height: 35px;
	}
	.emedias-breaking-news {
		padding: 8px;
	}
 #v-ticker {
	height: 70px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 5px;
 }

 #v-ticker img {
	width: 40px;
	float: left;
	height: 40px;
	border-radius: 50px;
	margin-right: 20px;
	margin-top: 15px;
 }
 #v-ticker a {
	font-size: 22px;
	color: #fff;
	text-shadow: 1px 2px #886e6e;
 }
 .v-breaking {
	width: auto;
	position: absolute;
	left: 0px;
	max-width: 200px;
 }
 #v-ticker a:hover {
	color: #ffb506;
	text-shadow: 1px 2px #7e7c02;
 }

 @-webkit-keyframes ticker {
	0% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	}
	100% {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
 }
 @keyframes ticker {
	0% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	}
	100% {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
 }
 .ticker-wrap {
	width: 100%;
	padding-left: 100%;
	box-sizing: content-box;
 }
 .ticker-wrap .ticker {
	display: inline-block;
	height: 4rem;
	line-height: 4rem;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
 }
 .ticker-wrap .ticker__item {
	display: inline-block;
	padding: 0 2rem;
	font-size: 2rem;
	color: white;
 }

 .ticker:hover { animation-play-state: paused; }
 /* News Ticker */

/* emedias responsive */
@media (max-width: 767px) {
	.v-breaking {
		width: 100px;
		margin-right: -9px;
		position: absolute;
		top: -16px;
	}
	#v-ticker {
		height: 62px;
	}
	#v-ticker img {
		width: 30px;
		float: left;
		height: 30px;
		border-radius: 50px;
		margin-right: 20px;
		margin-top: 16px;
	}
}
/* emedias responsive */  


/* e Blog */

.v-tagcloud a {
	padding: 5px;
	background: #00abff;
	color: #fff;
}
.ms-video-icon, .ms-context-icon {
	font-size: 0;
	position: relative;
}
.ms-video-icon::before, .ms-context-icon::before {
	font-size: 0;
	padding: 18px 25px;
	position: absolute;
	left: 5px !important;
	top: 5px !important;
}
.ms-video-icon::before {
	content: "V";
	background: url(../e-images/video.png) no-repeat;
}
.ms-context-icon::before {
	content: "T";
	background: url(../e-images/context.png) no-repeat;
}
.v-pages-section.v-pages-author {
	background: url(../e-images/author.jpg);
	padding: 40px 0;
}
/* e Blog */
.emedias-live {
	padding: 10px 0 50px 0;
}