/**
 * Coming soon page
 */
html {
	width: 100%;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.flashContainer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.flashContainer .gcb_image_current, .flashContainer .gcb_image_next {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.flashContainer .bannerImage
{
	width: 100%;
	height: 100%;
}

.hotellogo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 450px;
	margin-top: -225px;
	margin-left: -225px;
	z-index: 50;
	text-align: center;
}

.hotellogo span {
	height: 0;
	line-height: 0;
	overflow: hidden;
	display: block;
	font-size: 1px;
}

.hotellogo p {
	position: fixed;
	left: 0;
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 32px;
	color: #ffffff;
}

.content {
	position: absolute;
	z-index: -1;
	text-indent: -9999px;
	height: 0;
	overflow: hidden;
}