/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ *//* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. *//* ==========================================================================   Base styles: opinionated defaults   ========================================================================== */
html, body {
	height: 100%;
}
html {
	color: #222;
}
a {
	-webkit-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	-moz-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	-o-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
}
img {
	max-width: 100%;
}/* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * These selection rule sets have to be separate. * Customize the background color to match your design. */
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
::-webkit-input-placeholder {
color: #c7c7c7;
}
:-moz-placeholder {
color: #c7c7c7;
}
::-moz-placeholder {
color: #c7c7c7;
}
:-ms-input-placeholder {
color: #c7c7c7;
}
/* * A better looking default horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}/* * Remove default fieldset styles. */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}/* * Allow only vertical resizing of textareas. */
textarea {
	resize: vertical;
}/* ==========================================================================   Browser Upgrade Prompt   ========================================================================== */
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}/* ==========================================================================   Author's custom styles   ========================================================================== *//* ==========================================================================   Helper classes   ========================================================================== *//* * Hide visually and from screen readers */
.hidden {
	display: none !important;
}/* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}/* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}/* * Hide visually and from screen readers, but maintain layout */
.invisible {
	visibility: hidden;
}/* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the *    `contenteditable` attribute is included anywhere else in the document. *    Otherwise it causes space to appear at the top and bottom of elements *    that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using *    `:before` to contain the top-margins of child elements. */
.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}/* ==========================================================================   EXAMPLE Media Queries for Responsive Design.   These examples override the primary ('mobile first') styles.   Modify as content requires.   ========================================================================== */
@media only screen and (min-width: 35em) {/* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {/* Style adjustments for high resolution devices */
}/* ==========================================================================   Print styles.   Inlined to avoid the additional HTTP request:   http://www.phpied.com/delay-loading-your-print-css/   ========================================================================== */
@media print {
*, *:before, *:after, *:first-letter, *:first-line {
	background: trans !important;
	color: #000 !important; /* Black prints faster:http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: none;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}/*     * Don't show links that are fragment identifiers,     * or use the `javascript:` pseudo protocol     */
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}/*     * Printing Tables:     * http://css-discuss.incutio.com/wiki/Printing_Tables     */
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
a {
	color: #181818;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000030;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
body {
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	background: #fff;
}
.loaderll {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99999;
	width: 100%;
	background-color: #ececec;
}
.loaderbox {
	width: 54px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -10px;
}
#preloader_3 {
	position: relative;
}
#preloader_3:before {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: blue;
	content: '';
	position: absolute;
	background: #9b59b6;
	animation: preloader_3_before 1.5s infinite ease-in-out;
}
#preloader_3:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: blue;
	content: '';
	position: absolute;
	background: #2ecc71;
	left: 22px;
	animation: preloader_3_after 1.5s infinite ease-in-out;
}
 @keyframes preloader_3_before {
 0% {
transform: translateX(0px) rotate(0deg)
}
 50% {
transform: translateX(50px) scale(1.2) rotate(260deg);
background:#2ecc71;
border-radius:0px;
}
 100% {
transform: translateX(0px) rotate(0deg)
}
}
@keyframes preloader_3_after {
 0% {
transform: translateX(0px)
}
 50% {
transform: translateX(-50px) scale(1.2) rotate(-260deg);
background:#9b59b6;
border-radius:0px;
}
 100% {
transform: translateX(0px)
}
}
.container, .container-fluid {
	max-width: 1440px;
}
.fixed-bar {
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.dropdown {
	position: relative;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.dropdown a {
	padding-right: 30px !important;
}
.dropdown:after {
	content: "\f078";
	font: normal normal normal 10px/1 FontAwesome;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 14px;
	font-weight: normal;
	color: #fff;
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
}
.dropdown:hover:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dropdown:hover {
	background: #414244;
}
.nav-main ul li.dropdown:hover a, .nav-main ul li.dropdown .dropdown-menu a:hover {
	color: #fff;
}
.nav-main ul li.dropdown .dropdown-menu a {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 14px;
	line-height: normal;
	display: block;
	width: 100%;
	padding-left: 26px !important;
	padding-right: 26px !important;
}
.dropdown:hover:after {
	color: #fff;
}
.dropdown-menu {
	list-style: none;
	background-color: #414244;
	position: absolute;
	z-index: 999;
	left: 0;
	display: none;
	min-width: 200px;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	text-align: left !important;
}
.dropdown-menu > li {
	border-bottom: 1px solid rgba(218, 218, 218, 0.1);
	width: 100%;
	border-right: 0 !important;
}
.dropdown-menu > li:last-child {
	border: none;
}
.dropdown-menu > li > a {
	display: block;
	padding: 12px !important;
	font-weight: 500;
	color: #333;
	font-size: 13px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	text-transform: capitalize;
}
.dropdown-menu > li > a:hover, .nav-main ul li a:hover {
	color: #fff;
}
.table-row {
	display: table;
	width: 100%;
}
.table-row .table-cell {
	display: table-cell;
	vertical-align: top;
}
.site-logo .table-row .table-cell:first-child {
	width: 160px;
}
.caption-overlay {
	position: absolute;
	color: #fff;
	background: rgba(0,0,0,0.5);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	text-align: center;
	z-index: 9;
	padding: 0 15px 15px 15px;
}
.bns-one {
	text-transform: capitalize;
	font-size: 32px;
	font-weight: 700;
	display: block;
	line-height: 60px;
	margin-bottom: 0px;
}
.bns-two {
	font-size: 15px;
	max-width: 500px;
	margin: 0 auto;
	line-height: 26px;
}
.rs-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	top: 0;
}
.pink-color-btn {
	display: inline-block;
	position: relative;
	letter-spacing: 0;
	margin-top: 20px;
	background: #f99d1c;
	color: #fff;
	padding: 8px 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #f5930b;
	border-radius: 5px;
}
.pink-color-btn:hover {
	background: #f99d1c;
	color: #fff;
}
.dropbtn {
	background-color: transparent;
	color: white;
	padding: 0;
	border: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
	position: relative;
	padding-right: 18px;
	font-family: 'Raleway', sans-serif;
}
.dropbtn:after {
	position: absolute;
	content: '\f0d7';
	font-family: FontAwesome;
	right: 0px;
	top: 0px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.dropbtn:hover, .dropbtn:focus {
	background-color: transparent;
	outline: 0;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	padding: 4px 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	top: 36px;
}
.dropdown-content .flag-en:before, .dropdown-content .flag-fr:before {
	top: 7px !important;
}
.dropdown-content a {
	color: black;
	padding: 2px 8px 2px 28px;
	text-decoration: none;
	display: block;
	font-weight: 600;
	font-size: 13px;
	line-height: 28px;
}
.dropdown-content a:first-child {
	padding-top: 0px;
	border-bottom: 1px solid #e6e6e6;
}
.dropdown-content a:last-child {
	padding-bottom: 0px;
}
.dropdown a:hover {
	background-color: #d24444;
	color: #fff;
}
.nav-main ul li a {
	color: #fff !important;
	display: block;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	font-weight: 700;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.nav-row {
	background: #0077c1;
}
.nav-main ul {
	padding: 0;
	margin: 0;
	text-align: right;
}
.nav-main ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}
ul.dropdown-menu .dropdown .dropdown-menu {
	left: 100%;
	top: 0;
}
.search-wrapper {
	height: 10vh;
	background: url('../img/icons/tiles.png') repeat;
	width: 100%;
	position: relative;
	margin-top: -1px;
    border-bottom: 1px solid #00002f;
}
.site-header {
	position: relative;
}
.site-logo {
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}
.site-logo {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.logo-wrapper img {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.site-ad-panel {
    background: #fff;
    height: 30px;
    padding: 1px 15px 4px 15px;
    text-align: right;
    position: relative;
    border-bottom-right-radius: 10px;
}
.site-ad-panel:before {
    content: '';
    position: absolute;
    left: -4px;
    bottom: -10px;
    background: url(../img/icons/curve-top.png) no-repeat;
    width: 14px;
    height: 12px;
}
.site-ad-panel div {
	display: inline-block;
	font-weight: 600;
	color: #4e4e4e;
	font-size: 13px;
	padding-left: 25px;
	position: relative;
}
.site-ad-panel div:before {
	position: absolute;
	content: '';
	width: 2px;
	background: #989898;
	height: 10px;
	left: 9px;
	top: 9px;
}
.site-ad-panel div:first-child:before {
	display: none;
}
.social-icons a {
    padding-left: 10px;
    color: #333;
}
.nav-main {
	padding: 20px 0;
}
/*!
 * Datepicker v0.6.4
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2017-11-24T14:38:19.628Z
 */

.datepicker-container {
	background-color: #fff;
	font-family: 'Overpass', sans-serif;
	direction: ltr;
	font-size: 12px;
	left: 0;
	line-height: 30px;
	position: fixed;
	top: 0;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 210px;
	z-index: -1;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.datepicker-container::before {
    border: 8px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.datepicker-dropdown {
	border: 2px solid #00904b;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: 1;
}
.datepicker-inline {
	position: static;
}
.datepicker-top-left, .datepicker-top-right {
	border-top-color: #00904b;
}
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
    border-top: 0;
    left: 20px;
    top: -8px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
	border-bottom-color: #00904b;
}
.datepicker-top-left::after, .datepicker-top-right::after {
	border-bottom-color: #fff;
	top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
	border-bottom-color: #39f;
}
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
	border-bottom: 0;
	bottom: -5px;
	left: 10px;
}
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
	border-top-color: #39f;
}
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
	border-top-color: #fff;
	bottom: -4px;
}
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
	left: auto;
	right: 10px;
}
.datepicker-panel > ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
	content: " ";
	display: table;
}
.datepicker-panel > ul::after {
	clear: both;
}
.datepicker-panel > ul > li {
	background-color: #fff;
	cursor: pointer;
	float: left;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30px;
}
.datepicker-panel > ul > li:hover {
	background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
	color: #999;
}
.datepicker-panel > ul > li.highlighted {
	background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.highlighted:hover {
	background-color: rgb(204, 229, 255);
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    background-color: #eb6d6d;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
	background-color: #fff;
	color: #ccc;
	cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
	background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
	font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
	width: 150px;
}
.datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
	height: 52.5px;
	line-height: 52.5px;
	width: 52.5px;
}
.datepicker-panel > ul[data-view="week"] > li, .datepicker-panel > ul[data-view="week"] > li:hover {
	background-color: #fff;
	cursor: default;
}
.datepicker-hide {
	display: none;
}
.bt-datepicker {
	position: relative;
}
.bt-datepicker i {
	position: absolute;
    right: 15px;
    z-index: 9;
    top: 16px;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    /* background: #dcdcdc; */
    color: #5a5a5a;
}
.form-wrapper {
    position: absolute;
    width: 60%;
	background: rgba(255, 255, 255, 0.9);
    transform: translate(-50%, 0);
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    left: 50%;
	    top: -48px;
	padding: 20px;
    border-radius: 5px;
}
.bt-datepicker label {
	text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
}
.bt-datepicker input, .bt-datepicker select {
	border: 0 !important;
    background: transparent;
    border-bottom: 1px solid #a2a2a2 !important;
    color: #272727 !important;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    border-radius: 0 !important;
}
.bt-datepicker input:focus, .bt-datepicker select:focus {
	outline: 0;
	-webkit-appearance: none;	
}
.bt-datepicker input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.bt-datepicker input::-moz-placeholder { /* Firefox 19+ */
  color: #8a8a8a;
}
.bt-datepicker input:-ms-input-placeholder { /* IE 10+ */
  color: #8a8a8a;
}
.bt-datepicker input:-moz-placeholder { /* Firefox 18- */
  color: #8a8a8a;
}
.btn-book {
    background: #ff6600;
    color: #fff;
    border: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    width: 100%;
    border-radius: 4px;
    margin-top: 26px;
    padding: 0;
    box-shadow: 0 0 0;
}
.hp-section.section-about {
    background-image: url('../img/icons/floral-left.png'), url('../img/icons/floral-right.png'), url('../img/icons/floral-bottom-right.png'), url('../img/icons/floral-bottom-left.png');
    background-size: 130px;
	background-position: top left, top right, bottom right, bottom left;
	background-repeat: no-repeat;
}
.img-single {
    padding-bottom: 30px;
}
.img-single img {
    border-radius: 10px;
}
.about-text h2, .heading-section h2 {
    margin: 2px 0 8px 0;
    font-weight: 700;
    font-size: 28px;
}
span.sub-heading {
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    color: #9d9d9d;
}
a.read-more-btn {
    background: #000030;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 4px;
}
.about-text {
    padding: 78px 0;
}
.rooms-section {
    background: #f2f2f2;
    padding: 60px 0;	
}
.sub-text {
    font-weight: 600;
    color: #797878;
    font-size: 14px;
}
.room-thumb img {
	border-radius: 10px;	
}
span.room-type a {
    display: block;
    background: #fff;
    color: #333;
    margin-top: 6px;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    text-align: center;
}
.room-title span {
	display: block;	
}
.room-type {
    font-weight: 700;
    color: #333;
    font-size: 20px;
    text-transform: capitalize;
}
.room-price {
    font-weight: 600;
    color: #9d9d9d;
    font-size: 14px;
}
.sub-text {
    display: block;
    margin-bottom: 30px;
}
.blog-section {
	padding: 50px 0;	
}
.blog-panel {
	margin-top: 30px;	
}
span.posted-date {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
    text-transform: capitalize;
    color: #999;
}
.blog-single {
    background-color: #efefef;
    padding: 10px;
}
.blog-content h3 {
    margin: 0px 0 0 0;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    font-size: 18px;
}
footer {
	background: url(../img/icons/tiles.png) repeat;	
}
.footer-top {
	padding: 60px 0;	
}
.foot-heading h4 {
	margin: 0 0 0 0;
    color: #d0d0ff;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;	
}
.foot-sub-text {
    display: block;
    color: #d0d0ff;
    font-weight: 700;
    margin-top: 13px;
	margin-bottom: 40px;
}
.foot-ad .ad-header {
    color: #d0d0ff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.foot-ad .ad-header .fa {
	margin-right: 10px;
	width: 15px;
	font-size: 20px;	
}
.foot-ad .ad-body {
	color: #d0d0ff;
	font-size: 14px;
    padding-left: 30px;	
}
.foot-ad .ad-body a {
    color: #d0d0ff;
    font-size: 14px;
}
.footer-bottom {
	padding: 50px 0;
    border-top: 1px solid #3b3b54;
    color: #fff;
}
.footer-menu ul {
	margin: 0;
	padding: 0;	
}
.footer-menu ul li {
	list-style: none;
	display: block;	
}
.footer-menu ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 28px;
}
.footer-contact p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.text-copyright {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    margin-top: 20px;
}
.footer-logo {
    text-align: right;
}
.footer-logo img {
    display: inline-block;
    max-width: 90px;
}
.site-breadcrumb {
	height: 450px;
	position: relative;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;	
}
.breadcrumb-container {
    position: relative;
    z-index: 9;
    color: #fff;
    padding-top: 230px;	
}
.breadcrumb-container h1 {
    margin: 0 0 30px 0;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    position: relative;
    border-top: 1px dotted #a7a7a7;
    padding-top: 40px;

}
.breadcrumb-container h1:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background: #fff;
	left: 50%;
	bottom: -20px;
	margin-left: -50px;	
}
.breadcrumb-list {
	margin: 0;
	padding: 0;	
	text-align: center;
}
.breadcrumb-list li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
}
.breadcrumb-list li a {
    color: #fff;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    padding-right: 20px;
}
.breadcrumb-list li a:after {
    content: '/';
    position: absolute;
    right: 5px;
    top: -6px;	
}
.room-single {
    margin-bottom: 30px;
}
.btn-box {
	text-align: center;	
}
.btn-box a {
    display: inline-block;
    background: #ff6600;
    color: #fff;
    border: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 6px 22px;
    margin-top: 10px;
    border-radius: 4px;
	    margin-bottom: 8px;
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper, .lSSlideWrapper .lSFade {
	position: relative
}
.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade>* {
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important;
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important
}
.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}
.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper>.lightSlider:after {
	clear: both
}
.lSSlideOuter {
	overflow: hidden;
	user-select: none
}
.lightSlider:after, .lightSlider:before {
	content: " ";
	display: table
}
.lightSlider {
	overflow: hidden;
	margin: 0
}
.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden
}
.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height
}
.lSSlideWrapper .lSFade>* {
	position: absolute!important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%
}
.lSSlideWrapper.usingCss .lSFade>* {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.lSSlideWrapper .lSFade>.active {
	z-index: 10
}
.lSSlideWrapper.usingCss .lSFade>.active {
	opacity: 1
}
.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center
}
.lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px
}
.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all .5s linear 0s;
	transition: all .5s linear 0s
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #428bca
}
.lSSlideOuter .media {
	opacity: .8
}
.lSSlideOuter .media.active {
	opacity: 1
}
.lSSlideOuter .lSPager.lSGallery {
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	user-select: none
}
.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	transition: 0.2s all ease-in-out;
	-webkit-transition: border-radius .12s linear 0s .35s linear 0s;
	transition: border-radius .12s linear 0s .35s linear 0s
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	opacity: 0.8;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
    padding: 2px;
}
.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
	content: " ";
	display: table
}
.lSAction>a {
	width: 32px;
	display: block;
	top: 50%;
	font-size: 50px;
	color: #fff;
	height: 32px;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -20px;
	font-family: FontAwesome;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.lSAction>a:hover {
	opacity: 1
}
.lSAction>.lSPrev {
	background-position: 0 0;
	left: 10px
}
.lSAction>.lSNext {
	background-position: -32px 0;
	right: 10px
}
.lSAction>a.disabled {
	pointer-events: none
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden
}
.lSSlideOuter.vertical {
	position: relative
}
.lSSlideOuter.vertical.noPager {
	padding-right: 0!important
}
.lSSlideOuter.vertical .lSGallery {
	position: absolute!important;
	right: 0;
	top: 0
}
.lSSlideOuter.vertical .lightSlider>* {
	width: 100%!important;
	max-width: none!important
}
.lSSlideOuter.vertical .lSAction>a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0
}
.lSSlideOuter.vertical .lSAction>.lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto
}
.lSSlideOuter.vertical .lSAction>.lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px
}
.lSSlideOuter.lSrtl {
	direction: rtl
}
.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
	padding-left: 0;
	list-style: none
}
.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
	padding-right: 0
}
.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>* {
	float: left
}
.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider>* {
	float: right!important
}
@-webkit-keyframes rightEnd {
0%, 100% {
left:0
}
50% {
left:-15px
}
}
@keyframes rightEnd {
0%, 100% {
left:0
}
50% {
left:-15px
}
}
@-webkit-keyframes topEnd {
0%, 100% {
top:0
}
50% {
top:-15px
}
}
@keyframes topEnd {
0%, 100% {
top:0
}
50% {
top:-15px
}
}
@-webkit-keyframes leftEnd {
0%, 100% {
left:0
}
50% {
left:15px
}
}
@keyframes leftEnd {
0%, 100% {
left:0
}
50% {
left:15px
}
}
@-webkit-keyframes bottomEnd {
0%, 100% {
bottom:0
}
50% {
bottom:-15px
}
}
@keyframes bottomEnd {
0%, 100% {
bottom:0
}
50% {
bottom:-15px
}
}
.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd .3s;
	animation: rightEnd .3s;
	position: relative
}
.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd .3s;
	animation: leftEnd .3s;
	position: relative
}
.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd .3s;
	animation: topEnd .3s;
	position: relative
}
.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd .3s;
	animation: bottomEnd .3s;
	position: relative
}
.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd .3s;
	animation: leftEnd .3s;
	position: relative
}
.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd .3s;
	animation: rightEnd .3s;
	position: relative
}
.lightSlider.lsGrab>* {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.lightSlider.lsGrabbing>* {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.body-innerContainer {
	padding: 60px 0;	
}
h2.rs-heading {
    margin: 0 0 15px 0;
    font-weight: 700;
    font-size: 18px;
}
.box-spacer {
    margin-top: 30px;
}
.box-spacer:first-child {
    margin-top: 0;
}
.room-overview p:last-child {
	margin-bottom: 0px;	
}
.room-features ul {
	margin: 0;
	padding: 0;	
}
.room-features ul li {
	margin-bottom: 15px;	
}
.room-features ul li span {
	display: block;
	background: #efefef;
    padding: 6px 12px;
    font-weight: 600;
    color: #333;
    font-size: 14px;	
}
.form-wrapper-res {
    border: 10px solid #f2f2f2;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.res-single label {
    display: block;
    margin-bottom: 4px;
    text-transform: capitalize;
    font-size: 15px;
}
.res-single.bt-datepicker i {
    top: 35px;
}
.res-single:last-child {
    margin: 0;
}
.res-single input, .res-single select {
	border-radius: 4px;
    color: #bababa;
    font-weight: 500;
    height: 50px;
    padding: 12px 15px 10px;
    width: 100%;
    border: 1px solid #a2a2a2;	
}
.res-single input:focus, .res-single select:focus, .btn.btn-submit:focus {
	outline: 0;	
}
.res-single {
    margin-bottom: 15px;
}
.form-wrapper-res h2 {
    margin: 0 0 8px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.btn.btn-submit {
    background: #ff6600;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 2px;
}
.customer-support {
    background-color: #127cc0;
	border-radius: 8px;
    padding: 12px;
    display: table;
    width: 100%;
    color: #fff;
}
.customer-support>span:first-child {
    font-size: 60px;
    width: 66px;
}
.customer-support>span {
    display: table-cell;
    vertical-align: middle;
}
.customer-support>span>em {
    display: block;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
}
.customer-support>span>strong {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}
.body-innerContainer .rooms-section {
    margin-top: -60px;
}

.contact-call .mailin-address {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.contact-call .mailin-address li {
	margin-bottom: 25px;
	position: relative;
	padding-left: 60px;
}
.contact-call .mailin-address li:before {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: fontAwesome;
    border-radius: 50%;
    background-color: #000030;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    line-height: 41px;
    font-size: 18px;
}
.contact-call .mailin-address li.ma-telephone:before {
	content: '\f095';
}
.contact-call .mailin-address li.ma-mails:before {
	content: '\f1d9';
}
.contact-call .mailin-address li.ma-address:before {
	content: '\f129';
}
.contact-call .mailin-address li.ma-supports:before {
	content: '\f1cd';
}
.contact-call .mailin-address p {
	margin-bottom: 0px;
}
.contact-call .mailin-address strong {
	position: relative;
	display: block;
	font-weight: 600;
}
.contact-call fieldset {
	padding: 0;
	border: none;
}
.contact-call .input-row input, .contact-call .input-row textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	border: none;
	color: #fff;
}
.contact-call .input-row textarea {
	height: 90px;
	padding: 8px 22px;
	 width: 100%;
    background: #e6e6ff;
	font-weight: normal;
}
.contact-call .input-row input {
    height: 40px;
    padding: 8px 12px;
    width: 100%;
    background: #e6e6ff;
    font-weight: normal;
    font-size: 13px;
}
.form-container {
    max-width: 940px;
    margin: 0 auto;
}
.input-row {
    margin-bottom: 20px;
}
.button-submit-con {
	background: #ff6600;
    color: #fff;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 10px;	
}
.map-container {
    margin-bottom: -70px;
	margin-top: 40px;
}
.hp-section.features-sec {
    background: #fff;
}
.widget ul li a {
	color: #fff;	
}
.reservation-page {
	background-image: url(../img/icons/floral-left.png), url(../img/icons/floral-right.png), url(../img/icons/floral-bottom-right.png), url(../img/icons/floral-bottom-left.png);
    background-size: 90px;
    background-position: top left, top right, bottom right, bottom left;
    background-repeat: no-repeat;	
	background-color: #fff;
}
.table-cell.lh-thumb {
    width: 126px;
    padding-right: 12px;
}
.lh-text h4 {
    margin: 2px 0 6px 0;
    font-weight: 600;
	font-size: 16px;
}
.lh-text h4 a {
	color: #333;
	display: block;	
}
.lh-text p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
	margin: 0;	
}
.sidebar-box.has-bg {
    background: #f2f2f2;
    padding: 12px;
    margin-bottom: 30px;
}
.sidebar-box.has-bg h3 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
    font-size: 20px;
    font-family: 'Oxygen', sans-serif
}
.lh-read-more {
	color: #00002f;
    font-weight: 600;
    font-size: 14px;	
}
.lh-read-more:hover {
	color: #00002f;	
}
.table-cell.lh-thumb img {
    background: #fff;
    padding: 2px;
}
.lh-services .table-row {
	margin-bottom: 15px;	
}
.lh-services .table-row:last-child {
	margin-bottom: 0;	
}
.sidebar-box {
	margin-bottom: 30px;	
}
.reservation-box.sidebar-box .res-single input, .reservation-box.sidebar-box .res-single select {
    border: 1px solid #b3b3b3;
    padding: 10px;
    height: auto;
	font-size: 14px;
    color: #333;
    font-weight: 600;
}
.bg-white {
	background: #fff;	
}
.book-rom-box a {
    background: #ff6600;
    display: block;
    color: #fff;
    padding: 9px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.book-rom-box a:hover {
	color: #fff;	
}
.book-rom-box {
    margin-bottom: 15px;
}
.room-features ul li:last-child {
	margin: 0px;	
}
.anchor {
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}
.room-slider-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.single-page {
	margin-top: 25px;	
}
.room-slider-wrapper img {
    background: #fff;
    padding: 10px;
}
.affs {
    background: #f2f2f2;
    padding: 10px 0;
	text-align: center
}
.affs div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;	
}
.affs-box div img {
    max-height: 70px;
}
.footer-logo .table-cell {
	vertical-align: middle;	
}