@charset "utf-8";
/* CSS Document */
.zoomLink{
	width:95%;
	margin:8px auto;
	background:#039;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	border-radius:90px;
	padding:12px 30px;
	text-align:center;
}
@keyframes example {
  0%   {width:80%; height:auto; background:#F30; color:rgba(255,255,255,0);}
  100% {width:90%; height:auto;background:#0aa79a; color:rgba(255,255,255,1);}
}
.conferenceHeading{
	padding:0px 0px 0px 0px;
	width:100%;
	margin:0px auto;

	
}
.noMobile{
	display:none;
}
.conferenceHeading p{
	font-family: 'Montserrat', sans-serif;
	font-size:1.6em;
	color:#fff;
	text-shadow:2px 2px #000;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:20px;
}
.confDetails ul li{
	
	list-style-type:none;
	display:inline-block;
	padding:0px 20px;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	background-color:rgba(0,157,167,0.6);
	border-radius:10px;
	padding:10px 15px;
	margin:0px 12px;
	text-shadow:1px 2px 0px #000;
}
.confDetails ul li:first-child{
	background-color:rgba(255,102,0,0.6);
	font-size:1.5em;
	margin-bottom:10px;
}
	.register{
	position: absolute;
	width: 30%;
	height: auto;
	top: 28%;
	left:35%;
	right: 0%;
	animation-name: register;
  animation-duration: 0.7s;
  animation-iteration-count: 9999;
  animation-direction: alternate-reverse;  
	}
	@keyframes register {
  0%   {scale:1;}
  100% {scale:1.5;}
}