#wrapper {
	margin: 0 auto;
	width: 85%;
	/* background-color: #FFF; */
	background-color: #58c5ff;
	border: 1px solid #878e63;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(12,3,15,0.8);
}

body {
	background-color: #728189;
	margin: 0px;
	font-family: verdana;
	color: #97e83;
	font-size: 14px;
}

header{
	height: 100px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: right;
	/* background-color: #697e83; */
	background-color: #030d13;
}

nav {
	margin: 10px;
	height: 35px;
	font-size: 100%;
	font-weight: bold;
	width: 90%;
	padding-bottom: 8px;
}

nav ul li a, nav ul li:hover ul, nav ul li ul li{
	display: block;
}

nav ul {
	list-style-type: none;
	background-color: #fff;
	padding: 0;
}

nav ul li {
	display: inline-block;
	position: relative;
	padding: 5px 3%;
	text-align: left;
}

nav ul li ul{
	min-width: 100%;
	opacity: 0.9;
	display: none;
	position: absolute;
}

nav ul li ul li a{
	text-align: center;
	padding: 8px;
}

nav ul li a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #000;
}

nav ul li a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

nav ul li a:hover:before{
	visibility: visible;
	transform: scaleX(1);
}

nav ul li:hover, :link{
	text-decoration: none;
	cursor: pointer;
	color: white;
}

nav a:link{

	color: #00486e;
	font-weight: bold;
}

nav a:hover{
	color: #000;

}*/

ul {
	list-style-type: disc;
}


h1, h2, h3 {
	text-align: left;
}

h1{
	font-family: Lobster Two, regular;
	letter-spacing: 0.5px;
	font-size: 60px;
	margin: 0px;
	padding: 10px 0 0 10px;
	color: #fff;
}

h2{
	font-size: 27px;
	margin: 0px;
	text-transform: uppercase;
	color: #000;
}

h3 {
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	text-transform: uppercase;
	/* color: #000; */
	letter-spacing: 0.5px;
}

p{
	margin: 10px 0px;
	padding: 0px;
	font-size: 13px;
}

main p{
	text-align: justify;
	line-height: 150%;
}

p a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5px;
}

img{
	width: 100%;
}



aside, section{
	display:inline-block;
	vertical-align: top;
	word-wrap: break-word;

}

aside{
	width: 15%;
	padding: 10px 10px 10px 24px;
	margin-left: 15px;
	float: left;
}

section{
	width: 75%;
	padding: 0px 4px 6px 8px;
	border-left: 1px solid #959592;
	float: right;
}

form input[type=submit]{
	width: 110px;
	padding: 13px;
	border: 0;
	cursor: pointer;
	background-color:#697e83;
	border-radius: 2px;
}

input[type=text], [type=email]{
	padding: 10px;
	border-radius: 2px;
}

form{
	padding-top: 15px;
}

span{
	font-weight: bold;
}

aside ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
aside ul li{
	padding-bottom: 10px;
}
aside ul li a{
	text-decoration: none;
}

.subscribe{
	background-color: #00486e;
	color: white;
	text-align: center;
	padding: 15px;
	width: 28%;
	float: left;
}

#group{
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #00486e;

}

footer{

	background-color: #030d13;

	color: #fafafa;
	font-weight: bold;
	padding: 30px;
	font-size: 70%;
	text-align: center;
}

.sideleft{
	padding: 0 12px 10px 5px;

	width: 75%;

	float: right;
	border-right: 1px solid #959592;
}

.sideleft h2{
	padding-bottom: 10spx;
}

.sideright{
	padding: 2px;
	width: 0%;
	float: right;
}

.clear{
	clear: both;
}



.banner{
	width: 100%;
	height: 538px;
	position: relative;
}

#slider{
	width: 100%;
	height: 538px;
	position: absolute;
	overflow: hidden;
}

#next{
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	background-color: #1aaba5;
	position: absolute;
	top: 205px;
	right: 0px;
	z-index: 99;
	cursor: pointer;
	opacity: 0.4;
}

#prev{
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	background-color: #1aaba5;
	position: absolute;
	top: 205px;
	left: 0px;
	z-index: 99;
	cursor: pointer;
	opacity: 0.4;
}

.banner:hover #next{
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}

.banner:hover #prev{
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}



nav ul ul{
	position: absolute;
	padding: 0;
	opacity: 0.9;
	z-index: 999;
}

#curtain{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.4)
}

#light{
	max-width: 80%;
	max-height: 80%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}

#close{
	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 990;
}



.room{
	width: 200px;
	float: left;
	padding: 0 10px 15px 0;
}

.room2{
	width: 140px;
	float: left;
	padding: 0 10px 15px 0;
}

.room3{
	width: 250px;
	float: left;
	padding: 0 10px 15px 0;
}


.roomtext{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}



table{
	width: 100%;
	max-width: 1px;
}

@media only screen and (max-width: 1024px){
	body{
		margin: 0px;
	}
	nav, section, main, aside, .sideleft, .sideright{
		width: 100%;
		float: none;
	}
	#wrapper{
		width: auto;
		min-width: 0px;
		margin: 0px;
		padding: 0px;
		box-shadow: none;
	}
	header h1{
		font-size: 300%;
		text-align: center;
	}
	nav{
		float: none;
		width: auto;
	}
	nav li{
		display: inline-block;
		padding: 0.5em;
	}
	nav ul{
		text-align: center;
	}
	nav a{
		border-style: none;
	}
	h1, h2{
		font-size: 120%;
		text-align: center;
	}
	p{
		font-size: 90%;
	}
	.sideleft{
		width: 95%;
		border-right: none;
	}
}
