.EventsHead{

		background: -webkit-linear-gradient(90deg, #73C899 10%, #373B54 90%); /* Chrome 10+, Saf5.1+ */
		background:    -moz-linear-gradient(90deg, #73C899 10%, #373B54 90%); /* FF3.6+ */
		background:     -ms-linear-gradient(90deg, #73C899 10%, #373B54 90%); /* IE10 */
		background:      -o-linear-gradient(90deg, #73C899 10%, #373B54 90%); /* Opera 11.10+ */
		background:         linear-gradient(90deg, #73C899 10%, #373B54 90%); /* W3C */
         
}
	#maps
	{	
		border: 7px solid black;
		margin-top:2%;
		margin-bottom:4%;
		height:395px;
	}
	#gmaps
	{
		margin-top:-20px;
		background-color:#ff8888;
		height:500px;
	}
	
	#marker
	{
		width:50px;
		height:50px;
		position:absolute;
		margin-left:30%;
		margin-bottom:2%;
	}
	.back-to-top {
		background: none;
		margin: 0;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 70px;
		height: 70px;
		z-index: 90;
		display: none;
		text-decoration: none;
		color:#80F800;
		background-color:;
	}

	.back-to-top i {
		font-size: 60px;
		}
		.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:3px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	padding:10px 21px;
	text-decoration:none;
	margin-left:40%;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
	color:white;
}
.myButton:active {
	position:relative;
	top:1px;
	color:white;
}
