﻿@charset "utf-8";
/* CSS Common */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'pt_sansregular';
	overflow-x:hidden;
}
.centerdiv {
	width: 1000px;
	margin: 0 auto;
}
.show-hide {
	display: none;
}
img {
	border: none;
	outline: none;
	max-width: 100%;
	height: auto;
	width: auto;
}
a {
	border: none;
	outline: none;
	text-decoration: none;
}

.spacer {
	height: 1px;
	clear: both;
}
.spacer10 {
	height: 10px;
	clear: both;
}
.spacer20 {
	height: 20px;
	clear: both;
}
.spacer30 {
	height: 30px;
	clear: both;
}
/*Fontface for Web*/

@font-face {
	font-family: 'pt_sans_narrowregular';
	src: url('../fonts/ptsannarrow-webfont.eot');
	src: url('../fonts/ptsannarrow-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsannarrow-webfont.woff') format('woff'), url('../fonts/ptsannarrow-webfont.ttf') format('truetype'), url('../fonts/ptsannarrow-webfont.svg#pt_sans_narrowregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_sansregular';
	src: url('../fonts/ptsanreg-webfont.eot');
	src: url('../fonts/ptsanreg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsanreg-webfont.woff') format('woff'), url('../fonts/ptsanreg-webfont.ttf') format('truetype'), url('../fonts/ptsanreg-webfont.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oswald_stencilregular';
	src: url('../fonts/oswald-stencil-webfont.eot');
	src: url('../fonts/oswald-stencil-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-stencil-webfont.woff') format('woff'), url('../fonts/oswald-stencil-webfont.ttf') format('truetype'), url('../fonts/oswald-stencil-webfont.svg#oswald_stencilregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oswaldbook';
	src: url('../fonts/oswald-regular-webfont.eot');
	src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-regular-webfont.woff') format('woff'), url('../fonts/oswald-regular-webfont.ttf') format('truetype'), url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oswaldlight';
	src: url('../fonts/oswald-light-webfont.eot');
	src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-light-webfont.woff') format('woff'), url('../fonts/oswald-light-webfont.ttf') format('truetype'), url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oswaldbold';
	src: url('../fonts/oswald-bold-webfont.eot');
	src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-bold-webfont.woff') format('woff'), url('../fonts/oswald-bold-webfont.ttf') format('truetype'), url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'parisian_icgregular';
    src: url('../fonts/parisian_icg.eot');
    src: url('../fonts/parisian_icg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/parisian_icg.woff') format('woff'),
         url('../fonts/parisian_icg.ttf') format('truetype'),
         url('../fonts/parisian_icg.svg#parisian_icgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Header Section*/
header {
	height: 120px;
	border-bottom: 8px solid #e8e8e8;
	background-color: #FFF;
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.logo {
	width: 261px;
	height: 99px;
	float: left;
	margin: 10px 0px 0px 15px;
}
.rightsec {
	width: 700px;
	float: right;
	margin-top: 15px;
}
.rightsec-top {
	width: 372px;
	float: right;
}
.rightsec-nav {
	width: 700px;
	float: right;
}
.call {
	font-family: 'oswaldbook';
	font-size: 18px;
	background-image: url(../images/call.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #000;
	width: auto;
	float: left;
	margin-right: 10px;
}

/*Banner Section (Search)*/
.banner {
	width: 100%;
	padding-top: 129px;
	border-bottom: 8px solid #e8e8e8;
}
.search-bg {
	background-image: url(../images/seachbg.png);
	background-repeat: repeat;
	padding: 10px;
	margin: 0 auto;
	position: absolute;
	width: 1000px;
	min-height: 100px;
	bottom: 15%;
	z-index: 999;
	border-radius: 8px;
}
.search-bg h1 {
	font-family: 'parisian_icgregular';
	font-size: 22px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	letter-spacing: 2px;
	font-weight: normal;
}
.searchcon {
	width: 98%;
	float: none;
	margin: 0 auto;
	margin-top: 20px;
}
.search-tb-con {
	width: auto;
	min-width: 100px;
	float: left;
	margin-left: 20px;
	border-radius: 5px;
}
.searchbox-txtbox {
	background: #FFFFFF;
	width: 95%;
	font-family: 'pt_sansregular';
	font-size: 14px;
	color: #000;
	border-radius: 5px;
	border: none;
	outline: none;
	padding: 12px 5px 12px 5px;
	text-transform: uppercase;
}
.search-lb-con {
	width: auto;
	min-width: 120px;
	float: left;
	margin-left:25px;
}

.searchbox-lstbox {
	width: 99%;
	font-family: 'pt_sansregular';
	font-size: 14px;
	height:38px;
	color: #000;
	border-radius: 5px;
	border: none;
	outline: none;
	background: #ffffff url(../images/lb-arrow.png) no-repeat right;
	background-position: 90% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 11px 10px 11px 5px;
	text-transform: uppercase;
}

.searchbtn {
	width:auto;
	float:left;
	margin-left:25px;
	margin-top:2px;
	
}

.cal1 {
	background-image: url(../images/chkin.png);
	background-repeat: no-repeat;
	background-position: right;
}
.cal2 {
	background-image: url(../images/chkout.png);
	background-repeat: no-repeat;
	background-position: right;
}
.chkin {
	background-image: url(../images/chkin.png);
	background-repeat: no-repeat;
	background-position: right;
}
.chkout {
	background-image: url(../images/chkout.png);
	background-repeat: no-repeat;
	background-position: right;
}


.adult {
	background-image: url(../images/adult.png);
	background-repeat: no-repeat;
	background-position: right;
}


.child {
	background-image: url(../images/child.png);
	background-repeat: no-repeat;
	background-position: right;
}


.room {
	background-image: url(../images/room.png);
	background-repeat: no-repeat;
	background-position: right;
}



.searchbtn img{
	border-radius:5px;
	cursor:pointer;
}

.img-btn
{
	border-radius:5px;
}


.btnlink
{
	background-color:#b82026;
	border:none;
	border-radius:5px;
	text-align:center;
	font-family: 'pt_sansregular';
	font-size:16px;
	color:#FFF;
	padding:8px 10px 8px 10px;
	outline:none;
	text-transform:uppercase;
}

a.btnlink:link
{
	color:#FFF;
	text-decoration:none;
}


a.btnlink:visited
{
	color:#FFF;
}

a.btnlink:hover
{
	color:#FFF;
	background-color:#D3040C;
	cursor:pointer;
}

/*About us  Section*/

.about-sec {
	padding: 10px 0px 10px 0px;
}
.about-sec h1 {
	font-family: 'parisian_icgregular';
	font-size: 30px;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.about-sec p {
	font-family: 'pt_sansregular';
	font-size: 16px;
	color: #656565;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 24px;
}
.about-sec a:link {
	color: #000;
}
.about-sec a:visited {
	color: #000;
}
.about-sec a:hover {
	color: #B82026;
}
/*Serv Section*/

.shadow1 {
	position: relative;
	top: 5px;
}
.bw-bg {
	background: url(../images/bw-bg.jpg) fixed 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	height: auto;
	background-color: #fbfbfb;
}
.serv-box {
	width: 308px;
	height: 391px;
	float: left;
	margin: 30px 0px 30px 15px;
	-moz-box-shadow: 2px 2px 3px 1px #5b5b5b;
	-webkit-box-shadow: 2px 2px 3px 1px #5b5b5b;
	box-shadow: 2px 2px 3px 1px #5b5b5b;
}
.serv-top-bg {
	background-image: url(../images/serv-top.png);
	height: 30px;
	position: relative;
	top: -108px;
}
.serv-text-con {
	background: #b82026;
	padding: 10px;
	position: relative;
	z-index: 99;
	top: -108px;
	font-family: 'parisian_icgregular';
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url(../images/serv-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 65%;
}

.serv-text-con  sup
{
	padding:0px;
	margin:0px;
	position:absolute;
	
}

.serv-text-con a:link {
	color: #FFF;
}
.serv-text-con a:visited {
	color: #FFF;
}
.serv-text-con a:hover {
	color: #FC0;
}
/*Membership Section*/

.memb-sec {
	padding: 10px 0px 10px 0px;
}
.memb-sec h1 {
	font-family: 'parisian_icgregular';
	font-size: 30px;
	color: #E30003;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.memb-sec p {
	font-family: 'pt_sansregular';
	font-size: 16px;
	color: #656565;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 24px;
	padding: 0px 8px 0px 8px;
}
/*Gallery Section*/

.gallery-top-sec {
	background-image: url(../images/devider.jpg);
	background-repeat: repeat-x;
	height: 40px;
	background-position: 50%;
}
.gallery-sec {
	padding: 10px 0px 10px 0px;
}
.gallery-sec h1 {
	font-family: 'parisian_icgregular';
	font-size: 30px;
	color: #E30003;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.gallery-sec h1 span {
	color: #000;
}
.gallery-sec p {
	font-family: 'pt_sansregular';
	font-size: 16px;
	color: #656565;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 24px;
	padding: 0px 8px 0px 8px;
}
.gallery-nav {
	width: 300px;
	margin: 0 auto;
	height: 40px;
	border: 1px solid #CCC;
	border-radius: 5px;
	background: #FFF;
	
	font-family: 'parisian_icgregular';
	font-size: 30px;
	color: #E30003;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.left-arr
{
	width:32px;
	height:32px;
	float:left;
	padding:2px 0px 0px 5px;
}

.rht-arr
{
	width:32px;
	height:32px;
	float:right;
	padding:2px 5px 0px 0px;
}


.room-det-sec {
	padding: 10px 0px 10px 0px;
}
.room-det-sec h1 {
	font-family: 'parisian_icgregular';
	font-size: 30px;
	color: #E30003;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
}
.room-det-sec h1 span {
	color: #000;
}
.room-det-sec p {
	font-family: 'pt_sansregular';
	font-size: 16px;
	color: #656565;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 24px;
	padding: 0px 8px 0px 8px;
}

.room-det-gallery
{
	padding:0px 15px 0px 15px;
}

/*Room Details*/

.room-det {
	width: 312px;
	float: left;
	background: #f5f5f5;
	margin-left: 15px;
	height: 145px;
}
.room-det-head {
	background-color: #e1e1e1;
	color: #000;
	font-family: 'pt_sansregular';
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px;
}
.room-det p {
	font-family: 'pt_sansregular';
	font-size: 16px;
	color: #656565;
	padding: 8px;
}

.accordion {
	width: 965px;
	margin:0 auto;
	border-bottom: solid 1px #e2e2e2;
}
.accordion h3 {
	background: #f5f5f5 url(../images/acc-icon.png) no-repeat right;
	padding: 12px  15px 12px 15px;
	margin: 0;
	font-family: 'pt_sansregular';
	font-size:16px;
	color:#000;
	border: solid 1px #e2e2e2;
	border-bottom: none;
	cursor: pointer;
	font-weight:normal;
	text-transform:uppercase;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background: #e1e1e1 url(../images/acc-icon1.png) no-repeat right;
}
.accordion p {
	background: #FFF;
	margin: 0;
	color:#888686;
	padding: 10px 15px 20px;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
}


/*Room Description*/
.roomdesc {
	width: 965px;
	margin:0 auto;
	border-bottom: solid 1px #e2e2e2;
}
.roomdesc h3 {
	padding: 12px  15px 12px 15px;
	margin: 0;
	font-family: 'pt_sansregular';
	font-size:16px;
	color:#000;
	border: solid 1px #e2e2e2;
	border-bottom: none;
	cursor: pointer;
	font-weight:normal;
	text-transform:uppercase;
	background:#f4f4f4;
}

.roomdesc p {
	background: #FFF;
	margin: 0;
	color:#888686;
	padding: 10px 15px 20px;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
}


/*Awards & News*/

.awards-news-dev {
	background-image: url(../images/devider.jpg);
	background-repeat: repeat-x;
	height: 40px;
	background-position: 50%;
}
.awards-sec {
	width: 309px;
	float: left;
	margin-left: 15px;
}
.award-head {
	font-family: 'parisian_icgregular';
	font-size: 28px;
	color: #000;
	background: url(../images/awards.png) left no-repeat;
	padding: 7px 0px 7px 60px;
	text-transform: uppercase;
	float: left;
}
.award-con {
	padding: 12px 0px 0px 0px;
}
.news-sec {
	width: 600px;
	float: left;
	padding-left: 45px;
	background-image:url(../images/news-dev.png);
	background-repeat:no-repeat;
	background-position:left;
}
.news-head {
	font-family: 'parisian_icgregular';
	font-size: 28px;
	color: #000;
	background: url(../images/info.png) left no-repeat;
	padding: 7px 0px 7px 60px;
	text-transform: uppercase;
}
.news-txt-con {
	font-family: 'pt_sansregular';
	font-size: 14px;
	color: #656565;
	width: 500px;
	float: left;
	text-align: justify;
	line-height: 18px;
}
.news-txt-con p {
	font-family: 'pt_sansregular';
	font-size: 14px;
	color: #656565;
	text-align: justify;
}
.news-txt-con-img {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
}
.news-txt-con-img img {
	width: 75px;
	height: 75px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.news-txt-name {
	color: #B82026;
	width: auto;
	float: left;
	font-size: 16px;
}
.news-txt-time {
	color: #000;
	width: auto;
	float: right;
	text-align: right;
	font-size: 14px;
}
.news-border {
	border-bottom: 1px solid #e1e1e1;
}
/*Footer Social Network*/
.socialnetwork-col {
	width: 296px;
	border-right: 1px solid #e5e5e5;
	float: left;
	margin-left:15px;
}
.socialnetwork-col h6 {
	font-family: 'pt_sansregular';
	font-size: 16px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
.social-net-con {
	font-family: 'pt_sansregular';
	font-size: 16px;
	margin: 0px;
	color: #656565;
	height: 20px;
	vertical-align: middle;
	margin-bottom: 8px;
	clear: both;
}
.social-net-con a:link {
	color: #656565;
}
.social-net-con a:visited {
	color: #656565;
}
.social-net-con a:hover {
	color: #B72027;
}
.social-net-con span {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}
.social-net-con p {
	width: auto;
	float: left;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}
/*Footer News Letter*/
.newsletter-col {
	width: 320px;
	border-right: 1px solid #e5e5e5;
	float: left;
	padding: 0px 15px 0px 15px;
}
.newsletter-col h6 {
	font-family: 'pt_sansregular';
	font-size: 16px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
.newsletter-txt {
	font-family: 'pt_sansregular';
	font-size: 14px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #656565;
	line-height: 20px;
}
.newsletter-tb {
	font-family: 'pt_sansregular';
	font-size: 16px;
	color: #656565;
	width: 97%;
	border: 1px solid #EDEDED;
	padding: 10px 5px 10px 5px;
}
/*Footer Contact Coloum*/

.contact-col {
	width: 280px;
	float: left;
	margin-left: 30px;
	font-family: 'pt_sansregular';
	font-size: 16px;
	color: #656565;
}
.foot-add {
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 8px 0px 8px 0px;
}
.foot-mail {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 8px 0px 8px 0px;
}
.foot-call {
	background-image: url(../images/call1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 8px 0px 8px 0px;
}

.foot-fax {
	background-image: url(../images/fax.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 8px 0px 8px 0px;
}


/*Footer 2 */
.footer-two {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f8f8f8;
	min-height: 250px;
	overflow:auto;
}
.footerdiv {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	font-family: 'pt_sansregular';
}
#footer a:link {
	text-decoration: none;
	color: #000;
}
#footer a:visited {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: none;
	color: #B72027;
}
#footer h3 a {
	color: #000;
	font-size: 16px;
	padding: 0px;
	text-transform: capitalize;
	font-weight:400;
	margin:0px;
}
#footer .list {
	list-style: none;
	padding: 1px 0 0;
	margin: 0;
	overflow: hidden;
}
#footer .list li {
	padding: 4px 0;
	overflow: hidden;
	vertical-align: top;
	float: left;
	font-size: 14px;
	width:180px;
}
#footer .list a {
	float: left;
	color: #333;
	padding: 0 0 0 0px;
}
#footer .list a:link {
	color: #333;
	text-decoration: none;
}
#footer .list a:visited {
	color: #333;
	text-decoration: none;
}
#footer .list a:hover {
	color: #B72027;
	text-decoration: none;
}

.foot-box
{
	width:180px;
	float:left;
	margin-left:15px;
}

/*Footer 3*/

.footer-three
{
	background:#dbdbdb;
	font-family: 'pt_sansregular';
	font-size:14px;
	color:#707070;
}

.footer-three a:link
{
	color:#000;
}

.footer-three a:visited
{
	color:#000;
}

.footer-three a:hover
{
	color:#E32E25;
}


.footer-threetxt
{
	width:auto;
	float:left;
	padding:5px 0px 5px 15px;
}


.footer-logo
{
	width:auto;
	float:right;
	padding:5px 15px 5px 0px;
}


/*Inner Pages*/

.innerbanner {
	width: 100%;
	padding-top: 129px;
	border-bottom: 8px solid #e8e8e8;
}

.innerbanner img {
	width: 100%;
}

/*Inner Search Section*/

.inner-search-bg
{
	background-image: url(../images/seachbg.png);
	background-repeat: repeat;
	padding:10px 0px 0px 0px;
	margin:0 auto;
	position:inherit;
	width:100%;
	border-radius:0px;
	bottom:0px;
	clear:both;
}

.inner-search-bg h1
{
	font-family: 'parisian_icgregular';
	font-size:22px;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	margin:10px 15px 0px 15px;
	padding:0px;
	letter-spacing:2px;
	font-weight:normal;
}


.inner-content-sec {
	padding: 10px 0px 10px 0px;
}



.inner-content-sec h1 {
	font-family: 'parisian_icgregular';
	font-size: 30px;
	color: #b82026;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.inner-content-sec h2 {
	font-family: 'oswaldlight';
	font-size: 20px;
	color: #b82026;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.inner-content-sec h2 span{
	font-family: 'oswaldlight';
	font-size: 18px;
	color: #000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 1px;
}


.inner-content-sec p {
	font-family: 'pt_sansregular';
	font-size: 16px;
	color: #656565;
	padding: 8px;
	margin: 0px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 24px;
	text-align:justify;
}
/*
.inner-content-sec a:link
{
	color: #000;
}
.inner-content-sec a:visited {
	color: #000;
}
.inner-content-sec a:hover {
	color: #B82026;
}
*/
.inner-content-img-rht
{
	width:300px;
	height:300px;
	float:right;
	margin-left:15px;
}





/*Contact Us Layout*/

.con-left-section
{
	width:630px;
	float:left;
	margin:15px 0px 0px 0px;
	font-family: 'open_sansregular';
	font-size:16px;
}

	.con-address
	{
		background-image:url(../images/address.png);
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:30px;
		margin:8px 0px 8px 0px;
	}
	.con-mail
	{
		background-image:url(../images/mail.png);
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:30px;
		margin:8px 0px 8px 0px;
	}
	.con-call
	{
		background-image:url(../images/call1.png);
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:30px;
		margin:8px 0px 8px 0px;
	}
	
	.con-fax
	{
		background-image:url(../images/fax.png);
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:30px;
		margin:8px 0px 8px 0px;
	}
	.con-person
	{
		background-image:url(../images/person.png);
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:30px;
		margin:8px 0px 8px 0px;
	}
	
	.con-mob
	{
		background-image:url(../images/mob.png);
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:30px;
		margin:8px 0px 8px 0px;
	}
	
	
.con-form-txtbox-con
	{
		border:1px solid #dcdcdc;
		border-radius:8px;
		padding:10px 5px 5px 10px;
		margin:10px 10px 0px 0px;
		overflow:auto;
		background:#fafafa;
	}
	.con-form-icon-con
	{
		width:20px;
		height:20px;
		float:left;
		padding:0px 10px 6px 0px;
	}
	.con-form-tb-con
	{
		padding-left:20px;
		width:auto;
	}
	.con-form-tb
	{
		border:none;
		outline:none;
		padding:2px;
		font-family: 'pt_sansregular';
		font-size:12pt;
		color:#333;
		width:75%;
		float:left;
		background:transparent;
	}
	
	.con-form-ta
	{
		border:none;
		outline:none;
		padding:2px;
		font-family: 'pt_sansregular';
		font-size:12pt;
		color:#333;
		width:75%;
		height:100px;
		resize:none;
		float:left;
		background:transparent;
	}
	
	.form-txt1 {
	font-family: 'pt_sansregular';
	font-size:16px;
	color:#333;
	font-style:normal;
	padding:0px 0px 2px 0px;
	clear:both;
	margin-top:5px;
	text-align:justify;
	line-height:18px;
}

.form-txt {
	font-family: 'pt_sansregular';
	font-size:16px;
	color:#333;
	font-style:normal;
	padding:5px 0px 2px 0px;
	clear:both;
	margin-top:5px;
}

.form-txt a{
	color:#0384ce;
	text-decoration:none;
}

.form-txt a:visited{
	color:#0384ce;
	text-decoration:none;
}

.form-txt a:hover{
	color:#F95409;
	text-decoration:none;
	cursor:pointer
}

.form-txt span
{
	font-size:18px;
	color:#298200;
}


.form-txtbox {
	width:99%;
	border:none;
	outline:none;
	font-family: 'pt_sansregular';
	font-size:14px;
	color:#333;
	padding:5px 0px 5px 0px;
	background-color:transparent;
}

.form-txtbox-con
{
	border:1px solid #dcdcdc;
	border-radius:8px;
	padding:8px 5px 5px 10px;
	margin:10px 10px 0px 0px;
	overflow:auto;
	background:#fafafa;
}

.form-captcha-txt
{
	width:auto;
	float:left;
	color:#000;
	font-family: 'pt_sansregular';
	font-size:16px;
	padding:5px 2px 5px 2px;
}

.form-icon-con
{
	width:20px;
	height:20px;
	float:left;
	padding:0px 10px 6px 0px;
}
.form-tb-con
{
	padding-left:20px;
	width:auto;
}
.form-tb
{
	border:none;
	outline:none;
	padding:2px;
	font-family: 'pt_sansregular';
	font-size:12pt;
	color:#333;
	width:70%;
	float:left;
	background:transparent;
}

.form-captcha
{
	border:none;
	outline:none;
	padding:2px;
	font-family: 'pt_sansregular';
	font-size:12pt;
	color:#333;
	width:50%;
	float:left;
	background:transparent;
}

.form-ta
{
	border:none;
	outline:none;
	padding:2px;
	font-family: 'pt_sansregular';
	font-size:12pt;
	color:#333;
	width:70%;
	height:150px;
	resize:none;
	float:left;
	background:transparent;
}

.form-large-tb {
	width:99%;
	padding:5px 6px 5px 6px;
	border-radius:5px;
	border:1px solid #e1e1e1;
	clear:both;
	background:#FFF;
	margin:0 auto;
	background-color:transparent;
}

.form-large-tb1 {
	width:44%;
	padding:3px;
	border-radius:5px;
	border:1px solid #e1e1e1;
	background:#FFF;
	float:left;
	background-color:transparent;
}

.form-large-tb2 {
	width:44%;
	padding:3px;
	border-radius:5px;
	border:1px solid #e1e1e1;
	background:#FFF;
	float:right;
	margin-left:12px;
	background-color:transparent;
}

.form-icon-con
{
	width:20px;
	height:20px;
	float:left;
	padding:0px 10px 6px 0px;
}

.form-icon-cal
{
	float:right;
	width:20px;
	height:20px;
}


input[type=submit]
{
	background-color:#b82026;
	border:1px solid #b82026;
	border-radius:5px;
	text-align:center;
	font-family: 'pt_sansregular';
	font-size:18px;
	color:#FFF;
	padding:10px 20px 10px 20px;
	outline:none;
	cursor:pointer;
	text-transform:uppercase;
}

input[type=reset]
{
	background-color:#b82026;
	border:1px solid #b82026;
	border-radius:5px;
	text-align:center;
	font-family: 'pt_sansregular';
	font-size:18px;
	color:#FFF;
	padding:10px 20px 10px 20px;
	outline:none;
	cursor:pointer;
	text-transform:uppercase;
}

.error-msg
{
	font-family: 'pt_sansregular';
	font-size:16px;
	color:#FF0004;
	padding:8px 0px 3px 15px;
	clear:both;
	text-align:center;
}

.success-msg
{
	font-family: 'pt_sansregular';
	font-size:16px;
	color:#007B02;
	padding:8px 0px 3px 15px;
	clear:both;
	text-align:center;
}

.mrg-right10
{
	margin-right:10px;
}

.con-right-sec
{
	width:330px;
	float:right;
	background-color:#f5f5f5;
	background-image:url(../images/conbg.png);
	background-repeat:no-repeat;
	background-position: bottom right; 
	min-height:500px;
	margin-top:25px;
	padding:10px;
	font-family: 'pt_sansregular';
	font-size:16px;
	color:#000;
	line-height:18px;
}

.con-right-sec h3
{
	font-family: 'pt_sansregular';
	font-size:16px;
	color:#B82026;
	margin:0px;
	padding:0px;
}


/*service Page*/

.service-con
{
	border:1px solid #e6e4e0;
	padding:10px;
	margin:10px;
	background:#f5f5f5;
}

.service-img-con
{
	width:200px;
	height:200px;
	float:left;
	background:#FFF;
	margin-right:10px;
}

.service-txt-con
{
	background:#FFF;
	width:100%;
	float:right;
	height:200px;
}

.service-txt-con a:link {
	color: #9A0A0A;
}
.service-txt-con a:visited {
	color: #9A0A0A;
}
.service-txt-con a:hover {
	color: #FF7E00;
}

.service-txt-con h2
{
	font-family: 'parisian_icgregular';
	font-size:24px;
	color:#b82026;
	font-weight:normal;
	text-transform:uppercase;
	padding:15px 10px 10px 15px;
	margin:0px;
}

.service-txt-con p {
	font-family: 'pt_sansregular';
	font-size: 16px;
	color: #656565;
	padding:10px 10px 10px 15px;
	margin: 0px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 24px;
	text-align:justify;
}

/*Room detais Search Sec*/

.room-det-search-sec {
	width: 100%;
	padding-top: 129px;
}


/*Forms For Membership and reservation*/

.form-all-txt
{
	font-family: 'pt_sansregular';
	font-size: 16px;
	width:500px;
	float:left;
	height:auto;
	overflow:auto;
	padding-bottom:20px;
}

.form-txtcon
{
	width:150px;
	float:left;
	margin-top:7px;
	text-align:left;
	padding-right:10px;
}

.form-tbcon
{
	width:300px;
	float:left;
	background-image:url(../images/clienttb.png);
	background-repeat:repeat-x;
	height:auto;
	/*border:1px solid #CCC;
	border-radius:8px;*/
}

.form-tacon
{
	width:300px;
	float:left;
	background-image:url(../images/cltabg.png);
	background-repeat:repeat-x;
	height:70px;
	border:1px solid #CCC;
	border-radius:8px;
}

.form-cltb
{
	width:290px;
	height:25px;
	padding:2px;
	border:none;
	outline:none;
	background:none;
	background-color:transparent;
}

.form-clta
{
	width:290px;
	height:50px;
	padding:2px;
	resize:none;
	border:none;
	outline:none;
	background:none;
	background-color:transparent;
}

.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.file-wrapper .file_button {
  background-image:url(../images/clienttb.png);
  background-repeat:repeat-x;
  border:1px solid #CCC;
  border-radius:8px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 0px;
  padding: 4px 0;
  width:295px;
  height:25px; 
}

/*Map*/
.map-con
{
	width:100%;
	height:auto;
}

.map-con h1
{
	font-family: 'parisian_icgregular';
	font-size: 28px;
	text-transform: uppercase;
	color: #B82026;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	letter-spacing: 2px;
	font-weight: normal;
}

.map-con h1 span
{
	width:40px;
	height:40px;
	background-image:url(../images/pin.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	right:49%;
	margin-top:40px;
	z-index:999;
}



/*Reservation*/

.reservation-con
{
	width:850px;
}

.resv-inner-con
{
	width:420px;
	float:left;
}

.resv-txt
{
	font-family: 'pt_sansregular';
	font-size: 16px;
	color:#000;
	margin:5px 0px 5px 0px;
	clear:both;
}

.resv-txt span
{
	font-family: 'pt_sansregular';
	font-size: 16px;
	color:#FF0004;
}

.resv-small
{
	width:100px;
	float:left;
	margin:0px 5px 0px 5px;
}

.resv-mid
{
	width:150px;
	float:left;
	margin:0px 5px 0px 5px;
}

.resv-large
{
	width:370px;
	float:left;
	margin:0px 5px 0px 5px;
}

.resv-tb
{
	
	width: 95%;
	font-family: 'pt_sansregular';
	font-size: 14px;
	color: #000;
	border-radius: 5px;
	border: 1px solid #D7D7D7;
	outline: none;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
}

.resv-lb
{
	
	width: 100%;
	font-family: 'pt_sansregular';
	font-size: 14px;
	color: #000;
	border-radius: 5px;
	border: 1px solid #D7D7D7;
	outline: none;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
}

.resv-ta-con
{
	width:100%;
}

.resv-ta
{
	width:84%;
	height:100px;
	resize:none;
	border-radius:8px;
	border: 1px solid #D7D7D7;
}


/*Latest News Page*/

.latest-news-txt-con {
	font-family: 'pt_sansregular';
	font-size: 14px;
	color: #656565;
	width: 900px;
	float: left;
	text-align: justify;
	line-height: 18px;
}
.latest-news-txt-con p {
	font-family: 'pt_sansregular';
	font-size: 14px;
	color: #656565;
	text-align: justify;
	padding:0px;
}
.latest-news-txt-con-img {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
}
.latest-news-txt-con-img img {
	width: 75px;
	height: 75px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.latest-news-txt-name {
	color: #B82026;
	width: auto;
	float: left;
	font-size: 16px;
}
.latest-news-txt-time {
	color: #000;
	width: auto;
	float: right;
	text-align: right;
	font-size: 14px;
}


/*Request form*/

.req-btn
{
	margin-right:36px;
}



/*Other Search Section*/

/*
.other-search-bg {
	background-image: url(../images/seachbg.png);
	background-repeat: repeat;
	padding: 0px;
	margin: 0 auto;
	position: absolute;
	width: 1000px;
	min-height: 100px;
	top: 30%;
	z-index: 999;
	border-radius: 8px;
}
.other-search-bg h1 {
	font-family: 'parisian_icgregular';
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	letter-spacing: 2px;
	font-weight: normal;
}
*/
.other-search-bg
{
	background-image: url(../images/seachbg.png);
	background-repeat: repeat;
	padding:10px 0px 0px 0px;
	margin:0 auto;
	position:inherit;
	width:100%;
	border-radius:0px;
	bottom:0px;
	clear:both;
}

.other-search-bg h1
{
	font-family: 'parisian_icgregular';
	font-size:22px;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	margin:10px 15px 0px 15px;
	padding:0px;
	letter-spacing:2px;
	font-weight:normal;
}

.content-sec ul
{
	display:block;
	padding:10px 0px 10px 0px;
	margin:0px;
}

.content-sec li
{
	display:block;
	padding:5px 0px 3px 15px;
	background-image:url(../images/links.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#656565;
	margin-left:8px;
}

.content-sec li a:link
{
	text-decoration:none;
	color:#656565;
}

.content-sec li a:visited
{
	text-decoration:none;
	color:#656565;
}

.content-sec li a:hover
{
	text-decoration:none;
	color:#FF0004;
}

.soc-icon-con
{
	width:225px;
	float:left;
}
