@charset "utf-8";

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
  url('../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
  url('../fonts/FontAwesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
  url('../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
  url('../fonts/FontAwesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
section#irbodyaff{margin:0 !important}
/* -----------------------------------------------------


-------------- Table of Content -------------------
 *** Common Sections ***
		- Main Header Top / #main-header-top
			- Top Logo / #top-logo
		- Main Header / #main-header
		- Top Footer / #top-footer
		- Footer / #footer

		*** Home Page ***
		- Slider / #main-slider
		- Main Booking Form / #main-booking-form
		- Welcome / #welcome
		
		*** footer ***
		- footer / #footer
		
		*** Our Rooms Page ***
		- section / #room
		   - description / .description
		   - slider / #room-slider
		   
		   
		*** Restaurant Page ***
		- section / #restaurant
		   - image / #internal-image
		   - description / #internal-desc
		   
		   
		*** Contact Page ***
		- section / #contact
		   - title / h2
		   - description / #contact-desc
		   - form / .form-style
------------------------------------------------------*/	
	
#home-top-section .owl-pagination
{
	display:none;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; 
}

body {
	margin: 0; 
	overflow:hidden;
	  background:url(../img/background.png) no-repeat bottom center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block; 
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline; 
}

audio:not([controls]) {
	height: 0; 
	display: none;
}

[hidden],
template {
	display: none; 
}

a {
	background-color: transparent; 
}

a:active,
a:hover {
	outline: 0; 
}

abbr[title] {
	border-bottom: 1px dotted; 
}

b,
strong {
	font-weight: bold; 
}

dfn {
	font-style: italic; 
}

h1 {
	font-size: 2em;
	margin: 0.67em 0; 
}

mark {
	color: #000; 
	background: #ff0;
}

small {
	font-size: 80%; 
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; 
}

sup {
	top: -0.5em; 
}

sub {
	bottom: -0.25em; 
}

img {
	vertical-align: middle;
	border: 0; 
}

svg:not(:root) {
	overflow: hidden; 
}

figure {
	margin: 1em 40px; 
}

hr {
	height: 0; 
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

pre {
	overflow: auto; 
}

code,
kbd,
pre,
samp {
	font-size: 1em; 
	font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0; 
	font: inherit;
	color: inherit;
}

button {
	overflow: visible; 
}

button,
select {
	text-transform: none; 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default; 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0; 
}

input {
	line-height: normal; 
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; 
	box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto; 
}

input[type="search"] {
          box-sizing: content-box; 
     -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; 
}


fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}


legend {
	border: 0;
	padding: 0; 
}

textarea {
	overflow: auto; 
}

optgroup {
	font-weight: bold; 
}

table {
	border-spacing: 0; 
	border-collapse: collapse;
}

td,
th {
	padding: 0; 
}


@media print {
*,
*:before,
*:after {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important; 
}

a,
a:visited {
    text-decoration: underline; 
}

a[href]:after {
    content: " (" attr(href) ")"; 
}

abbr[title]:after {
    content: " (" attr(title) ")"; 
}

a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: ""; 
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; 
}

thead {
    display: table-header-group; 
}

tr,
img {
    page-break-inside: avoid; 
}

img {
	vertical-align: middle;
	max-width: 100% !important; 
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3; 
}

h2,
h3 {
    page-break-after: avoid; 
}

select {
    background: #fff !important; 
}

.navbar {
    display: none; 
}
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  overflow-y: scroll;
  overflow-x: hidden; 
}

body {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}	

.container{
	width: 1160px;
	margin: 0px auto;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both; }
.datepicker-fields {
  cursor: pointer; 
}



#element-shortcode .rate-box {
  clear: none; 
}
#element-shortcode .rate-box .progress {
    margin-top: -17px; 
}

select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #000000;
  border-bottom-width: 3px;
  width: 100%;
  height: 42px;
  padding: 0 10px;
  font-size: 14px; 
}

::-webkit-scrollbar-thumb {
    background: rgba(64,64,65,1);
}
  
::-webkit-scrollbar {
    width: 6px;
}

::selection {
	color: #FFFFFF;
	background: rgba(64,64,65,.81);
}
  

  
input {
    line-height: normal;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    border: 1px solid #FFFFFF;
    width: 100%;
    padding:0 10px;
    outline: none;
    font-size: 14px;
    color: #000000;
    -webkit-transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
    transition: ease 0.3s all;
    width: 100%;
    height: 40px;
}
form.search-form input[type="text"] {
    background: rgba(0, 0, 0, 0.5);
    color: #000000;
}

/*---------------------------------------------------/1/--------------------------------------------------*/
/*header*/	
/*---------------------------------------------------/1/--------------------------------------------------*/
#main-header-top {
    background: #404040;
    line-height: 30px;
    color: #000000; 
}
#main-header-top .main-header-top-container {
	width: 1160px;
	margin: 0px auto;
    padding: 76px 0 0;
    position: relative;
}
#main-header-top .main-header-top-container:after{
	bottom: 0;
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
}
#main-header-top #top-logo-link {
    width: 300px;
    display: block;
    margin: 0 auto;
    min-width: 115px;
}
#main-header-top #top-logo{
}
#main-header-top #top-logo:before {
    top: 6px;
	z-index: 1;
    left: auto;
	right: auto;
    content: '';
    width: 273px;
    height: 117px;
    display: block;
    position: absolute;
	background: #404040 url(../img/logo.png) top center no-repeat;
}
#main-header {
    z-index: 1;   
    height: 56px;
    background: #404040;
	-webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}


#main-header .header-content {
    height: 0;
	width: 1160px;
	margin: 0px auto;
    position: relative;
}
#main-header .header-content .menu-container {
    text-align: center;
}
#main-header .header-content #main-menu, #main-header .header-content .menu-container > .main-menu {
    height: auto !important;
}
#main-header .header-content #main-menu, #main-header .header-content .menu-container > .main-menu {
    display: inline-block;
    -webkit-transition: all 0.6s ease;
   		 -o-transition: all 0.6s ease;
  		    transition: all 0.6s ease;
}
#main-header .header-content #main-menu .main-menu, #main-header .header-content #main-menu > ul, #main-header .header-content .menu-container > .main-menu .main-menu, #main-header .header-content .menu-container > .main-menu > ul {
	margin: 0px;
	padding: 0px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#main-header .header-content #main-menu .main-menu:after{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
}
#main-header .header-content #main-menu .main-menu li, #main-header .header-content #main-menu > ul li, #main-header .header-content .menu-container > .main-menu .main-menu li, #main-header .header-content .menu-container > .main-menu > ul li {
    display: inline-block;
    text-align: center;
    position: relative;
}
#main-header .header-content #main-menu .main-menu li:nth-child(3){
	margin-right: 94.5px;
}
#main-header .header-content #main-menu .main-menu li:nth-child(4){
	margin-left: 158.5px;
}
#main-header .header-content #main-menu .main-menu li a:hover, 
#main-header .header-content #main-menu > ul li a:hover, 
#main-header .header-content .menu-container > .main-menu .main-menu li a:hover, 
#main-header .header-content .menu-container > .main-menu > ul li a:hover {
    color: #948f8f;
	
}

#main-menu > ul li a.active{border-bottom:1px solid #ffffff;  color: #948f8f !important;}
#main-header .header-content #main-menu .main-menu li a, 
#main-header .header-content #main-menu > ul li a, 
#main-header .header-content .menu-container > .main-menu .main-menu li a, 
#main-header .header-content .menu-container > .main-menu > ul li a {
    color: #ffffff;
    margin: 0 10px;
	padding:0 6px;
    font-size: 20px;
    line-height: 48px;
    position: relative;
    white-space: nowrap;
	text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.marginheader
{
	margin:0 10px !important;
}


#main-header-top.sticky {
    height: 122px; 
}
#main-header-top.sticky #top-logo {
      top: 0px;
      left: auto;
	  right: auto;
      z-index: 1001;
      position: fixed;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); 
}
#main-header-top.sticky #top-logo:before {
    display: block;
    content: '';
    width: 75px;
    height: 75px;
    background: #404041 url(../img/sticky-logo.png) no-repeat center center;
    position: absolute;
    left: auto;
	right: auto;
    top: 5px;
    margin-left: 109px;
    color: #FFFFFF;
    border: 3px solid #FFFFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px rgba(64,64,65,.5);
    box-shadow: 0 0 0 1px  rgba(64,64,65,.5);
}

#main-header-top.sticky #top-logo:before {
    z-index: 1; 
}
@media (max-width: 390px) {
	#main-header-top.sticky #top-logo:before {
		display: block; 
	} 
}
#main-header-top.sticky #top-logo:after {
	z-index: 0;
	margin-left: -60px;
	background: #FFFFFF;
	bottom: auto;
	top: -37px;
	-webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
	width: 120px;
	height: 120px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%; 
}
@media (max-width: 390px) {
	#main-header-top.sticky #top-logo:after {
			display: block; 
	} 
}



#main-header.sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	height: 50px;
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}

#main-header.sticky .header-content #main-menu .main-menu:after{
	background: none;
}
#main-header.sticky .header-content #main-menu .main-menu li a, 
#main-header.sticky .header-content #main-menu > ul li a, 
#main-header.sticky .header-content .menu-container > .main-menu .main-menu li a, 
#main-header.sticky .header-content .menu-container > .main-menu > ul li a
#main-header.sticky a {
    color: #404041; 
}
#main-header.sticky .header-content #main-menu .main-menu li a:hover, 
#main-header.sticky .header-content #main-menu > ul li a:hover, 
#main-header.sticky .header-content .menu-container > .main-menu .main-menu li a:hover, 
#main-header.sticky .header-content .menu-container > .main-menu > ul li a
#main-header.sticky a:hover {
    color: #948f8f; 
}
@media (max-width: 300px) {
	body #main-header.sticky .inner-container > div {
		 height: 50px; 
	} 
}

  @media (max-width: 992px) {
	  .marginheader{margin:0 !important}
    body #main-header.sticky #main-menu {
      max-height: calc( 100vh - 80px );
      overflow: auto; } }
  body #main-header.sticky #main-menu li a {
    line-height: 80px; }
    @media (max-width: 992px) {
      body #main-header.sticky #main-menu li a {
        line-height: 35px !important; } }
  body #main-header.sticky #main-menu li ul li a {
    line-height: 40px; }
 
  body #main-header.sticky #top-logo {
    height: 80px; }
    body #main-header.sticky #top-logo .title {
      margin-top: 4px; }
	 
}

/*---------------------------------------------------/2/--------------------------------------------------*/
/*owl carsouel*/	
/*---------------------------------------------------/2/--------------------------------------------------*/

.owl-carousel {
	width: 90%;
	display: none;
	margin: 20px auto;
	position: relative;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0); 
}
.owl-carousel .owl-wrapper:after {
	height: 0; 
	clear: both;
	content: ".";
	display: block;
	line-height: 0;
	visibility: hidden;
}
.owl-carousel .owl-wrapper-outer {
    width: 100%; 
    overflow: hidden;
    position: relative;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	     -o-transition: height 500ms ease-in-out;
	        transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    padding: 0;
    float: left;
    overflow: hidden; 
}
.owl-carousel .owl-item .item, .owl-carousel .owl-item .items {
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease; 
}
.owl-carousel .owl-item .item img, .owl-carousel .owl-item .items img {
    width: 100%; 
}
.owl-carousel .owl-page, .owl-carousel .owl-buttons div {
    cursor: pointer; 
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0); 
	    -webkit-backface-visibility: hidden;
	       -moz-backface-visibility: hidden;
	            backface-visibility: hidden;
}
.owl-carousel.property-container .owl-item {
    padding: 0; 
}
.owl-carousel.not-16-9 .owl-item .items img {
    width: auto; 
    max-width: none;
}

.owl-controls {
  -webkit-tap-highlight-color: transparent; 
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* mouse grab icon */
.owl-theme {
  /* Styling Next and Prev buttons */
}
.owl-theme .owl-controls {
    left: 50%;
    z-index: 1;
    bottom: 30px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
           transform: translateX(-50%);
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    /* Styling Pagination*/ 
}
@media (max-width: 600px) {
    .owl-theme .owl-controls {
        width: 100%; 
	} 
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	bottom: 30px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	color: #000000;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	width: 30px;
	height: 45px;
 }
@media (min-width: 768px) and (max-width: 992px) {
	.owl-theme .owl-controls .owl-buttons div {
		  /*bottom: 100%; */
	} 
}
@media (max-width: 767px) {
	.owl-theme .owl-controls .owl-buttons div {
		  /*bottom: 100%;*/ 
	}
}
.owl-theme .owl-controls .owl-buttons div:after, 
.owl-theme .owl-controls .owl-buttons div:before {
	left: 0;
	top: 10px;
	content: "";
	width: 30px;
	height: 1px;
	display: block;
	position: absolute;
	background: #000000; 
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.owl-theme .owl-controls .owl-buttons div:before {
    top: 31px; 
}
.owl-theme .owl-controls .owl-buttons div:hover:after, 
.owl-theme .owl-controls .owl-buttons div:hover:before {
    background: #FFFFFF; 
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -145px; 
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg); 
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	       -o-transform: rotate(-45deg);
	          transform: rotate(-45deg); 
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -145px; 
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg); 
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 1;
	text-decoration: none; 
	filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-pagination {
	display: inline-block; 
}
.owl-theme .owl-controls .owl-page {
	zoom: 1;
	display: inline-block;
	*display: inline;
/*IE7 life-saver */ 
}
.owl-theme .owl-controls .owl-page span {
	width: 15px;
	height: 15px;
	display: block;
	margin: 5px 3px;
	background: #333333;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
/* If PaginationNumbers is true */ 
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	width: auto;
	height: auto;
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 30px; 
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fff; 
}


.header{
	width: 100%;
	z-index: 10;
	position: absolute;
}
.inner-page .header{
	position: relative;
}

#home-top-section {
	position: relative; 
	
}

#main-slider {
	width: 100%;
	margin: 0; 
}
#main-slider img {
	width: 100%;
	height: auto;
	display: block;
}

#main-slider .owl-wrapper{
	width: 100vw !important;
	height: 100vh;
	left: 0 !important;
	position: relative;
	-moz-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important; 
}

#main-slider .owl-item{
	top: 0;
	left: 0;
	opacity: 0;
	width: 100vw;
	height: 100%;
	overflow: hidden; 
	max-height: 100vh;
	position: absolute;
	filter: alpha(opacity=0);
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	display: block;
	width: 100%;
	height: auto;
}
#main-slider .owl-item.active{
	opacity: 1;
	filter: alpha(opacity=100); 
}
@media (max-width: 992px) {
	#main-slider .owl-controls{
		bottom: 30px; 
	}
    #main-slider .items{
		width: 100vw;
		height: 100vh; 
	}
    #main-slider .items img{
        top: 50%;
		left: 50%;        
		width: auto;
        height: 100%;
        position: absolute;
        transform: translateX(-50%) translateY(-50%); 
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
		
	} 
}
/*---------------------------------------------------/3/--------------------------------------------------*/
/*Main Booking Form Section styles*/	
/*---------------------------------------------------/3/--------------------------------------------------*/
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

form.search-form input[type="text"] {
    background: rgba(0, 0, 0, 0.5);
    color: #000000;
}
#main-booking-form {
	position: absolute; 
	bottom: 0px;
	width: 100%;
	z-index: 1;
}
.inner-page #main-booking-form {
	z-index: 1;
	position: relative; 
}

#main-booking-form .search-button-container {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 50px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    margin-left: -25px; 
}
#main-booking-form .search-button-container:after {
      display: block;
      width: 60px;
      height: 60px;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -30px;
      content: "";
      z-index: -1;
	  border-radius: 50%;
      background: #d3d3d3;
      -webkit-box-shadow: 0 0 0 5px #ffffff, 0 0 0 6px #545454;
      box-shadow: 0 0 0 5px #ffffff, 0 0 0 6px #545454;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; 
}
#main-booking-form .search-button-container:hover:after, #main-booking-form .search-button-container.active:after {
      color: #ffffff;
      background: rgba(64,64,65,1);
      -webkit-box-shadow: 0 0 0 5px #FFFFFF, 0 0 0 6px #CCCCCC;
      box-shadow: 0 0 0 5px #FFFFFF, 0 0 0 6px #CCCCCC; 
}
#main-booking-form .search-button-container:hover input,#main-booking-form .search-button-container.active input{
      color: #ffffff;
}
#main-booking-form .search-button-container input {
      border: 0;
      background: transparent;
      text-align: center;
      color: #1c1c1c;
      line-height: 90px;
      padding: 0 20px;
      font-family: 'Playfair Display', serif;
	  font-weight: 400;
	  font-size: 17px;
      position: absolute;
      left: -20px;
      top: -20px;
      white-space: normal;
      width: 90px;
      height: 90px; 
}
#main-booking-form .search-button-container input:focus {
      outline: none; 
}
#main-booking-form .search-row {    
    padding: 15px 0 30px;
    background: rgba(64,64,65,.30);
    z-index: 100;
    width: 100%; 
}
.inner-page #main-booking-form .search-row { 
    background: #ffffff;
}


form.search-form {
    padding: 12px 10px 10px;
}
form.search-form.horizontal {
    margin: 5px 0;
}
#main-booking-form .search-form {
    border: 0;
    padding: 10px 0;
    margin: 0 auto; 
}
@media (max-width: 767px) {
      #main-booking-form .search-form {
        padding: 5px; 
	  } 
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 38px;
    background-clip: padding-box;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    line-height: 38px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
	text-align: left;
    margin-right: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 80%;
    margin-top: 10%;
    border-left: 1px solid #c2c2c2;
    background: none !important;
}
.chosen-container-single .chosen-single div b:before, 
.chosen-container-single .chosen-single div b:after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    background: #c2c2c2;
    left: 11px;
    width: 8px;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.chosen-container-single .chosen-single div b:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
}
.chosen-container-single .chosen-single div b:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #c2c2c2;
    color: #000000;
    padding-top: 5px;
    font-size: 13px;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}
.chosen-container.top-dropdown .chosen-drop {
    top: auto;
    bottom: 100%;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    left: -9999px;
    position: absolute;
}

.chosen-container .chosen-results {
	overflow-y: auto;
	max-height: 240px;
	position: relative;
	padding: 0 0 0 4px;
	overflow-x: hidden;
	margin: 0 4px 4px 0;
	-webkit-overflow-scrolling: touch; 
}
.chosen-container .chosen-results li {
	margin: 0;
	display: none;
	font-size: 16px;
	list-style: none;
	padding: 5px 6px;
	line-height: 15px;
	-webkit-touch-callout: none; 
}
.chosen-container .chosen-results li.active-result {
	cursor: pointer; 
	display: list-item;
}
.chosen-container .chosen-results li.disabled-result {
	color: #ccc;
	cursor: default;
	display: list-item; 
}
.chosen-container .chosen-results li.highlighted {
	color: #FFFFFF; 
	background-color: rgba(64,64,65,1);
}
.chosen-container .chosen-results li.no-results {
	display: list-item; 
}
.chosen-container .chosen-results li.group-result {
	cursor: default; 
	font-weight: bold;
	display: list-item;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px; 
}
.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline; 
}



#main-booking-form .search-form input[type="text"].placeholder, 
#main-booking-form .search-form input[type="email"].placeholder, 
#main-booking-form .search-form .chosen-container.placeholder {
    color: #000000; 
}
#main-booking-form .search-form input[type="text"]:-moz-placeholder, 
#main-booking-form .search-form input[type="email"]:-moz-placeholder, 
#main-booking-form .search-form .chosen-container:-moz-placeholder {
    color: #000000; 
}
#main-booking-form .search-form input[type="text"]::-moz-placeholder, 
#main-booking-form .search-form input[type="email"]::-moz-placeholder, 
#main-booking-form .search-form .chosen-container::-moz-placeholder {
    color: #000000; 
}
#main-booking-form .search-form input[type="text"]:-ms-input-placeholder, 
#main-booking-form .search-form input[type="email"]:-ms-input-placeholder, 
#main-booking-form .search-form .chosen-container:-ms-input-placeholder {
    color: #000000; 
}
#main-booking-form .search-form input[type="text"]::-webkit-input-placeholder, 
#main-booking-form .search-form input[type="email"]::-webkit-input-placeholder, 
#main-booking-form .search-form .chosen-container::-webkit-input-placeholder {
    color: #000000; 
}
#main-booking-form .search-form input[type="text"]:focus.placeholder, 
#main-booking-form .search-form input[type="email"]:focus.placeholder, 
#main-booking-form .search-form .chosen-container:focus.placeholder {
    color: #c2c2c2; 
}
#main-booking-form .search-form input[type="text"]:focus:-moz-placeholder, 
#main-booking-form .search-form input[type="email"]:focus:-moz-placeholder, 
#main-booking-form .search-form .chosen-container:focus:-moz-placeholder {
    color: #c2c2c2; 
}
#main-booking-form .search-form input[type="text"]:focus::-moz-placeholder, 
#main-booking-form .search-form input[type="email"]:focus::-moz-placeholder, 
#main-booking-form .search-form .chosen-container:focus::-moz-placeholder {
    color: #c2c2c2;
}
#main-booking-form .search-form input[type="text"]:focus:-ms-input-placeholder, 
#main-booking-form .search-form input[type="email"]:focus:-ms-input-placeholder, 
#main-booking-form .search-form .chosen-container:focus:-ms-input-placeholder {
    color: #c2c2c2; 
}
#main-booking-form .search-form input[type="text"]:focus::-webkit-input-placeholder, 
#main-booking-form .search-form input[type="email"]:focus::-webkit-input-placeholder, 
#main-booking-form .search-form .chosen-container:focus::-webkit-input-placeholder {
    color: #c2c2c2; 
}
#main-booking-form .search-form .chosen-container .chosen-drop {
    top: 41px; 
}
#main-booking-form .search-form .chosen-container.top-dropdown .chosen-drop {
	top: auto;
	bottom: 48px; 
}
form.search-form.horizontal [class*="col-"]{
	padding: 0 5px;
}
.col-3 , .col-4{
	position: relative;
    min-height: 1px;
}
@media (min-width: 992px){
	.col-3 , .col-4{
		float: left;
	}
}
@media (min-width: 992px){
	.col-3 {
		width: 25%;
	}
	.col-4 {
		width: 33.33%;
	}	
}



.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}
.fa-calendar:before {
	content: "\f073"; 
}
  
.search-fields i {
	position: absolute;
	right: 20px;
	top: 12px;
	font-size: .9em;
	color: #c2c2c2; 
}
.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #e3e3e3;
    background: #f6f6f6 url('../img/chosen-sprite.png?1427265779') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; 
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; 
}
#main-booking-form .search-form input[type="text"], 
#main-booking-form .search-form input[type="email"], 
#main-booking-form .search-form .chosen-container {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #c2c2c2;
    height: 42px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
#main-booking-form .search-form .chosen-container .chosen-drop {
    top: 41px;
}
.chosen-container-active .chosen-single {
  	background: #FFFFFF; 
}
.chosen-container-active.chosen-with-drop .chosen-single {
  	background: #FFFFFF; 
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent; 
}
.chosen-container-active.chosen-with-drop .chosen-single div b:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); 
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); 
}
.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important; 
}
	
.chosen-disabled {
	opacity: 0.5 !important;
	cursor: default; 
}
.chosen-disabled .chosen-single {
    cursor: default; 
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; 
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box; 
}


.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap; 
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5; 
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7; 
}

.dropdown-menu > .disabled > a, 
.dropdown-menu > .disabled > a:hover, 
.dropdown-menu > .disabled > a:focus {
	color: #777777; 
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed; 
}








#booking-tab-contents .datepicker.datepicker-inline table {
	background: #e6e6e6;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto;
	font-size: 13px;
	max-width: 380px;
	border-bottom: 2px solid #404041;
	color: #000000; 
}
#booking-tab-contents .datepicker.datepicker-inline table td, 
#booking-tab-contents .datepicker.datepicker-inline table th {
    background: #FFFFFF; 
}
#booking-tab-contents .datepicker.datepicker-inline table td:hover,
#booking-tab-contents .datepicker.datepicker-inline table th:hover {
      background: #e6e6e6; 
}
#booking-tab-contents .datepicker.datepicker-inline table td.selected, 
#booking-tab-contents .datepicker.datepicker-inline table th.selected {
      background: #e6e6e6; 
}
#booking-tab-contents .datepicker.datepicker-inline table td.range, 
#booking-tab-contents .datepicker.datepicker-inline table th.range {
      background: #dedede; 
}
#booking-tab-contents .datepicker.datepicker-inline table td.active, 
#booking-tab-contents .datepicker.datepicker-inline table th.active {
	background: #404041; 
}
#booking-tab-contents .datepicker.datepicker-inline table tfoot {
	display: none; 
}
/**
 * datepicker styles
 */

.datepicker {
  top: 0;
  left: 0;
  padding: 10px;
  margin-top: 1px;
}
.datepicker.datepicker-rtl {
    direction: rtl; 
}
.datepicker.datepicker-rtl table tr td span {
    float: right; 
}
  
.datepicker.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #c2c2c2;
    background: #FFFFFF;
    color: #000000;
}
.datepicker > div {
    display: none; 
}
.datepicker table {
    width: 100%;
    margin: 0; 
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 5px 10px !important; 
}
.datepicker td.day:hover, .datepicker td.today {
    background: rgba(64,64,65,.81);
    color: #ffffff;
    cursor: pointer; 
}
.datepicker td.day.disabled {
    color: #787676; 
}
.datepicker td.old, .datepicker td.new {
    color: #000000; 
}
.datepicker td.selected {
    background: #e6e6e6; 
}
.datepicker td.range {
    background: #dedede; 
}
.datepicker td.active, .datepicker td.active:hover {
    background: rgba(64, 64, 65, 0.81); 
    color: #FFFFFF; 
}
.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer; 
}
.datepicker td span:hover {
    background: rgba(64, 64, 65, 0.81); 
}
.datepicker td span.active {
	background: rgba(64, 64, 65, 0.81); 
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
}
.datepicker td span.old {
      color: #c2c2c2; 
}
.datepicker th.switch {
    width: 145px; 
}
.datepicker th.next, .datepicker th.prev {
    font-size: 21px; 
}
.datepicker thead tr:first-child th {
    cursor: pointer; 
}
.datepicker thead tr:first-child th:hover {
     background: rgba(64, 64, 65, 0.81); 
	 color: #ffffff;
}

.input-daterange{
	position: relative;
}
.datepicker{
	font-family: Arial, Helvetica, sans-serif;
}
/*---------------------------------------------------//--------------------------------------------------*/
/*#welcome*/	
/*---------------------------------------------------//--------------------------------------------------*/
.appear-animation {
  opacity: 0;
  filter: alpha(opacity=0); }

.appear-animation-visible {
  opacity: 1;
  filter: alpha(opacity=100); }

/**
 * BX-Slider styles
 */
.bx-wrapper {
	*zoom: 1;
	padding: 0;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
#welcome .bx-wrapper .bx-viewport {
	min-height: 150px;
}
#room-types .bx-wrapper .bx-viewport {
	min-height: 291px;
}
.bx-wrapper .bx-viewport {
	transform: translatez(0); 
	-ms-transform: translatez(0);
	-moz-transform: translatez(0);
	-webkit-transform: translatez(0);
}
.bx-wrapper .bx-viewport ul li{
	width: 580px !important;
}
.bx-loading {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	position: absolute;
	background: #FFFFFF; 
}
.bx-loading:before, .bx-loading:after {
    content: "";
    display: block;
    position: absolute; 
}
.bx-loading:before {
    top: 50%;
    left: 50%;
    height: 1px;
    width: 140px;
    margin-top: -1px;
    margin-left: -70px;
    background: #d9d9d9; 
}
.bx-loading:after {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    background: #FFFFFF;
    border: 1px solid #404041;
    animation: spin 1s ease infinite;
    -o-animation: spin 1s ease infinite;
    -webkit-animation: spin 1s ease infinite;
    -webkit-box-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 0 3px #FFFFFF;
}

.bx-controls-direction a {
	top: 50%;
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
	margin: -13px 0 0;
	position: absolute;
	text-indent: -9999px; 
}
.bx-controls-direction a:after, .bx-controls-direction a:before {
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    background: #FFFFFF; 
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.bx-controls-direction a:before {
    top: 21px; 
}
.bx-controls-direction a:hover:after, .bx-controls-direction a:hover:before {
    background: #000000; 
}
.bx-controls-direction a.bx-next {
    right: -10px; 
}
.bx-controls-direction a.bx-next:after {
	transform: rotate(45deg); 
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.bx-controls-direction a.bx-next:before {
	transform: rotate(-45deg); 
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.bx-controls-direction a.bx-prev {
    left: 5px; 
}
.bx-controls-direction a.bx-prev:after {
	transform: rotate(-45deg); 
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.bx-controls-direction a.bx-prev:before {
	transform: rotate(45deg); 
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.bx-controls-direction a.disabled:after {
    opacity: 0.3;
    cursor: default; 
    filter: alpha(opacity=30);
}




#welcome {
    padding: 50px 0;
}
.welcome-text{
	width: 60%;
	float: left;
	color: #7a7a7a;
	margin-right:6%;
	font-size: 15px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
.welcome-text h2{
	padding: 0;
	margin: 0 0 20px;
	color: #1c1c1c;
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}
.welcome-gallery h2{
	padding: 0;
	margin: 0 0 20px;
	color: #1c1c1c;
	font-size: 28px;
	font-weight: 400;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}
.welcome-gallery{
	width: 34%;
	float: left;
}
#welcome .items img {
    max-width: 100%;
}
#welcome .welcome-gallery ul{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#welcome .welcome-gallery li{
	top: 0;
	left: 0;
}
#welcome .welcome-gallery li a.link-item{
    width: 100%;
    float: left;
	color: #404041;
	font-weight: 400;
	font-size: 16.06px;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#welcome .welcome-gallery li a.link-item:hover{
	color: #792d32;
}



#welcome .welcome-gallery li .items{
	height: 145px;
	background: #f1f1f1;
	width: 250px !important;
}
#welcome .welcome-gallery li .items .thumb {
	width: 100%;
	height: 100%;
	table-layout: fixed;
	display: table !important;
}
#welcome .welcome-gallery li .items .thumb a:after{	
    -webkit-transition: all 0.6s ease;
         -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
}

#welcome .welcome-gallery li .items .thumb a{
	height: 100%;
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#welcome .welcome-gallery li .items .thumb a img{
	-webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#welcome .welcome-gallery li .items:hover .thumb a img{
	-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); 
}
#welcome .welcome-gallery li .items:hover .thumb a:after {
    top: 0;
    left: 0;
    z-index: 1;
	content: '';
    width: 100%;
    height: 100%;
	display: block;
    overflow: hidden;
	position: absolute;
    background: rgba(121, 45, 50, 0.4);
    text-shadow: 0 2px 3px rgba(121, 45, 50, 0.8);
    -webkit-box-shadow: inset 0 0 0 4px rgba(121, 45, 50, 0.4);
    box-shadow: inset 0 0 0 4px rgba(121, 45, 50, 0.4);

}
#about {
    padding: 50px 0;
	background: #f1f1f1;
}
.about-text{
	width: 60%;
	float: left;
	color: #4b4b4b;
	/*margin-right:8%;*/
	font-size: 15px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
.about-text ul{
	margin: 0;
	padding: 0;
}
.about-text ul li{
	list-style: none;
	line-height: 30px;
}
.about-text ul li:before{
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 50%;
	margin-right: 20px;
	background: #bfbfbf;
	display: inline-block;
}

.about-text h2{
	padding: 0;
	color: #1c1c1c;
	font-size: 30px;
	margin: 0 0 20px;
	font-weight: 400;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}
.about-info h2{
	padding: 0;
	color: #1c1c1c;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 20px;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}
.about-info{
	width: 40%;
	float: left;
}
.about-info div{
	color: #4d4d4d;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.about-info div:last-child{
	padding-top: 20px;
}
.about-info div:last-child span{
	float: left;
	line-height: 35px;
}
.about-info div:last-child ul{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.about-info div:last-child ul li{
	float: left;
	margin-left: 10px;
	position: relative;
}
.about-info div:last-child ul li:after{
	cursor: pointer;
	-webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.about-info div:last-child ul li:hover:after{
	content: '';
	position: absolute;
    left: 0;
    top: 0;
	display: block;
    overflow: hidden;
    background: rgba(64, 64, 65, 0.4);
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
	border-radius: 50%;
    text-shadow: 0 2px 3px rgba(64, 64, 65, 0.8);
    -webkit-box-shadow: inset 0 0 0 4px rgba(64, 64, 65, 0.4);
    box-shadow: inset 0 0 0 4px rgba(64, 64, 65, 0.4);
}
.about-info div:last-child ul li:first-child{
	margin-left: 15px;
}
.about-info div a{
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 400;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.about-info div a:hover{
	text-decoration: none;
}

.about-info div span{
	color: #a7a7a7;
}
.about-info div span.sp-1{
	padding: 0px 10px;
	display: inline-block;
}
#map-canvas{
	width: 100%;
	color: #000;
	height: 525px;
}
/*---------------------------------------------------//--------------------------------------------------*/
/*#footer*/	
/*---------------------------------------------------//--------------------------------------------------*/
#footer{
	position: relative;
	text-align: center;
	background: #404041;
}
#footer .container{
	line-height: 60px;
}
#footer .center{
	color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    font-family: Arial, Helvetica, sans-serif;
}
#footer .center a{
	color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

#footer .center img {
	margin: 0px 7px;
	vertical-align: middle;
}
#footer #go-up {
    left: 50%;
    top: -22px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    background: #404041;
    margin-left: -22.5px;
    display: inline-block;
	-webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}



#footer #go-up:after, #footer #go-up:before { 
    left: 10px;
    top: 16px;
    width: 17px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
#footer #go-up:before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
}
#footer #go-up:after {
    top: 25px;
    left: 18px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

/*---------------------------------------------------//--------------------------------------------------*/
/*Our room page*/	
/*---------------------------------------------------//--------------------------------------------------*/

#room{
	position: relative;
}
#room-types{
	position: relative;
	background: #f1f1f1;
}

.room h2{
    margin: 0;
	z-index: 1;
	color: #1c1c1c;
	font-size: 30px;
	font-weight: 400;
	padding: 80px 0 0;
	text-align: center;
	font-style: italic;
	position: relative;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}
#room-types h2{
	padding: 40px 0 0px;
	
}
.room h2 span{
    padding: 0px 20px;
	display: inline-block;
}
.room h2.color-1 span{
}
.room h2.color-2 span{
	background: #f1f1f1;
}
.room h2 span:before{
    left: 0%;
    width: 100%;
    height: 1px;
	z-index: -1;
    content: "";
    bottom: 28px;
	display: block;
    position: absolute;
}
.room h2:before{
    margin-top: 15px;    
    content: '';
    background: url(../img/left-border.png) no-repeat left top;
    width: 50%;
    height: 27px;
    position: absolute;
    left: 0;

}
.room h2:after{
    margin-top: 15px;   
    content: '';
    background: url(../img/right-border.png) no-repeat right top;
    width: 50%;
    height: 27px;
    position: absolute;
    right: 0;
}

.room .description{
	width: 70%;
	margin: auto;
	display: block;
	color: #686262;
	font-size: 16px;
    font-weight: 400;
    line-height: 25px;
	text-align: center;
	margin-bottom: 50px;
    padding: 10px 40px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.room .description:after{
	content: '';
	width: 70%;
	height: 1px;
	margin: 30px auto 0;
	display: block;
	background: url(../img/bottom-dot.png) repeat-x top center;
}

.room .owl-carousel .owl-item {
    float: left;
    padding: 0px 15px 40px;
}
.room .owl-carousel .owl-item .room-pic{
	position: relative;
    overflow: hidden;
	height: 200px;
}
.room .owl-carousel .owl-item .room-pic:after{	
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.room .owl-carousel .owl-item .room-pic img {
	max-width: 100%;
    height: auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.room .owl-carousel .owl-item:hover .room-pic img {
	-webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); 
}
.room .owl-carousel .owl-item:hover .room-pic:after  {
	content: '';
	position: absolute;
    left: 0;
    top: 0;
	display: block;
    overflow: hidden;
    background: rgba(64, 64, 65, 0.4);
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-shadow: 0 2px 3px rgba(64, 64, 65, 0.8);
    -webkit-box-shadow: inset 0 0 0 4px rgba(64, 64, 65, 0.4);
    box-shadow: inset 0 0 0 4px rgba(64, 64, 65, 0.4);
}
.room .owl-carousel .owl-item .items.active .room-pic:after  {
	content: '';
	position: absolute;
    left: 0;
    top: 0;
	display: block;
    overflow: hidden;
    background: rgba(64, 64, 65, 0.4);
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-shadow: 0 2px 3px rgba(64, 64, 65, 0.8);
    -webkit-box-shadow: inset 0 0 0 4px rgba(64, 64, 65, 0.4);
    box-shadow: inset 0 0 0 4px rgba(64, 64, 65, 0.4);
}
.room .owl-carousel .owl-item .items a{
	text-decoration: none;
}
.room .owl-carousel .owl-item .items a:hover cite{
	  color: #948f8f; 
}
.room .owl-carousel .owl-item .items.active a cite{
	  color: #948f8f; 
}
.room .owl-carousel .owl-item .items cite {
	display: block;
    color: #000000;
	font-size: 22px;
	font-weight: 400;
	padding: 10px 0 0;
	font-style: normal;
	text-decoration: none;
	font-family: 'Playfair Display', serif;
}
.room .owl-theme{
	position: relative;
}
.room .owl-theme .owl-controls{
	
    width: 100%;
	bottom: auto;
    top: 50%;
    margin-top: 30px;
	
}
.room .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -30px;
}
.room .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -30px;
}
.room .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: .5;
	text-decoration: none; 
	filter: alpha(opacity=50);
}
.room .owl-theme .owl-controls .owl-buttons div:hover:after,
.room  .owl-theme .owl-controls .owl-buttons div:hover:before {
    background: #7c7c7c; 
}

.room .room-text{
    width: 46%;
    float: left;
	margin-top: 20px;
    margin-right: 4%;
}
.room .room-text h3{
	margin: 0;
	padding-top: 0;
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 10px;
	font-family: 'Playfair Display', serif;
}
.room .room-text .desc{
    color: #686262;
    font-size: 16px;
    font-weight: 400;
	line-height: 25px;
	text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}
.room .room-text .list ul li{
	width: 30%;
	float: left;
	color: #a4a4a4;
	font-size: 14px;
	margin-top: 15px;
	font-weight: 400;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.room .room-text .list ul li:nth-child(2n+2){
	width: 70%;
	
}
.room .room-text .list ul li .icon{
	float: left;
	width: 27px;
	height: 27px;
	display: table;
	margin-right: 8px;
	border-radius: 50%;
	background: #ffffff;
	table-layout: fixed;
	line-height: 0;
	border: 1px solid #797979;
}
.room .room-text .list ul li .icon .center{
	width: 100%;
	height: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.room .room-gallery{
    width: 49%;
    float: right;
	margin: 40px 0;
}
.room .room-gallery ul li .items{
	border: 3px solid #afafaf;
}

.room .room-gallery ul li .items img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
	overflow: hidden;
}
.room .room-gallery .bx-controls{
	margin-top: 14px;
}
.room .room-gallery .bx-pager-item a{
	float: left;
	width: 12px;
	height: 12px;
	font-size: 0;
	margin-right: 6px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #bab3aa;
}

.room .room-gallery .bx-pager-item a.active,.room .room-gallery .bx-pager-item a:hover{
	background: #c8c2b9;
}

/*---------------------------------------------------//--------------------------------------------------*/
/*restaurant page*/	
/*---------------------------------------------------//--------------------------------------------------*/

#restaurant{
	position: relative;
	margin-bottom: 50px;
}


.restaurant h2{
    margin: 0;
	z-index: 1;
	color: #1c1c1c;
	font-size: 30px;
	font-weight: 400;
	padding: 50px 0 0;
	text-align: center;
	font-style: italic;
	position: relative;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}

.restaurant h2 span{
    padding: 0px 20px;
	display: inline-block;
}
.restaurant h2.color-1 span{
}
.restaurant h2.color-2 span{
	background: #f1f1f1;
}
.restaurant h2 span:before{
    left: 0%;
    width: 100%;
    height: 1px;
	z-index: -1;
    content: "";
    bottom: 32px;
	display: block;
    position: absolute;
}
.restaurant h2:before{
    margin-top: 15px;
	vertical-align: top;
	display: inline-block;
	content: url(../img/left-border-2.png);
}
.restaurant h2:after{
    margin-top: 15px;
	vertical-align: top;
	display: inline-block;
	content: url(../img/right-border-2.png);
}
.inner-page #internal-image  {
    z-index: 1;
	width: 100%;
	height: auto;
	padding: 5px;
	margin-top: 20px;
    position: relative;
    text-align: center;
	margin-bottom: 40px;
    border: 1px solid #646464;
    -webkit-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.inner-page #internal-image  img{
	width: 100%;
	height: auto;
}
.inner-page #internal-image:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-radial-gradient(circle, transparent, rgba(255, 255, 255, 0.6));
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.6));
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.inner-page #internal-desc{
	width: 90%;
    margin: auto;
    display: block;
    color: #686262;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-bottom: 50px;
    padding: 10px 40px 0px;
    font-family: Arial, Helvetica, sans-serif;
} 
.restaurant-img-container li{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; 
}

.restaurant-img-container li{
	float: left;
	padding: 17px 5px;
	
	position: relative;
	width: 33.33333333%;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.restaurant-img-container li a{
    border: 1px solid #792d32;
    position: relative;
    display: block;
    overflow: hidden;
}


@media (max-width: 600px) {
    .restaurant-img-container li{
     	width: 50%; 
	 } 
}
@media (max-width: 420px) {
    .restaurant-img-container li{
		width: 100%;
		float: none; 
	 } 
}

.restaurant-img-container li a:before{
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(255, 255, 255, 0.3);
      width: 100%;
      height: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; 
}
.restaurant-img-container li a img {
      width: 100%;
      height: auto;
	  padding: 2px;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
}
.restaurant-img-container li a .caption{
      position: absolute;
      background: rgba(0, 0, 0, 0.4);
      border: 6px solid #792d32;
      text-align: center;
      color: #FFFFFF;
      font-family: "Droid Serif", Arial, Helvetica, sans-serif;
      -webkit-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.8);
      box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.8);
      width: 100%;
      height: 100%;
}
.restaurant-img-container li a .caption span{
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 220px;
        line-height: 30px; 
}




/**
 * Magnific Popup styles
 */
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: rgba(64, 64, 65, 0.9);
	opacity: 0.8;
	filter: alpha(opacity=80); 
}
.mfp-bg.mfp-fade {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out; 
}
.mfp-bg.mfp-fade.mfp-ready {
	opacity: 0.95;
	filter: alpha(opacity=95); 
}
.mfp-bg.mfp-fade.mfp-removing {
	opacity: 0;
	filter: alpha(opacity=0); 
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
}
.mfp-wrap.mfp-fade {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-wrap.mfp-fade.mfp-removing {
      opacity: 0;
      filter: alpha(opacity=0); 
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
 }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
	display: none; 
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; 
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; 
}

.mfp-ajax-cur {
	cursor: progress; 
}

.mfp-auto-cursor .mfp-content {
	cursor: auto; 
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

.mfp-loading.mfp-figure {
	display: none; 
}

.mfp-hide {
	display: none !important; 
}

.mfp-preloader {
	color: #0d0d0d;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; 
}
.mfp-preloader a {
    color: #0d0d0d; 
}
.mfp-preloader a:hover {
      color: #404041; 
}

.mfp-s-ready .mfp-preloader {
  display: none; 
}

.mfp-s-error .mfp-content {
	display: none; 
}

button.mfp-close, button.mfp-arrow {
	border: 0;
	padding: 0;
	outline: none;
	z-index: 1046;
	display: block;
	cursor: pointer;
	overflow: visible;
	background: transparent;
	-webkit-appearance: none;
	        box-shadow: none; 
	-webkit-box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0; 
}

.mfp-close {
	top: 2px;
	right: 2px;
	width: 44px;
	height: 44px;
	color: #FFFFFF;
	opacity: 0.65;
	font-size: 28px;
	line-height: 44px;
	font-style: normal;
	position: absolute;
	text-align: center;
	text-decoration: none;
	padding: 0 0 18px 10px;
	filter: alpha(opacity=65);
	background: rgba(64,64, 65, 0.7) !important;
	font-family: Arial, Baskerville, monospace; 
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); 
}
.mfp-close:active {
    top: 1px; 
}

.mfp-close-btn-in .mfp-close {
	color: #ffffff;
}

.mfp-counter {
	top: 0;
	right: 0;
	color: #0d0d0d;
	font-size: 12px;
	line-height: 25px; 
	position: absolute;
}

.mfp-arrow {
	top: 50%;
	margin: 0;
	padding: 0;
	width: 90px;
	height: 110px;
	position: absolute;
	margin-top: -55px;
	-webkit-tap-highlight-color: transparent; 
}
.mfp-arrow:active {
    margin-top: -54px; 
}
.mfp-arrow:hover:before, 
.mfp-arrow:hover:after,
.mfp-arrow:hover .mfp-b,
.mfp-arrow:hover .mfp-a, 
.mfp-arrow:focus:before, 
.mfp-arrow:focus:after,
.mfp-arrow:focus .mfp-b,
.mfp-arrow:focus .mfp-a {
	background: #ffffff; 
}
.mfp-arrow:before, 
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	top: 0;
	left: 0;
	width: 30px;
	height: 1px;
	content: '';
	display: block;
	margin-top: 35px;
	margin-left: 35px;
	position: absolute;
	background: #792d32; 
	-webkit-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
    top: -7px; 
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
    top: 14px; 
}

.mfp-arrow-left {
  	left: 0; 
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
     	 -o-transform: rotate(-45deg);
	        transform: rotate(-45deg); 
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
      	 -o-transform: rotate(45deg);
	        transform: rotate(45deg); 
}

.mfp-arrow-right {
	right: 0; 
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg); 
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg); 
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; 
}
.mfp-iframe-holder .mfp-content {
	width: 100%;
	height: 100%; 
	line-height: 0;
	max-width: 1100px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px; 
}

.mfp-iframe-scaler {
	height: 0;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%; 
}
.mfp-iframe-scaler iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: #000000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0;
	display: block;
	line-height: 0;
	max-width: 100%;
	border: 2px solid #792d32; 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
        	box-sizing: border-box;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; 
}
.mfp-figure:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	content: '';
	z-index: -1; 
	height: auto;
	display: block;
	position: absolute;
}
.mfp-figure small {
	color: #0d0d0d;
	display: block;
	font-size: 12px;
	line-height: 14px; 
}
.mfp-figure figure {
    margin: 0; 
}

.mfp-bottom-bar {
	left: 0;
	top: 100%;
	width: 100%;
	cursor: auto;
	position: absolute; 
}

.mfp-title {
	color: #0d0d0d;
	font-size: 1.1em; 
	text-align: left;
	line-height: 30px;
	padding-right: 36px;
	word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
	max-width: 100%; 
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	  /**
	   * Remove all paddings around the image on small screen
	   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; 
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0; 
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; 
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; 
	}
	.mfp-img-mobile .mfp-bottom-bar {
		bottom: 0;
		margin: 0;
		top: auto;
		position: fixed;
		padding: 3px 5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box; 
		background: rgba(0, 0, 0, 0.6);
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; 
	}
	.mfp-img-mobile .mfp-counter {
		top: 3px; 
		right: 5px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		padding: 0; 
		position: fixed;
		line-height: 35px;
		text-align: center;
		background: rgba(0, 0, 0, 0.6);
	} 
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		transform: scale(0.75); 
		-webkit-transform: scale(0.75);
	}
	.mfp-arrow-left {
		transform-origin: 0; 
		-webkit-transform-origin: 0;
	}
	.mfp-arrow-right {
		transform-origin: 100%; 
		-webkit-transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; 
	} 
}
.mfp-ie7 .mfp-img {
	padding: 0; 
}
.mfp-ie7 .mfp-bottom-bar {
	left: 50%;
	width: 600px;
	margin-top: 5px;
	margin-left: -300px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0; 
}
.mfp-ie7 .mfp-content {
	padding-top: 44px; 
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; 
}



/*---------------------------------------------------//--------------------------------------------------*/
/*restaurant page*/	
/*---------------------------------------------------//--------------------------------------------------*/

#contact{
	position: relative;
	margin-bottom: 50px;
}


.contact h2{
    margin: 0;
	z-index: 1;
	color: #1c1c1c;
	font-size: 30px;
	font-weight: 400;
	padding: 50px 0 0;
	text-align: center;
	font-style: italic;
	position: relative;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}

.contact h2 span{
    padding: 0px 20px;
	display: inline-block;
}
.contact h2.color-1 span{
}
.contact h2.color-2 span{
	background: #f1f1f1;
}
.contact h2 span:before{
    left: 0%;
    width: 100%;
    height: 1px;
	z-index: -1;
    content: "";
    bottom: 32px;
	display: block;
    position: absolute;
}
.contact h2:before{
    margin-top: 15px;
	vertical-align: top;
	display: inline-block;
	content: url(../img/left-border-2.png);
}
.contact h2:after{
    margin-top: 15px;
	vertical-align: top;
	display: inline-block;
	content: url(../img/right-border-2.png);
}
.contact .desc{
	color: #686262;
    padding: 20px 0;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.form-style .center{
	color: #686262;
    padding: 20px 0;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.form-style .center input[type="radio"]{
	margin: 0 5px 0 50px;
}
.form-style .center input[type="radio"]:first-child{
	margin: 0 5px 0 0px;
}
.form-style-title
{
	margin: 0 ;
	color: #000000 !important;
	font-size: 22px !important;
	float:left;
	width:100%;
	font-weight: 400;
	padding: 0 0 20px;
	text-align: left;
	position: relative;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif !important;	
}
.form-style .title{
	margin: 0;
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	padding: 50px 0 20px;
	text-align: left;
	position: relative;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}
.form-style .left{
	float: left;
	width: 48%;
	margin-right: 2%;
}
.form-style .right{
	float: left;
	width: 48%;
	margin-left: 2%;
}
.form-style fieldset{
	margin-bottom: 15px;
}
.form-style label{
	width: 85px;
	color: #696969;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
}
.form-style .input-text ,.form-style .chosen-container{
	width: 450px !important;
	height: 32px;
	line-height: 32px;
	background: #f6f6f6;
	border: 1px solid #e3e3e3;
}
.form-style .booking-info .chosen-container{
	width: 360px !important;
}
.form-style .booking-info .left .note{
	text-align: left;
}
.form-style .chosen-container-single .chosen-single div b{
	border-left: 0px;
}

.form-style .chosen-container-single .chosen-single{
	height: 30px;
	line-height: 30px;

}
.form-style .chosen-container-single .chosen-single div b:before, 
.form-style .chosen-container-single .chosen-single div b:after{
	top: 16px;
}

.form-style .right label{
	width: 100%;
	color: #696969;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
}
.form-style .textarea-text{
	resize: none;
	width: 100% !important;
	height: 180px;
	margin-top: 22px;
	line-height: 32px;
	font-size:14px;
	background: #f6f6f6;
}
.form-style .right fieldset:last-child{
	float: right;
}

.form-style .btn-form-submit{
	width: 120px;
	height: 35px;
	color: #1c1c1c;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	margin-left: 30px;
	text-align: center;
	background: #d3d3d3;
	border: 1px solid #d3d3d3;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}

.form-style .bg-form-submit{
	margin: 0;
	width: 300px;
	height: 35px;
	color: #1c1c1c;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	text-indent: 20px;
	line-height: 35px;
	position: relative;
	text-decoration: none;
	display: inline-block;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}
.form-style .btn-form-submit:hover{
	background: #ffffff;
}
.form-style .bg-form-submit:hover{
	color: #1c1c1c;
	background: #d3d3d3;
	border: 1px solid #d3d3d3;
}
.form-style .bg-form-submit{
	/*margin: 0;
	width: 300px;
	height: 35px;
	color: #1c1c1c;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	position: relative;
	line-height: 30px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;*/
}
.form-style .left .note{
	color: #696969;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	line-height: 50px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.form-style .chosen-container-single .chosen-single div b:before,
.form-style  .chosen-container-single .chosen-single div b:after{
    background: #000000;
}

#booking-choose-date{
    position: relative;
}
.col-6{
    width: 50%;
	float: left;
	position: relative;
    min-height: 1px;
}
.form-style .left.col-6{
    width: 50%;
	margin-right: 0;
}
.form-style .right.col-6{
    width: 50%;
	margin-left: 0;
}
#booking-tab-contents h5 {
	color: #404041;
    line-height: 45px;
    margin: 10px 0 5px;
}
.text-center {
    text-align: center;
}

h5 span{
    display: inline-block;
    position: relative;
    padding: 0 30px;
    border-bottom: 1px solid #9f9f9f;
}
h5 span:before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    background: url(../img/dot-black.png) repeat-x;
    width: 80%;
    height: 1px;
    max-width: 300px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

h5 span:after{
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #404041;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 0 3px #ffffff;
    box-shadow: 0 0 0 3px #ffffff;
    left: 50%;
	border-radius: 50%;
    margin-left: -5px;
    bottom: -7px;
}
h5 b{
    font-weight: normal;
    color: #1c1c1c;
}
@media (min-width: 1200px){
	#booking-tab-contents .more-details-container  , #booking-tab-contents .booking-info  {	
		float: left;
		width: 100%;
		padding: 0 80px;

	}
}

#booking-tab-contents h4{
    margin: 30px 0 50px;
}
.booking-info h5, .more-details-container h5{
	padding-bottom: 30px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px); 
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0); 
	} 
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px); 
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0); 
	} 
}
@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(20px); 
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0); 
	} 
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px); 
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0); 
	} 
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px); 
	}
	100% {
		opacity: 1;
		transform: translateY(0); 
	} 
}


.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.tab-content   .tab-pane {
    display: none;
}
.tab-content  .tab-pane.active {
    display: block;
	width:100%;
}

.fadeInUp, .tab-pane.active {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden; 
}


.form-error {
    color: red;
	width:100%;
    float: left;
    font-family: "Playfair Display",serif;
    font-size: 11px;
	height:17px;
    margin-left: 91px;
}
.form-error.none {

    margin-left: 0;
	float:none;
	text-align:center;
	display:inline-block;
}
.form-error.last {

    margin-left: 0;
}
.loader {
	float:left;
	min-width:25px;
	height:45px;
	background:url(../img/712.png) no-repeat center center;
}
.FormResult {
    color: green;
    float: left;
    float: left;
	text-align:left;
	line-height:18px;
	font-family: "Playfair Display",serif;
    font-size: 13px;
}

.selectbox
{
	-moz-appearance: none;
 	-webkit-appearance: none;
	 background:#f6f6f6 url("../img/select.png") no-repeat scroll 98% center !important;
	font-size:14px;
}
select.select-style::-ms-expand {
    display: none;
}


.select-text{
	width: 94% !important;
	height: 32px;
	line-height: 32px;
	background: #f6f6f6;
	border: 1px solid #e3e3e3;
	float:left;
}
.select-text.right{

	float:right
}

::-webkit-input-placeholder{color:#000000;}
:-ms-input-placeholder{color:#000000;}
:-moz-placeholder{color:#000000;opacity:1;}
::-moz-placeholder{color:#000000;opacity:1;}

#main-menu-handle {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #404040;
	margin-right: 10px;
    text-align: center;
    line-height: 30px;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
.fa-bars:before {
    content: "\f0c9";
}
#main-menu-handle.active i:before {
    content: "\f00d";
}
@media screen and (min-width: 961px){
	.hidden-lg {
    	display: none !important;
    }	
}
@media screen and (max-width: 961px){

		#main-menu .nav-menu{
		display: none;
	}
		#main-header #mobile-menu-container{
		display: none;
    }
		.nav-menu{
		float: none;
		width: 100%;
		overflow: auto;
		max-height: calc(100vh - 200px);
		background: #404040 url(../img/dot.png) repeat-x top center;
    }
		#main-header{
		height: auto;
		min-height: 65px;
		float: left;
		width: 100%;
	}
	#main-header .header-content .menu-container{
		margin-top: 30px;
	}
	#main-header-top .main-header-top-container,#main-header .header-content{
		width: 100%;
	}
		.header.open {
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 20;
		height: 100%;
		position: fixed;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
		background: #404040;
    }
	.nav-menu{
		width: 100%;
	}
	.header .header-content #main-menu{
		border: 0;
		height: 30px !important;
		line-height: 30px;
		margin-bottom: 0px;
		background: none;
		width: 100%;
	}


	#main-header-top.sticky  .main-header-top-container:after{
		background: none;
	}
		.sticky .nav-menu{
		background: none;
    }
	.nav-menu > li:first-child > a{
		
	}
	.nav-menu li {
		z-index:2;
		z-index: 1;
		display: block;
		margin-left: 0;
		position: relative;
    }
	.nav-menu li a{
		height: 35px;
		line-height: 35px;
		padding: 0px 30px;
		letter-spacing: 1px;
		display: block;
		width: 100%;
		text-align:left;
		text-decoration: none;
	}
	.nav-menu li:after{
		content: '';
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 1px;
		z-index: 5;
		position: absolute;
		background: url(../img/dot.png) repeat-x bottom center;
	}
	.nav-menu li a:hover,
	.nav-menu li a.active{
		background: #fff;
		color: #404040;
	}
	.nav-menu > li > a{
		color: #ffffff;
	}
	.nav-menu > li:hover > a:after,
	.nav-menu > li > a.active:after{
		width: 0px;
		background-color: none;
    }
	
	
}

@media (max-width: 1160px) {
	.container{
		width: 95%;
	}
	.col-3 , .col-4{
		margin-bottom: 10px;
	}

	#main-header .header-content{width:100%}
	#main-header-top .main-header-top-container{width:100%}
	#main-header .header-content #main-menu .main-menu li a, #main-header .header-content #main-menu > ul li a, #main-header .header-content .menu-container > .main-menu .main-menu li a, #main-header .header-content .menu-container > .main-menu > ul li a{margin:0 20px;}


	.room .owl-carousel .owl-item .room-pic{
		height: auto;
	}
	.room .owl-theme .owl-controls .owl-buttons div.owl-prev{
		left: 0px;
	}
	.room .owl-theme .owl-controls .owl-buttons div.owl-next{
		right: 0px;
	}
	.room .description{
		width: 100%;
	}
	.room h2:before ,.restaurant h2:before ,.contact h2:before{
		content: '';
		background: url(../img/left-border.png) no-repeat right center;
		width: 40%;
		height: 27px;
		position: absolute;
		left:0;
		bottom: 0;
	}
	.restaurant h2:before{
		background: url(../img/left-border-2.png) no-repeat right center;
		height: 32px;
	}	
	.room h2:after,.restaurant h2:after,.contact h2:after{
		content: '';
		background: url(../img/right-border.png) no-repeat left center;
		width: 40%;
		height: 27px;
		position: absolute;
		right:0;
		bottom: 0;
	}
	.restaurant h2:after{
		background: url(../img/right-border-2.png) no-repeat left center;
		height: 32px;
	}
	.room h2 span:before ,.restaurant h2 span:before,.contact h2 span:before{
		background: none;
	}	
	.room h2 span:after,.restaurant h2 span:after,.contact h2 span:after{
		content: '';
	}
/*	.room .room-text{
		width: 100%;
		float: none;
		margin-right: 0%;
	}
	.room .room-gallery {
		float: none;
		margin: 40px auto;
		display: inline-block;
		width: 600px;
    }*/
	.list{
		float: left;
		width: 100%;
	}
	.bx-wrapper .bx-viewport ul li{
		width: 100% !important;
	}
	#room-types .bx-wrapper .bx-viewport{
		min-height: 100px;
	}
	.inner-page #internal-desc{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.form-style .left{
		width: 100%;
		margin-right: 0;
	}
	.form-style label{
		width: 100%;
	}
	.form-style .input-text, .form-style .chosen-container{
		width: 100% !important;
	}
	.form-style .left .note{
		padding-right: 0;
	}
	.form-style .right{
		width: 100%;
		margin-left: 0;
	}
	.form-style .left.col-6{
		width: 100%;
		margin-right: 0;
	}	
	.form-style .right.col-6{
		width: 100%;
		margin-left: 0;
	}
	.form-style .booking-info .chosen-container{
		width: 100% !important;
	}
	.form-style fieldset:nth-child(5){
		margin-bottom: 0;
	}
	.form-style .booking-info .left .note{
		line-height: 0;
		margin-bottom: 15px;
	}
	.form-style .left .note{
		line-height: 0;
		margin-bottom: 15px;
	}

	.owl-theme .owl-controls .owl-buttons div.owl-prev:after,.owl-theme .owl-controls .owl-buttons div.owl-next:after{
		top: 13px;
	}
	.owl-theme .owl-controls .owl-buttons div:before {
    	top: 34px;
        }
	.owl-theme .owl-controls .owl-buttons div{
		height: 50px;
		bottom: 45px;
		background: rgba(64,64,64,.5);
	}
	.room .owl-theme .owl-controls.clickable .owl-buttons div:hover {
		opacity: .5;
		text-decoration: none; 
		filter: alpha(opacity=50);
        }
	.room .owl-theme .owl-controls .owl-buttons div:hover:after,
	.room  .owl-theme .owl-controls .owl-buttons div:hover:before {
		background: #fff; 
	}
         .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{
		margin-top: 19px;
		margin-left: 0px;
	}
	button.mfp-arrow{
		width: 30px;
		height: 50px;
		background: rgba(64,64,64,.5);
	}

}
@media (max-width: 920px) {
	#main-slider{
		position: relative;
	}
	 #main-booking-form {
			position: initial;
			left: auto;
			top: auto;
			padding: 0;
			width: 100%;
			height: auto;
			-moz-transform: translateX(0);
			-ms-transform: translateX(0);
			-webkit-transform: translateX(0);
			transform: translateX(0);
    }
	.col-6{
		 width: 100%;
	}
	.form-style .left .chosen-container{
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.welcome-text,.welcome-gallery,.about-text ,.about-info{
		width: 100%;
		float: none;
		margin-right: 0%;
		text-align: justify;
    }
	.welcome-gallery{
		width: 250px;
		margin: 0px auto;
	}
	.welcome-gallery,.about-info{
		margin-top: 20px;
	}
	
	.welcome-text h2, .welcome-gallery h2,.about-text h2,.about-info h2{
		text-align: center;
	}
	.about-info div{
		text-align: center;
	}
	.about-info div:last-child span{
		float: none;
	}
	.about-info div:last-child ul{
		float: none;
	}
	.about-info div:last-child ul li:first-child {
    	margin-left: 0px;
	}
	.about-info div:last-child ul li {
		float: none;
		display: inline-block;
    }
	#main-header .header-content #main-menu{
		position: relative;
		z-index: 1000;
	}
	#map-canvas{
		height: 300px;
	}
	.room .room-text .list ul li{
		width: 100%;
	}
}
@media (max-width: 600px) {
	.room .room-gallery {
		width: 100%;
    }
	.about-text ul li:before{
		margin-right: 10px;
	}
	.about-text ul li {
		padding-left: 1.5em;
		text-indent: -1.5em;
    }
}
@media (max-width: 500px) {
	
#main-slider .owl-wrapper{height:70vh !important;}	
	
	#main-slider .owl-item{height:70vh !important;}
	
#main-slider .items {height:70vh !important;}
	#footer .container {
		height: 100px;
		line-height: 20px;		
		padding: 30px 0 0;
    }
	#footer .center{
		line-height: 0px;
	}
	#footer .center a {
		line-height: 20px;
	}
	#main-header-top .main-header-top-container:after {
		background: none;
    }
	.form-style .bg-form-submit{
		width: 100%;
		margin-bottom: 10px;
	}
	.form-style .right fieldset:last-child{
		float: none;
	}
	.form-style .btn-form-submit{
		width: 100%;
		margin-left: 0px;
	}
}

.back
{
	position:absolute;
	top:21px;
	right:0;
	color: #1c1c1c;
    font-family: "Playfair Display",serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
	z-index:50000;
}
.google_map_contact
{
    float: left;
    height: 215px;
    margin-top: 9px;
    width: 95%;
}
