@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;	
}
.clear{
	clear:both;
	line-height:0;
	font-size:0;	
}
.break{
	display:block;
}
html,body{
	height:100%;	
}
a{
	text-decoration:none;
	color:#e7daad;
}	
body{
	font-family: 'Montserrat', sans-serif;
	color:#e7daad;
}
.sp-wrapper-outer{
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
}
.sp-wrapper{
	width:100%;
	height:100%;
	display:table;	
}
.sp-inner-wrapper{
	background:url(images/cover_hotel_phillips.jpg) no-repeat center center;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	padding:0 15px;
}
.sp-logo{
	padding-bottom:40px;	
}
.sp-logo img{
	display:block;
	margin:0 auto;
	width:100%;
	max-width:530px;
}
.sp-coming-soon{
	text-transform:uppercase;
	padding-bottom:60px;
}
.sp-coming-soon h2{
	font-weight:normal;	
}
.sp-addressinfo{
	padding-bottom:15px;		
}

