@charset utf-8;
@import url(http://fonts.googleapis.com/css?family=Roboto);
body {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	background: #4c4c4c;
	font-family: 'Roboto', sans-serif, arial;
}

.intro_buttons {
	width: 100%;
	height: 90%;
	position: relative;
	display: table;
	overflow: hidden;
}

.intro_button {
	width: 100%;
	height: 50%;
	position: absolute;
	
	overflow: hidden;
}

.intro_button img {
	position: absolute;
	/*width: 100%;
	height: 100%;*/
}

.btn {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	display: table;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

}
#bg1 {
	top: 0;
}
#bg2 {
	bottom: 0;
}

#bg1,
#bg2 {
	z-index:1000;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-o-transition: height 1s;
	-ms-transition: height 1s;
	transition: height 1s;
}

.intro_button a {
	width: 100%;
	height: 100%;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 60px;
	/*text-shadow: 1px 1px 2px black, 0 0 1em black;*/
}

.intro_footer {
	width: 100%;
	height: 10%;
	bottom: 0;
	display: table;
	background-color: #f0253b;
	font-family: arial;
}

.intro_footer_in {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

/*.intro_footer a {
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family: arial;
	text-shadow: 1px 1px 2px black, 0 0 1em black;
}*/

.a_lists {
	margin: 0 auto;
	display: table;
}

.a_list {
position: relative;
display: table;
font-size: 14px;
float: left;
margin: 0px 5px;
}

#address {
position: relative;
float: left;
background-image: url("map.png");
width: 12px;
height: 16px;
margin-right: 12px;
}

#phone {
position: relative;
float: left;
background-image: url("tel.png");
width: 12px;
height: 20px;
margin-right: 12px;
}

#email2 {
position: relative;
float: left;
background-image: url("email2.png");
width: 14px;
height: 12px;
margin-right: 12px;
margin-top: 2px;
}