/* Fonts */

@font-face {
	font-family: 'ApercuLight';
	src: url('../fonts/Apercu-Light.eot');
	src: local('☺'), url('../fonts/Apercu-Light.woff') format('woff'), url('../fonts/Apercu-Light.ttf') format('truetype'), url('../fonts/Apercu-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ApercuRegular';
	src: url('../fonts/Apercu-Regular.eot');
	src: local('☺'), url('../fonts/Apercu-Regular.woff') format('woff'), url('../fonts/Apercu-Regular.ttf') format('truetype'), url('../fonts/Apercu-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'ApercuBlack';
	src: url('../fonts/Apercu-black.eot');
	src: local('☺'), url('../fonts/Apercu-black.woff') format('woff'), url('../fonts/Apercu-black.ttf') format('truetype'), url('../fonts/Apercu-black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ApercuBold';
	src: url('../fonts/Apercu-bold.eot');
	src: local('☺'), url('../fonts/Apercu-bold.woff') format('woff'), url('../fonts/Apercu-bold.ttf') format('truetype'), url('../fonts/Apercu-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BristleBrushScriptDemo';
	src: url('../fonts/BristleBrushScriptDemo.eot');
	src: url('../fonts/BristleBrushScriptDemo.eot?#iefix') format('embedded-opentype'), url('../fonts/BristleBrushScriptDemo.woff') format('woff'), url('../fonts/BristleBrushScriptDemo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px !important;
}
@font-face {
	font-family: 'RequitedScriptDemo';
	src: url('../fonts/Requited-Script-Demo.eot');
	src: local('☺'), url('../fonts/Requited-Script-Demo.woff') format('woff'), url('../fonts/Requited-Script-Demo.ttf') format('truetype'), url('../fonts/Requited-Script-Demo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	overflow-x: hidden;
	font-family: 'ApercuRegular';
	background: #f9f8f7;
	padding: 0 20px;
	-webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
	 -moz-animation: fadein .5s; /* Firefox < 16 */
	-ms-animation: fadein .5s; /* Internet Explorer */
	 -o-animation: fadein .5s; /* Opera < 12.1 */
		animation: fadein .5s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.text-muted {
	color: #777777;
}
.text-primary {
	color: #2ab56c;
}
p {
	font-size: 14px;
	line-height: 1.75;
}
p.large {
	font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: none;
	text-decoration: none;
}
a,
a:focus,
a:active {
	color: #3d462e;
}
a:hover, a:focus, a:active, a.active {
	color: #2ab56c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-weight: 700;
}
.img-centered {
	margin: 0 auto;
}
.no-margin{
	margin: 0;
}
.no-padding{
	padding: 0;
}
.abs-pos {
	position: absolute !important;
}
.bg-light-gray {
	background-color: #eeeeee;
}
.bg-darkest-gray {
	background-color: #222222;
}
.btn-primary {
	color: white;
	background-color: #2ab56c;
	border-color: #2ab56c;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: white;
	background-color: #fec503;
	border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #2ab56c;
	border-color: #2ab56c;
}
.btn-primary .badge {
	color: #2ab56c;
	background-color: white;
}
.btn-xl {
	color: white;
	background-color: #2ab56c;
	border-color: #2ab56c;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	font-size: 18px;
	padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	color: white;
	background-color: #fec503;
	border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
	background-color: #2ab56c;
	border-color: #2ab56c;
}
.btn-xl .badge {
	color: #2ab56c;
	background-color: white;
}
.pt100 {
	padding-top: 100px;
}
.p15 {
	padding: 15px;
}
.pt30{
	padding: 30px 0 0 0;
}
.mtb20 {
	margin: 20px 0 !important;
}
.mt30 {
	margin: 30px 0 0 !important;
}
.ml-15 {
	margin-left: -10px !important;
}
#menu {
	position: fixed;
	top: 15px;
	left: 10px;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin: 0;
}
#menu li.active a span.green-brdr,
#menu li.dropdown.active a span.green-brdr {
	background: #239e64 !important;
	width: 25px !important;
}
.date-picker-wrapper table .caption i.fa {
	color: #209f66;
	background: none !important;
}
#date-range-container .date-picker-wrapper table .caption .next:hover,
#date-range-container .date-picker-wrapper table .caption .prev:hover {
	background: none;
}
/* Demos Menu
* --------------------------------------- */

#demosMenu {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}
.navbar-custom {
	background-color: #f9f8f7;
	border-color: transparent;
	z-index: 999999;
	height: 135px;
}
nav.navbar.navbar-default.navbar-custom.navbar-fixed-top.affix {
	height: 120px;
	transition: all .2s;
}
.navbar-header {
	height: 85px;
	position: absolute;
	left: 54%;
	margin-left: -50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.navbar-custom.affix .navbar-header {
	margin-left: -36px;
}
.navbar-custom.affix .navbar-right{
	margin-top: 5px;
}
.navbar-brand{
	margin: 5px 0;
	display: block;
}
nav.navbar.navbar-default.navbar-custom.navbar-fixed-top.affix .navbar-brand img {
	width: 90px;
}
.navbar-custom .navbar-brand {
	padding: 0;
	height: auto;
	z-index: 9999;
	height: 90px;
}
.navbar-nav {
	margin: 3px 0 0;
}
.navbar-custom .navbar-brand img {
	width: 100px;
	margin: 5px 0 0 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
.navbar-custom .navbar-collapse {
	border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
	background-color: #2ab56c;
	border-color: #2ab56c;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
	background-color: none;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
}
.navbar-custom .nav li a {
	font-family: 'ApercuBlack';
	text-transform: uppercase;
	color: #3e452d;
	font-size: 11px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.09;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px 0px;
	margin: 20px 25px 0 10px;
	background: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.navbar-right {
	margin-right: 15px;
	margin-top: 15px;
}
#welcome-sec{
	overflow: hidden;
}
#welcome-sec img {
	max-width: 100%;
}
.header-booking-nav {
	display: inline-block;
	margin: 0 0 0 15px;
}
.header-booking-nav p a {
	line-height: 36px;
}
.header-booking-nav .contact-th {
	margin: 15px 0px 0px 0px;
}
.right-brdr {
	border-right: 2px dotted #ccc;
}
.green-brdr {
	background: #239e64;
	width: 0px;
	height: 5px;
	display: block;
	margin: 8px 0 0 0;
}
.grey-brdr {
	background: #3d462e;
	width: 15px;
	height: 4px;
	display: block;
	margin: 0 0 15px 0;
}
.navbar-custom .nav li a span.green-brdr {
	background: transparent;
}
.navbar-custom .nav li:focus span.green-brdr,
.navbar-custom .nav li:hover a span.green-brdr {
	background: #239e64;
	width: 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.navbar-custom .nav li.active a span.green-brdr {
	background: #239e64 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.cont-block {
	display: inline-block;
	margin: 14px 0 0 0;
}
.cont-block h3 {
	font-size: 10px;
	color: #3d462e;
	font-weight: 900;
	margin: 10px 0 5px 0;
	letter-spacing: 1px;
	font-family: 'ApercuBlack';
}
.cont-block span {
	display: block;
	font-weight: normal;
	color: #3d462e;
	font-family: 'ApercuRegular';
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 16px;
}
.cont-block span b {
	font-family: 'ApercuBlack';
	font-size: 10px;
}
.booking-form {
	display: inline-block;
	vertical-align: top;
	margin: 10px 4px 0 3px;
}
.booking-form input {
	background: #fff;
	border: none;
	outline: none;
	font-size: 11px !important;
}
.booking-form input:focus {
	box-shadow: 0px 5px 8.6px 1.4px rgba(45, 45, 45, 0.1);
	-webkit-box-shadow: 0px 5px 8.6px 1.4px rgba(45, 45, 45, 0.1);
	-moz-box-shadow: 0px 5px 8.6px 1.4px rgba(45, 45, 45, 0.1);
	-ms-box-shadow: 0px 5px 8.6px 1.4px rgba(45, 45, 45, 0.1);
	-o-box-shadow: 0px 5px 8.6px 1.4px rgba(45, 45, 45, 0.1);
}
.book-btn, .book-btn-restaurant, .book-a-table-btn {
	font-family: 'ApercuBlack';
	background: #2ab56c;
	width: 120px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	height: 45px;
	line-height: 45px;
} 
.book-btn:hover, .book-a-table-btn:hover, .book-btn-restaurant:hover, .book-btn-restaurant:focus {
	color: #fff;
	background: #239e64;
}
.book-btn-restaurant {
	font-weight: bold;
	width: 190px;
}
#rd-widget-root .glyphicon-chevron-right::before {
	color: #777777;
	font-size: 16px;
}
#rd-widget-frame {
}
#rd-widget-root .datepicker table td.day.disabled.today {
	background: #209658 !important;

}
.booking-form .btn-default {
	background-color: #49e79d;
	border: none;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 19px 10px 17px 10px;
	font-size: 13px;
	font-family: 'ApercuBlack';
	vertical-align: top;
}
#two-inputs, #four-inputs {
	float: left;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
	outline: none;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background: none;
}
.navbar-default .navbar-nav>.open>a span.green-brdr,
.navbar-default .navbar-nav>.open>a:focus span.green-brdr,
.navbar-default .navbar-nav>.open>a:hover span.green-brdr {
	background: none;
	background: #239e64;
}
.navbar-custom .navbar-nav > .active > a span.green-brdr {
	border-radius: 0 !important;
	background: none !important;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
	background: none;
}
.dropdown-menu {
	left: 12px;
	top: 60px;
	padding: 0 20px;
	border: none;
	border-radius: 0;
	width: 220px;
	box-shadow: 0px 15px 9px 1px rgba(45, 45, 45, 0.25);
	-webkit-box-shadow: 0px 15px 9px 1px rgba(45, 45, 45, 0.25);
	-moz-box-shadow: 0px 15px 9px 1px rgba(45, 45, 45, 0.25);
	-ms-box-shadow: 0px 15px 9px 1px rgba(45, 45, 45, 0.25);
	-o-box-shadow: 0px 15px 9px 1px rgba(45, 45, 45, 0.25);
}
.dropdown-menu li a {
	margin: 0 !important;
	display: block;
	background: url('../img/hrzntl-divdr.png') repeat-x bottom left !important;
	font-family: 'ApercuBlack' !important;
	font-weight: normal !important;
	font-size: 10px !important;
	padding: 15px 0 !important;
	text-transform: capitalize !important;
}
.dropdown-menu li a:hover {
	color: #239e64;
}
.dropdown-menu li:last-child a {
	background: none !important;
}
.dropdown-menu li a:hover {
	background: none;
}
/* Sections */

.section-cont.welcome {
	padding: 105px 18px 0;
}
.section-cont .location-mob {} .section-cont {
	padding: 90px 18px 0;
}
.section-cont .room-cont {
	min-height: 100% !important;
	height: 100%;
}
#home-cont {
	background: url('../img/henrietta-landing-img.jpg');
	background-size: cover;
	height: 100%;
}
#home-cont .intro-text {
	z-index: 2;
	position: absolute;
	top: 170px;
	width: 100%;
	text-align: center;
}
#intro .intro-cont {
	margin: 0 !important;
}
#rooms{
	margin: 30px 0 0 0;
	background: url('../img/rooms-bkd.jpg') no-repeat center center;
	background-size: cover;
}
#rooms .room-cont {
	height: 100%;
}
#rooms .room-cont-middle {
	margin: 130px 0 0 0;
}
.section-cont #section3 {
	padding: 25px 0 0 0 !important;
	height: 100%;
}
.section-cont #section4,
.section-cont .location-dsktp {
	height: 100%;
}
.section-cont #contact {
	clear: both;
	margin: 0;
}
.contact-home .text-center.mt30 {
	clear: both;
}
.contact-left {
	background: #fff;
	padding: 0 30px 60px;
	position: relative;
}
.contact-block {
	width: 250px;
	background: #fff;
	padding: 20px 20px 40px 40px;
	position: absolute;
	top: 30%;
	left: 30%;
}
.contact-block h2 {
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'ApercuBold';
	letter-spacing: 1px;
	color: #3d462e;
}
.contact-block p {
	font-size: 11px;
	font-family: 'ApercuRegular';
	letter-spacing: 1px;
}
.contact-block a.btn {
	background: #2ab56c;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	border-radius: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
.contact-block p strong {
	font-family: 'Apercubold';
	display: block;
}
.contact-right {
	padding: 0;
	background: #fff;
	height: 100%;
	position: relative;
}
.contact-left img {
	margin: 30px 0 15px 0;
	height: 90px;
}
.contact-left p {
	font-size: 10px;
	color: #3d462e;
	font-family: 'ApercuRegular';
	letter-spacing: 1px;
	line-height: 16px;
	margin: 0 0 20px 0;
}
.contact-left p:nth-child(1),
.contact-left p:nth-child(2) {
	margin: 0;
}
.contact-left a {
	color: #3d462e;
}
.contact-left a:hover {
	text-decoration: none;
	color: #2ab56c !important;
}
.contact-left a:active,
.contact-left a:focus {
	color: #3d462e;
}
.contact-left h3 {
	font-size: 10px;
	font-family: 'Apercubold';
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0px !important;
}
.section-cont .about-footer {
	margin: -30px 10px 0 10px;
}
.contact-img {
	height: 90px;
}
.btm-txt {
	/*position: absolute;*/
	bottom: 15px;
	left: 22px;
	font-family: 'RequitedScriptDemo';
	color: #3d452d;
	font-size: 20px;
}
.pad-t50 {
  padding-top: 50px !important;
}
.pad-tb30 {
  padding: 30px 0px !important;
}
.booking-confirm-form-wrap {
  margin: 20px auto;
  width: 450px;
}
/* Header */

header {
	text-align: center;
	color: white;
	height: 100%;
}
.header-cont {
	position: relative;
	height: 100%;
}
.header-cont img.banner-img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	max-height: 100%;
	height: 100%;
	z-index: 1;
}
header .intro-text {
	z-index: 999;
	position: absolute;
	top: 52%;
	width: 100%;
	text-align: center;
}
header .intro-text .intro-lead-in {
	font-style: normal;
	font-family: 'ApercuBlack';
	font-size: 12px !important;
	text-shadow: none;
}
header .intro-text .intro-heading {
	font-family: 'BristleBrushScriptDemo';
	font-size: 140px !important;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.19;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 0 69px rgba(43, 38, 36, 0.45);
	z-index: 99;
}
.scroll-arw {
	position: absolute;
	bottom: 20px !important;
	width: 100%;
	text-align: center;
	left: 0;
}
.border-dotted{
	border-bottom: 2px dotted #333;
	border-top: none !important;
}
.scroll-arw img {
	width: 31px;
	height: 21px;
}
.anim-bounce {
	animation: bounce 2s ease 0s;
}
.scroll-arw a {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
section {
	padding: 40px 0;
}
section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
}
section h3.section-subheading {
	font-size: 16px;
	text-transform: none;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 75px;
}
::-moz-selection {
	text-shadow: none;
	background: #2ab56c;
	color: #fff;
}
::selection {
	text-shadow: none;
	background: #2ab56c;
	color: #fff;
}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}
body {
	webkit-tap-highlight-color: #2ab56c;
}
.intro-cont {
	margin: 100px 0 0 0 !important;
}
.intro-cont img {
	width: auto !important;
	height: 260px;
	margin: 0 0 25px 0;
}
.intro-cont p {
	font-family: 'ApercuRegular';
	font-size: 10px !important;
	line-height: 18px;
	color: #3d462e;
	letter-spacing: 0.9px;
	margin-bottom: 10px !important;
	width: 60%;
	margin: 0 auto;
}
.intro-cont p:last-child {
	font-family: 'RequitedScriptDemo';
	font-size: 15px !important;
	font-weight: normal;
	line-height: 0.8;
	margin-top: 25px;
}
.input-container {
	position: relative;
	margin: 0;
	display: inline-block;
	background: #fff;
}
.input-container input {
	outline: none;
	position: relative;
	border: 0;
	color: #2ab56c;
	font-size: 8px;
	font-weight: 400;
	border: none;
	width: 110px;
	height: 45px;
	padding: 25px 10px 7px 8px;
	text-transform: uppercase;
	font-family: 'ApercuBold';
	z-index: 99;
	background: none;
	letter-spacing: 1px;
}
.input-container input:focus ~ label {
	color: #3d462e;
	font-size: 10px !important;
	font-family: 'ApercuRegular';
	-webkit-transform: translate(-12%, -22%) scale(1);
	transform: translate(-12%, -22%) scale(1);
	left: 35px;
	top: -7px;
}
.input-container input:focus ~ .bar:before,
.input-container input:focus ~ .bar:after {
	width: 50%;
}
.input-container input:valid ~ label {
	color: #3d462e;
	font-size: 11px !important;
	font-family: 'ApercuRegular';
	-webkit-transform: translate(-12%, -22%) scale(1);
	transform: translate(-12%, -22%) scale(1);
	top: -7px;
	left: 35px;
}
#four-inputs .input-container input:valid ~ label,
#four-inputs .input-container input:focus ~ label{
	left: 13px;
	font-size: 11px !important;
}
#departure-div input:valid ~ label,
#departure-div input:focus ~ label{
	left: 18px !important;
}
#four-inputs .input-container input{
	box-shadow: none;
}
.input-container label {
	position: absolute;
	top: -10px;
	left: 10px;
	color: #3d462e;
	letter-spacing: 1px;
	font-family: 'ApercuBlack' !important;
	font-size: 13px;
	font-weight: 300;
	line-height: 65px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	margin: 0;
	z-index: 1;
}
.input-container .bar {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #757575;
	width: 100%;
	height: 1px;
}
.input-container .bar:before,
.input-container .bar:after {
	content: '';
	position: absolute;
	background: #ec2652;
	width: 0;
	height: 2px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.input-container .bar:before {
	left: 50%;
}
.input-container .bar:after {
	right: 50%;
}
.progress-btn {
	position: relative;
	width: 90px;
	height: 45px;
	display: inline-block;
	font-family: 'ApercuBlack';
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	line-height: 45px;
	vertical-align: top;
	transition: all 0.4s ease;
	margin: 10px 0 0 0;
	float: right;
	cursor: default;
	z-index: 100;
}
.room-book-head-block, .book-a-table {
	display: inline-block;
}
.book-a-table {
	width: 90px;
	height: 45px;
	font-family: 'ApercuBlack';
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	line-height: 45px;
	vertical-align: top;
	transition: all 0.4s ease;
	margin: 7px 0 0 0;
	cursor: default;
	z-index: 100;
	right: 53px;
    position: absolute;
    display: none;
}
.date-picker-wrapper.changed:before {
	left: 75% !important;
}
.progress-btn .btn {
	background: #2ab56c;
	border-radius: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	outline: none !important;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 30px;
	text-align: center;
	z-index: 10;
	opacity: 1;
	color: #fff !important;
	box-shadow: none !important;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'ApercuBlack';
}
.progress-btn .btn:hover {
	background: #239e64;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.circle-loader {
	fill: transparent;
	stroke: #eee;
	stroke-width: 5;
}
/* Rooms */

.room-cont {
	/*background: url('../img/rooms-bkd.jpg');*/
	background-position: center top !important;
	position: relative;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.room-cont-middle {
	position: relative;
	margin: 11% auto 0 !important;
	padding: 30px 0;
	width: 850px;
	-webkit-width: 850px;
	-ms-width: 850px;
	z-index: 1000;
	background: url(../img/caption-bg.png) repeat left top;
}
.room-cont h2.heading {
	color: #3d462e;
	font-family: 'BristleBrushScriptDemo';
	font-size: 100px;
	letter-spacing: 0px;
	font-weight: normal;
	position: absolute;
	width: 100%;
	top: 10px;
	text-align: center;
}
.room-cont h3 {
	font-family: 'ApercuBlack';
	font-size: 12px;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 100 !important;
	position: absolute;
	width: 100%;
	top: 35px;
	z-index: 2000;
	display: none;
}
.room-cont h4 {
	font-family: 'RequitedScriptDemo';
	font-size: 15px;
	letter-spacing: 0px;
	color: #3d462e;
	text-transform: none;
	font-weight: normal;
	padding: 85px 0 0 0;
	margin-top: 35px;
}
.room-cont p {
	font-size: 10px;
	font-family: 'ApercuRegular';
	padding: 120px 135px 0px;
	color: #3d462e;
	letter-spacing: 1px;
	line-height: 18px;
	width: 100%;
	margin: 0 auto;
	font-weight: 100
}
.room-cont-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.room-item {
	float: left;
	width: 25%;
	height: 140px;
	padding: 20px;
	font-family: 'ApercuBlack';
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6) !important;
	letter-spacing: 1px;
	border-right: dotted 2px rgba(255, 255, 255, 0.6);
	vertical-align: top;
	cursor: pointer;
	position: relative;
}

.room-item:last-child {
	border: none;
}
.room-item span {
	position: absolute;
	top: 20%;
	display: block;
	line-height: 90px;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	font-family: 'RequitedScriptDemo';
	width: 100%;
	text-align: left;
	font-weight: 100;
	font-size: 14px;
	color: #fff;
}
#rmcovent-garden-grand {
	width: 25% !important;
}
#rmcovent-garden-grand span img {
	right: 60px !important;
}
.room-item span i {
	font-style: normal;
	display: inline-block;
}
.room-item .rooms-arw {
	width: 20px;
	height: 16px;
	position: absolute;
	right: 60px;
	top: 40%;
	float: right;
	opacity: 0;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}
.room-item:hover span {
	line-height: 0;
	top: 15px;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}
.room-item:hover .rooms-arw {
	display: inline-block;
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	top: -5px;
}
.room-item p {
	position: absolute;
	top: 10px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	margin: 0 30px 0 0;
	text-align: left;
	font-size: 12px;
	font-family: 'ApercuRegular' !important;
	line-height: 20px;
	color: #fff;
}
.room-item:hover {
	color: #fff !important;
}
.room-item:hover p {
	opacity: 1;
	visibility: visible;
	padding: 30px 0 0 0;
	transition: opacity 1s linear;
}
/* Room Detail */

.breadcrumb {
	position: fixed;
	top: 82px;
	background: none;
	padding: 0;
	font-family: 'ApercuBlack';
	letter-spacing: 1px;
	font-size: 10px;
	left: 22px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.breadcrumb li {
	margin: 0 10px 0 0;
}
.breadcrumb>li+li:before {
	content: "";
}
.breadcrumb>.active {
	color: #229a61;
}
.breadcrumb li a,
.breadcrumb li {
	color: rgba(60, 67, 44, 0.5);
	text-decoration: none !important;
}
.breadcrumb li a:hover,
#room1-carousel li.carousel-link.active a {
	color: #229a61;
	text-decoration: none;
}
.affix .breadcrumb {
	top: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* Fade Carousel */

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	overflow: hidden;
}
.item.active img {
	transition: transform 8000ms linear 0s;
	height: 100%;
	width: 100%;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-indicators {
	left: 0;
	bottom: 20px;
	padding: 0px 20px;
	text-align: left;
	margin: 0 auto;
	position: absolute;
	width: 100%;
}
#rooma-carousel .carousel-indicators {
	bottom: 20px;
	display: none;
}
div#room1-carousel {
	height: 95%;
}
.room-det-carousel .carousel-indicators {
	display: block !important;
	height: 40px;
	z-index: 999999;
}
.navbar-custom.affix .room-det-carousel .carousel-indicators {
	top: 40px !important
}
#room1-carousel .carousel-inner .item {
	height: 100% !important;
}
#room1-carousel .carousel-indicators {
	position: fixed;
}
.carousel-indicators li {
	background: none;
	border: none;
	width: auto;
	height: auto;
	margin: 0 3px;
	display: inline-block;
	text-indent: 0;
}
.carousel-indicators li.active {
	width: auto;
	height: auto;
	margin: 0 4px;
	background: none;
}
.carousel-control.left {
	background: url(../img/white_arrow_left_2x1x.png) no-repeat center center !important;
	width: 7%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	box-shadow: none;
	background: none;
	height: 100%;
}
.carousel-control.right {
	background: url(../img/white_arrow_right_2x1x.png) no-repeat center center !important;
	width: 7%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	box-shadow: none;
	background: none;
	height: 100%;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	display: none;
}
span.divider-dots {
	background: url('../img/divided-dots.png') no-repeat right top !important;
	display: block;
	display: inline-block;
	width: 12px;
	height: 43px;
	vertical-align: top;
}
.details-link {
	color: #3e452d;
	text-decoration: none !important;
	margin: 10px 0 0 0;
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: 'ApercuBold';
}
#section11 {
	padding: 0;
	height: 100% !important;
}
.rooms-scrldwn {
	background: #fff;
	padding: 0 0 10px 0;
	position: absolute;
	bottom: -40px;
	width: 100%;
	left: 0;
	z-index: 9;
}
.rooms-scrlup {
	background: #fff;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.rd-getd, .wm-getd  {
	color: #3d462e;
	text-decoration: underline;
}
.rd-getd:hover, .rd-getd:focus, .rd-getd:active,
.wm-getd:hover, .wm-getd:focus, .wm-getd:active{
	color: #29a56e;
	text-decoration: underline !important;
	text-decoration-color: #29a56e; 
}
.room-d {
	margin-top: 0px !important;
}
.green-txt {
	color: #29a56e !important;
	font-style: normal;
}
.grey-txt {
	color: #3e452d !important;
	font-style: normal;
}
.details-link span {
	display: inline-block;
	width: 12px;
	height: 8px;
	margin: 0 0 0 7px;
}
.icon-circle-arrow-up {
	background: url(../img/room-up-arw.png) no-repeat right center;
	width: 12px;
	height: 8px;
	background-size: cover;
}
.icon-circle-arrow-down {
	background: url(../img/room-dwn-arw.png) no-repeat right center;
	width: 12px;
	height: 8px;
	background-size: cover;
}
.room-det-cont {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
img.floor-plan-img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 50px 0;
}
.room-det-cont .slick-slide a{
	font-family: 'ApercuBold';
	outline: none;
	color: rgba(60, 67, 44, 0.5);
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	outline: none !important;
}
.room-det-cont .slick-slide.active.slick-current.slick-center a{
	color: #2ab56c;
}
.room-det-cont h2.sub-title {
	display: none;
}
.room-det-cont .fullpage-wrapper {
	width: 100% !important;
}
.room-det-tabs.nav-tabs{
	border: none;
	border-radius: 0;
	margin: 20px 0 40px;
	text-align: center;
}
.room-det-tabs.nav-tabs li{
	margin: 0 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #3e452d !important;
	background: none;
	border: none;
}
.nav-tabs>li>a{
	border: none !important;
	background: none !important;
	letter-spacing: 1px;
}
.room-det-tabs.nav-tabs>li{
	float: none;
	display: inline-block;
}
.room-description {
	background: #fff;
	padding: 15px 30px;
	z-index: 99;
	vertical-align: top;
	position: relative;
	margin: -30px 30px 20px;
}
.room-description p {
	font-family: 'ApercuRegular';
	font-size: 10px;
	letter-spacing: 1px;
	color: #3d462e;
	line-height: 18px;
	width: 50%;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.contact.p15 .contact-r-div-img {
	margin: 0 0 0 50px;
}
.contact.p15 .contact-getd {
	background: transparent;
}
.contact.p15 .email-btn {
	height: 47px;
	right: 0;
}
.contact.p15 .getd-link {
	margin: 0 0 0 50px;
}
#section12 {
	margin: -20px 0 0 0;
}
.room-desc-cont {
	text-align: left;
	margin: 0;
}
.room-desc-cont h1 {
	font-family: 'BristleBrushScriptDemo';
	font-size: 90px;
	color: #eee7df;
	text-align: center;
	margin: 0;
	font-weight: normal;
}
.room-desc-cont h1 span {
	display: block;
	font-family: 'ApercuBold';
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #3c432c;
}
.room-desc-cont p {
	text-align: center;
	width: 47%;
	margin: 20px auto;
	font-size: 10px;
	color: #3c432c;
	line-height: 16px;
	letter-spacing: 1px;
	font-family: 'ApercuRegular';
}
.room-description h2, .nav-tabs>li>a {
	font-family: 'ApercuBold';
	font-size: 12px;
	color: #3d462e;
	letter-spacing: 1.5px;
	padding: 0;
	margin: 0 0 40px 0;
	text-transform: none;
}
.nav-tabs>li>a { 
	font-size: 13px;
	color: rgba(60, 67, 44, 0.5) !important;
	letter-spacing: 1;
	margin: 0;
}
.room-description h2 span.green-brdr {
	margin: 0 0 15px 0;
}
.room-feature-block {
	padding: 0;
}
.room-feature-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 2.9% 0 0;
	width: 9.3%;
	padding: 0 0 50px 0;
	text-align: left;
}
.room-feature-item img {
	margin: 0;
	vertical-align: middle;
	height: 55px !important;
	width: auto !important;
}
.room-feature-item h5 {
	font-family: 'ApercuRegular';
	color: #3d462e;
	letter-spacing: 1px;
	text-transform: none;
	font-size: 10px;
	line-height: 16px;
	font-weight: 100;
}
/* room details page carousel */

.room-det-carousel .carousel-caption.room-details-carousel {
	top: 15%;
}
.carousel-caption.room-details-carousel {
	top: 33%;
	left: 0% !important;
	right: 0% !important;
}
.carousel-caption.room-details-carousel h1 {
	font-size: 80px;
	font-family: "BristleBrushScriptDemo";
	line-height: 120px;
	letter-spacing: 2.2px;
	text-align: center;
	color: #3d462e;
	margin: 0;
	padding: 35px 0 0 0;
	font-weight: normal;
	opacity: 1;
	position: relative;
	text-shadow: none;
}
.carousel-caption.room-details-carousel h1 span {
	font-family: "ApercuBlack";
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 1.5px;
	color: #3d462e;
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 5px;
}
.room-details-carousel p {
	font-family: "ApercuRegular";
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #3d462e;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 3px 0 40px 0;
	text-shadow: none;
}
.caption-cont {
	background: url("../img/caption-bg.png") repeat left top;
	max-width: 850px;
	-webkit-max-width: 850px;
	-ms-max-width: 850px;
	padding: 0 20px;
	margin: 0 auto;
}
.room-dsktp {
	width: 100%;
	height: 100%;
}
/* Location Map */

#location {
	width: 100%;
	height: 100%;
	padding: 0 !important;
}
#map {
	height: 700px;
	font-family: 'ApercuRegular';
}
#map:after {
	content: "";
	display: block;
	clear: both;
}
#mapmob {
	height: 700px;
	font-family: 'ApercuRegular';
}
#mapmob:after {
	content: "";
	display: block;
	clear: both;
}
#overlay-map {
	height: 570px;
}
#overlay-map-mob {
	height: 365px;
	display: none;
}
#info-content {
	font-family: 'ApercuRegular';
	letter-spacing: 1px;
	color: #3d462e;
	text-align: left;
	padding: 10px 0 0 0;
}
#info-content h1 {
	font-family: 'ApercuBlack';
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: lowercase;
	padding: 15px 0 0 0;
	margin: 0;
}
.info-btm-brdr {
	border-bottom: dotted 2px #ddd;
	display: block;
	height: 2px;
}
.gm-style img {
	height: 50px;
}
#info-content p {
	padding: 7px 0;
	margin: 0;
	line-height: 20px;
	font-size: 12px;
}
#info-content a {
	font-family: 'ApercuBlack';
	color: #3d462e;
	text-decoration: none !important;
	margin: 10px 0 0;
	display: block;
	font-size: 10px;
}
#info-content a:hover {
	color: #2ab56c;
}
/* Location Mobile */

.location-mob {
	height: 100%;
	vertical-align: top;
	margin: 0;
	position: relative;
	display: block;
	padding: 100px 0 0 0;
}
.location-cont {
	vertical-align: top;
}
.location-cont h2 {
	font-family: 'BristleBrushScriptDemo';
	font-size: 48px;
	letter-spacing: 3px;
	color: #eee7df;
	position: relative;
	text-align: center;
}
.location-dsktp {
	position: relative;
}
.loc-title {
	position: absolute;
	top: 150px;
	z-index: 99999;
	width: 100%;
	text-align: center;
}
.loc-title h1 {
	font-family: 'BristleBrushScriptDemo';
	font-size: 90px;
	color: #eee7df;
	font-weight: 100;
	position: relative;
}
.loc-title h1 span {
	display: block;
	color: #3d462e;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: 'ApercuBlack';
	position: absolute;
	bottom: -10px;
	width: 100%;
}
.map-sm {
	height: 70%;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0.7;
}
.map-link {
	position: absolute;
	left: 30px;
	z-index: 99999999;
	width: 40px;
	height: 40px;
	bottom: 100px;
	text-align: left;
}
.map-link a {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.map-link a img {
	width: 100%;
	height: 100%;
}
.location-cont h2 span {
	position: absolute;
	font-size: 10px;
	bottom: 0px;
	color: #3d462e;
	width: 100%;
	display: block;
	font-family: 'Apercubold';
	letter-spacing: 1px;
}
/* Parallax Effect */

.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* about section*/

.about-footer {
	background-color: #1b4a43;
	color: #fff;
	padding: 50px 0 20px 0;
	height: auto;
	margin: -30px 20px 0 20px;
}
.footer-container.footer-text {
	padding: 50px 0 0 0;
}
.footer-container-2 {
	padding: 10px 0 0 0;
}
.about-div {
	background: url('../img/henrietta-about-desktop.jpg') no-repeat center;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	z-index: 1;
	background-size: cover;
	padding: 30px 0;
	z-index: 99;
	max-height: 650px;
}
.about-mob {
	display: none;
}
.about.pt100 {
	padding-top: 70px;
}
.about-footer li a {
	color: #fff;
	font-family: "ApercuBlack";
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1.1px;
	text-align: left;
	padding: 10px 33px 10px 30px;
}
.about-text {
	background: url(../img/caption-bg.png) repeat left top;
	width: 850px;
	-webkit-width: 850px;
	-ms-width: 850px;
	margin: 85px auto 0; 
}
.row.about-footer-img-div {
	margin: 0 auto;
	width: 58% !important;
	text-align: center;
	padding: 0 0 50px 0;
}
img.group-logo {
	height: 80px;
	margin: 5px 0 15px 0;
}
.about-head {
	font-family: "ApercuBlack";
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	color: #3d462e;
	margin: 0 0 20px 0;
}
.about-div p {
	font-family: 'ApercuRegular';
	font-size: 10px !important;
	line-height: 18px;
	color: #3d462e;
	letter-spacing: 1px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.about-exp-club p {
	font-family: "BristleBrushScriptDemo";
	letter-spacing: 0;
	color: #eee7df;
	font-size: 90px;
	line-height: 75px;
}
.footer-title-text {
	font-family: "ApercuBlack";
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 1.1px;
	color: #fff;
	padding: 0 0 20px 0;
}
.hotel-title p {
	font-size: 11px;
	font-family: "ApercuBlack";
	line-height: 18px;
	letter-spacing: 1.1px;
	color: #f5f0e9;
	min-height: 40px;
}
.hotel-title span {
	font-family: "ApercuLight";
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1.1px;
	color: #f5f0e9;
	text-shadow: none;
}
.footer-script-text p {
	font-family: "RequitedScriptDemo";
	font-size: 11px;
	line-height: 18px
}
.about-cont {
	position: relative;
	padding: 0 0 10px 0;
}
.about-exp-club {
	z-index: -1;
	padding: 12px 0 0px 0;
}
.after-exp-club {
	padding: 50px 135px 30px;
}
.about-footer li a:hover,
.about-footer li a:focus,
.footer-menu-mob li a:hover,
.footer-menu-mob li a:hover span {
	background-color: transparent;
	color: #239e64;
}
.about-footer-group,
.compagnie-logo,
.ecc-logo,
.cc-logo,
.joyeux-logo,.hh-grandsboulevar {
	cursor: pointer;
}
.about-footer-group:hover .hotel-title p,
.about-footer-group:hover .hotel-title span,
.compagnie-logo:hover .hotel-title p,
.compagnie-logo:hover .hotel-title span,
.ecc-logo:hover .hotel-title p,
.ecc-logo:hover .hotel-title span,
.joyeux-logo:hover .hotel-title p,
.joyeux-logo:hover .hotel-title span,
.about-footer-group:hover .footer-script-text,
.hh-grandsboulevar:hover .hotel-title p,
.hh-grandsboulevar:hover .footer-script-text p {
	color: #239e64 !important;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.green-text {
	color: #239e64;
}
.group-logo-hover, .gb-img-hover {
	display: none;
}
/* What To Do */
#whattodo{
	padding: 40px 0;
	position: relative;
}
#todo-map{
	margin: 0;
}
.local-attractions{
	margin: 30px 0 0 0;
}
.local-attractions h4{
	font-size: 11px;
	letter-spacing: 1px;
	font-family: 'ApercuBold';
}
.local-attractions .google-map-categories{
	margin: 0;
	padding: 0;
}
.local-attractions .google-map-categories li{
	list-style: none;
	display: inline-block;
	margin: 15px 30px;
	cursor: pointer;
}
.local-attractions .google-map-categories li img{
	height: 30px;
}
.local-attractions .google-map-categories li i{
	font-style: normal;
	display: block;
	font-family: 'ApercuBold';
	font-size: 11px;
	letter-spacing: 1px;
	margin: 10px 0 0;
	color: #2ab56c;
}
.local-attractions .google-map-categories li.active i{
	color: #3d462e;
}
.local-attractions .google-map-categories li:hover i{
	color: #2ab56c;
}
#locationslink{
	display: inline-block;
	background: #2ab56c;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Apercubold';
	letter-spacing: 1px;
	outline: none;
	padding: 10px;
	cursor: pointer;
	margin: 10px 0 0 0;
}
#todo-content{
	position: absolute; 
	top: 40px; 
	left: 0px; 
	height: 1px;
	width: 100%;
	margin: 0 auto;
	z-index: 9999;
}
.todocont-inner{
	background: #fff;
	width: 850px;
	margin: 0 auto;
	padding: 20px 30px 10px 30px;
}
.todocont-inner h2{
	font-family: 'BristleBrushScriptDemo';
	font-size: 90px;
	color: #eee7df;
	font-weight: normal;
	margin: 0 0 20px 0;
	line-height: 100px;
}
.sticky{
	position: fixed;
	height: 100%;
	top: 0;
	width: 100%;
}
.todocont-inner h2 span{
	font-family: 'ApercuBlack';
	font-size: 14px;
	color: #3d462e;
	display: block;
	line-height: 14px;
	letter-spacing: 1px;
}
.todocont-inner p{
	font-size: 10px;
	font-family: 'ApercuRegular';
	letter-spacing: 1px;
	line-height: 16px;
	padding: 0 30px;
	margin: 0 0 12px;
}
.todo-map-scrl-links{
	position: absolute; 
	top: 120px; 
	left: 0px; 
	width: 200px;
	background: #fff;
	margin: 0 auto;
	display: none;
}
.todo-map-scrl-links ul{
	margin: 0;
	padding: 20px;
}
.todo-map-scrl-links ul li{
	list-style: none;
	cursor: pointer;
	display: block;
}
.todo-map-scrl-links ul li span{
	font-family: 'ApercuBold';
	letter-spacing: 1px;
	font-size: 12px;
	color: #2ab56c;
	text-transform: capitalize;
	padding: 15px 0;
	display: block;
	border-bottom: dotted 1px #555;
}
.todo-map-scrl-links ul li span img{
	vertical-align: middle;
	margin: 0 20px 0 0;
	display: inline-block;
	max-width: 25px; 
}
.todo-map-scrl-links ul li:last-child span{
	border-bottom: none;
}
.todo-map-links-mob{
	position: absolute;
	bottom: 0px; 
	width: 100%;
	z-index: 9999;
	background: #fff;
	-webkit-box-shadow: -2px -6px 5px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px -6px 5px -5px rgba(0,0,0,0.2);
	box-shadow: -2px -6px 5px -5px rgba(0,0,0,0.2); 
	margin: 0;
}
.map-info-cont {
	position: absolute;
	bottom: 20px;
	width: 0;
	right:0;
	height: 120px;
	background: #fff;
	z-index: 9999;
	overflow: hidden;
}
.map-info-cont .row {
	width: 290px ;
	height: 120px;
	padding: 15px !important;
	margin: 0 !important;
}
.back-icn{
	cursor: pointer;
	transition: all 0.3s;
}
.back-icn:hover, .back-icn:focus, .back-icn:active{
	color: #2ab56c;
	transition: all 0.3s;
}
.back-icn i.fa{
	font-size: 20px;
	vertical-align: middle;
	line-height: 75px;
}
.whattodo-sec1 {
	position: relative;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
#whattodo {
	margin-left: -20px;
	margin-right: -20px;
}
.whattodo-sec2{
	position: relative;
}
.gm-style .gm-style-iw{
	width: 160px !important;
	padding: 20px 0 5px 10px !important;
	margin: 0 0 0 -15px;
}
.gm-style .gm-style-iw h4, .map-info-cont h4, .gm-style .gm-style-iw h4 a, .map-info-cont h4 a{
	font-family: 'ApercuBold';
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: capitalize;
	color: #3d462e;
	line-height: 16px;
	margin: 10px 0 5px 0;
}
.gm-style .gm-style-iw h4 a:hover, .map-info-cont h4 a.hover {
	color: #2ab56c;
}
.map-info-cont h4{
	margin: 0;
}
.map-info-cont h6{
	margin: 0;
}
.map-info-cont .info-link{
	margin: 0;
}
.map-info-cont .contact-green-border{
	margin: 7px 0;
}
.gm-style .gm-style-iw h6, .map-info-cont h6{
	font-family: 'ApercuRegular';
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: capitalize;
	color: #3d462e;
	line-height: 16px;
}
.gm-style .gm-style-iw p, .map-info-cont p{
	font-family: 'ApercuLight';
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	line-height: 16px;
}
.info-link{
	font-size: 10px;
	font-family: 'ApercuLight';
	letter-spacing: 1px;
	word-break: break-word;
	margin: 0 0 20px 0;
	display: block;
}
.google-map-infowindow-actions{
	line-height: 14px;
}
.google-map-infowindow-actions a{
	color: #3d462e;
	font-size: 10px;
	font-family: 'ApercuBold';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.google-map-infowindow-actions a:hover, .google-map-infowindow-actions a:focus{
	text-decoration: none;
	color: #2ab56c;
}
.todo-map-scrl-links ul li.active span{
	color: #3d462e !important;
}
.category-eat.active .eaticn, .category-drink.active .drinkicn, .category-shop.active .shopicn, .category-see.active .seeicn {
	display: inline-block;
}
.category-eat.active .eaticn-act, .category-drink.active .drinkicn-act, .category-shop.active .shopicn-act, .category-see.active .seeicn-act {
	display: none;
}
.google-map-categories li:hover .eaticn-act, .google-map-categories li:hover .drinkicn-act, .google-map-categories li:hover .shopicn-act, .google-map-categories li:hover .seeicn-act {
	display: inline-block;
}
.google-map-categories li:hover .eaticn, .google-map-categories li:hover .drinkicn, .google-map-categories li:hover .shopicn, .google-map-categories li:hover .seeicn {
	display: none;
}
.category-eat .eaticn, .category-drink .drinkicn,  .category-shop .shopicn, .category-see .seeicn  {
	display: none;
}
.todo-map-scrl-links ul li:hover span{
	color: #2ab56c !important;
}
.google-map-categories li, .google-map-categories li:hover{
	transition: all 1s; 
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
/* scroll hidden from container*/

.footer-menu-mob {
	display: none;
}
.footer-menu-desk {
	display: block;
}
.compagnie-logo img {
	height: 100px;
	margin: 5px 0 10px 0;
}
.ecc-logo img {
	height: 93px;
/*	margin: 10px 0 12px -50px !important;*/
}
.cc-logo img {
	height: 80px;
	margin: 15px 0 20px -25px;
}
.joyeux-logo img {
	height: 85px;
	margin: 10px 0 20px 0px;
}
.cc-logo {
	padding: 0px;
}
/* contact section */

.contact-left-div img,
.contact-r-div img {
	height: 92px;
	margin-left: 50px;
}
.contact-left-div {
	background-color: #fff;
	text-align: left !important;
}
.contact-title-text {
	font-family: "ApercuLight";
	font-size: 10px;
	line-height: 18px !important;
	letter-spacing: 1px;
	text-align: left;
	color: #3d462e;
	margin: 0 26px 0px 0;
}
.contact-title-text-bold {
	font-family: "ApercuBold" !important;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: .5px;
	text-align: left;
	color: #3d462e;
}
.contact-input-tnc-text {
	font-family: "ApercuLight";
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.4px;
	color: #3d462e;
	margin: 0 auto;
}
.contact-input-tnc-text-bold {
	font-family: "ApercuLight";
	color: darkgreen;
}
.contact-input-tnc-text a {
	font-family: "ApercuLight";
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.3px;
	color: #3d462e
}
.contact-input-tnc-text a:hover, .rd-getd:hover {
	color: #2ab56c;
	text-decoration: none;
}
/*.contact-input-email,*/

.input-email {
	margin: 30px 0 20px 0;
	width: 30%;
	border: solid 1px #e9e9e6;
}
.social-icon-div {
	margin: 15px 0;
}
.input-email input {
	-webkit-appearance: none;
	text-indent: 40px;
	text-transform: lowercase;
	width: 100% !important;
	font-size: 10px !important;
	outline: none;
	color: #3d462e;
	font-family: "ApercuBold";
}
.input-email label {
	text-indent: 40px;
}
.input-email input:focus ~ label {
	left: 35px !important;
}
.email-btn,
#email-submit {
	background-color: #2ab56c;
	border: none;
	border-radius: 0px;
	position: absolute;
	padding: 13px;
	margin-top: -1px;
	z-index: 9999;
	outline: none;
	right: 0;
}
.email-btn:hover,
.email-btn:focus,
.email-btn:active {
	background-color: #269c63 !important;
}
.hide-on-load {
	display: none;
}
.email-submission-error-text {
	color: #d93939 !important;
}
.form-validation-error-margin {
	margin-top: -10px;
}
.grey-script-text {
	font-family: "ApercuBold";
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
}
.thanks-msg {
	background: #fff;
	width: 30%;
	margin: 25px auto !important;
	padding: 10px;
	border: 1px solid #eee;
	text-indent: -75px;
	letter-spacing: 1px;
}
.contact-green-border {
	background: #3d462e;
	width: 15px;
	height: 4px;
	display: block;
	margin: 10px 0 10px 0;
}
.contact.pt100 {
	padding-top: 70px;
}
.mt30 {
	margin-top: 30px !important;
}
.mt30n {
	margin-top: -30px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mtb30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.ml70 {
	margin: 0 0 0 70px;
}
.ml50 {
	margin: 0 0 0 50px;
}
.ml5{
	margin-left: 5%;
}
.mb40 {
	margin-bottom: 40px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.font11 {
	font-size: 11px !important;
}
.lh10 {
	line-height: 12px;
}
.lh12 {
	line-height: 12px !important;
}
.ls04 {
	letter-spacing: 0.45px !important;
}
.glyphicon-chevron-right {
	color: #fff;
	cursor: pointer;
}
.contact-img-text {
	font-family: "RequitedScriptDemo";
	font-size: 20px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #3d452d;
	position: absolute;
	margin: 25px 0px 0px 50px;
}
/*new contact section for desktop*/

@-moz-document url-prefix() {
	.contact-l-div {
		height: 559px !important;
	}
}
#section7 .mCSB_dragger_bar {
	display: none;
}
.contact-l-div {
	height: 559px;
	padding-right: 0;
	position: relative;
	background: #fff;
}
.p15 .contact-l-div {
	height: 534px !important;
}
#contact-map {
	height: 100%;
	width: 100%;
}
.contact-getd {
	width: 100%;
	top: 43%;
	padding: 0;
	margin: 0;
	position: absolute;
	display: block;
	text-align: center;
}
.contact-getd p {
	line-height: 30px;
}
.contact-getd.roomd img {
	height: 80px;
}
.getd-link {
	background-color: #2ab56c;
	padding: 13px 15px 15px 15px;
}
.getd-link a {
	font-family: "ApercuBold";
	font-size: 10px;
	letter-spacing: 0.5px;
	color: #fff;
}
.getd-link:hover {
	background-color: #00a651;
	cursor: pointer;
}
.getd-link a:hover {
	text-decoration: none;
	cursor: pointer;
}
.contact-r-div {
	background: #fff;
	padding: 30px 0 65px 0;
}
.contact-r-div .contact-title-text,
.contact-r-div .contact-green-border {
	margin-left: 50px;
}
.contact-th {
	margin: 15px 0px 0px 50px;
}
.pvt-hire {
	width: 39%;
}
.desk-mob {
	display: none;
}
.mob-desk {
	display: block;
}
.social-icon,
.insta-active,
.fb-active {
	height: 16px;
	-webkit-height: 16px;
	-ms-height: 16px;
	-moz-height: 16px;
	-o-height: 16px;
	margin: 5px 10px 5px 10px;
}
.insta-active {
	display: none;
}
.fb-active {
	display: none;
}
.sl {
	font-size: 10px !important;
	letter-spacing: 1px !important;
}
.wm-rest {
	background: #fff;
	padding: 0 0 10px 0;
	margin-top: -15px;
}
.restaurant-left-div {
	text-align: left !important;
}
.restaurant-left-div img {
	height: 92px;
	margin: 30px 0 -10px 40px;
}
.restaurant-title-text-bold {
	font-family: "ApercuBold";
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.5px;
	color: #3d462e;
	margin-left: 40px;
}
.restaurant-title-text {
	font-family: "ApercuLight";
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1px;
	color: #3d462e;
	margin-left: 40px;
}
.restaurant-main-title-text {
	font-family: "BristleBrushScriptDemo";
	font-size: 85px;
	line-height: 75px;
	letter-spacing: 10px;
	color: #eee7df;
	text-align: center;
	overflow: visible;
	z-index: 9999;
	margin-top: 30px;
}
.rest-cd-title1 {
	font-family: "ApercuBold";
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #3d462e;
}
.rest-cd-title2 {
	font-family: "RequitedScriptDemo";
	font-size: 15px;
	line-height: 12px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #3d462e;
	margin: 15px 0 20px 0px;
}
.rest-cd-text {
	font-family: "ApercuLight";
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;
	color: #3d462e;
	margin-top: 10px;
}
.nav-stacked li a {
	font-family: "ApercuBold";
	font-size: 15px;
	letter-spacing: 1px;
	color: #3d462e;
	background: transparent !important;
	cursor: pointer;
	text-align: center;
	line-height: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.nav-stacked li:hover a {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.nav-stacked li a:hover {
	color: #239e64;
	background-color: transparent;
}
nav.affix .nav li a {
	margin-top: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.restaurant-title-text {
	margin-bottom: 8px;
}
.nav-stacked img,
.dropdown-menu img {
	float: right;
	display: none;
	margin-top: 0 !important;
}
.dropdown-menu img {
	margin: -10px 0 0 0 !important;
}
.nav-stacked img {
	margin-top: 6px !important;
	margin-right: 20px;
	display: none !important;
}
.pdf-menu {
	margin-top: 0px;
}
.rest-cd-div-text {
	margin-top: -20px;
}
.rest-l-border {
	margin: 20px 0 8px 40px;
	width: 20px;
	height: 4px;
	background-color: #3d462e;
	display: block;
}
.li-arrow-img {
	height: 10px !important;
	margin-top: 5px;
	transition: all 0.5s;
}
.rest-getd {
	color: #3d462e;
}
.rest-getd:hover{
	color: #2ab56c;
	text-decoration: none;
}
.rest-h {
	margin: -15px 0 0 0;
}
.rest-h .contact-green-border {
	margin: 15px 0 -5px 50px;
}
.rest-h .contact-title-text {
	line-height: 20px !important;
}
/* restaurant section without menu */

#restaurants {
	margin: 30px 0;
}
.rest-cont-sec{
	background: #fff;
	padding: 40px 50px;
	position: relative;
}
.rest-cont-sec ul.nav-tabs {
	margin:-40px -50px 0 -50px;	
	height: 78px;
}
.rest-cont-sec ul.nav-tabs li {
	height: 77px;
	width: 50%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 4px solid #ffffff;
}
.rest-cont-sec ul.nav-tabs li.active {
	border-color: #3d462e;
}
.rest-cont-sec ul.nav-tabs li a {
	height: 37px;
}
.rest-cont-sec ul.nav-tabs li a.valign {
	line-height: 37px;
}
.rest-cont-sec #resevationmenu_option, .hh-static-menu {
	padding: 0px 10px;
} 
/*.hh-static-menu {
	margin-right: -50px;
	margin-left: -50px;
}*/
.rest-cont-sec #resevationmenu_option a, .hh-static-menu a {
	display: block;
	padding: 25px 0px;
	border-top: 2px dotted #333333;
}
.rest-cont-sec #resevationmenu_option a:first-child, .hh-static-menu a:first-child {
	border-top: none;
}
.hh-static-menu a:hover, .hh-static-menu a{
	cursor: default;
	color: #3d462e;
}
.hh-static-menu a span{
	font-size: 12px;
}
.hh-static-menu a span, .rest-cont-sec #resevationmenu_option a span{
	font-size: 14px;
	font-family: 'ApercuRegular';
	font-weight: 400;
}
.rest-cont-sec .contact-green-border{
	margin: 8px 0 18px 0;
}
.resevationenquiries_scroll {
	overflow: auto;
	margin-top: -15px;
}
#resevationenquiries{
	padding-top: 30px;
}
.rest-cont-sec-btm{
	position: relative;
	bottom: 0px;
	margin: 0px 20px 0 0;
}
.hh-service-time{
	width: 100%;
	float: left;
	margin: 0px 0 0px 0px;
	/*height: 210px;*/
}
.rest-cont-sec .hh-service-time p{
	margin-bottom: 10px/*12px*/;
	line-height: 13px;
	font-size: 11px;
}
.rest-cont-sec .hh-service-time p:last-child{
	margin-bottom: 0px;
}
.rest-cont-sec-btm a{
	font-family: 'ApercuRegular' !important;
}
.rest-cont-sec .tab-content{
	position: absolute;
	width: 100%;
    top: 78px;
    left: 0px;
}
.rest-cont-sec #resevationenquiries{
	padding-right: 10px;
	padding-left: 10px;
}
.rest-cont-sec h4{
	font-family: 'ApercuBold';
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0 0 2px;
}
.rest-cont-sec h4.hh-address-line{
	margin: 12px 0 2px;
}
.rest-cont-sec p{
	font-size: 11px;
	letter-spacing: 1px;
	font-family: 'ApercuRegular';
	line-height: 15px !important;
	color: #3d462e;
	margin: 3px 0 8px 0;
}
.rest-cont-sec a{
	font-family: 'ApercuBold';
}
.rest-img-sec{
	background: url('../img/henrietta-rest-desktop.jpg') no-repeat center center !important;
	background-size: cover;
	position: relative;
}
.rest-img-sec h2{
	font-family: 'BristleBrushScriptDemo';
	color: #fff;
	text-align: center;
	position: absolute;
	top: 35%;
	width: 100%;
	left: 0;
	font-size: 100px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 90px;
	text-transform: lowercase;
}
#section4 {
	margin: 0;
}
.wm {
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 50px 100px 0px 100px;
}
.rest-wm-main-title-text {
	font-family: "BristleBrushScriptDemo";
	font-size: 90px;
	line-height: 75px;
	letter-spacing: 0;
	color: #eee7df;
	text-align: center;
	margin-top: 0px;
}
.rest-wm-title1 {
	font-family: "ApercuBold";
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #3d462e;
}
.rest-wm-title2 {
	font-family: "RequitedScriptDemo";
	font-size: 15px;
	line-height: 12px;
	letter-spacing: 0px;
	text-align: center;
	color: #3d462e;
	margin-top: 40px;
}
.rest-wm-text {
	font-family: "ApercuLight";
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;
	color: #3d462e;
	margin-top: 15px !important;
	width: 65%;
	margin: 0 auto;
}
.rest-wm-text-div {
	margin: 15px 0;
}
.rest-wm-text1 {
	font-family: "ApercuBold";
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
}
.rest-wm {
	text-align: center;
	color: #3d462e;
	text-shadow: 0 0 140.8px rgba(255, 255, 255, 0.53);
}
.rest-wm-text3 {
	font-family: "ApercuLight";
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 15px;
	margin-top: -10px;
}
.rest-wm-text4 {
	display: none;
	font-family: "ApercuLight";
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 15px;
	margin-top: -10px;
}
.rest-wm-text5 {
	font-family: "ApercuLight";
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 12px;
	margin: 15px 0 10px 0;
	width: 85%;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 10px 25px;
}
.rest-wm-div-text {
	margin: -20px 0 0px 0;
}
.wm-row .rest-wm-text5 {
	width: 36%;
	text-align: center;
	padding: 0;
	margin-top: 12px;
}
.rest-wm-text1.rest-wm.rest-getd {
	line-height: 0px;
}
.rest-wm-text1.rest-wm.rest-getd a {
	color: #3d462e;
}
.rest-wm-text1.rest-wm.rest-getd a:hover {
	text-decoration: none;
	color: #2ab56c;
}
/* gallery section */
#gallery{
	padding: 0px;
	overflow: hidden;
}
.gallery-cont h2 {
	color: #eee7df;
	font-family: 'BristleBrushScriptDemo';
	font-size: 100px;
	letter-spacing: 0px;
	font-weight: normal;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1000;
	text-shadow: none;
}
.gallery-cont p {
	font-size: 12px;
	font-family: 'ApercuRegular';
	padding: 30px 0 0 0;
	color: #fff;
	letter-spacing: 1px;
	line-height: 18px;
	padding-top: 20%;
	text-shadow: none;
}
#gallery-carousel .carousel-indicators{
	text-align: center;
	bottom: 20px;
}
#gallery-carousel .carousel-indicators li{
	width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #aaa;
    padding: 0px !important;
    margin: 0px 7px;
 }
  #gallery-carousel .gal-img-mob{
 	display: none !important;
 }
#gallery-carousel .carousel-indicators li.carousel-link.active {
	background: #fff;
    margin: 0px 7px;
}
 #gallery-carousel .item.active img {
	height: auto;
}
.carousel-caption.gallery-cont {
	top: 15%;
}
.gallery-cont-mob,
.rest-cont-mob {
	display: none;
}
/* privacy policy section for desktop*/

div#section9 {
	padding: 140px 0 0px 0;
	text-align: center;
	background-image: url("../img/texture-bg.png");
	background-repeat: repeat;
}
div#section10 {
	padding: 140px 0 0px 0;
	/*background-image: url("../img/texture-bg.png");*/
	background-repeat: repeat;
	text-align: left;
}

.privacy-title-head {
	display: none;
	font-family: "BristleBrushScriptDemo";
	font-size: 150px;
	line-height: 110px;
	letter-spacing: 0px;
	text-align: center;
	color: #eee7df;
}
.privacy-title {
	font-family: "ApercuBold";
	font-size: 13px;
	letter-spacing: 2px;
	text-align: center;
	padding: 15px 0px 0 0;
}
.privacy-text {
	font-family: "ApercuLight";
	font-size: 11px;
	color: #3d462e;
	text-align: center;
	letter-spacing: 1px;
	line-height: 18px;
	width: 60%;
	margin: 0 auto;
}
.privacy-text.first {
	margin-top: 20px;
}
p.privacy-text {
	margin-top: 12px;
}
.privacy-bg {
	background-color: #fff;
	width: 66%;
	margin: 0 auto;
	padding-bottom: 38px;
}
.privacy-bg.left-aligned .privacy-title {
	width: 60%;
	margin: 0 auto !important;
}
.privacy-bg.left-aligned .privacy-title.first {
	text-align: center !important;
}
.privacy-bg.left-aligned .privacy-title,
.privacy-bg.left-aligned .privacy-text {
	text-align: left !important;
	padding: 0 0 10px 0;
}
.privacy-bg.left-aligned li {
	padding: 0;
	list-style-position: inside;
	margin: 0 0 8px 0;
}
.privacy-close-btn, .privacy-close-btn-act {
	height: 16px;
	float: right;
	margin: 20px 20px 0px 0px;
}
.privacy-title.first {
	padding: 55px 0 10px 0 !important;
	font-size: 15px;
}
.list-circle{
	list-style-type: circle;
}
/* for all */

.mailto, .contact-title-text a {
	font-family: "ApercuRegular";
	color: #3d462e !important;
}

.mailto:hover, .contact-title-text a:hover{
	color: #2ab56c !important;
	cursor: pointer;
	text-decoration: none;
}
.mailto:focus .contact-title-text a:focus,
.mailto:active, .contact-title-text a:active,
.mailto:visited, .contact-title-text a:visited, {
	color: #3d462e !important;
	text-decoration: none;
}
.room-details-after-click {
	display: none;
}
/* media query for mobile end */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1999999999;
}
.preloader.linear-ldr {
	height: 4px;
}
.preloader > span.loading-bar {
	-moz-animation: loading-bar 3s 1;
	-webkit-animation: loading-bar 3s 1;
	animation: loading-bar 3s 1;
	display: block;
	height: 4px;
	background-color: #179f62;
	opacity: 0;
	transition: width .5s;
}
/* Animations */

@-moz-keyframes loading-bar {
	0% {
		width: 0%;
		opacity: 1;
	}
	90% {
		width: 90%;
		opacity: 1;
	}
	100% {
		width: 100%;
		opacity: 0;
	}
}
@-webkit-keyframes loading-bar {
	0% {
		width: 0%;
		opacity: 1;
	}
	90% {
		width: 90%;
		opacity: 1;
	}
	100% {
		width: 100%;
		opacity: 0;
	}
}
@keyframes loading-bar {
	0% {
		width: 0%;
		opacity: 1;
	}
	90% {
		width: 90%;
		opacity: 1;
	}
	100% {
		width: 100%;
		opacity: 0;
	}
}
@-moz-keyframes radial-loader {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes radial-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes radial-loader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Mobile Navigation */

#mob-nav {
	display: none;
}
.mob-menu img {
	width: 40px;
	vertical-align: middle;
}
.mob-nav-cont {
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0;
	display: none;
	z-index: 9999;

	overflow: hidden !important;
}
.mob-nav-inner {
	background: #f9f8f7;
	opacity: 1 !important;
	padding: 0 15px 120px;
}
.mob-nav-cont ul {
	margin: 0;
	padding: 0;
}
.mob-nav-cont ul li {
	list-style: none;
	font-family: 'ApercuBold';
	line-height: 80px;
	border-top: dotted 2px #3d462e;
}
.mob-nav-cont ul li:last-child {
	border-bottom: dotted 2px #3d462e;
}
.mob-nav-cont ul li a {
	color: #3d462e;
	font-size: 14px !important;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-decoration: none !important;
	font-family: 'ApercuBold' !important;
}
.mob-nav-cont ul li.has-links {
	line-height: 25px !important;
	padding: 20px 0;
	font-size: 12px !important;
}
.mob-nav-cont ul li.has-links ul li {
	border-bottom: none;
	display: inline-block;
	padding: 0px;
	margin: 5px 20px 5px 0;
	line-height: 24px !important;
}
.mob-nav-cont ul li.has-links ul li a {
	font-size: 11px !important;
	color: rgba(61, 70, 46, 0.5);
	display: inline-block;
}
.mob-nav-cont ul li.has-links .swipe-menu a:hover, .mob-nav-cont ul li.has-links .swipe-menu a:focus{
	color: #229a61 !important;
}
.mob-btm-cont {
	position: static;
	width: 100%;
	padding: 0;
	letter-spacing: 0.9px;
	margin: 20px 0 15px;
	padding: 0;
}
.mob-btm-cont p {
	font-family: 'ApercuRegular';
	font-size: 12px;
	color: #3d462e;
	line-height: 24px;
}
.mob-btm-cont p strong {
	font-family: 'ApercuBold';
}
.mob-btm-cont img {
	display: block;
	width: 40px;
	margin: 0 0 10px 0;
}
.mob-form {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	margin: 0;
	z-index: 99;
}
.mob-form-inner {
	background: #fff;
	opacity: 1 !important;
	padding: 75px 0 30px 0;
}
.mob-form-inner .row {
	margin: 0;
}
#date-range-container {
	margin: 15px 0 0 0;
}
#date-range-container .date-picker-wrapper table .caption .next,
#date-range-container .date-picker-wrapper table .caption .prev {
	position: absolute;
	top: 10px;
}
#date-range-container .date-picker-wrapper table .caption .prev {
	left: 0;
}
#date-range-container .date-picker-wrapper {
	position: absolute;
	top: 80px;
	width: 100%;
	box-shadow: none;
}
.booking-form-btm-mob {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 15px 0px;
	margin: 0 0 10px 0;
}
.booking-form-btm-mob a img {
	height: 20px;
}
.booking-form-btm-mob .progress-btn {
	position: static;
}
.booking-form-btm-mob .progress-btn .btn {
	padding: 5px 10px;
	right: 10px !important;
	position: static;
}
.mob-form-inner .input-container {
	background: none;
	width: 100%;
}
.mob-form-inner .input-container label {
	width: 100% !important;
	position: static;
	display: block;
	line-height: 28px;
	font-family: 'ApercuBold';
	font-size: 15px;
	text-align: left;
}
.mob-form-inner .date-val span {
	display: block;
}
.mob-form-inner .row .col-xs-2 {
	position: relative;
}
.mob-form-inner .input-container.text-right label {
	left: auto;
	right: 10px;
}
.mob-form-top .row {
	padding: 0;
}
.mob-form-top {
	border-bottom: 1px solid #3e452d;
	padding-bottom: 10px;
}
.dark-brdr {
	width: 100%;
	height: 3px;
	background-color: #3e452d;
	display: block;
}
.guests-det {
	display: none;
}
.arrival span.dark-brdr {
	display: block;
}
.mob-form-top .input-container {
	position: relative;
}
.mob-form-top .dark-brdr {
	position: absolute;
	left: 0;
	bottom: -12px;
	display: none;
}
/* Rooms Field */
#room-det, #adult-det {
	font-size: 11px;
}
#room-det-menu, #adult-det-menu {
	margin: 0 0 0 -3px;
}
#arrival-div{
	margin: 0 -3px 0 0 !important;
}
#departure-div {
	margin: 0 4px 0px 0;
}
.dropdown-menu {
	text-align: center;
}
#guests-det {
	padding: 0 15px;
	display: none;
	margin: 30px 15px;
}
#guests-det h3 {
	font-size: 12px !important;
}
#guests-det .rooms-list, .adults-list {
	padding: 0;
}
.dropdown-menu li h3,
#guests-det h3 {
	margin: 10px 0;
	font-size: 10px;
	color: #3d462e;
	font-family: 'ApercuBold';
	text-transform: lowercase;
	letter-spacing: 1px;
}
#room-det-menu ul, #adult-det-menu ul {
	padding: 0;
	text-align: center;
}
.rooms-list , .adults-list{
	margin: 0 0 10px 0;
}
.rooms-list li , .adults-list li{
	list-style: none;
	display: inline-block;
}
.rooms-list li a, .adults-list li a {
	background: none !important;
	color: #5b5b5b !important;
	font-family: 'ApercuRegular' !important;
	padding: 6px 10px !important;
	display: block;
	text-decoration: none !important;
}
.rooms-list li a.rmlist-active,
.adults-list li a.adlist-active,
.guests li a.room-active {
	background: #2ab56c !important;
	color: #fff !important;
}
.guests {
	padding: 0;
}
.rooms-list li a:hover, .adults-list li a:hover {
	text-decoration: none;
	background: #2ab56c !important;
	color: #fff !important;
}
#room-det-menu .dropdown-menu, #adult-det-menu .dropdown-menu {
	right: -20px;
	width: auto;
}
#room-det-menu .dropdown-menu:before,
#adult-det-menu .dropdown-menu:before {
	content: "";
	border-bottom: 15px solid #fff;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	position: absolute;
	top: -15px;
	left: 43%;
	z-index: 10;
}
.date-picker-wrapper .month-wrapper table .caption th {
	text-align: center;
	font-family: "ApercuBold";
	letter-spacing: 1.5px;
	color: #3d462e;
	line-height: 30px;
	text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table{
	display: inline-block !important;
}
.mob-form-top .col-xs-6:first-child {
	background: url('../img/splitter.jpg') no-repeat right top 10px;
	width: 52%;
}
.mob-form-top .col-xs-6 {
	padding: 0 5px !important;
	width: 48%;
}
.mob-form-top .col-xs-4 {
	padding: 0 5px !important;
}
.mob-form-inner .date-val {
	font-family: 'ApercuRegular';
	font-weight: 100;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;
}
#date-range-container .date-picker-wrapper {
	height: auto;
}
.location-dsktp {
	display: block;
}
.rooms-guest-page {
	background: #fff;
}
.rooms-guest p {
	font-family: "ApercuBold";
	color: #3d462e;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1.4px;
	text-align: left;
	margin-left: 40px;
}
.rooms-guest li {
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1.4px;
	text-align: center;
	color: #5b5b5b;
	padding: 12px 24px;
}
.rooms-guest li:hover,
.rooms-guest li:focus {
	color: #fff;
	background: #2ab56c;
}
.room-det-mob {
	margin: 70px 0 0 0;
	display: none;
}
#henrietta-grand,
#covent,
#covent-grand {
	display: none;
}
.rooms-cont {
	padding: 15px;
}
.rooms-cont .carousel {
	height: 220px;
}
.rooms-cont .carousel-inner {
	height: 100%;
}
.rooms-cont .carousel-inner > .item > a > img,
.rooms-cont .carousel-inner > .item > img {
	height: 100%;
}
.rooms-cont .carousel-indicators {
	position: absolute;
	bottom: -25px;
}
.rooms-cont .carousel-link {
	background-color: #9fa496;
}
.rooms-cont .carousel-link.active {
	background-color: #3e452d;
}
.rooms-cont .carousel-indicators li {
	padding: 0 !important;
}
.room-desc-cont-mob h2 span.grey-brdr {
	margin: 10px 0 0 0;
	width: 22px;
}
.room-mob,
.roomsovw-mob {
	display: none !important;
}
.roomsovw-mob-cont{
	background: #fff;
	padding: 25px 40px;
	text-align: center;
	margin: 15px 0 0 0;
}
.roomsovw-mob-cont p{
	font-size: 10px;
	letter-spacing: 1px;
	font-family: 'ApercuRegular';
	line-height: 16px;
	color: #3d462e;
	margin: 0 0 20px 0;
}
/* direction overlay for desktop*/

.direction-nav-link li a:hover,
.direction-nav-link li a:focus {
	background: transparent;
	color: #2ab56c;
}
.direction-nav-link li {
	display: inline-block;
}
.direction-nav-link li a {
	display: inline-block;
	color: #3e452d;
	font-size: 11px;
}
.do-brdr {
	border-right: 2px solid #000;
}
.navbar.nav.direction-nav-link {
	margin: 0 auto;
	width: 40%;
}
.direction-details {
	background: #fff;
	margin: 100px 0px 0 0px;
}
.direction-details p {
	color: #3d462e;
}
.direction-details img {
	height: 20px;
}
.direction-details img:not(:first-child) {
	margin: -5px 5px 20px 0px;
}
.do-close-img img{
	height: 16px;
	float: right;
	margin: 40px 40px 0 0px !important;
}
img.privacy-close-btn-act{
	display: none;
}

.direction-head {
	font-family: "ApercuBold";
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1.5px;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	margin-left: 34%;
}
.privacy-close-btn,
.direction-head {
	display: inline-block;
}
.direction-title-head {
	font-size: 15px;
	font-family: "ApercuBold";
	letter-spacing: 1.5px;
	margin: 75px 58px 12px;
}
.direction-title {
	font-size: 11px;
	font-family: "ApercuBold";
	line-height: 20px;
	letter-spacing: 1.1px;
}
.direction-title a {
	color: #3d462e !important;
}
.direction-title a:hover {
	color: #2ab56c !important;
}
.direction-text {
	font-size: 11px;
	font-family: "ApercuLight";
	line-height: 20px;
	letter-spacing: 1.1px;
}
.direction-details .contact-green-border {
	margin: 10px 0px;
}
.mt-10 {
	margin: -10px 0 10px 0;
}
.direction-address {
	margin: -10px 0 0px 0;
}
.dm-overlay {
	padding: 0 20px;
}

.section {
	text-align: center;
	padding: 40px 0;
	vertical-align: top;
}
#section6,
#section5,
#section1,
#section4 {
	padding: 0 !important;
}
#section7.section {
	height: 100%;
	padding: 0;
}
.fullpage-wrapper {
	width: 97% !important;
	margin: 0 auto;
}
.fp-section {
	width: 100%!important;
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
}
.fp-section.active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-ms-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
}
/* Example wrapper */

.wrap {
	position: relative;
	margin: 3em 0;
}

a[href^="http://maps.google.com/maps"] {
	display: none !important
}
a[href^="https://maps.google.com/maps"] {
	display: none !important
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
	display: none;
}
.gmnoprint div {
	background: none !important;
}
.preload, .preload-2 {
	display: none !important;
}
#rooms-ovw-sec {
	position: relative;
}
.room-cont-temp {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
}
.room-cont-temp1 {
	background: url('../img/1.jpg') no-repeat center;
}
.room-cont-temp2 {
	background: url('../img/gh-1.jpg') no-repeat center;
}
.room-cont-temp3 {
	background: url('../img/convent-garden-1.jpg') no-repeat center;
}
.room-cont-temp4 {
	background: url('../img/gc-1.jpg') no-repeat center;
}
.room-cont-temp1,
.room-cont-temp2,
.room-cont-temp3,
.room-cont-temp4 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	z-index: 0;
	opacity: 0;
}
.fixed-footer{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f9f8f7;
	z-index: 0;
}
.fixed-cont {
	position: relative;
	z-index: 1;
}

.swipe-menu {
	display: none;
}

.room-book-head{
	font-family: 'ApercuBold';
    font-size: 11px;
    clear: left;
    margin-top: 15px;
    padding: 0 0 0 2px;
}
.room-book-head.first-row{
	margin: 15px 0 0 0;
}
.room-book-head.last-row{
	margin: 0px 0 15px 10px;
}
.room-book-head a{
	text-transform: initial;
	color: #3d462e;
	font-size: 10px;
	font-family: 'ApercuRegular';
	line-height: 16px;
}
.desk-mob.room-book-head{
	position: absolute;
    bottom: 10px;
    right: 23px;
}
.booking-confirmation-sec{
	max-width: 850px;
	margin: 0 auto;
	margin-top: 140px;
	background: #fff;
}
.margin-top-0{
	margin-top:0px;
}
.booking-form-single{
	margin-bottom: 10px;
}
.booking-form-single input{
	width: 280px;
	margin-left: 15px;
	border: none !important;
	border-bottom: 2px solid #224b43 !important;
	outline: none !important;
}
.booking-confirm-form-wrap{
	margin-top: 20px;
}
.booking-form-single label{
	text-align: right;
  width: 125px;
}
.booking-form-single .submit-button{
	background: #2ab56c;
	width: 145px;
	height: 65px;
	text-align: center;
	color: #fff;
	border-bottom: none !important;
	text-transform: uppercase;
}
.booking-form-single .submit-button:hover,.booking-form-single .submit-button:focus,.booking-form-single .submit-button:active{
	background: #239e64;
}
.submit-button-wrap{
	padding: 50px 0px 60px;
}
.booking-conf-addr {
	font-size: 14px;
  letter-spacing: 1px;
  font-family: 'ApercuRegular';
  line-height: 25px;
  color: #2d2d2d;
  margin: 10px 0 0px 0;
}
#vEmail {
	display: none;
	color: red;
  width: 150px;
  position: absolute;
  left: 70%;
  top: 0px;
}
.booking-thankyou-message-title {
	color: #3d462e;
	font-size: 18px;
	line-height: 30px;
	font-family: "ApercuBold";
	letter-spacing: 2px;
}
.booking-thankyou-message {
	color: #3d462e;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;
	font-family: "ApercuRegular";
}
.booking-form-single label, .booking-form-single input {
	color: #3d462f;
	font-size: 13px;
	line-height: 30px;
	font-family: "ApercuRegular";
}
.booking-special-requests label {
	vertical-align: top;
	line-height: 13px;
}
.booking-textarea {
  width: 280px;
  vertical-align: middle;
  margin-left: 15px;
  border-color: #224b43;
  background: #f9f8f7;
  height: 74px;
  font-family: "ApercuRegular";
  font-size: 11px;
}
.booking-special-requests {
  margin-top: 20px;
}
.inpwarning {
	background: rgba(255, 0, 0, 0.39) !important;
}
.margin-top-120{
	margin-top:120px;
}
.room-slider-rel{
	position: relative;
}
.room-slider-indicator{
	position: absolute !important;
	left:50%;
	bottom: 30px;
	display: inline-block;
	width: initial;
	margin-left: -92px;
}
.margin-left-142{
	margin-left:-122px;
}
.room-slider-indicator li{
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	background: #aaa;
	padding: 0px !important;
	margin: 0px 7px;
}
.room-slider-indicator li.active{
	background: #fff ;
	margin: 0px 7px;
}
.HH-lazy-image{
	background: #c9c9c9;
}
.welcome-visit-block {
	display: none;
	z-index: 999;
  position: absolute;
  top: 78%;
  text-align: center;
	background: rgba(42, 181, 108, 0.75);
	left: 50%;
	margin-left: -475px;
	display: none;
}
.welcome-visit-block-text {
	font-size: 23px;
    color: #fff;
    padding: 15px 0px;
    margin-bottom: 0px;
    font-weight: 300;
    font-family: "ApercuLight";
    line-height: 30px;
    letter-spacing: 1px;
    width: 950px;
}
.welcome-visit-block-text1 {
	font-size: 25px;
	font-weight: 700;
	display: block;
	border-bottom: 1px #fff solid;
	margin: 0px 200px 5px 200px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.welcome-visit-block {
	z-index: 999;
    position: absolute;
    top: 78%;
    text-align: center;
	background: rgba(42, 181, 108, 0.75);
	left: 50%;
	margin-left: -475px;
}
.welcome-visit-block-text {
	font-size: 23px;
    color: #fff;
    padding: 15px 0px;
    margin-bottom: 0px;
    font-weight: 300;
    font-family: "ApercuLight";
    line-height: 30px;
    letter-spacing: 1px;
    width: 950px;
}
.welcome-visit-block-text1 {
	font-size: 25px;
	font-weight: 700;
	display: block;
	border-bottom: 1px #fff solid;
	margin: 0px 200px 5px 200px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.welcome-visit-block-text a {
	color: #fff;
	cursor: pointer;
}
.welcome-visit-block-text a:hover {
	text-decoration: underline !important;
}
.christmas_feast_menus_desc {
	margin: 40px 0 0 10px !important;
}
.carousel-inner > .item {
	height:auto !important;
}
.seven-course-text {
	color: #2ab56c;
}
.charity_dinner_menu_desc {
	margin: -55px 0 60px 10px !important;
	text-align: left !important;
}

@media (min-width: 1200px) and (max-height: 650px) {
	/*.resevationenquiries_scroll {
		height: 290px;
	}*/
}
@media (min-width: 1200px) and (max-height: 600px) {
	/*.resevationenquiries_scroll {
		height: 240px;
	}*/
}
@media (min-width: 1200px) and (max-height: 500px) {
	/*.resevationenquiries_scroll {
		height: 170px;
	}*/
}

@media (min-width: 1200px) {
	.close-img:hover img.privacy-close-btn-act,
	.do-close-img:hover img.privacy-close-btn-act,
	.legal-close:hover img.privacy-close-btn-act {
		display: block;
	}
	.close-img:hover img.privacy-close-btn,
	.do-close-img:hover img.privacy-close-btn,
	.legal-close:hover img.privacy-close-btn {
		display: none;
	}

}

/* Responsive styles */
/* media query start here for small device*/

@media (max-width: 359px) {
	.mob-nav-cont ul li {
		line-height: 60px;
	}
	.mob-nav-cont ul li a {
		font-size: 12px !important;
		font-family: 'ApercuBold';
	}
	.mob-nav-cont ul li.has-links {
		padding: 5px 0;
	}
	.mob-btm-cont{
		margin: 15px 0 5px;
	}
}

/* media query for all mobile device */

@media (max-width: 1199px) {
	.welcome-visit-block {
		top: 63%;
		left: 20px;
		right: 20px;
		margin-left: 0px;
	}
	.welcome-visit-block-text {
		font-size: 18px;
		line-height: normal;
		width: auto;
		padding: 15px;
	}
	.welcome-visit-block-text1 {
		margin: 0px 0px 10px 0px;
		font-size: 20px;
	}
	.progress-btn {
		width: 100px !important;
	}
	.carousel-control.left {
    background: url(../img/white_arrow_left_2x1x.png) no-repeat center center !important;
    width: 15%;
	}
	.carousel-control.right {
    background: url(../img/white_arrow_right_2x1x.png) no-repeat center center !important;
    width: 15%;
		}
	  
	  .carousel-indicators{
	  	padding: 0px 5px;
	  }
	  #gallery-carousel .carousel-indicators {
	    bottom: 48px !important;
	  }
	 

		.mob-booking-contact {
			margin: -20px 12px 0 0;
		}
		.room-cont-temp {
			position: static;
		}
		.booking-confirm-form-wrap {
		  width: 90%;
		}
		.booking-form-single label {
		  text-align: center;
		}
		.booking-confirm-form-wrap label {
		  width: 20%;
		  margin-left: 0px;
		}
		.book-btn-restaurant {
			margin: 0 auto;
		}
		.booking-thankyou-message {
		  max-width: 90%;
		  margin: 0 auto;
		}
		.rest-cont-sec ul.nav-tabs li a {
			float: none;
			padding: 0;
			margin: 0;
		}
		.rest-cont-sec .tab-content #resevationenquiries {
			padding-top: 20px;
		}
		.whattodo-sec1 {
			padding-left: 0px;
			padding-left: 0px;
		}
		.welcome-img {
				display: none;
		}
		#whattodo {
				margin-left: 0px;
				margin-right: 0px;
		}
		.gm-style-iw {
			 display: none !important;
		}
		#mob-nav {
				display: block;
		}
		.navbar-header{
				position: static !important;
				margin-left:0 !important;
		}
		body {
				padding: 0 10px;
		}
		.mob-nav-inner {
				height: 100%;
				overflow-y: scroll !important;
		}
		
		#rooms {
				padding: 20px 0 0 0;
		}
		#rooms-carousel-indicators ul {
				margin: 0;
				padding: 0;
		}
		.room-det-carousel .carousel-indicators {
				z-index: 9999;
		}
		#welcome-sec {
				background: url('../img/henrietta-landing-mob-image.png') no-repeat !important;
				background-size: cover !important;
		}
		.contact-cont {
				display: -webkit-box;
				display: -moz-box;
				display: box;
				-webkit-box-orient: vertical;
				-moz-box-orient: vertical;
				box-orient: vertical;
				padding: 0 !important;
		}
		.contact-left {
				height: auto !important;
				padding-bottom: 60px;
				/*-webkit-box-ordinal-group: 2;
				-moz-box-ordinal-group: 2;
				box-ordinal-group: 2;*/
		}
		.contact-right {
				-webkit-box-ordinal-group: 1;
				-moz-box-ordinal-group: 1;
				box-ordinal-group: 1;
				margin: 0 0 20px 0;
		}
		.contact-block {
				left: 7%;
		}
		.text-center.p15 {
				-webkit-box-ordinal-group: 3;
				-moz-box-ordinal-group: 3;
				box-ordinal-group: 3;
		}
		.contact-r-div .contact-title-text,
		.contact-r-div .contact-green-border {
				margin-left: 0;
		}
		.text-center.p15 {
				clear: both;
		}
		#guests-det {
				margin: 15px;
		}
		.close-form {
				display: block;
				margin: 5px 0 0 0;
		}
		.mob-form-top .input-container label {
				font-size: 12px !important;
		}
		.contact {
				height: auto;
		}
		#section2 {
				background: none !important;
				height: 400px !important;
		}
		.rooms {
				height: 100%;
				margin: 30px 0 0 0;
		}
		#roomsnav-mob {
				margin: 50px 0 10px 0;
		}
		.rooms-img-cont{
				max-width: 100%;
				overflow: hidden;
		}
		.rooms-img-cont img {
				max-width: 100%;
		}
		.rooms-ovw-img {
				display: block;
				background: url(../img/mobile-rooms.jpg) no-repeat left top;
				height: 400px;
				background-size: cover;
				position: relative;
				margin: 125px 0 0 0;
		}
		.rooms-ovw-main {
				position: absolute;
				height: 100%;
				background: #f9f8f7;
				width: 100%;
				left: 0;
				display: none;
				padding: 0 15px 15px;
		}
		.rooms-ovw-main-cont {
				height: 100%;
		}
		.rooms-ovw-desc {
				background: #fff;
				padding: 20px;
				margin: 20px 0;
		}
		.rooms-ovw-desc p {
				color: #3d462e;
				text-align: center;
				width: 100%;
		}
		.rooms-ovw {
				position: absolute;
				top: 35%;
				width: 100%;
				text-align: center;
				left: 0;
		}
		.rooms-ovw-img .rooms-ovw {
				position: absolute;
				top: 35%;
		}
		.rooms-ovw h2 {
				font-family: 'BristleBrushScriptDemo';
				font-size: 50px;
				color: #fff;
		}
		.rooms-ovw h2 span {
				font-family: 'RequitedScriptDemo';
				font-size: 14px;
				color: #fff;
				display: block;
				text-transform: none;
				margin: 5px 0 0 0;
		}
		.roomsovw-mob {
				padding: 0;
				height: 100%;
		}
		nav .breadcrumb {
				display: none;
		}
		.header-dsktp {
				display: none;
		}
		.room-det-cont h2.sub-title {
				display: block;
				font-size: 12px;
				font-family: 'Apercubold';
				letter-spacing: 1px;
				color: #3d462e;
				text-align: center;
				margin: 0 0 20px 0;
		}
		#room1-carousel .carousel-inner {
				height: 100%;
		}
		.room-det-cont {
				padding: 0;
				margin: 144px auto 0 auto;
		}
		#room1-carousel {
				height: 65% !important;
		}
		#room1-carousel .carousel-caption {
				display: none;
		}
		.rooms-list li {
				margin: 0 5px;
		}
		.rooms-list li a {
				padding: 6px 12px !important;
				font-size: 11px;
		}
		.room-det-mob {
				display: block;
		}
		.room-description .tab-content>.tab-pane{
				display: block !important;
		}
		.room-description h2, .nav-tabs>li>a{
				margin-bottom: 20px;
		}
		.room-desc-cont h1,
		.room-desc-cont-p1 {
				display: none;
		}
		.room-desc-cont-p2 {
				font-family: "ApercuLight" !important;
				font-size: 14px !important;
				line-height: 25px !important;
				letter-spacing: 1.4px !important;
				text-align: center !important;
				color: #3d462e !important;
				width: 100% !important;
				background: #f9f8f7 !important;
				opacity: 1 !important;
		}
		.room-feature-item {
				width: 15%;
				margin: 0 2%px;
				text-align: left;
		}
		.room-description {
				padding: 0 0 15px 0;
				background: #fff;
				margin: 0;
		}
		img.floor-plan-img{
				margin: 20px 0;
		}
		.room-description h2.inner-heading{
				background: #fff;
				padding: 0;
		}
		.room-description p {
				width: 85%;
		}
		.mob-form-top .input-container {
				position: relative;
		}
		.mob-form-top .input-container,
		.mob-form-top .input-container label {
				cursor: pointer;
		}
		.room-desc-cont {
				height: auto;
				padding: 0;
				margin: 20px 0 0 0;
		}
		.rooms-cont {
				height: 80%;
				overflow-y: scroll;
		}
		.room-feature-item:after,
		.room-feature-block:after {
				content: "";
				display: block;
				clear: both;
		}
		.room-feature-item:after,
		.room-feature-block:after {
				content: "";
				display: block;
				clear: both;
		}
		.location-dsktp {
				display: none;
		}
		.fp-section {
				padding: 10px;
		}
		.item h3 {
				font-size: 14px;
				text-align: center;
				font-family: "ApercuBold";
				color: #3d462e;
				margin: 0 0 0px 0;
			    padding-bottom: 15px;
			    position: absolute;
			    left: 0;
			    right: 0;
			    background: #f9f8f7;
		}
		.room-description p{
				font-family: "ApercuLight";
				color: #3d462e;
				font-size: 11px;
				text-align: center;
				width: 100%;
		}
		/* direction overlay for mobile*/

		.direction-head {
				margin: 0 auto;
				display: block;
				padding-top: 50px;
				width: 70%;
		}
		.dm-overlay {
				padding: 0;
		}
		.do-close-img{
				position: absolute;
				right: 20px;
				top: 20px;
				display: inline-block;
		}
		.do-close-img img {
				width: 16px;
				height:16px;
				margin: 0px !important;
		}
		#overlay-map {
				display: none;
		}
		#overlay-map-mob {
				display: block;
		}
		.fixed-footer{
				position: static;
		}
		.fixed-cont {
				margin-bottom: 0 !important;
		}
		.ml5{
				margin-left: 0;
		}
		.direction-title-head{
				margin: 75px 0px 12px;
		}
		/* contact section for mobile*/

		.contact-input-tnc-text {
				font-size: 10px;
				width: 100%;
				margin: 13px 0 12px 0px;
				line-height: 14px;
				letter-spacing: 1px;
		}
		.contact-left-div {
				background-color: #f9f8f7;
				margin-top: 60px;
				margin-left: -10px;
				height: 370px;
		}
		#contact {
				background: #f9f8f7;
		}
		.contact-title-text-bold.desk-mob {
				padding: 40px 0 0 0;
		}
		.email-btn {
				padding: 12px 11px;
		}
		.input-email label,
		.input-email input {
				text-indent: 0px;
		}
		.input-email input{
				padding: 25px 10px 7px 15px;
				font-size: 11px !important;
		}
		.glyphicon-chevron-right {
				margin: 1% 0 0 -10%;
				font-size: 10px;
				display: inline-block;
		}
		.input-email input:focus ~ label {
				left: 34px !important;
		}
		#section7 {
				background: transparent;
		}
		.contact-mob-cont {
				padding-left: 0px;
				padding-right: 0px;
		}
		/*new contact section for mobile*/

		.contact-left-div img,
		.contact-r-div img {
				height: 92px;
				margin-left: 0;
		}
		.contact-getd.roomd {
				margin: 0;
				text-align: center;
		}
		.contact-l-div {
				padding: 0;
		}
		.contact.p15 .getd-link {
				margin: 0 20px 0 0;
				display: inline-block;
				float: left;
		}
		.contact-th {
				margin: 20px 0px 5px 0px;
		}
		.contact-r-div {
				padding: 35px 0px 90px 15px;
				margin: 20px 0 0 0;
				text-align: left;
				height: 100%;
		}
		.contact.contact-home {
				height: auto;
		}
		.contact.pt100 .contact-r-div {
				margin: 25px;
		}
		.contact-home .input-email {
				width: 90% !important;
				margin-top: 0;
		}
		.contact.p15 .contact-r-div-img {
				margin: 0;
		}
		.contact-row {
				position: relative;
				background-image: none;
				background-repeat: repeat;
		}
		.contact-img-text {
				font-size: 15px;
				letter-spacing: 0.3px;
				text-align: left;
				right: initial;
				bottom: 30px;
				margin-left: 0px;
		}
		.pvt-hire {
				width: 100%;
		}
		.input-email {
				width: 100%;
		}
		.contact.pt100 {
				padding: 0px 0px !important;
		}
		.getd-link {
				font-size: 11px;
				margin-left: 0;
				float: left;
		}
		.text-center.p15 {
				padding: 0;
				margin: 0 10px;
		}
		button.btn.btn-default.email-btn{
				right: -1px !important;
				padding:13px 16px !important;
				margin-top: 0px !important;
		}
		.thanks-msg {
				width: 100%;
		}
		.contact-green-border {
				margin: 10px 0px 15px 50px;
		}
		.desk-mob {
				display: block;
		}
		.mob-desk {
				display: none;
		}
		span.contact-green-border.desk-mob {
				margin: -2px 0 30px 0;
		}
		.contact-row {
				display: flex;
				flex-direction: column;
				text-align: center;
		}
		.contact-r-div {
				order: 2
		}
		.contact-l-div {
				order: 1
		}
		.input-email input {
				box-shadow: none;
				-webkit-box-shadow: none;
		}
		.input-email input:focus, .input-email input:active {
				box-shadow: 0px 2px 3px 0 rgba(43, 46, 45, 0.27) !important;
				-webkit-box-shadow: 0px 2px 3px 0 rgba(43, 46, 45, 0.27) !important;
		}
		/* about section mobile view */

		.after-exp-club {
				margin-top: -12%;
		}
		.about-div {
				background: none;
				height: auto !important;
		}
		.about-mob {
				max-width: 100%;
		}
		.about-exp-club p {
				letter-spacing: 0;
				font-size: 50px;
				line-height: 45px;
		}
		.about-cont {
				height: auto;
				background: #f9f8f7;
		}
		.about-text {
				background: #fff;
				width: 100%;
				padding: 0px 10px;
				margin: 0;
		}
		.about-div{
				max-height: 100% !important;
		}
		.about-div p {
				width: 100%;
				padding: 0 10px 20px;
				line-height: 22px;
		}
		.about-div {
				width: 100% !important;
				padding: 0px 0px;
				background-image: none;
		}
		.about-mob {
				display: block;
		}
		.about-head {
				font-size: 12px;
				letter-spacing: 0.8px;
				line-height: 25px;
				margin-bottom: 20px;
		}
		.about.pt100 {
				margin: 0 0px;
				padding: 0px !important;
		}
		.after-exp-club {
				margin: 0;
				padding: 30px 0px;
		}
		/*about footer for mobile*/

		.about-footer {
				margin: 0;
				padding: 30px 0 0 0;
		}
		img.group-logo {
				margin: 14px 0 18px 0 !important;
		}
		.footer-title-text {
				margin: 10px 0px 34px 0;
				padding: 0;
		}
		.row.about-footer-img-div .col-xs-4 {
				padding: 0;
		}
		.row.about-footer-img-div {
				width: 100%;
				margin: 20px auto;
		}
		.row.about-footer-img-div:last-child {
				padding-bottom: 0;
		}
		.hotel-title p {
				margin: 0 auto;
				font-size: 9px;
		}
		.hotel-title span {
				font-size: 9px;
		}
		.footer-script-text p {
				font-size: 10px;
		}
		.about-footer li a {
				text-align: center;
				font-size: 10px;
				font-family: 'ApercuBold';
				font-weight: 900;
				color: #f5f0e9;
		}
		.about-footer li span {
				font-family: "ApercuLight";
				color: #f5f0e9;
				font-weight: 300;
		}
		.footer-container.footer-text {
				padding: 50px 0 0 0;
		}
		.about-footer-mdiv {
				padding: 30px 0px;
		}
		.footer-menu-mob {
				display: block;
		}
		.footer-menu-desk {
				display: none;
		}
		.joyeux-logo {
				margin-bottom: 50px;
		}
		/* gallery section for mobile */

		#gallery-carousel .carousel-indicators li {
				text-indent: 5px !important;
				padding: 0px 5px !important;
				width: 10px !important;
				height: 10px !important;
				margin: 0px 2px 0px 2px;

		}
		#gallery-carousel .carousel-indicators li.carousel-link.active {
		    background: #fff;
		    margin: 0px 2px 0px 2px;
		}
		span.divider-dots {
				height: 30px;
		}
		.gallery-cont h2 {
				font-size: 65px;
				letter-spacing: 6px;
		}
		.gallery-cont {
				display: none;
		}
		.item.parallax.gallery-group-img.active.full-screen {
				height: 200px !important;
				width: 100%;
				background-size: cover;
				background-attachment: initial;
		}
		.gallery-main-title-text {
				font-family: "BristleBrushScriptDemo";
				font-size: 65px;
				line-height: 75px;
				letter-spacing: 0px;
				color: #eee7df;
				text-align: center;
		}
		.rest-cd-title1 {
				font-size: 10px;
				margin-top: -25px;
				letter-spacing: 0.5px;
		}
		.rest-cd-title2 {
				font-size: 14px;
				line-height: 0px;
				margin-top: 20px;
		}
		.rest-cd-text {
				margin-top: 20px;
		}
		.gallery-cont-mob {
				display: block;
		}
		/* restaurant section without menu for mobile */

		#restaurants {
				padding: 0;
				background: none;
				margin: 30px 0;
		}
		.rest-img-sec{
				position: relative;
				background: url('../img/henrietta-rest-mob.jpg') no-repeat center center !important;
				background-size: cover !important;
		}
		.rest-img-sec h2{
				font-size: 50px;
				line-height: 50px;
		}
		.rest-cont-sec{
				margin: 20px 0 0 0;
				padding: 50px 50px 0;
				height: auto !important;
		}
		.resevationenquiries_scroll{
			height: auto;
		}
		.rest-cont-sec-btm{
				position: static;
				text-align: center;
				margin: 20px 0 0 0;
		}
		.rest-cont-sec p, .rest-cont-sec h4{
				text-align: center;
		}
		.mpt20{
				padding-top: 20px;
		}
		.rest-cont-sec span.contact-green-border{
				display: none;
		}
		.wm-rest {
				margin: 0 10px 10px;
		}
		.rest-h {
				height: auto;
				margin: 60px 0 0 0;
				padding: 0;
		}
		.wm {
				width: 83%;
				padding: 30px 0 0 0;
		}
		#section3 {
				background: transparent;
		}

		.rest-wm-main-title-text {
				font-size: 40px;
				letter-spacing: 0;
				line-height: 45px;
				margin-top: 10px;
				font-weight: normal;
				font-style: normal;
		}
		.rest-wm-title1 {
				font-size: 14px !important;
				line-height: 25px;
		}
		.rest-wm-title2 {
				line-height: 25px;
				margin-top: 20px;
		}
		.rest-wm-text {
				width: 100%;
				line-height: 23px;
				font-size: 14px;
				letter-spacing: 1px;
				margin-top: 15px !important;
		}
		.rest-wm-div-text {
				margin: -40px 0 58px 0;
		}
		.rest-wm-text1 {
				font-size: 15px;
				letter-spacing: 1px;
				line-height: 25px;
		}
		.rest-wm-text2 {
				font-size: 14px;
				letter-spacing: 1.3px;
				margin: 15px 0 10px 0;
				line-height: 22px;
				padding: 0 20px;
		}
		.rest-wm-text3 {
				font-size: 14px;
				line-height: 25px;
				letter-spacing: 0.7px;
		}
		.rest-wm-text4 {
				font-size: 14px;
				line-height: 25px;
				letter-spacing: 1.4px;
				padding: 10px 0px 30px 0px;
		}
		.rest-wm-text5 {
				width: 100%;
				line-height: 15px;
				text-align: left;
				margin-top: 20px;
				padding: 0 10px 0 0;
		}
		.rest-wm-mob {
				margin: 20px 5px;
				background: #fff;
				padding: 30px 0 30px 26px;
		}
		.rest-wm-mob p.contact-title-text {
				line-height: 20px !important;
		}
		.rest-wm-mob p.contact-th {
				margin: 20px 0 0 0;
		}
		.rest-wm-nw {
				background: #fff;
				height: 20px;
				margin-top: 0;
		}
		.wm-getd {
				color: #3d462e;
		}
		.wm-getd:hover {
				text-decoration: none;
				color: #2ab56c;
		}
		/* restaurant section for mobile */

		.rest-ld1,
		.rest-ld2,
		.rest-ld3,
		.rest-l-border,
		.rest-cd-div-text,
		.restaurant-main-title-text {
				display: none;
		}
		.restaurant-left-div img {
				margin-left: -15px;
		}
		.rest-cont-mob {
				display: none;
		}
		.restaurant-title-text,
		.restaurant-title-text-bold {
				margin-left: 0px;
		}
		.ml-40 {
				margin-left: -40px !important;
				letter-spacing: 0px;
		}
		.restaurant-center-div {
				margin-left: -15px;
				width: 110%;
		}
		.nav-stacked li a {
				text-align: left;
				padding: 30px 0 15px 5px;
		}
		.pdf-menu {
				margin-top: 0px;
		}
		.rest-cont-mob img {
				height: 6px;
				margin: 2px 0 0 5px;
				cursor: pointer;
		}
		.li-arrow-img {
				height: 10px !important;
				display: block !important;
		}
		.rest-tabs {
				margin: 60px 0 0 0;
		}
		#restre {
				margin-left: 5px;
		}
		#restre p:first-child {
				margin-top: 40px;
		}
		#restre .contact-title-text,
		#restre .contact-title-text-bold {
				font-size: 12px;
		}
		.nav-tabs>li>a {
				float: left;
				border-bottom: 1px solid #3e452d;
				padding: 20px 6px;
				font-family: "ApercuBold";
				font-size: 12px;
				line-height: 15px;
				letter-spacing: .85px;
				color: #3d462e;
		}
		.nav-tabs>li.active>a,
		.nav-tabs>li.active>a:focus,
		.nav-tabs>li.active>a:hover {
				border: none;
				border-bottom: 2px solid #3e452d;
		}
		.nav-tabs {
				border-bottom: 1px solid #3e452d;
		}
		/* privacy policy section for mobile*/

		div#section9, div#section10 {
				background: transparent;
				background-color: transparent;
				padding: 60px 0 0 0 !important;
		}
		.navbar.nav.direction-nav-link {
				width: 100%;
		}
		#privacy {
				background: #fff;
		}
		.privacy-bg {
				width: 100%;
				background-color: transparent;
		}
		.privacy-title-head {
				display: none;
				font-family: "BristleBrushScriptDemo";
				font-size: 45px;
				line-height: 45px;
				letter-spacing: 0px;
				text-align: center;
				color: #eee7df;
		}
		.privacy-title {
				font-family: "ApercuBold";
				font-size: 14px !important;
				letter-spacing: 1.4px;
				text-align: center;
				margin-top: 0px;
		}
		.privacy-bg.left-aligned .privacy-title {
				width: 100%;
		}
		.privacy-text {
				font-family: "ApercuLight";
				font-size: 14px;
				color: #3d462e;
				text-align: left;
				letter-spacing: 1.3px;
				line-height: 25px;
				width: 100%;
				margin-top: 20px !important;
		}
		.privacy-text.first {
				margin-top: 20px;
		}
		.privacy-close-btn, .privacy-close-btn-act {
				margin: 10px 0 0 0;
				height: 16px;
				float: right;
		}
		/* welcome screen for mobile */

		.header-cont {
				position: relative;
				width: 100%;
				bottom: 0px !important;
		}
		header .intro-text {
				position: absolute;
				top: 50%;
				width: 100%;
				text-align: center;
		}
		header .intro-text .intro-heading {
				font-size: 70px !important;
		}
		header .intro-text .intro-lead-in {
				font-size: 13px;
				margin-top: 25px;
		}
		/*temporary reservation for mobile*/

		.reservation-mob-div {
				display: none;
				background: #fff;
				padding: 38px 15px;
				z-index: 99999;
				position: fixed;
				overflow: auto;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				
		}
		.reservation-mob-div .contact-title-text {
				line-height: 20px !important;
		}
		.reservation-mob-div .contact-th {
				margin: 0px !important;
				line-height: 20px;
		}
		.close-img img {
				height: 16px;
				-webkit-height: 16px;
				float: right;
				margin: 3px 25px 0 0;
		}
		.reservation-mob {
				margin: 45px 0 0 0;
		}
		.reservation-t,
		.privacy-close-btn {
				display: inline-block;
		}
		.reservation-t {
				font-size: 14px;
		}
		p.contact-title-text-bold.contact-th.reservation-t {
				margin-left: 30% !important;
		}
		/* intro section for mobile */

		#intro {
				margin: 0 0 40px 0;
		}
		.intro-cont {
				height: auto;
				padding: 20px 0 0 0 !important;
		}
		.intro-cont img {
				width: 100% !important;
				height: auto;
				margin: 0px;
		}
		.intro-cont p {
				font-size: 14px !important;
				line-height: 25px;
				letter-spacing: 1.4px;
				padding: 0px;
				margin: 20px 0;
				width: 100%;
		}
		.intro-cont p:last-child {
				font-size: 16px !important;
		}
		/* room section for mobile */

		.room-cont h2.heading {
				font-size: 40px;
		}
		.room-cont h3 {
				font-size: 11px;
				letter-spacing: 1px;
				top: 0px;
				font-weight: 700 !important;
		}
		.room-cont h4 {
				font-size: 16px;
				padding: 65px 0 0 0;
		}
		.room-cont p {
				font-size: 10px;
				padding: 10px 0 0 0;
				line-height: 18px;
		}
		/*.room-item {
				font-size: 12px;
				padding: 20px 0px 20px 5px;
				width: 24%;
				height: 60px;
				bottom: initial;
		}
		.room-item span {
				line-height: 15px;
				top: 0%;
				letter-spacing: 1px;
				font-size: 12px;
		}
		.room-cont-bottom {
				bottom: 0px !important;
				left: 5px;
		}*/
		.room-feature-item h5 {
				font-size: 10px;
				line-height: 16px;
				letter-spacing: 1px;
				color: #2d2d2d;
		}
		.room-description {
				padding: 40px 10px;
				background: #fff;
		}
		.item.parallax.active.full-screen {
				max-height: 100%;
				width: 100%;
				background-size: cover;
				background-attachment: initial;
		}
		/* room section details for mobile */

		.room-details-breadcrumb {
				padding: 0px;
				text-align: center;
		}
		.room-details-breadcrumb li {
				display: inline-block;
		}
		.room-details-breadcrumb li a {
				color: rgba(61, 70, 46, 0.5);
				text-decoration: none;
				padding: 0px 8px;
		}
		.room-details-breadcrumb li a:hover {
				color: #239e64;
		}
		.room-details-breadcrumb li a:focus,
		.room-details-breadcrumb .active:active {
				font-size: 25px;
				color: #239e64;
		}
		.breadcrumb>.active {
				color: #3d462e;
				font-size: 15px
		}
		.breadcrumb li a {
				color: rgba(60, 67, 44, 0.5);
				text-decoration: none !important;
				font-size: 15px !important;
		}
		.breadcrumb li a:hover,
		.breadcrumb li a.active {
				color: #3d462e;
				text-decoration: none;
				font-size: 20px;
		}
		.restaurant-left-div {
				padding-left: 10px;
		}
		.pdf-menu li a {
				text-align: left;
				padding-left: 10px;
		}
		.about.pt100,
		.contact.pt100 {
				padding: 0 20px;
		}
		.navbar-header {
				vertical-align: top;
				position: relative;
		}
		.navbar-custom .navbar-brand {
				width: 100%;
				padding: 5px 0;
				text-align: center;
		}
		.navbar-custom .navbar-brand a {
				display: inline-block;
		}
		.navbar-custom .navbar-brand img {
				margin: 0px auto;
				height: 70px;
		}
		.mob-menu {
				position: absolute;
				left: 10px;
				top: 35px;
		}
		#date-range-container .date-picker-wrapper .month-wrapper {
				width: 100%;
		}
		#date-range-container .date-picker-wrapper .month-wrapper table {
				float: none;
				width: 100%;
		}
		#date-range-container .date-picker-wrapper:before {
				display: none;
		}
		#date-range-container .date-picker-wrapper {
				position: static;
				width: 94% !important;
		}
		#date-range-container .date-picker-wrapper .month-wrapper table .week-name th {
				width: 10%;
		}
		.month-wrapper {
				margin-left: -40px;
		}
		.progress-btn {
				position: absolute;
				right: 10px !important;
				top: 25px;
				margin: 0;
				height: 36px;
				line-height: 32px;
		}
		.progress-btn[data-progress-style="fill-back"] .progress {
				height: 32px;
				line-height: 32px;
		}
		.progress-btn .btn {
				padding: 2px 0;
				font-size: 9px;
				letter-spacing: 0.5px;
				line-height: 30px;
				border-radius: 0 !important;
		}
		.section {
				padding: 10px 0 0 0 !important;
		}
		#gallery{
			height: auto !important;
		}
		.restaurants {
				padding: 0 !important;
		}
		.rest-cont-mob .col-xs-7 {
				padding-right: 30px;
		}
		.rest-cont-mob .col-xs-5 {
				text-align: left;
				padding-left: 25px;
		}
		.contact-title-text-bold.ml50,
		.contact-title-text,
		.contact-left-div img,
		.contact-green-border {
				margin-left: 0;
		}
		#rooms-carousel-indicators ul li.carousel-link a,
		#roomsnav-mob ul li.carousel-link a,
		.swipe-menu a {
				margin: 10px 0;
		}
		.mob-nav-inner .swipe-menu a{
				margin: 0 !important;
				display: inline-block;
				color: rgba(60, 67, 44, 0.5);
		}
		#rooms-carousel-indicators div a, #roomsnav-mob ul li.carousel-link a, .roomsovw-mob .swipe-menu a{
				color: rgba(60, 67, 44, 0.5);
				text-decoration: none !important;
				font-family: 'RequitedScriptDemo';
				font-size: 15px;
		}
		.mob-nav-inner .slick-slider {
				margin: 5px 0 0 0;
		}
		.mob-nav-inner .swipe-menu a {
				font-family: 'Apercubold' !important;
				line-height: 30px;
		}
		.swipe-menu a {
				margin: 10px 0;
		}
		#rooms-carousel-indicators .carousel-link.active a,
		#roomsnav-mob .carousel-link.active a,
		.swipe-menu a:hover,
		.swipe-menu a:focus {
				color: #3d462e !important;
		}
		.slick-slide a.selected {
				color: #3d462e !important;
		}
		.room-det-cont .slick-slide.slick-current.slick-active.slick-center a {
				color: #3d462e !important;
		}
		#rooms-carousel-indicators div a.active{
				color: #229a61 !important;
		}
		div#rooms-carousel-indicators{
				top: 0 !important;
		}
		.navbar-custom .navbar-brand, .navbar-custom, nav.affix{
				height: auto !important;
		}
		.navbar-custom .navbar-brand img{
				width: auto !important;
		}
		#todo-content{
				z-index: 9;
				top: 0;
		}
		.todocont-inner{
				width: 100%;
				height: 100% !important;
		}
		.todocont-inner h2{
				font-size: 50px;
				line-height: 60px;
		}
		.todocont-inner h2 span{
				font-size: 12px;
		}
		.todocont-inner p{
				padding: 0 10px;
		}
		.map-info-cont{
			bottom: -20px;
		}
		ul.google-map-categories {
				margin: 0;
				padding: 10px 0;
		}
		ul.google-map-categories:after{
				content: "";
				display: block;
				clear: both;
		}
		ul.google-map-categories li {
				float: left;
				vertical-align: middle;
				list-style: none;
				width: 25%;
				text-align: center;
				font-family: 'ApercuBold';
				font-size: 12px;
				letter-spacing: 1px;
				cursor: pointer;
		}
		ul.google-map-categories li span{
				display: inline-block;
				color: #2ab56c;
		}
		ul.google-map-categories li.active span{
				color: #3d462e !important
		}
		ul.google-map-categories li span img{
				height: 40px;
				vertical-align: top;
				display: block;
				margin: 15px auto 10px auto;
				max-width: 100% !important;
		}
		.category-eat.active .eaticn, .category-drink.active .drinkicn, .category-shop.active .shopicn, .category-see.active .seeicn {
			display: block;
		}
		.category-eat.active .eaticn-act, .category-drink.active .drinkicn-act, .category-shop.active .shopicn-act, .category-see.active .seeicn-act {
			display: none;
		}
		.google-map-categories li:hover .eaticn-act, .google-map-categories li:hover .drinkicn-act, .google-map-categories li:hover .shopicn-act, .google-map-categories li:hover .seeicn-act {
			display: block;
		}
		.google-map-categories li:hover .eaticn, .google-map-categories li:hover .drinkicn, .google-map-categories li:hover .shopicn, .google-map-categories li:hover .seeicn {
			display: none;
		}
		.category-eat .eaticn, .category-drink .drinkicn,  .category-shop .shopicn, .category-see .seeicn  {
			display: none;
		}
}
/* media query for after ipad*/
@media (min-width: 1200px) {
		/*.resevationenquiries_scroll{
			max-height: 210px;
    		min-height: 170px;
		}*/
		#rooms-carousel-indicators {
				position: fixed;
				z-index: 999999;
				left: 0;
				top: 56px;
		}
		#rooms-carousel-indicators ul {
				transform: none !important;
				width: 100% !important;
				margin: 0 0 0 10px;
		}
		#rooms-carousel-indicators ul li.carousel-link {
				margin: 0 10px;
		}
		#rooms-carousel-indicators ul li.carousel-link a {
				color: rgba(60, 67, 44, 0.5);
				text-decoration: none !important;
				font-family: 'ApercuBold';
				letter-spacing: 1px;
				font-size: 10px;
		}
		#rooms-carousel-indicators .carousel-link.active a {
				color: #229a61 !important;
		}
}
@media (min-width: 1280px) and (max-width: 1329px) {
		.navbar-custom .nav li a {
				margin: 25px 15px 0;
		}
		.cont-block {
				margin: 0;
		}
		.input-container input {
				width: 110px;
				font-size: 11px;
		}
}


/* media query for after ipad*/
@media (min-width: 1200px) {
	#rooms-carousel-indicators {
		position: fixed;
		z-index: 999999;
		left: 0;
		top: 56px;
	}
	#rooms-carousel-indicators ul {
		transform: none !important;
		width: 100% !important;
		margin: 0 0 0 10px;
	}
	#rooms-carousel-indicators ul li.carousel-link {
		margin: 0 10px;
	}
	#rooms-carousel-indicators ul li.carousel-link a {
		color: rgba(60, 67, 44, 0.5);
		text-decoration: none !important;
		font-family: 'ApercuBold';
		letter-spacing: 1px;
		font-size: 10px;
	}
	#rooms-carousel-indicators .carousel-link.active a {
		color: #229a61 !important;
	}
}
@media (min-width: 1200px) and (max-width: 1329px) {
	.navbar-custom .nav li a {
		margin: 25px 15px 0;
	}
	.cont-block {
		margin: 0;
	}
	.input-container input {
		width: 110px;
		font-size: 11px;
	}
}


/* media query for except mobile device */
@media (min-width: 1200px) {
		.room-description .tab-pane {
/*				height: 450px;*/
		}
		#cg-room-services {
/*				height: 350px;*/
		}
		.slick-track{
				margin: 0 0 0 20px;
				transform: none !important;
		}
		.slick-list.draggable{
				padding: 0 !important;
		}
		.slick-initialized .slick-slide{
				margin: 0 25px 0 0 !important;
		}
		.slick-slide a{
				color: rgba(60, 67, 44, 0.5) !important;
				text-decoration: none !important;
				font-family: 'ApercuBold' !important;
				letter-spacing: 1px;
				font-size: 10px;
		}
		.slick-slide a.selected {
				color: #229a61 !important;
		}
		.swipe-menu .carousel-link a{
				color: rgba(60, 67, 44, 0.5);
				text-decoration: none !important;
				font-family: 'ApercuBold';
				letter-spacing: 1px;
				font-size: 10px;
		}
		.swipe-menu .carousel-link.active a{
				color: #229a61 !important;
		}
		.location-mob {
				display: none;
		}
		.navbar-custom.affix {
				padding: 0 8px;
		}
		.navbar-custom.affix .navbar-brand {
				margin: 7px 0 0 0;
		}
		.navbar-custom.affix .navbar-brand img {
				width: 90px;
				transition: all 0.5s;
				-webkit-transition: all 0.5s;
				-moz-transition: all 0.5s;
				-ms-transition: all 0.5s;
				-o-transition: all 0.5s;
				transform: scale(.8,.8);
				-ms-transform: scale(.8,.8);
				-webkit-transform: scale(.8,.8);
		}
		.navbar-custom.affix .dropdown-menu {
				top: 60px;
		}
		.navbar-custom {
				background-color: #f9f8f7;
				padding: 5px 8px;
				-webkit-transition: padding 0.5s;
				-moz-transition: padding 0.5s;
				transition: padding 0.5s;
				border: none;
		}
		.navbar-custom .navbar-brand {
				font-size: 2em;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				transition: all 0.3s;
				height: 90px;
				margin-left: 0px !important;
		}
		.navbar-custom .navbar-nav > .active > a {
				border-radius: 3px;
		}
		header .intro-text .intro-lead-in {
				font-size: 16px;
				line-height: 40px;
				letter-spacing: 1px;
				text-align: center;
				margin-bottom: 25px;
				font-weight: normal;
		}
		header .intro-text .intro-heading {
				text-transform: uppercase;
				font-weight: normal;
				font-size: 75px;
				line-height: 75px;
				margin-bottom: 20px;
		}
		section {
				padding: 0;
		}
		#section0 {
				position: relative;
		}
		#section2,
		#section8,
		#section3,
		#section5,
		#section4 {
				padding: 0;
		}
		#section2 .fp-tableCell {
				height: 100% !important;
		}
		.navbar-brand-centered {
				position: absolute;
				left: 44.5%;
				display: block;
				width: auto;
				text-align: center;
		}
		.navbar>.container .navbar-brand-centered,
		.navbar>.container-fluid .navbar-brand-centered {
				margin-left: -80px;
		}
		.mob-menu,
		.mob-nav-cont,
		.mob-btn {
				display: none !important;
		}
		#two-inputs-mob .date-picker-wrapper {
				display: none;
		}
		.w75 {
				width: 75%;
		}
		.w115 {
				width: 115%;
		}
		.progress-btn {
				width: 120px;
		}
}

@media (min-width: 1200px) and (max-width: 1299px) {
	.navbar-custom .nav li a {
		margin-right:10px !important;		
	}
}
@media (min-width: 1200px){
	.mob-menu,
	.mob-nav-cont,
	.mob-btn {
			display: none !important;
	}
}
@media (max-width: 1199px){
	.rest-cont-sec .tab-content{
		position: relative;
	    width: 100%;
	    top: 0px;
	}
	#rooms {
		padding-top:0;
	}
	.rooms {
		margin-top:0;
	}
	.slick-slider, #menu, .navbar-right {
		display:none !important;
	}
	.has-links .slick-slider, .rooms .slick-slider{
		display:block !important;
		position:static;
	}
	#mob-nav, #mob-booking {
		display:block !important;
		z-index:1 !important;
	}
	.navbar-brand-centered {
		left:0;
		right:0;
		z-index:0 !important;
	}
	.rooms-img-cont {
		height:600px !important;
		overflow:hidden;
		background: url('../img/mobile-rooms.jpg');
		background-size: cover;
		background-position:center;
	}
	.rooms-img-cont img {
		display:none;

	}
	#whattodo {
		height:auto !important;
	}
	.whattodo-sec1 {
		padding-right:0px;
	}
	#todo-content {
		position:static;
		height:auto !important;
	}
	.about-div-img img {
		display:none;
	}
	.about-div-img {
		height:600px;
		overflow:hidden;
		background: url('../img/henrietta-about-mobile.jpg');
		background-size: cover;
		background-position:center;
	}
	#gallery.section {
		padding-top:0 !important;
	}
	#whattodo {
		padding:30px 0;
	}
	.room-description {
		margin-bottom:30px;
	}
	#rooms-carousel-indicators.slick-slider{
		display:block !important;
	}
	.input-email {
		margin-top:0;
	}
	
	.row.about-footer-img-div {
		vertical-align:top;
		width:100% !important;
	}
	.row.about-footer-img-div .col-sm-4 {
		width:33%;
		float:none !important;
		display:inline-block !important;
		vertical-align:top;
	}
	.row.about-footer-img-div .col-sm-3 {
		width:25%;
	}
	.about-footer-mdiv {
		padding:0;
	}
	.roomsovw-dsktp {
			display: none !important;
	}
	.roomsovw-mob {
			display: block !important;
			height:100% !important;
		max-width:inherit;

	}
	#rooms,	.rooms {
		height: auto !important;
	}
	.room-cont {
		background: none !important;
	}
	
}
@media (max-width: 900px){
	
	
	.row.about-footer-img-div .col-sm-4 {
		width:100%;
	}
	.row.about-footer-img-div .col-sm-3 {
		width:100%;
	}
	

}
@media (max-width: 767px){
	#gallery-carousel .gal-img-mob{
	  	display: block !important;
		height:100% !important;
		max-width:inherit;
	  }
	  .gal-img-desk{
	  	display: none !important;
	  }
	  	.room-dsktp {
			display: none !important;
	}
	.room-mob {
			display: block !important;
			height:100% !important;
		max-width:inherit;

	}
	.room-feature-item {
		width: 46%;
	}
	.christmas_feast_menus_desc {
		margin: 40px 0 15px 10px !important;
	}
	

}
.restaurant-popup-wrap {
	position:fixed;
	z-index:100000000;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
	opacity:0;
	
	/*transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-timing-function: ease-in-out;*/
}
.restaurant-popup {
	width:800px;
	text-align:center;
	background:#FFFFFF;
	padding:30px;
	position:relative;	
}
.restaurant-popup-close {
	position:absolute;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	right:0;
	top:0;
	background:url(../img/restaurant-popup-close.png) no-repeat center;
}
@media (max-width: 900px){ 
	.restaurant-popup {
		width:auto;
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	.restaurant-popup-inner {
		position:fixed;
		top:30px;
		left:30px;
		right:0px;
		bottom:30px;
		padding-right:30px;
		overflow:auto;
	}
}