/* Website template by freewebsitetemplates.com */
/*------------------------- Layout styles ------------------------*/
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.jpg) repeat-x left top;
	background:url(../images/bg_flower.jpg) repeat;

}
a {
	outline:none;
}
a img {
	border:0;
	display:block;
}
.page {
	background:url(../images/bg-page.jpg) repeat-x left top;
}
p a:hover {
	color:#5f3f06!important;
}
/*------------------------- Header ------------------------*/
.header {
	width:100%;
	padding:0 1px;
	margin:0 auto;
}
.header ul.navigation {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	padding:0 28px 30px;
	float:left;
	width:100%;
}
.header ul.navigation li:first-child {
	margin:0;
}
.header ul.navigation li.selected {
	border-width: 1px;
	border-style: none solid;
	border-color:#836292;
	/*background:url(../images/bg-body.jpg);*/
	color:#fff;
}
.header ul.navigation li {
	float:left;
	height:55px;
	margin:0 0 0 10px;
}
.header ul.navigation li a {
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#b9a6c1 !important;
	text-shadow:0 1px 0 #2a1730;
	line-height: 50px;
	padding:0 15px;
	letter-spacing:0.1em;
}
.header ul.navigation li a:hover {
	color: #fff !important;
}
.header .connect {
	float:right;
	overflow:hidden;
	padding:16px 10px 0 0;
}
.header .connect a {
	float:left;
	display:block;
	text-indent:-99999px;
}
.header .connect a#facebook {
	background:url(../images/icons.png) no-repeat 0 0;
	height:24px;
	width:22px;
	margin:0 18px 0 0;
}
.header .connect a#facebook:hover {
	background:url(../images/icons.png) no-repeat 0 -26px;
}
.header .connect a#twitter {
	background:url(../images/icons.png) no-repeat -28px 0;
	height:24px;
	width:33px;
	margin:0 18px 0 0;
}
.header .connect a#twitter:hover {
	background:url(../images/icons.png) no-repeat -28px -26px;
}
.header .connect a#googleplus {
	background:url(../images/icons.png) no-repeat -67px 0;
	height:22px;
	width:24px;
}
.header .connect a#googleplus:hover {
	background:url(../images/icons.png) no-repeat -67px -26px;
}
.header a#logo {
	clear:both;
	display:block;
	margin:0 auto 39px;
	height:100%;
	width:100%;
}
.header .featured {
	position:relative;
	padding:22px 0 0;
	margin-left:0px;
}
.header .featured img {
	display:block;
	width: 100%;
	margin: 0px auto;
}
.header .featured ul {
	list-style:none;
	padding:2px 13px 0;
	margin:0 auto;
	width: 80%;
	position:absolute;
	z-index: 40;
	top:0;
	left: 10%;
	background: #dcca96;
	height:auto;
	border-radius:10px;
}
.header .featured ul li:first-child {
	margin:0;
}
.header .featured ul li.selected {
	border-radius:5px 5px 0 0;
	background:url(../images/bg-nav2.png) repeat-x;
}
.header .featured ul li {
	height:auto;
	text-align: center;
	margin: 0 0 0 45px;
}
.header .featured ul li.selected a {
	height: 41px;
	background:url(../images/bg-selected-nav.png) no-repeat center bottom;
	color:#ffeebe;
	text-shadow:0 1px 0 #8a7c54;
}
.header .featured ul li a {
	color:#675521;
	text-transform:uppercase;
	text-shadow:0 1px 0 #f3e0a9;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
	padding:0;
	height:auto;
	display:block;
	line-height: 33px;
	letter-spacing:1px;
}

@media (max-width: 575.98px){

.header .featured ul {
	list-style:none;
	padding:0px 13px 0;
	margin:0 auto;
	width: 100%;
	position:absolute;
	z-index: 40;
	top:0;
	left: 0;
	background: #dcca96;
	height:auto;
	border-radius:0px;
}
.header .featured ul li:first-child {
	margin:0;
}
.header .featured ul li.selected {
	border-radius:5px 5px 0 0;
	background:url(../images/bg-nav2.png) repeat-x;
}
.header .featured ul li {
	height:auto;
	text-align: center;
	margin: 0 0 0 45px;
}
.header .featured ul li.selected a {
	height: 41px;
	background:url(../images/bg-selected-nav.png) no-repeat center bottom;
	color:#ffeebe;
	text-shadow:0 1px 0 #8a7c54;
}
.header .featured ul li a {
	color:#675521;
	text-transform:uppercase;
	text-shadow:0 1px 0 #f3e0a9;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	text-decoration:none;
	padding:0;
	height:auto;
	display:block;
	line-height: 18px;
	letter-spacing:1px;
}
}
/*------------------------- Body ------------------------*/
.body {
	margin: 0;
	padding: 0;
	position: relative;
}
.body div {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.body div div:first-child {
	margin: 0;
	padding: 0;
	width: 100%;
	background:none;
	position:static;
}
.body div div {
	/*background:url(../images/bg-frame.jpg) no-repeat;*/
	float: left;
	height: auto;
	margin: 29px 0 0 26px;
	padding: 0;
	width: 100%;
	position: absolute;
	right:29px;
	z-index: 20;
}
.body div div:first-child ul:first-child {
	padding:23px 0 0 25px;
}
.body div div:first-child ul {
	list-style:none;
	padding:20px 15px;
	margin:0;
	width:100%;
	overflow: hidden;
}
.body div div:first-child ul li:first-child {
	margin:0;
}
.body div div:first-child ul li {
	float: left;
	margin:0 0 0 22px;
	padding:0;
}
.body div div:first-child ul li a {
	height: 168px;
	width: 258px;
	display:block;
	background:url(../images/bg-thumbnails.jpg) no-repeat;
}
.body div div:first-child ul li a img {
	padding: 9px 0 0 9px;
}
.body div div:first-child ul li a img:hover {
	filter:alpha(opacity=90);/* Needed for IE7 */
	opacity:0.9;
}
.body div div:first-child ul li p {
	margin:1px 0 0 5px;
	font-size:18px;
	color:#5a4271;
	font-family:"Times New Roman", Times, serif;
	line-height: normal;
	letter-spacing:0.05em;
}
.body div div h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#5a4271;
	text-transform:uppercase;
	text-align:center;
	margin:80px 0px 15px;
	line-height:24px;
	letter-spacing:0.1em;
	font-weight: 600;
}
.body div div ul {
	list-style:none;
	padding:10px 20px 0;
	margin:0;
}
.body div div ul li:first-child {
	/*background:none;*/
}
.body div div ul li {
	padding:13px 21px 5px;
	background:url(../images/arrow.png) no-repeat left;
}
.body div div ul li h4 {
	margin:0;
	font-size:22px;
	color:#5a4271;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration:none;
	line-height:24px;
}
.body div div ul li h4 a {
	text-decoration:none;
	color:#5a4271;
}
.body div div ul li h4 a:hover {
	text-decoration:underline;
}
.body div div ul li span {
	color: #8A836F;
	display: block;
	font-size: 12px;
	margin: 9px 0 0;
}
.body div div ul li p {
	color:#665e48;
	font-size:14px;
	line-height:24px;
	margin: 4px 0 11px;
	letter-spacing:0.05em;
}
.body div div ul li p a {
	color:#665e48;
}
.body div div ul li p a:hover {
	color: #5A4271;
}

.body p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#534f45;
	line-height:22px;
	text-align:justify;
	}

.body .section {
	height: auto;
	margin: 0;
	padding: 10px 15px;
	position: absolute;
	right: 1px;
	width: 100%;
	background:#96875a;
	z-index: 10;
}
.body .section p {
	margin:0!important;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-size:20px;
	color:#fff!important;
	line-height:30px;
	font-weight:normal;
	width: 100%;
	text-align:center;
	letter-spacing:0.1em;
}
.body .section p a {
	color:#fff;
}
.body .section p a:hover {
	color: #5A4271;
}
.body .suites h2, .body .activities h2 {
	margin:0;
	color:#5a4271;
	font-size:22px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	padding:30px 0 10px 30px;
	background:none;
	height: auto;
	line-height:30px;
	letter-spacing:0.05em;
}
.body .suites p, .body .activities p {
	padding:0 0 0 30px;
	margin:5px 0 0;
	font-size:14px;
	color:#534f45;
	line-height:30px;
	letter-spacing:0.05em;
}
.body .suites p a, .body .activities p a {
	color:#534f45;
}
.body .activities p span {
	text-transform:uppercase;
}
.body .suites ul li p, .body .activities ul li p {
	padding:0;
	line-height: 30px;
	letter-spacing: 0.05em;
}
.body .about, .body .blog, .body .contact {
	padding: 8px 30px 0;
	margin-top: -70px;
	width:900px;
	min-height:1084px;
}
.body h2 {
	height: 81px;
	margin: 0;
	position: relative;
	top: 8px;
	background-color:#96875a;
}
.body h2 span {
	width:900px;
	padding:0 30px;
	margin:0 auto;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	line-height: 100px;
	letter-spacing:0.1em;
}
.body .about div:first-child, .body .blog div:first-child, .body .contact div:first-child {
	height:auto;
	margin: 132px 0 0;
	width: 528px;
}
.body .about div:first-child h4:first-child, .body .blog div:first-child h4:first-child, .body .contact div:first-child h4:first-child {
	margin:0;
}
.body .about div:first-child h4, .body .blog div:first-child h4 {
	color: #5A4271;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 27px 0 0;
	padding: 0;
	text-align: left;
	line-height:30px;
	letter-spacing:0.05em;
}
.body .contact div:first-child h4 {
	color: #5A4271;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 25px 0 0;
	padding: 0;
	text-align: left;
	letter-spacing:0.05em;
}
.body .about div:first-child p, .body .blog div:first-child p, .body .contact div:first-child p {
	color: #534F45;
	font-size: 14px;
	line-height: 30px;
	margin: 3px 0 0;
	padding: 0;
	text-align:justify;
	letter-spacing:0.05em;
}
.body .about div:first-child p a, .body .blog div:first-child p a, .body .contact div:first-child p a {
	color: #534F45;
}
.body .about div:first-child p a:hover, .body .blog div:first-child p a:hover, .body .contact div:first-child p a:hover {
	color: #5A4271;
}
.body div.suites .section p, .body div.activities .section p {
	font-size: 18px !important;
	letter-spacing: 0.025em;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 545px;
}
.body div.suites div ul {
	padding:16px 20px 0;
}
.body div.suites div ul li {
}
.body div.suites div ul li p {
	line-height: 30px;
	margin: 6px 0;
}
/*------------------------- Footer ------------------------*/
.footer {
	float:left;
	width:100%;
	height:auto;
	background:url(../images/bg_flower.jpg) repeat ;
	position: relative !important;
}
.footer .foarea{
	width:100%;
	margin:0 auto;
	}
.footer p {
	width:100%;
	text-align:left;
	color:#000;
	font-size:11px;
	line-height: 30px;
	padding:20px 0;
	letter-spacing:0.075em;
	margin-bottom: 0rem;
}

.footer .foleft {
	width:100%;
	float:left;
}

.footer .foright {
	width:100%;
	float:right;
	margin-top:15px;
}

.left{width:100%; float:left; height:auto !important; position: relative !important;right: 0 !important; margin: 0 !important;}
.right{width:100%; float:right; height:auto !important; position: relative !important;right: 0 !important; margin: 0 !important;}
.body .con_txt{font-family: "Times New Roman", Times, serif; color:#5A4271; font-size:22px; font-weight:bold;}

.pro_area{width:100%; float:left; height:auto;}
.pro_list li{float:left; padding:8px;}
.pro_img{width:253px; height:200px;}
.pro_txt{font-family:"Times New Roman", Times, serif; color:#272727; font-size:18px; font-weight:normal; text-align:center; line-height:3px;}
.comp_list li{
	margin: 0 15px !important;
	background:none !important;
}
.comp_list{
	padding:0 !important;
}
.comp_list img{
	margin: 15px auto;
}
.inner-bg{
	background: url(../images/bg-content.png) repeat-x left top #deddda;
}
@media (max-width: 575.98px) {
.footer .foright {
width: 100%;
float: right;
margin-top: 35px !important;
}
.section p{
	margin: 0 !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 15px !important;
	color: #fff !important;
	line-height: 15px !important;
	font-weight: normal;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
}	
}

.map-right{
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	right: 0 !important;
}
.address-left{
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	right: 0 !important;
}
.img-inner img{
	right:0 !important;
	margin:0 !important;
	width: 100% !important;
	position: relative !important;
	border: 5px solid #fff;
	padding: 0 !important;
}
.img-row{
	right:0 !important;
	margin:0 !important;
	position: relative !important;
}
.pos-img{
	right:0 !important;
	margin: 10px 10px !important;
	position: relative !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.img-inner-home img{
	right:0 !important;
	margin:0 !important;
	width: 100% !important;
	position: relative !important;
	padding: 0 !important;
}
