#organizer{ color: #696969; }
#organizer a{ color: #333 !important; text-decoration: none; }

@media screen and (min-width: 768px)
{
	#submenu
	{
		width: 788px;
		height: 40px;
		margin-left: -394px;
	}
}


.btnRegistration{
	margin-top: 50px;
	display: inline-block;
	background: #45aea0;
	border: 3px solid #fff;
	font-weight: bold;
	color: #fff !important;
	padding:	8px 20px;
	font-size: 18px;
}
.btnRegistration:hover{
	border: 3px solid #45aea0;
	color: #45aea0 !important;
	background: #fff;
}

#headerText
{
	clear: both;
	top: 20px !important;
	position: relative !important;
	width:	1024px !important;
	margin: 0 auto !important;
	text-align: left !important;
	text-shadow: 0px 0px 7px rgba(33,33,33,.5);
}

#headerText h1{
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#headerText h2{
	font-size: .6em;
	font-weight: normal;
}

#subMenuContent
{
	font-size: .8em;
	padding-top: 4px;
}

#content h1
{
	font-weight: 500;
	color: #134667;
}

#content table, #content table tbody, #content table tbody tr, #content table tbody tr td  
{
	border-width: 0px;
}

#content table tbody tr
{
	border-bottom: 1px solid #ccc;
}
#content table tbody tr:last-child{
	border-bottom-width: 0px;
}

#content table tbody tr td
{
	border-right: 1px solid #ccc;
	padding: 3px;
}
#content table tbody tr td:last-child
{
	border-right-width: 0px;
}

#content ul
{
	list-style: circle;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

#content ul.endorsingOrganisation
{
	color: #3a76b1;
}

#btnCountdown
{
	display: block;
	width: 283px;
	height: 81px;
	background: url('../img/btnCountdown.png') no-repeat;
	position: relative;
	top: 0;
	left: 0;
	color: #fff !important;
	margin-top: -110px;
	margin-left: 250px;
}

.conference #btnCountdown
{
	background-image: url('../img/btnCountdown_conferenceTemplate.png');
	margin-top: -00px;
	margin-left: -2px;
}

#btnCountdown:hover{ color: 	#b1cad9 !important; }
.conference #btnCountdown:hover{ color: 	#EFEFEF !important; }

#btnCountdown .count
{
	font-size: .9em;
	display: block;
	position: absolute;
	top: 14px;
	left: 27px;
}

#btnCountdown .label
{
	font-size: 0.7em;
	display: block;
	position: absolute;
	top: 18px;
	left: 131px;
	line-height: 23px;
	text-align: center;
}

#supportingOrganisations
{
	float: left;
	background: #eee;
	width: 100%;
}
.organiserContent
{
	width: 960px;
	margin: 10px auto;
}

@media screen and (max-width: 1024px)
{
	#headerText{
		padding-left: 20px;
	}
	#headerText h1{
		font-size: 1.1em;
		letter-spacing: 0;
	}
	#content h1
	{
		font-size: 1.5em;
	}
}
@media screen and (max-width: 768px)
{
	#headerText{
		padding-top: 140px;
	}
	#btnCountdown
	{
		display: none;
		visibility: hidden;
	}
	
	#headerImage #headerText #conferenceLogo {
		 width: 180px;
		 height: 94px;
		 background-size: 180px 94px;
		 margin: 0px 0px 0px -13px;
	}	
}

.frmSubscribe
{
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
}

.frmSubscribe input[type=text]
{
	border: 1px solid #CCC;
	color:	#333;
	padding: 2px 5px;
	height:	30px;
	width: 250px;
	margin-top: 20px;
}

.frmSubscribe input[type=submit]
{
	border: 0px;
	background: #22526c;
	color: #fff;
	padding: 5px 10px;
	margin-top: 5px;
}


