header {
	/*background: rgb(0,46,111);
	background: -moz-linear-gradient(top,  rgba(0,46,111,1) 0%, rgba(3,90,182,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,46,111,1) 0%,rgba(3,90,182,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,46,111,1) 0%,rgba(3,90,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e6f', endColorstr='#035ab6',GradientType=0 );*/
	color: #fff;
}
.logo-text {
	color: #fff;
}
.header-contact h1 {
	color: #fff;
}
ul.menu li .item {
	color: #fff;
}
ul.menu li.active .item, ul.menu li:hover .item {
	background: #47AA42 none repeat scroll 0% 0%;
}
#top > .container {
	padding: 0;
	position: relative;
}
#top .room-gallery {
	height: 562px;
	margin: 0px;
}
#top .room-gallery img {
	width: 100%;
	height: auto;
}
.promo {
	position: absolute;
	bottom:0; left:15px;
	background: rgba(0,0,0,0.9);
	color: #fff;
	padding: 0 15px;
	border: none;
	border-radius: 0;
}
.top-right {
	position: absolute;
	top: 0; right: 30px;
	width: 218px;
}
.top-right img {
	width: 100%;
}
.top-right p {
	position: relative;
}
.top-right p span {
	position: absolute;
	bottom:0;
}
#top > .container {
	background: none;
}
