@charset "utf-8";
body{
	margin: 0px;
	padding: 0px;
}
.header_wrapper{
	background: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.header_logo{
	padding-top: 5px;
	padding-bottom: 5px;
}
.header_logo img{
	border: none;
}
.header_slogan{
	padding-top: 50px;
}
.header_slogan img{
	border: none;
	padding: 0px;
}
.btnbookonline{	
	color: #000;
	font-size: 18px;
	margin-top: 50px;
}
.btnbookonline a{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;	
	background: #928885;
	color: #000;
	text-decoration: none;
}
.btnbookonline a:hover{
	text-decoration: none;
	background: #b0987c;
}
.header_network{
	color: #b4a588;
	padding-top:15px;
	font-size: 18px;
}
.header_network a{
	color: #b4a588;
	text-decoration: none;
}
.header_network a:hover{
	color: #fff;
}
.header_network img{
	border:none;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.header_network img:hover{
	filter: none;
  -webkit-filter: grayscale(0%);
}
.nav_wrapper{
	background: #333333;
}
.content_wrapper{
	line-height: 21px;
}
.content_wrapper h1{
	margin-top: 0px;
	font-size: 25px;	
	color: #333;
}
.content_wrapper p{
	color: #555;
}
.welcomebox{
	background: #e5e0d3;
	padding: 20px;
}
.contactbox{
	background: #4e4e4e;
	padding: 20px;
	color: #fff;
}
.contactbox h1{
	margin-top: 0px;
	color: #fff;
}
.contactbox p{
	color: #fff;
}
.contactbox a{
	color: #fff;
	text-decoration: underline;
}
.contactbox a:hover{
	text-decoration: none;
}
.playbox{
	background: #4e4e4e;
	padding: 20px;
	height: 258px;
	color: #fff;
}
.playbox h1{
	color: #fff;
	font-size: 25px;	
	margin-top: 0px;
}
.playbox p{
	color: #fff;
}
.room{
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	-webkit-box-shadow: 0 0 10px #666;
	box-shadow: 0 0 10px #666;
  border: 1px solid #f1f1f1;
}
.room:hover{
	background: #eee;
	cursor: pointer;
}
.room h2{
	text-align: center;
	font-size: 21px;
	color: #7f6441;
}
.roomprice{
	font-size: 22px;
	font-weight: bold;
	color: #7f6441;
	padding-right: 10px;
	padding-bottom: 10px;
}
.room p{
	text-align: left;
}
.proprice{
	clear: both;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.proprice span{
	font-family: Arial;
	letter-spacing: normal;
	line-height: 28px;
}
.propriced{
	font-size: 18px;
	color: #666;
	text-decoration: line-through;
}

.btnreadmore{
	margin: 0px;	
	padding-top: 10px;
}
.btnreadmore a{	
	background: #7a7a7a;
	color: #e5d9b9;
	font-weight:bold;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btnreadmore a:hover{
	background: #a29c9a;
	text-decoration: none;
}
.footer_wrapper{
	margin-top: 30px;
	border-top:1px solid #ddd;
}
.footer_wrapper ul{
	padding-top: 10px;
	list-style: none;
	margin: 0px;
}
.footer_wrapper ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.footer_wrapper ul li a{
	color: #666;
	padding-left: 21px;
	padding-right: 21px;
	text-decoration: none;
}
.footer_wrapper ul li a:hover{
	color: #bcb296;
}
.footer_wrapper p{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #666;
}
.padding-format{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btnbook {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
	background:-moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
	background-color:#7d5d3b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
}
.btnbook:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
	background:-moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
	background-color:#634b30;
}
.btnbook:active {
	position:relative;
	top:1px;
}
.alert-danger{
	padding: 8px;
	text-align: center;
	border-bottom: 5px solid #dda918
}
.alert-success{
	padding: 8px;
	text-align: center;
	border-bottom: 5px solid #dda918
}
@media only screen and (max-width: 600px){
	.btnbookonline{
		margin-top: 15px;
	}
	.playbox{
		height: auto !important;
	}
	.amazingslider-text-box-1{
		visibility: hidden;
		display: none;
	}
	.footer_wrapper{
		border: none;
	}
	.footer_wrapper ul{
		padding: 0px;
		margin: 0px;
	}
	.footer_wrapper ul li{
			float: none;
			border-bottom: 1px solid #ddd;
	}
	.footer_wrapper ul li a{
		padding-left: 15px;		
		line-height: 30px;
	}
}