@charset "UTF-8";
header {
	background-color: rgba(255,255,255,0.97);
	position: absolute;
	z-index: 999;
	height: 60px;
	width: 100%;
	left: 0px;
	top: 0px;
}
header img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


/*---*/
.room-names {
	width: 100%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	position: absolute;
	bottom: 30px;
}
.name-link, .room-description, .room-title {
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		font-weight: 300;
}
.name-link {
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	display: inline-block;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#slides .room-description .cap {
	font-size: 14px;
}
.name-link:hover {
	font-size: 30px;
	padding-top: 0px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	margin-top: -5px;
}

.room-description {
	width: 26%;
	/*height: 200px;*/
	right: 0%;
	position: absolute;
	background-color: #bb5857;
	opacity: .9;
	z-index: 100;
	margin-top: 400px;
	color: rgba(255,255,255,1.00);
	line-height: 30px;
	padding-left: 40px;
	font-size: 20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.room-description .type {
	font-size: 35px;
	line-height: 40px;
}

.room-title {
	width: 25%;
	position: absolute;
	background-color: #bb5857;
	opacity: .95;
	z-index: 100;
	margin-top: 470px;
	color: rgba(255,255,255,1.00);
	font-size: 26px;
	line-height: 40px;
	padding: 50px;
}
.room-title.right {
	right:0%;
}
.room-title.left {
	left:0%;
	text-align:right;
}
