/* Global properties ======================================================== */
html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	font: 14px/18px "Times New Roman", Times, serif;
	color: #979797;
	min-width: 1020px;
	background: #fff;
	background-image: url("https://onlineweblive.com/templates/flora/images/background.jpg");
}

/***********************************************************************/
a {
	cursor: pointer;
	color: #937bb8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h2 {
	font-family: "Great Vibes", cursive;
	font-size: 48px;
	line-height: 60px;
	color: #b3b3b3;
	font-weight: normal;
	margin-bottom: 30px;
	margin-bottom: 30px;
	color: #937bb8;
	border-bottom: #dddddd 1px solid;
}
h2 span {
	color: #937bb8;
}

/******************************************************************/

/*********************************header*************************************/
header {
	width: 1020px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -510px;
	z-index: 1000;
}

/*********************************content*************************************/
#content {
	width: 960px;
	margin: 0 auto;
}
.img-border {
	border: #dddddd 1px solid;
}

/****************************footer************************/
footer {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	padding: 23px 0px 20px 0;
	border-top: 4px solid #b1a8a873;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
footer p {
	float: left;
	width: 320px;
	padding-top: 3px;
}

/**************************bagckground auduio*****************************/
.mute {
	background: url("https://onlineweblive.com/templates/flora/images/images/Mute.png") no-repeat;
	background-size: 48px;
}
.Unmute {
	background: url("https://onlineweblive.com/templates/flora/images/images/UnMute.png") no-repeat;
	background-size: 48px;
}

#btnMute {
	width: 48px;
	height: 48px;
	position: fixed;
	right: 0px;
	z-index: 999;
}
.event-date {
	font-family: arial;
	font-size: large;
	margin-left: 30px;
}

center {
	display: inline-block;
	position: relative;
}

.ended::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	/* background-color: black; */
	/* background-repeat: no-repeat;
	background-position: center;
	background-size: 64px 64px; */
	background: url("https://onlineweblive.com/images/background/yred.png") center center no-repeat,
		url("https://onlineweblive.com/images/background/WebliveBackground.jpg") center center no-repeat;
	background-size: 10%, auto;
}

.paused::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 50px;
	right: 0;
	cursor: pointer;
	/* background-color: black; */
	/* background-repeat: no-repeat;
	background-position: center; */
	background: url("https://onlineweblive.com/images/background/yred.png") center center no-repeat,
		url("https://onlineweblive.com/images/background/WebliveBackground.jpg") center center no-repeat;
	background-size: 10%, auto;
}
