body {
  
/*background: #e5e1d8 url(../images/body-bg-summer.jpg) top center repeat-x; Summer background image */
/*background: #e5e1d8 url(../images/body-bg-riverwalk.jpg) top center repeat-x;  /*River walk fall image */
/*background: #e5e1d8 url(../images/body-bg-fallriver.jpg) top center repeat-x;  Fall River View */
/*background: #e5e1d8 url(../images/body-bg-winter-v3.jpg) top center repeat-x; Winter Background */

  font-family: 'Open Sans', sans-serif;
  color:#574c3f;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #d05f2d;
  font-weight: bold;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #d05f2d;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
/*  margin-left: -25px; removed for new layout */
/*  margin-top: 25px; removed for new layout */
  /* min-width: 180px; removed for new layout */
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/


.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 0px 0;
  background: #444444;
  line-height: 37px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li ul li {
  display: block;
}


ul.social-share li a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  display: inline-block;
  color: #fff;
  padding:0 5px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
}

#header .search{
  display: inline-block;
  border:1px solid #b4b4b4;
  background-color:#777777;
  border-radius:6px;
  padding-right:5px;
  height:25px;
  line-height:25px;
}

.search i {
  color: #e7e2da;
  position:relative;
  top:-2px;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 120px;
  padding: 0 10px;
  color: #FFF;
  height:25px;
  line-height:25px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}
.navbar-contact{
	/*
	width:400px;
	*/
	max-width:100%;
	height:40px;
	margin:15px 0 20px 0;
	line-height:40px;
	background: #e0803d; /* Old browsers */
	background: -moz-linear-gradient(top, #e0803d 0%, #c74d25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0803d), color-stop(100%,#c74d25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e0803d 0%,#c74d25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0803d', endColorstr='#c74d25',GradientType=0 ); /* IE6-9 */
	border-radius:12px;
	float:right
	}
	.navbar-contact ul{margin:0;padding:0}
	.navbar-contact ul li{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#ffffff;
		float:left;
		list-style:none;
		border-left:1px solid #fff;
		padding:0 15px;
		}
		.navbar-contact ul li:first-child{border-left:0px solid #fff;}
.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
/*  padding: 15px 0; padding removed for new layout*/ 
  padding-bottom: 0;
}

 .navbar-nav{
 /*  margin-top: 12px; padding removed for new layout*/ 
 }

.navbar-nav li{
 /* margin-left:5px;  removed for new layout*/ 
  padding-bottom: 0px;
  /*
  position:relative !important;
  */
   z-index:10;
}
/*
.navbar-nav>li+li{z-index:11}
.navbar-nav>li+li+li{z-index:12}
.navbar-nav>li+li+li+li{z-index:13}
*/
.navbar-inverse .navbar-nav > li > a {
  margin: 0;
  border-radius: 3px;
  color: #575757;
  line-height: 34px;
  display: inline-block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  padding: 5px 25px;
  background:rgba(255,255,255,0.6);
  border-radius:12px 12px 0px 0px !important;
  font-weight:bold;
}

.navbar-inverse .navbar-nav > li > a:hover{
  background:rgba(255,255,255,0.75);
  color: #ce5c29;
}
.navbar-inverse .navbar-nav > li.current-menu-ancestor a{color:#ce5c29}
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul a{color:#575757}
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.active a,
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.current-page-ancestor a{color:#ce5c29}
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.active ul li a,
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.current-page-ancestor ul li a{color:#575757}
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.active ul li.active a,
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a{color:#ce5c29}
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.active ul li.active ul li a,
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor ul li a{color:#575757}
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.active ul li.active ul li.active a,
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a{color:#ce5c29}
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.active ul li.active ul li.active ul li a,
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor ul li a{color:#575757}
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.active ul li.active ul li.active ul li.active a,
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a{color:#ce5c29}
.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 120px;
  color: #fff;
  vertical-align:middle
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus 
.navbar-inverse .navbar-nav > ly.current-menu-ancestor{
  background:rgba(255,255,255,0.75)	;
  color: #ce5c29;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a{
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

/* Sub Child Navigation */
.navbar-inverse .navbar-nav > li ul{display:none}

.navbar-inverse .navbar-nav > li.active ul,
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul,
.navbar-inverse .navbar-nav > li:focus ul{
	margin:0; 
	display:block;
	height:43px;
	padding:0; 
	width:1140px; 
	position:absolute;
	left:-397px; 
	top:44px;
	border-radius:12px 12px 0 0;
/*
	z-index:15;
	*/
	}
.navbar-inverse .navbar-nav > li+li.active ul,
.navbar-inverse .navbar-nav > li+li.current-menu-ancestor ul,
.navbar-inverse .navbar-nav > li+li:focus ul{left:-591px;}

.navbar-inverse .navbar-nav > li+li+li.active ul,
.navbar-inverse .navbar-nav > li+li+li.current-menu-ancestor ul,
.navbar-inverse .navbar-nav > li+li+li:focus ul{left:-760px; 	}
.navbar-inverse .navbar-nav > li+li+li+li.active ul,
.navbar-inverse .navbar-nav > li+li+li+li.current-menu-ancestor ul,
.navbar-inverse .navbar-nav > li+li+li+li:focus ul{left:-1003px; 	}
	
	.navbar-inverse .navbar-nav > li ul{margin:0; padding:0;}
		
		.navbar-inverse .navbar-nav > li ul li{
			margin:0;
			padding:0;
			list-style:none;
			float:left;
			font-size:14px;
			position:relative;
			height:40px;
			line-height:38px;
			font-weight:bold;
			}
			.navbar-inverse .navbar-nav > li ul li:hover{
				background-image:url(../images/nav-arrow.png); background-position:center 30px; background-repeat:no-repeat
				}
			.navbar-inverse .navbar-nav > li ul li ul{display:none}
			.navbar-inverse .navbar-nav > li ul li:hover ul{
				background-color:#e5e1d8;
				position:absolute;
				left:0;
				top:40px;
				min-width:130px;
				display:block;
				border-radius:0 0 12px 12px ;
				height:auto;
				width:150px;
				left:0;
				}
				.navbar-inverse .navbar-nav > li ul li ul{margin:0; padding:0 !important; width:100% !important; left:0 !important; border-radius:0 0 4px 4px !important; display:none !important;}
				.navbar-inverse .navbar-nav > li ul li a{text-transform:uppercase; font-size:13px;}
				.navbar-inverse .navbar-nav > li ul li:hover a{}
				.navbar-inverse .navbar-nav > li ul li:hover ul{display:block !important}
				.navbar-inverse .navbar-nav > li ul li ul li{
					margin:0;
					padding:0;
					list-style:none;
					float:none !important;
					font-size:14px;
					height:auto;
					position:relative;
					}
					.navbar-inverse .navbar-nav > li ul li ul li:hover{background:none !important}
						.navbar-inverse .navbar-nav > li ul li ul li a {
							color: #333 !important;
							display: block;
							font-size: 14px;
							height: auto;
							line-height: 16px;
							padding: 8px 15px;
							text-transform: none;
						}						.navbar-inverse .navbar-nav > li ul li ul li a:hover,
						.navbar-inverse .navbar-nav > li ul li ul li a:focus,
						.navbar-inverse .navbar-nav > li ul li ul li a.active{
							text-decoration:underline;
							}
						.navbar-inverse .navbar-nav > li ul li:hover ul li ul{position:relative; margin:0; padding:0; top:0 !important}
						.navbar-inverse .navbar-nav > li ul li:hover ul li ul li{
							margin:0;
							padding:0;
							list-style:none;
							float:none !important;
							font-size:14px;
							position:relative;	
							text-align:left;
							height:auto
							}
						.navbar-inverse .navbar-nav > li ul li:hover ul li ul li a{
							padding:0 10px 0 22px;	
							}
							.navbar-inverse .navbar-nav > li ul li:hover ul li ul{ margin-bottom:10px;}
							.navbar-inverse .navbar-nav > li ul li:hover ul li ul li:hover a{}
							.navbar-inverse .navbar-nav > li ul li:hover ul li ul li a{font-weight:normal; line-height:22px;}
			.navbar-inverse .navbar-nav > li ul li a{
				color:#575757;
				line-height:38px;
				padding:0 12px;	
				display:block;
				height:42px;
				}
				
		
		#menu-main li ul.sub-menu{
			margin-left:10px;
			}
		#menu-main li ul.sub-menu li ul.sub-menu{
			min-width:210px;
			padding-top:5px;
			margin-left:0px;
			}
		.tp-bannertimer{display: none;}
			
			

/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  /*height: 730px;*/
  height: auto;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


/* Main COntent */
#main-content{margin:0;padding:0; position:relative; z-index:1}
#main-content .content{
	background-color:#ebe7e1;
	min-height:650px;
	box-shadow:0px 0px 12px #b1a99f;	
	position:relative;
	z-index:100;
	}	

/*
	.book-now-pannel{
		width:90%;
		float:right;
		min-width:423px;	
		margin-top:-95px;
		}
*/
	.book-now{
		position:relative;
		z-index:1;
		height:43px;
		margin:0px 0 0px 0;
		line-height:40px;
		border-radius:12px 12px 0 0;
		background: #e0803d; /* Old browsers */
		background: -moz-linear-gradient(top, #e0803d 0%, #c74d25 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0803d), color-stop(100%,#c74d25)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* IE10+ */
		background: linear-gradient(to bottom, #e0803d 0%,#c74d25 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0803d', endColorstr='#c74d25',GradientType=0 ); /* IE6-9 */	
		font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#fff;
		 

		}
	.book-now-bot{
		border-radius:0 0 12px 12px;
		position:relative;
		z-index:0;
		padding:25px 0px;
		background-color:rgba(235,231,225,0.9);
		box-shadow:0 0 12px #d0cdc5;
		box-sizing:border-box;
		}
		.book-now-bot label{
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			color:#575757;
			margin-right:10px;	
			float:left;
			line-height:26px
			}
			.mr10{margin-right:10px}
			.mt15{margin-top:15px}
		.book-now-bot input{
			float:left;
			width:70px;	
			border:1px solid #666666;
			border-radius:2px;
			height:26px;
			line-height:26px;
			font-size:12px;
			}
			.book-now-bot input.w30{width:30px;}
		.book-now-bot input[type="submit"]{
			height:31px;
			margin:0px 0 0px 0;
			line-height:31px;
			vertical-align:middle;
			border-radius:8px;
			background: #e0803d; /* Old browsers */
			background: -moz-linear-gradient(top, #e0803d 0%, #c74d25 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0803d), color-stop(100%,#c74d25)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* IE10+ */
			background: linear-gradient(to bottom, #e0803d 0%,#c74d25 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0803d', endColorstr='#c74d25',GradientType=0 ); /* IE6-9 */	
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#fff;
			font-weight:bold;
			width:100%;
			border:none;
			 

			}
			.no-pad-left{padding-left:0;}
			.mt10{margin-top:10px}
		.glyphicon-calendar{color:#6c6050; font-size:24px; float:left; margin-left:5px;}
		span.dd{
			background:transparent url(../images/dd.png) 0 0 no-repeat;
			width:45px;
			height:31px;
			overflow:hidden;
			display:block;
			float:left
			}
			.no-padr{padding-right:0}
			span.dd select{
				background-color:transparent;
				border:none;	
				width:142%;
				padding:5px 0 0 3px;
				color:#575757;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
				}
		.fl{float:left}
		.fr{float:right}
		
		/* Slider starts */
		.slider{
			width:100%;
			position:relative;
			z-index:10;
			margin-top:-55px;
			}
			.slider a.arrow-left{
				position:absolute;
				top:50%;
				margin-top:-24px;
				z-index:10;
				left:0;	
				}
			.slider a.arrow-right{
				position:absolute;
				top:50%;
				margin-top:-24px;
				z-index:10;
				right:0;	
				}
		/* Slider Ends */
		/* Add Starts */
		.add{border:2px solid #6f4816; overflow:hidden; border-radius:12px; margin:0 auto; display:inline-block}
		/* Add Ends */
		.mt35{margin-top:35px;}
		.mb35{margin-bottom:25px;}
		.mb15{margin-bottom:15px;}
		/* Vide0 Pannel */
		.video-pannel{padding: 0 50px 20px 55px;}
		.video-pannel h1{
			font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
			font-size:52px;
			color:#574c3f;
			margin:0;
			padding:0;
			font-weight:normal
			}

		.video-pannel h2{
			font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
			font-size:1.6em;
			color:#574c3f;
			margin:10px auto;
			padding:0;
			font-weight:normal
			}

		.video-pannel h5{
			font-weight:normal;
			font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
			font-size:28px;
			color:#574c3f;
			margin:0 0 25px;
			padding:0;
			}
		.video-pannel p{
			font-family:Arial, Helvetica, sans-serif;
			font-size:15px;
			color:#574c3f;	
			width:95%;
			margin:0 0 20px;
			}
			.video-pannel p a{
				color:#d05f2d;
				text-decoration:underline	
				}
			.video-pannel .travel-login a{margin-top:25px; display:inline-block}
			.clubhouse{margin-top:80px; margin-bottom:40px; text-align:center; padding-right: 30px}
			.clubhouse a{
				overflow:hidden;
				background: rgb(255,121,0); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(255,121,0,1) 0%, rgba(255,96,0,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,121,0,1)), color-stop(100%,rgba(255,96,0,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(255,121,0,1) 0%,rgba(255,96,0,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  rgba(255,121,0,1) 0%,rgba(255,96,0,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  rgba(255,121,0,1) 0%,rgba(255,96,0,1) 100%); /* IE10+ */
				background: linear-gradient(to bottom,  rgba(255,121,0,1) 0%,rgba(255,96,0,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7900', endColorstr='#ff6000',GradientType=0 ); /* IE6-9 */

				border:2px solid #9f441a;
				border-radius:12px;
				font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
				font-size:37px;
				height:70px;
				line-height:70px;
				color:#ffffff;
				text-shadow:2px 2px 0px #000; 
				padding:0 20px;
				display:inline-block;
				margin:0 auto;
				}
				.clubhouse a:hover{
					background: #e45800; /* Old browsers */
					background: -moz-linear-gradient(top,  #e45800 0%, #ff6200 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e45800), color-stop(100%,#ff6200)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #e45800 0%,#ff6200 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #e45800 0%,#ff6200 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #e45800 0%,#ff6200 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #e45800 0%,#ff6200 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45800', endColorstr='#ff6200',GradientType=0 ); /* IE6-9 */

					color:#fff;		
					}
		/* Vide0 Pannel */
		
		/* Content Main */
		.content-main{padding:15px 0 0; padding-left:0px; padding-bottom:20px; 
			background: #e1d8ce; /* Old browsers */
			background: -moz-linear-gradient(top,  #e1d8ce 0%, #ebe7e1 16%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1d8ce), color-stop(16%,#ebe7e1)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #e1d8ce 0%,#ebe7e1 16%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #e1d8ce 0%,#ebe7e1 16%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #e1d8ce 0%,#ebe7e1 16%); /* IE10+ */
			background: linear-gradient(to bottom,  #e1d8ce 0%,#ebe7e1 16%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1d8ce', endColorstr='#ebe7e1',GradientType=0 ); /* IE6-9 */

			}
			.guest-room {
				font-size: 0.85em;
				/* removed for new layout 
				padding-left: 35px; */
				line-height:1.6;
			}			

			.guest-room ul li a{
				color:#d45716;
				text-decoration:underline;
			}			

			.guest-room ul li a:hover{
				color:#000;
				text-decoration:normal;
			}			
		
			.guest-room h1{
				font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
				font-size:36px;
				color:#574c3f;
				margin:0;
				padding:0 0 10px 0;
				
				font-weight:normal
				}
			.guest-room h5{
				font-weight:normal;
				font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
				font-size:28px;
				color:#574c3f;
				margin:0 0 25px;
				padding:0;
				}
			.guest-room p{
				font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#574c3f;	
				width:100%;
				margin:0 0 20px;
				}
				
			/* List Starts */
			.row-pannel{padding-right:0px;}
			.row-pannel .row{
				background:#dcdcdc;
				padding:5px;
				border-radius:4px;
				margin:13px 0 0;	
				}
				.row-pannel .row .inner{
					padding:25px 5px;
					background: rgb(67,120,133); /* Old browsers */
					background: #437885; /* Old browsers */
					background: -moz-linear-gradient(top,  #437885 0%, #82aeb5 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#437885), color-stop(100%,#82aeb5)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #437885 0%,#82aeb5 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #437885 0%,#82aeb5 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #437885 0%,#82aeb5 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #437885 0%,#82aeb5 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#437885', endColorstr='#82aeb5',GradientType=0 ); /* IE6-9 */
					}
					.row-pannel .row .inner img{max-width:100%;}
				
				.row-pannel .row .inner .title, .row-pannel .row .inner .title a {
					color: #fff;
					float: left;
					font-family: Arial,Helvetica,sans-serif;
					font-size: 20px;
					font-weight: bold;
					letter-spacing: -0.01em;
					line-height: 22px;
					margin-left: -2px;
					width: 64%;
					word-wrap: break-word;
				}

				.row-pannel .row .inner .title a{
					color:#fff;
					}
				.row-pannel .row .inner .congig {
					color: #e2dbd1;
					float: left;
					font-family: Arial,Helvetica,sans-serif;
					font-size: 15px;
					font-weight: bold;
					line-height: 21px;
					text-align: right;
					width: 35%;
					word-wrap: break-word;
				}
				.row-pannel .row .inner p{
					width:100%;
					word-wrap:break-word;
					color:#fff;
					font-family:Arial, Helvetica, sans-serif;
					font-size:13px;
					line-height:16px;
					margin:10px 0 10px -5px;
					min-height:52px;
					}
				.view-detail{
					font-size:12px;
					font-weight:bold;
					color:#fff;
					display:inline-block;	
					width:100px;
					height:31px;
					line-height:31px;
					text-align:center;
					background: #db6a32; /* Old browsers */
					background: -moz-linear-gradient(top,  #db6a32 0%, #bd3f1e 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db6a32), color-stop(100%,#bd3f1e)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #db6a32 0%,#bd3f1e 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #db6a32 0%,#bd3f1e 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #db6a32 0%,#bd3f1e 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #db6a32 0%,#bd3f1e 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db6a32', endColorstr='#bd3f1e',GradientType=0 ); /* IE6-9 */
					border-radius:8px;
					margin-left:-5px;
					}
					.view-detail:hover{
						background: #bd3f1e; /* Old browsers */
						background: -moz-linear-gradient(top,  #bd3f1e 0%, #db6a32 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd3f1e), color-stop(100%,#db6a32)); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(top,  #bd3f1e 0%,#db6a32 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(top,  #bd3f1e 0%,#db6a32 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top,  #bd3f1e 0%,#db6a32 100%); /* IE10+ */
						background: linear-gradient(to bottom,  #bd3f1e 0%,#db6a32 100%); /* W3C */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd3f1e', endColorstr='#db6a32',GradientType=0 ); /* IE6-9 */
						}
			/* List Ends */
			.cont{margin:20px 0 20px 45px}
				.cont p{
					font-family:Arial, Helvetica, sans-serif;
					font-size:15px;
					color:#574c3f;
					margin:0;	
					}
				.cont p.phone-no{
					font-family:Arial, Helvetica, sans-serif;
					font-size:15px;
					color:#c54e00;
					font-weight:bold;
					margin:0;	
					}
		/* Content Main */
		/* Bottom Gallery */
/*		.bottom-galery{margin:5px 0 50px 20px}*/
		.bt-title{
			width:236px;
			height:34px;
			line-height:34px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#fff;
			font-size:14px;
			display:inline-block;
			text-align:center;	
			background: #457a86; /* Old browsers */
			background: -moz-linear-gradient(top,  #457a86 0%, #82aeb5 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#457a86), color-stop(100%,#82aeb5)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #457a86 0%,#82aeb5 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #457a86 0%,#82aeb5 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #457a86 0%,#82aeb5 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #457a86 0%,#82aeb5 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457a86', endColorstr='#82aeb5',GradientType=0 ); /* IE6-9 */
			}
			.bt-title:hover{
				background: #82aeb5; /* Old browsers */
				background: -moz-linear-gradient(top,  #82aeb5 0%, #457a86 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82aeb5), color-stop(100%,#457a86)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #82aeb5 0%,#457a86 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #82aeb5 0%,#457a86 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #82aeb5 0%,#457a86 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #82aeb5 0%,#457a86 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82aeb5', endColorstr='#457a86',GradientType=0 ); /* IE6-9 */
	
				}
		/* Bottom Gallery */
		/* Right pannel */
		/* new layout css 
		.book-now-pannel-right{
			width:223px;
			float:right;
			}
			*/
		.book-now-pannel-right .book-now{
			position:relative;
			z-index:1;
			height:43px;
			margin:0px 0 0px 0;
			line-height:50px;
			border-radius:12px 12px 0 0;
			background: #e0803d; /* Old browsers */
			background: -moz-linear-gradient(top, #e0803d 0%, #c74d25 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0803d), color-stop(100%,#c74d25)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* IE10+ */
			background: linear-gradient(to bottom, #e0803d 0%,#c74d25 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0803d', endColorstr='#c74d25',GradientType=0 ); /* IE6-9 */	
			font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
			font-size:30px;
			color:#fff;
			 

			}
			.book-now-pannel-right .book-now.black-bg{
				background: #756755; /* Old browsers */
				background: -moz-linear-gradient(top,  #756755 0%, #463c32 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#756755), color-stop(100%,#463c32)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #756755 0%,#463c32 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #756755 0%,#463c32 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #756755 0%,#463c32 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #756755 0%,#463c32 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#756755', endColorstr='#463c32',GradientType=0 ); /* IE6-9 */
				}
		.book-now-pannel-right .book-now-bot{
			border-radius:0 0 12px 12px;
			position:relative;
			z-index:0;
			padding:15px 30px;
			background:rgba(245,245,245,1) url(../images/pattern.png) 0 0 repeat;
			box-shadow:0 0 12px #d0cdc5;
			box-sizing:border-box;
			}
			.book-now-pannel-right .book-now-bot.white-bg{
				background:#FFF;
				}
			.pos_rel{position:relative}
			#datetimepicker3 .dropdown-menu{margin-top:25px !important;}
			.mt25{margin-top:25px;}
			.book-now-pannel-right .book-now-bot label{
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				font-weight:bold;
				color:#575757;
				margin-right:10px;	
				display:block;
				width:100%;
				line-height:16px
				}
				.book-now-pannel-right .book-now-bot.white-bg label{
					font-weight:normal;		
					}
			.book-now-pannel-right .book-now-bot .small-pan{width:163px;}
			.book-now-pannel-right .book-now-bot .small-pan .fr{float:right !important}
			.book-now-pannel-right .book-now-bot .small-pan label{float:left; width:auto; padding-top:5px !important;}
			.book-now-pannel-right .book-now-bot .small-pan label.pt8{padding-top:8px !important;}
			
			.book-now-pannel-right .book-now-bot input{
				float:left;
				width:130px;	
				border:1px solid #666666;
				border-radius:2px;
				height:26px;
				line-height:26px;
				font-size:12px;
				}
				.book-now-pannel-right .book-now-bot input.w30{width:30px;}
			.book-now-pannel-right .book-now-bot.white-bg input{width:100%;}
			.book-now-pannel-right .book-now-bot input[type="submit"]{
				height:31px;
				margin:0px 0 0px 0;
				line-height:31px;
				vertical-align:middle;
				border-radius:8px;
				background: #e0803d; /* Old browsers */
				background: -moz-linear-gradient(top, #e0803d 0%, #c74d25 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0803d), color-stop(100%,#c74d25)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* IE10+ */
				background: linear-gradient(to bottom, #e0803d 0%,#c74d25 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0803d', endColorstr='#c74d25',GradientType=0 ); /* IE6-9 */	
				background: #c84e25 !important;
				
				
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#fff;
				font-weight:bold;
				width:100%;
				border:none;
				}
			.book-now-pannel-right .glyphicon-calendar{color:#6c6050; font-size:24px; float:left; margin-left:8px;}
			.book-now-pannel-right span.dd{
				background:transparent url(../images/dd.png) 0 0 no-repeat;
				width:45px;
				height:31px;
				overflow:hidden;
				display:block;
				float:left
				}
				.book-now-pannel-right span.dd select{
					background-color:transparent;
					border:none;	
					width:142%;
					padding:5px 0 0 3px;
					color:#575757;
					font-family:Arial, Helvetica, sans-serif;
					font-weight:bold;
					}
			.mt5{margin-top:5px !important}
		/* Bottom Slider */
		
		.bot-slider{
			position:relative;
			/* right:5px; */
			float:right;
			}
			/**/
			
			/*.bot-slider a{position:absolute; left:50%; margin-left:-24px;}
			.bot-slider div{margin-top:10px;}
			.bot-slider div:first-child{margin-top:0}
			.bot-slider a.arrow-top{top:-20px;}
			.bot-slider a.arrow-bot{position:absolute; left:50%; margin-left:-24px; bottom:0px}
			*/
		/* Bottom Slider */
/* Main Content Ends */



.bottom{margin:0; padding:0 0 0 0}
.bottom .bottom-footer{
	background:#ded8d0 url(../images/bottom-top.jpg) left top repeat-x;	
	min-height:170px;
	padding:35px 0 15px 45px;
	box-shadow:0px 0px 12px #b1a99f;	
	}
	.bottom .bottom-footer .bot-left{}
	.bottom .bottom-footer .bot-left div{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#494848;	
		}
	.bottom .bottom-footer .bot-left p{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-shadow:0 0 2px #fff;
		color:#494848;	
		margin:0;
		width:300px;
		}
		.bottom .bottom-footer .bot-left p+p{font-weight:bold; font-size:16px; margin-bottom:10px;}
		.bottom .bottom-footer .bot-left p+p a{color:#d45716; text-decoration:underline}
		.bot-social-media{
			/* background:transparent url(../images/social-media.png) 0 0 no-repeat;	 */
			width:220px;
			height:26px;
			}
		.bot-social-media ul{margin:0; padding:0}
		.bot-social-media ul li{
			float:left;
			width:24px;
			height:26px;
			list-style:none;
			margin-left:5px;	
			}
		.bot-social-media ul li:first-child{margin-left:0px;}
		.bot-social-media ul li a{
			display:block;
			width:100%;
			height:26px;	
			}
		.stamp{float:left; position:relative; z-index:10; }
		.stamp img{margin-top:-58px; width:216px; max-width:216px; }
		
		ul.footer-nav{margin-right:30px;}
			ul.footer-nav li{
				float:right;
				list-style:none;
				margin:0 10px 0 0;
				}
				ul.footer-nav li:first-child{margin-right:0;}
				ul.footer-nav li a{
					color:#494848;
					font-size:12px;
					font-family:Arial, Helvetica, sans-serif;
					font-weight:bold;	
					text-shadow:1px 1px 2px #ffffff;
					}
			a.button-bg{
				border-radius:8px;
				background-color:#574c3f;
				height:34px;
				line-height:34px;
				padding:0 10px;
				margin:0 12px 0 13px;
				color:#fff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#fff;
				font-weight:bold;
				display:inline-block;
				}
			#menu-footer-buttons li{
				float:right;
				list-style:none;
				}
			#menu-footer-buttons a{
				border-radius:8px;
				background-color:#574c3f;
				height:34px;
				line-height:34px;
				padding:0 10px;
				margin:0 12px 0 13px;
				color:#fff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#fff;
				font-weight:bold;
				display:inline-block;
				}
				.hideme{
					display:none;
					}
			#menu-footer-buttons #menu-item-18977 a{
				background:transparent url(../images/wiscon.png) 0 0 no-repeat;
				border-radius:8px;
				height:80px;
				width:120px;
				line-height:34px;
				padding:0 10px;
				margin:0 12px 0 13px;
				color:#fff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#fff;
				font-weight:bold;
				display:inline-block;
				}
				
			.mr15{margin-right:15px;}
		
footer {}
	footer .footer-container{
		background:#fff;
		border-radius:0 0 12px 12px;
		height:30px;	
		margin-bottom:20px;
		line-height:30px;
		box-shadow:0px 0px 12px #b1a99f;	
		}
		footer .container a{
			color:#d45716 ;
			font-size:15px;	
			}
.social-media{
	position:fixed;
	width:44px;
	height:336px;
	left:0;
	top:50%;
	margin-top:-128px;
	z-index:999
	}
	.social-media ul{
		background:transparent url(../images/social-media-2.png) 0 0 no-repeat;
		width:44px;
		height:336px;
		list-style:none;
		margin:0;
		padding:0;
		}
		.social-media ul li{
			height:48px;
			width:44px;	
			margin:0;
			padding:0;
			display:block
			}
		.social-media ul li a{
			width:44px;
			height:48px;
			display:block	
			}

/* new css thumbnail slider*/

.bx-wrapper .bx-prev {
    left: -10px !important;
}

input.search-field {
    background: none repeat scroll 0 0 #777777;
    border: 1px #e2e2e2 solid;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 30px 0 10px;
    transition: all 400ms ease 0s;
    width: 100%;
	border-radius: 8px;
}

.search1 {
	margin-right:15px;
	}
.search1 label{
	position:relative;
	float:right;
	right:0px;
	}
input.search-submit {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	padding:5px;
	border:0px solid #000;
	background:transparent url(../images/search-icon1.png) right 3px no-repeat;
	text-indent:-9999px;
	width:50px;
	position:relative;
	top:1px;
	right:-190px;
}

.banner-bottom-bg{
	position:absolute;
	top:-55px;
	}

#crumbs {	

/*	css taken off for new layout.
	position:relative;
	top:-26px;
	left:36px; */ 
	font-size:12px;
}
#crumbs>li {
	display: inline-block;
	float:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#575757;
}
#crumbs> a{
	text-decoration:underline;
	color:#575757;	
	}
#crumbs>li+li:before {
	padding: 0 5px;
	color: #ce5c29;
	content: "»";
}
#crumbs>.active{
	color: #ce5c29;
}
.up-pos {
	position:relative;
	top:-5px;
	}

.sliderimgLiVertical{
	height:185px !important;
	}

.uparrow, .downarrow{
    left: 42%;
    position: absolute;
    z-index: 200;
	opacity:0.1;
}
.downarrow{
	bottom:-15px;
}
.uparrow{
	top:-15px;
}

.thumbexcerpt{
	width: 200px;
	height:137px;
	overflow:hidden;
	}

.thumbexcerpt img{
	max-width: 100%;
	max-height:100%;
	}
	
.accommodation-booknow {
    margin: 0px 19px 20px -15px;
/*    width: 69%;*/
}
.accomodation-share {display:inline-block; padding-left:2px !important; margin-bottom:0;}
.accomodation-share li{float:left; list-style:none !important; padding:6px 2px 0 2px; padding-left:2px !important;}
.accomodation-share li a{}
.sleepsupto{float:left; font-weight:bold; text-align:right;display:block; margin-top:7px; margin-right:5px;}
.sleepsupto span{font-weight:normal; color:#999;}
.amenities {margin-top:70px; margin-left:25px;}
.amenities h4{font-size:20px; font-weight:bold;}
#amenities ul{margin-left:0; padding-left:0;}
#amenities li{list-style:square; margin:3px auto; font-size:13.5px}

.tp-leftarrow.default, .tp-rightarrow.default{
	opacity:.2;
	}

	.special-child{
		border-radius:12px 12px 12px 12px;
		position:relative;
		z-index:0;
		padding:25px 0px;
		box-shadow:0 0 12px #d0cdc5;
		box-sizing:border-box;
		text-align: center;
		background:url("../images/pattern.png") repeat scroll 0 0 rgba(250, 250, 250, 0.9);
		min-height:120px;
		}
	.special-child .title{
		font-size:18px;
		color:#333;
		padding:0px 10px;
		margin-bottom:10px;
		min-height:82px;
		}

.bx-controls-direction {
    opacity: 0.3;
}
.dottedline{border-top: 1px dotted #999; margin-top: 15px;}
.error{
	padding:50px 20px;
	border:1px dotted #999;
	text-align:center;
	width:96%;
	}
.guest-room input.search-field{
	background-color:#fff;
	padding:7px 42px;
	min-height:60px;
	color:#000;
	}

.guest-room input.search-submit{
	background-color:#d05f2d;
	padding:0px 40px;
	height:58px !important;
	color:#fff;
	left:0px;
	border-radius:10px;
	background-image:none;
	text-indent:0px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:150px;
	}
.guest-room input.search-submit:hover{
	background-color:#F60;
	border: inset 2px solid #d05f2d;
	color:#000;
	}
.mt20{margin-top:20px !important; display:block;}
.bannertop{
	border-radius: 12px 12px 0 0;
	max-width:1140px; 
	margin:auto; 
	min-height:40px; 
	background:transparent url(../images/sub-nav-bg.png) 0 0 repeat;
	box-shadow:0px 0px 12px #666;	
}
	/*
		#rev_slider_1_1_wrapper{
			box-shadow:0px 0px 12px #666;	
			}
		*/

#menu-footer-right-navigation ul li a:hover, .footer-container a:hover, .video-pannel p a:hover{
	color:#000;
	text-decoration:underline;
	}
/* Book Now Code starts */
/*		
	.book-now-pannel{
		width:90%;
		min-width:210px;	
		margin-top:0;/*-95px*/ /*
		max-width:423px;
		float:none !important
		}

	.book-now-pannel{
		width:88%;
		}
*/		
	.book-now{
		position:relative;
		z-index:1;
		height:43px;
		margin:0px 0 0px 0;
		line-height:46px;
		border-radius:12px 12px 0 0;
		background: #e0803d; /* Old browsers */
		background: -moz-linear-gradient(top, #e0803d 0%, #c74d25 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0803d), color-stop(100%,#c74d25)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* IE10+ */
		background: linear-gradient(to bottom, #e0803d 0%,#c74d25 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0803d', endColorstr='#c74d25',GradientType=0 ); /* IE6-9 */	
		font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#fff;
		 
		
		}
	.book-now-bot{
		border-radius:0 0 12px 12px;
		position:relative;
		z-index:0;
		padding:25px 0px;
		background-color:rgba(235,231,225,0.9);
		box-shadow:0 0 12px #d0cdc5;
		box-sizing:border-box;
		}
	
	
		.book-now-bot label{
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			color:#575757;
			margin-right:10px;	
			float:left;
			line-height:26px
			}
			.mr10{margin-right:10px}
			.mt15{margin-top:15px}
		.book-now-bot input{
			float:left;
			width:70px;	
			border:1px solid #666666;
			border-radius:2px;
			height:26px;
			line-height:26px;
			font-size:12px;
			}
			.book-now-bot input.w30{width:30px;}
		.book-now-bot input[type="submit"]{
			height:31px;
			margin:0 0 0 0;
			line-height:31px;
			vertical-align:middle;
			border-radius:8px;
			background: #e0803d; /* Old browsers */
			background: -moz-linear-gradient(top, #e0803d 0%, #c74d25 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0803d), color-stop(100%,#c74d25)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #e0803d 0%,#c74d25 100%); /* IE10+ */
			background: linear-gradient(to bottom, #e0803d 0%,#c74d25 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0803d', endColorstr='#c74d25',GradientType=0 ); /* IE6-9 */	
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#fff;
			font-weight:bold;
			width:100%;
			border:none;
			 
			
			}
			.no-pad-left{padding-left:0;}
			.mt10{margin-top:10px}
		.glyphicon-calendar{color:#6c6050; font-size:24px; float:left; margin-left:5px;}
		span.dd{
			background:transparent url(../images/dd.png) 0 0 no-repeat;
			width:45px;
			height:31px;
			overflow:hidden;
			display:block;
			float:left
			}
			.no-padr{padding-right:0}
			span.dd select{
				background-color:transparent;
				border:none;	
				width:142%;
				padding:5px 0 0 3px;
				color:#575757;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
				}
		.book-now-pannel .w50per{min-width: 85px;  width: 47%;}
		.fl{float:left}
		.fr{float:right !important}

/*		label.adult{margin-right: 0 !important;text-align: right !important;width: 84px !important;} /* comment for ne layout */

		.book-now-pannel .col-sm-9.col-xs-9.col-md-9.ipad .fr.mr10.w50per.ipad{margin-right:0}
		.book-now-pannel .col-sm-9.col-xs-9.col-md-9.ipad .fr.mr10.w50per.ipad span.dd{float:right}
		#small{}

/*
		#small .book-now-pannel {
					margin-top: 0 !important;
					max-width: 210px;
					min-width: 210px;
					width: 90%;
					float:none !important
				}
*/
			#small .book-now-bot{background:rgba(240,240,240,0.7) url(../images/pattern.png) 0 0 repeat;}
			#small .col-sm-6.col-xs-6.col-md-6.ipad{width:100%}
			#small .col-sm-6.col-xs-6.col-md-6.ipad label{width:70px}
			#small .col-sm-9.col-xs-9.col-md-9.ipad{float:right !important}
			#small .fl.w50per.ipad label,
			#small .fr.mr10.w50per.ipad label{width:70px;}
			#small .fr.mr10.w50per.ipad{margin-right:0 !important; margin-top:3px;}
			#small .book-now-pannel .w50per {min-width: 77px;	width: 100%;}
			#small .col-sm-8.col-xs-8.col-md-8.ipad{width:100% !important}
			#small .col-sm-8.col-xs-8.col-md-8.ipad .fl.w100per.ipad{width:42%;}
			#small .col-sm-8.col-xs-8.col-md-8.ipad .fr.mr10.w100per.ipad{ float:right;margin-right:5px;width: 47%;}
			#small .col-sm-8.col-xs-8.col-md-8.ipad .fr.mr10.w100per.ipad label,
			#small .col-sm-8.col-xs-8.col-md-8.ipad .fr.mr10.w100per.ipad span.dd{float:right; margin-right:0 !important}
			#small .col-sm-4.col-xs-4.col-md-4.no-pad-left{
				margin-right:0px;
				margin-left:0px;
				margin-top:5px;
				padding:0 15px !important;
				width:100%;	
				}
			#small label.adult{margin-right: 0 !important;text-align: right !important;width: auto !important;}
			#small .col-sm-4.col-xs-4.col-md-4.no-pad-left input[type="submit"]{}
			
/* Book Now Code Ends */

/*#menu-item-19171.current_page_ancestor ul{display:block !important;}
#menu-main.current_page_ancestor ul{display:block !important;}*/

/* new top menu css */

#menu-top-navigation li ul{
	display:none;
	}
#menu-top-navigation li ul li{
	margin:0px !important;
	padding:0px !important;
	}

#menu-top-navigation li:hover ul{

	display:block;
	position:absolute;
	margin:0;
	padding:0;
	z-index:9999999;
	display:block !important;
	}
	
#menu-top-navigation li:hover ul li{
	display:block;
	float:none;
	margin:0;
	padding:0;
	text-align:left;
	}

#menu-top-navigation li:hover ul li a:hover{
	background-color:#df6027;
	color:#000;
	}

#menu-top-navigation li:hover ul li a{
	color:#fff;
	display:block;
	text-align:left;
	}
	
/* new main menu css */

#menu-main li#menu-item-19172 ul {
	/*margin-left:86px;
	width:1138px;*/
	}


#menu-main li#menu-item-19172:hover ul{
	/*background: url("../images/sub-nav-bg.png") repeat scroll 0 0 transparent !important;
	margin-left:86px;
	z-index:9999999;*/
}


#menu-main li#menu-item-19171:hover ul{
	/*background: url("../images/sub-nav-bg.png") repeat scroll 0 0 transparent !important;
	width:1138px;
	z-index:9999999;*/
}

#menu-main li#menu-item-19172:hover ul {
	/*background: url("../images/sub-nav-bg.png") repeat scroll 0 0 transparent !important;
	width:1136px;
	z-index:9999999;*/
	}

#menu-main li#menu-item-19173:hover ul {
	/*background: url("../images/sub-nav-bg.png") repeat scroll 0 0 transparent !important;
	margin-left:-2px;
	z-index:9999999;
	width:1138px;*/
	}
#menu-main li#menu-item-19174:hover ul {
	/*background: url("../images/sub-nav-bg.png") repeat scroll 0 0 transparent !important;
	width:1138px;
	z-index:9999999;
	margin-left:-5px;*/
	}

#menu-main li#menu-item-19217:hover ul {
	/*background: url("../images/sub-nav-bg.png") repeat scroll 0 0 transparent !important;
	margin-left:-2px;
	z-index:9999999;
	width:1138px;*/
	}
#menu-main li#menu-item-19216:hover ul {
	/*background: url("../images/sub-nav-bg.png") repeat scroll 0 0 transparent !important;
	width:1138px;
	z-index:9999999;
	margin-left:-5px;*/
	}

#menu-main li:hover ul li a:hover {
	color: #ce5c29;
}
#menu-main li:hover ul li ul{
	background-color:#e2e2e2;
}
#menu-main li:hover ul li ul li a:hover {
	/*background-color:#e2e2e2;
	color: #ce5c29;*/
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif !important;
    font-size: 0.8em !important;
}
/*

#gallery {
    display:none !important;
}

*/
.slide0, .slide1 {
    cursor: pointer;
    max-width: 44px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20px;
	position:fixed;
	left:0px;
	z-index:99999999999;
	top:50%;
	margin-top:-148px;
	
}

.tri0 {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    float: right;
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
}

.tri1 {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    float: right;
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
}

.toggle {
    -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle {
	position:absolute;
	left:2px;
}

/* toggle ends */

/*
.linkgiftcards {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    left: 15px;
    position: relative;
    top: 40px;
}
*/
#menu-book-online li a {
    color: #ffffff !important;
	font-weight:bold !important;
}

ul#menu-top-navigation li ul {width:250px !important;}

.guest-room h2, .guest-room .page-content h2 {
    color: #574c3f;
    font-family: "league_gothicregular";
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 25px;
    padding: 0;
}


/*
.row-pannel .row .inner figure.thumbexcerpt img{
    left: -52%;
    max-height: 100%;
    max-width: 450px !important;
    position: relative;
    top: 0;

}
*/

.attachment-post_feature_full_width{
	width:1140px;
	}

.attachment-post_feature_full_width {
    height: auto !important;
    width: 100% !important;
}


.text-list {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.text-list p{
	margin-bottom:2px;
	}

.text-list li h3 a{
	font-weight:bold;
	font-size: 1.0em;
	}
.text-list__item {
    border-bottom: 1px solid #bbbbbb;
    font-size: 0.85em;
    margin: 1em 0;
    padding: 0.25em 0;
    text-align: right;
}

.text__header-title {
    display: inline-block;
    float: left;
    font-size: 1.10em;
    margin: 0;
	text-decoration:underline;
}


/* removed in new layout 
ul.social-share li:hover {background: #e2e2e2;}
ul.social-share li:hover a{color: #333;}

ul.social-share li:hover ul li { background: #e2e2e2;}
ul.social-share li:hover ul li a{ color: #333;}
ul.social-share li:hover ul li a {background-color: #e2e2e2 !important; color: #333 !important;}
ul.social-share li:hover ul li a:hover {background-color: #999 !important; color: #333;}

*/

.ngg-gallery-thumbnail-box {
    float: left;
    margin-right: 0 !important;
}

.media-group {
    margin: 1em 0;
}

.media-group iframe {
    float: left;
    margin: 1em 1.5em 1em 0.5em;
}

span.wpcf7-list-item {
    display: block;
}

.ngg-gallery-thumbnail-box {
    margin-right: 2px !important;
}

h2, h2::before, h2::after {
    font-family: "LeagueGothicRegular",sans-serif;
    font-weight: normal;
    margin: 0;
	font-size: 28px !important;
}

h4, h5  {
    color: #d05f2d !important;
	font-family:Arial, Helvetica, sans-serif !important; 
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

h4{
    font-size: 14px !important;
}

.amenities h4 {
	font-size: 22px !important;
	color:#574c3f !important;
	}
h5{
    font-size: 12px !important;
	line-height:15px !important; 
}

#CDSWIDEXC {
    background-color: #ffffff;
    border: 1px solid #589442;
    color: #000;
    font: 11px Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
    margin: 10px;
    overflow: hidden;
    padding: 0 0 9px;
    text-align: center;
    width: 150px;
}


#CDSWIDEXC.widEXC .bravoBox {
    background-color: #589442;
    height: 26px;
    margin-bottom: -8px;
    padding-bottom: 2px;
}


#CDSWIDEXC.widEXC .bravoBox .bravoWrapper .bravoText {
    color: #fff;
    display: table-cell;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 19px;
    font-style: normal;
    vertical-align: middle;
}
#CDSWIDEXC.widEXC .bravoBox .bravoWrapper {
    display: table;
    height: 100%;
    width: 100%;
}

#CDSWIDEXC .widEXCLINK a {
    border: medium none;
    color: #000;
    display: block;
    font-family: Arial,Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline: medium none;
    padding: 16px 0 !important;
    text-decoration: underline;
}

#CDSWIDEXC {
    color: #000;
    font: 11px Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
    text-align: center;
}


/* new pages css changes - content */

.content-group{ 
    margin-bottom: 15px;
	min-height:170px;
}
.content-group img {
    float: left;
    margin: 5px 15px 25px 15px;
}

.page-id-19410 .content-group p img, .page-id-19414 .content-group p img  {
    margin-left: 0px;
}

.content-group p {
    color: #574c3f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    margin: 0 0 20px;
    width: 95%;
}


.ngg-gallery-thumbnail img {
    border: 1px solid #e2e2e2 !important;
    margin: 10px 4px 4px 5px !important;
    padding: 0px !important;
}

#fancybox-overlay {
    background-color: #000 !important;
}
.navbar-inverse .navbar-nav > li.current-menu-ancestor ul a{color: #574c3f;}

.guest-room p a, .guest-room h3 a{
	text-decoration:underline;
	}
	
.content-socialicons {}
.content-socialicons a img{
	max-width:90px;
	max-width:auto;
	}
	
#cartamount{
	border:1px solid #dddddd;
	border-radius: 7px;
	padding:6px 10px;
	max-width:100%;
	}
.orange-btn{
    background-color: #d05f2d;
    border: medium none;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.5em 0.75em;
    text-decoration: none;
    background-image: -moz-linear-gradient(center top , #d77a4a 30%, #d05f2d 60%);
    background-size: 100% auto;

}
.orangebtn, .orangebtn1{
	background-color: #d05f2d;
    border: medium none;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.5em 0.75em;
    text-decoration: none;
    background-image: -moz-linear-gradient(center top , #d77a4a 30%, #d05f2d 60%);
    background-size: 100% auto;
	margin:30px auto 0px auto;
	}


p span.labelform{
	width:300px;
	display:block;
	float:left;
	}
.wpcf7-form textarea,.wpcf7-form input{
	width:100%;
	}

.wpcf7-form input[type="submit"]{
	width:90%;
	background-color: #d05f2d;
    border: medium none;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.5em 0.75em;
    text-decoration: none;
    background-image: -moz-linear-gradient(center top , #d77a4a 30%, #d05f2d 60%);
    background-size: 100% auto;
	margin-right:85px;
	}
	

.book-now-bot1{padding:15px !important; font-size:11px;}
.book-now-bot1 img{float:left; margin-right:15px;}

.guest-room .page-content__small-text  {
    font-size: 12px;
}

.thumbnail-item:first-child, .thumbnail-item.first {
    float: left;
    margin-right: 15px;
	z-index:99;
}
.thumbnail-item--height-const {
    height: 149px;
    width: 235px;
}
.thumbnail-item {
    border-radius: 2em 2em 0 0;
    float: left;
    margin: 1em 0;
    overflow: hidden;
    position: relative;
}
.thumbnail-item, .widget-block {
    box-shadow: 0 0 15px #aaaaaa;
}


.thumbnail-item__caption {
    bottom: 0;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.thumbnail-item__caption, .sidebar-btn, .visual-list__item {
    background-image: -moz-linear-gradient(center top , #517178, #719fa8);
    background-size: 100% auto;
}

#gallery-photo_gallery, #gallery-room_diagram{
    width: 60%;
	height:120px;
	overflow:hidden;
	margin-top:20px;
}

		.bt-title{
			width:100%;
		}

#gallery-photo_gallery a, #gallery-room_diagram a{
	overflow:hidden;
	display:block;
}

#gallery-photo_gallery a img, #gallery-room_diagram a img{
	border-radius: 20px 20px 0 0;
	width:100%;
}

.spanimage a img {
	float:right;
	}
	h6 strong{
		font-size:15px;
		padding-top:20px;
		padding-bottom:5px;
		display:block;

		}

.guest-room iframe{
	margin-top:20px;
	}

/*
.bottom-galery {
    margin: 5px -25px 20px 5px;
}
*/

.shadownew{
	box-shadow: 0 0 15px #aaaaaa;
	border-radius:20px 20px 0 0;
	}
/* new css for book now detail item page */
.mr10 {
    margin-right: 16px;
}

.row-pannel .row .inner .title, .row-pannel .row .inner .title1 a{
	/*
	width:100%;
	*/
	}

.row-pannel .row .inner .title1 a{
	width:100%;
	}
	
.bottom-galery1{
	position:relative;
	top:-10px;
	}
	
	.shadownew {
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 15px #aaaaaa;
}

/* ID based css */
#menu-item-21408{
	
	display:none;
	/**/
	}


/* id based ends */

.book-now-bot label {
    margin-right: 8px;
}
.book-now-pannel .w50per {
    width: 49%;
}

/* apply online employment css from chulavista live */


/* //apply online employment css from chulavista live */

/* new admin logo css */


#login {
    padding: 5% 0 0;
}

.login h1 a {
	background-image: url(../images/cvr_logo-01.png);
	background-image: none, url(../images/cvr_logo-01.svg);
	-webkit-background-size: 200px;
	background-size: 200px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 120px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 200px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}
/* //new admin logo css */

		.book-now-bot input.orangebtn2[type="submit"]{
			margin-top:10px;
			line-height:20px;
			width:100px !important;
			}

		.book-now-bot input.orangebtn1[type="submit"]{
			margin-top:10px;
			line-height:20px;
			width:100%;
			}




.book-now-pannel-right .book-now-meeting {
    background: url("../images/pattern.png") repeat scroll 0 0 rgba(235, 235, 235, 0.6);
    border-radius: 12px 12px 0 0;
    color: #6c6050;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
   	line-height: 40px;
    margin: 0;
    position: relative;
    z-index: 1;
	font-weight:bold;
}

.book-now-pannel-right .smalltext{
	border:1px solid #eeeeee;
	}
	
.book-now-pannel-right .smalltext .textwidget {
	font-size:12px;
	}
.mt15{margin-top:15px;}


#small .book-now-pannel .book-now-bot input#datepicker_1 {
    width: 73px;
}
#small .book-now-pannel .book-now-bot input#datepicker_2 {
    width: 73px;
}


#small .col-sm-4.col-xs-4.col-md-4.no-pad-left input[type="submit"] {
    margin-top: 15px;
}

/* new book now css */
/*
.accommodation-booknow .book-now-bot label.departure {
    text-align: right;
    width: 100px;
}

.accommodation-booknow .book-now-bot label.Ages12-20 {
    text-align: right;
    width: 100px;
}

.accommodation-booknow .book-now-bot label.adult21 {
    text-align: right;
    width: 110px !important;
}

#small label.departure, #small label.adult21,  #small label.Ages12-20 {
    text-align: left;
}

#small .col-sm-8.col-xs-8.col-md-8.ipad .fr.mr10.w100per.ipad label, #small .col-sm-8.col-xs-8.col-md-8.ipad .fr.mr10.w100per.ipad span.dd {
    float: right;
    margin-right: 7px !important;
}
*/

/* //new book now css */


.row-pannel .row .inner .title a {
    color: #fff;
    width: 100%;
}

.thumbnail-item:first-child, .thumbnail-item.first{
	margin-left:-10px;
	}
	
	/* outing request form css */
	
.form-outingrequest p .labels {
    display: table;
    float: left;
    width: 30%;
}

.form-outingrequest br {
    display: none;
}

.form-outingrequest input {
    width: 30% !important;
}
.formcheckbox textara{
	width:80%;
	}

.formcheckbox p span input {
    width: 10%;
}

.formcheckbox p, .form-outingrequest p{
    margin-left:50px;
}

.formcheckbox p {
    margin-left: 36%;
    width: 50%;
}

.formcheckbox {
    width: 100% !important;
}

.form-textarea textarea{
	width:67% !important;
	}
	
/*
#menu-main #menu-item-19172 .nav-dropdown {
    background: url("../images/sub-nav-bg.png") repeat scroll 0 0 transparent !important;
    height: 84px !important;
}

*/

#menu-main #menu-item-19172 .nav-dropdown li:nth-child(9) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(10) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(11) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(12) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(13) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(14) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(15) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(16) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(17) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(18) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(19) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(20) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(21) a, #menu-main #menu-item-19172 .nav-dropdown li:nth-child(22) a{
	color:#ffffff !important;
	text-shadow:0px 0px 8px #000;
}


/* connect top bar css toggle case*/

.menu-book-online-container {float:left;}
.navbar-contact input{
	float:right; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	padding:0px 15px; 
	background:none; 
	color:#fff; 
	font-weight:bold; 
	border:0px solid #fff; 
	border-left:1px solid #fff;
	}

.navbar-contact #showsocial ul {
	border-left:1px solid #fff;
	margin-right:5px !important;
	}
#showsocial{
	display: none; 
	float:right;
	}
#showsocial .xoxo ul li{
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	}

.navbar-contact #showsocial ul li{
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	padding:0 0;
	}

.navbar-contact ul li:last-child {
    border-right: 0px solid #fff;
	
}
.mb20 {
	margin-bottom: 30px;
}

ul.mb20 li:first-child{
/*border:1px dotted #f00;
display: none;*/
}

ul.mb20 .apply-online{
display: none;
}

.callnownew1 a{
opacity: 0.7;
}

/* new css for home page facebook and twitter */

.clubhouse {
    margin-bottom: 0px;
    margin-top: 10px;
    padding-right: 0px;
    text-align: center;
}

/* facebook and twitter css home page finishes here */


/* new css for home page facebook and twitter */

.clubhouse {
    margin-bottom: 0px;
    margin-top: 10px;
    padding-right: 0px;
    text-align: center;
}

/* facebook and twitter css home page finishes here */

#u_0_0 > div {
	width:100% !important;
	}

.fb_iframe_widget iframe {
    width: 100% !important;
}

.fb_iframe_widget span {
    width: 100% !important;
}

.fb_iframe_widget {
    width: 100% !important;
}

#twitter {
    font-size: 3px;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0em 3em !important;
}

iv.panel-container {
    border: 0px solid #ddd !important;
    border-top: 1px solid #ddd !important;;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 1em !important;
}


.applyonline {
	min-height:8000px  !important;
}



.applyonline input.field {

}


a:link:after { content:"" !important;}
.navbar {display:block !important;}


.thumbnail-wrapper {
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #999;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-top: 10px;
    overflow: hidden;
    padding: 15px;
    width: 35%;
}

.thumbnail-wrapper img{
    max-width:100%;
    height: auto;
}


/* brochure layout css */

#pdfbrochurelayout{}

#pdfbrochurelayout br{
	display:none;
	}
#pdfbrochurelayout .brochure{
	border-radius:12px;
	}


#pdfbrochurelayout .brochure a{
	display:block;
	border-radius:12px;
	background-color:#716e6e;
	min-height:200px;
	}


#pdfbrochurelayout .brochure a img, #pdfbrochurelayout .brochure h2{
	text-align:center;
	color:#d45716;
	}

#pdfbrochurelayout .brochure a{
    border: 1px solid #d45716;
    border-radius: 12px;
}

#pdfbrochurelayout .brochure a img {
    border: 3px solid #fff;
    border-radius: 12px;
}

.wp_rss_retriever_date {
	display:none !important;
	}

#reservationtable {}
#reservationtable form{
	background-color: #000000 !important;
	}

iframe#reservationtable form {
	background-color: #000000 !important;
	border:1px dotted #f00 !important;
	}

#reservationtable {
    position: relative;
    z-index: 2147483647 !important;
}


.bookcall_header{
	display:none;
	margin-bottom:10px;
	margin-top:50px;
	position:relative;
	z-index:9999;
	}

.callnowmobileheader{
	width:48%;
	float:right;
	}
.booknowmobileheader{
	width:48%;
	float:left;
	}

.callnowmobileheader a, .booknowmobileheader a {
    background-color: #c64d0b;
    border: 1px solid #c64d0b;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #ffffff inset;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
	color:#ffffff;
	text-transform:uppercase;
	padding:2px;
}
	
.booknowmobileheader a{
    background-color: #077d84;
    border: 1px solid #077d84;
	}

#loctel {
display: none;
}

/* new css added for Photo Gallery Button March 2016 */

#gallery-photo_gallery, #gallery-room_diagram{
	height:32px;
}

.shadownew {
    border-radius: 10px !important;
}

/* ended = new css added for Photo Gallery Button March 2016 */
.bx-wrapper .bx-controls-direction a.disabled {
display: block !important;
}
#number-of-nights, input[name=checkin]{
  text-align: center;
}
/*
#number-of-nights{
  width: 52px;
}
*/
#check_availability{
  width: 100%;
  float: right;
}

#small #check_availability {
    margin-left: 15px !important;
    width: 200% !important;
	float:none;
}

/* css added 15-12-2016 */
.add{display:none !important;}
#booking-webhead, #menu-item-18967 {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-left:6px;
	padding-right:6px;
	font-family:Arial, Helvetica, sans-serif;
	}

#menu-item-18967 {
	border-left:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
}
.contactinfo ul li {
    float: left;
    padding-right: 7px;
    list-style: none;
    font-size: 14px;
    color: #C84E25;
    font-weight: 700;
}
.menutabe ul li {
    float: left;
    font-size: 12px;
    list-style: none;
    font-weight: 800;
    padding-right: 8px;
    color: #414141;
}
.menutabe ul li > a {
	font-weight: bold !important;
	font-size: 13px;
}
.menutabe ul {
    display: block;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
		.page-id-19410 .content-group p img{
			margin-left: 0px;
			width:100% !important;
			/*
			margin:auto;
			float:none !important;
			*/
		}
		.page-id-19414 .content-group p img {
			margin-left: 0px;
			width:100% !important;
		}
		
}
