@charset "utf-8";
*{
	box-sizing:border-box;
}
html,body{
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
body{
	background-image:url(../img/bg.jpg);
	background-size:cover;
	background-position:center bottom;
	font-family:Verdana, Geneva, sans-serif;
	overflow:hidden;
	color:#fff;
}
.main{
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	padding:30px;
}
.left-img{
	position:absolute;
	bottom:185px;
	top:30px;
	left:30px;
	width:200px;
	z-index:99;
}
.left-img figure,.left-img figure img{
	height:100%;
	max-height:544px;
}
.left-img figure{
	position:absolute;
	bottom:0;
	margin-bottom:0;
	opacity:.4;
}
.contact-wrapper{
	width:530px;
	float:left;
	z-index:99;
	position:relative;
}
.contact-wrapper > div{
	display:inline-block;
	vertical-align:middle;
}
.icon-wrapper{
	width:70px;
	margin-right:30px;
}
.icon-wrapper *{
	width:100%;
	margin-bottom:0;
}
.contact-details{
	
}
.contact-details h1{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:10px;
	color:#00ffff;
}
.contact-details h1 small{
	display:block;
	font-weight:normal;
	color:#fff;
	font-size:.7em;
}
.contact-details p{
	font-size:.9em;
	line-height:1.1em;
	margin-bottom:10px;
}
.contact-details p:last-child{
	font-size:.8em;
	margin-top:2px;
	color:#717070;
}
.contact-details p a{
	color:#fff;
	text-decoration:none;
}
.tel{
	color:#cb8fa0;
	font-size:1.2em;	
}
.tel a{
	font-weight:bold;
	color:#cb8fa0 !important;
}
.map-link-wrapper{
	display:block;
	float:right;
	z-index:99;
	position:relative;
	top:46px;
}
.map-link-wrapper figure{
	margin-bottom:0;
}
.map-link-wrapper a{
	color:#fff;
	text-decoration:none;
	font-size:.85em;
}
.map-link-wrapper img{
	max-width:70px;
	vertical-align:bottom;
	margin-left:5px;
}
.sing-wrapper{
	position:absolute;
	right:72px;
	width:400px;
	bottom:30px;
	z-index:9;
}
.sing-wrapper *{
	width:100%;
	margin-bottom:0;
}
@media only screen and (max-width:899px){
	.contact-wrapper, .contact-details,.icon-wrapper,.map-link-wrapper{
		width:100%;
		margin-right:0;
		text-align:center;
	}
	.icon-wrapper{
		margin-bottom:10px;
		margin-top:-92px;
	}
	.icon-wrapper img{
		max-width:70px;
	}
	.contact-details h1{
		font-size:1.1em;
	}
	.contact-details p,.map-link-wrapper a{
		font-size:.85em;
	}
	.tel{
		font-size:.95em;
	}
	.contact-details p:last-child{
		font-size:.7em;
	}
	.map-link-wrapper{
		position:absolute;
		top:calc(100% - 40px);
		left:50%;
		transform:translateX(-50%);
	}
	.map-link-wrapper img{
		max-width:30px;
	}
	.main{
		padding:20px 20px 40px;
	}
	.sing-wrapper{
		right:auto;
		left:50%;
		transform:translateX(-50%);
		max-width:300px;
		bottom:-30px;
	}
}
@media only screen and (max-width:469px){
	.email-wrapper{
		display:block;
	}
}