/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);



*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #fff;

}

a {
	color: #c0392b;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}






button {
	border: none;
	padding: 0.6em 1.2em;
	background: #c0392b;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button1 {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #0d88de;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
margin-top: 10%;
cursor: pointer;
}

button2 {
display: inline-block;
text-decoration: none;
padding: 10px 10px 10px 40px;
background: #efefef url('../img/mapicon.png') no-repeat left center;
color: #0d88de;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
margin-top: 9px;
cursor: pointer;
}



button3 {
	border: none;
	padding: 0.6em 1.2em;
	background: #efefef;
	color: #78a3c6;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

.fhnd{
	position: absolute;
	left: 65px;
	top: 10px;
}

button4{
	width: 207px;height: 102px;
	cursor: pointer;
	position: relative;
	top: 430px;
}


button:hover {
	background: #A5281B;
}
button1:hover {
	background: #A5281B;
}

