/*!
Theme Name: Hotel Inn Pro
Theme URI:
Author: Flawless Themes
Author URI: http://flawlessthemes.com/
Description: Hotel Inn is a sleek and image-focused design that’s ideal for creating your resorts, lodges, hotels, bread and breakfast websites.The user experience once loaded is amazing, with some of those images contributing to a very nice parallax effect.Hotel Inn is an exquisite hotel theme with a beautiful design with its ability to organize and present information effectively.Hotel Inn comes with an one click demo importer so that you can import the demo within minutes
Version: 1.0.5
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hotel-inn-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hotel Inn is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.booking-form-wrap input, .booking-form-wrap select {
	font-size: 21px !important;
}

.mfp-content .hb-search-results-form-container select.number_room_select {
	display: block !important;
}
.rooms.hb-catalog-column-4 > .hb_room {
    width: 25%;
}
.rooms.hb-catalog-column-3 > .hb_room {
    width: 33.33%;
}
.rooms.hb-catalog-column-2 > .hb_room {
    width: 50%;
}
body.page-template-template-home {
    overflow-x: hidden !important;
}
.slider-wrap .slide__content {
    position: relative;
    left: auto;
    top: 28%;
    margin-left: -30px;
    margin-top: 108px;
    max-width: 500px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.slide__content p {
    display: none;
}
.slider-wrap .slide__content {
    position: relative;
    left: auto;
    top: 24%;
    margin-left: -30px;
    margin-top: 108px;
    max-width: 600px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.slider-wrap .slide__heading {
    margin-bottom: 20px;
    font-size: 64px;
    color: #fff;
    line-height: 85px;
    margin-bottom: 35px;
}
.slide__content .btn-wrap a {
    background: no-repeat;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 13px !important;
}
.slide__content .btn-wrap {
    margin-top: 0px;
    display: block;
}

.slider__control{
	opacity: 0;
}

.banner-slider.slider:hover .slider__control{
	opacity: 1;
}


.demo-3 {
	--color-text: #fbd54a;
	--color-bg: #333;
	--color-link: #4d4f5f;
	--color-link-hover: #bfb5b5;
	--color-info: #fff;
	--color-main-bg: #24262d;
	--path-fill-1: #000000;
	--path-fill-2: #1d1d1f;
	--path-fill-3: #fbd54a;
	--color-title: #fff;
	--font-family-title: 'Arapey', serif;
	--font-size-title: 5vmax;
	--font-weight-title: 400;
	--color-menu: #000000;
	--color-menu-hover: #fff;
	--font-family-menu: 'Arapey', serif;
	--font-size-menu: 4vmax;
	--font-weight-menu: 400;
	--button-bg: #fff;
	--button-circle: #ada4a4;
	--button-line: #222;
}
/* Fade effect */


.js body.render {
	opacity: 1;
}

a {
	text-decoration: none;
	color: #5d93d8;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: #423c2b;
	color: var(--color-link-hover);
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.icon--keyboard {
	display: none;
}

header main {
	position: relative;
	width: 100%;
	min-height: 100vh;

}



.demo:hover,
.demo:focus {
	opacity: 0.5;
}

.demo span {
	white-space: nowrap;
	text-transform: lowercase;
	pointer-events: none;
}

.demo span::before {
	content: '#';
}

a.demo--current {
	pointer-events: none;
}

/* Top Navigation Style */
.codrops-links {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 1em 0 0;
	text-align: center;
	white-space: nowrap;
}

.codrops-icon {
	display: inline-block;
	margin: 0.15em;
	padding: 0.25em;
}

.demo-title {
	color: var(--color-title);
	font-family: var(--font-family-title);
	font-size: var(--font-size-title);
	font-weight: var(--font-weight-title);
}



.demo-5 .global-menu {
	text-align: center;
}

.global-.global-menu__wrap .booking-form-wrap {
	color: var(--color-menu);
	font-family: var(--font-family-menu);
	font-size: var(--font-size-menu);
	font-weight: var(--font-weight-menu);
	opacity: 0;
	transform: translateY(-100%);
	pointer-events: none;
	display: block;
	margin: 0.25em 0;
	transition: transform 0.3s, opacity 0.3s;
	transition-timing-function: ease-in;
}
/*
.global-menu__wrap .booking-form-wrap:nth-child(odd) {
	transform: translateY(-100%) rotate(10deg);
}

.global-menu__wrap .booking-form-wrap:nth-child(even) {
	transform: translateY(-100%) rotate(-10deg);
}

.global-menu__wrap .booking-form-wrap {
	transition: transform 0.1s, opacity 0.1s;
	transform: translateY(100%);
	transition-timing-function: ease-out;
}

.global-menu__wrap .booking-form-wrap,
.global-menu__wrap .booking-form-wrap {
	transition: transform 0.1s, opacity 0.1s;
	transition-timing-function: ease-out;
}

.global-menu__wrap .booking-form-wrap {
	transform: translateX(40%);
}
*/
/*.global-menu__wrap .booking-form-wrap:nth-child(odd) {
	transform: translateX(100%) rotate(10deg) scale(0.5);
}

.global-menu__wrap .booking-form-wrap:nth-child(even) {
	transform: translateX(100%) rotate(-10deg) scale(0.5);
}

.global-menu__wrap .booking-form-wrap {
	transform: translateY(100%);
}

.global-menu__wrap .booking-form-wrap
	color: var(--color-menu-hover);
}*/

.global-menu__wrap .booking-form-wraped {
	opacity: 1;
	transform: translateY(0) rotate(0);
	pointer-events: auto;
	transition-timing-function: ease;
}

.global-menu__wrap .booking-form-wrap.is-opened,
.global-menu__wrap .booking-form-wrap.is-opened {
	transform: translateX(0) rotate(0);
}

.global-menu__wrap .booking-form-wrap.is-opened {
	transition-timing-function: cubic-bezier(0.230, 1.000, 0.355, 1.400);
}

.global-menu__wrap .booking-form-wraptype(1) {
	transition-delay: 0s;
}

.global-menu__wrap .booking-form-wraped:nth-of-type(1) {
	transition-delay: 0.85s;
}

.global-menu__wrap .booking-form-wraptype(2) {
	transition-delay: 0.05s;
}

.global-menu__wrap .booking-form-wraped:nth-of-type(2) {
	transition-delay: 0.8s;
}

.global-menu__wrap .booking-form-wraptype(3) {
	transition-delay: 0.1s;
}

.global-menu__wrap .booking-form-wraped:nth-of-type(3) {
	transition-delay: 0.75s;
}

.global-menu__wrap .booking-form-wraptype(4) {
	transition-delay: 0.15s;
}

.global-menu__wrap .booking-form-wraped:nth-of-type(4) {
	transition-delay: 0.7s;
}

/* demo 2 */
.global-menu__wrap .booking-form-wrap:nth-of-type(1) {
	transition-delay: 0s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(1) {
	transition-delay: 0.85s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(2) {
	transition-delay: 0.05s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(2) {
	transition-delay: 0.8s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(3) {
	transition-delay: 0.1s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(3) {
	transition-delay: 0.75s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(4) {
	transition-delay: 0.15s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(4) {
	transition-delay: 0.7s;
}

/* demo 3 */
.global-menu__wrap .booking-form-wrap.is-opened {
	transition-duration: 0.3s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(1) {
	transition-delay: 0s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(1) {
	transition-delay: 0.65s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(2) {
	transition-delay: 0s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(2) {
	transition-delay: 0.7s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(3) {
	transition-delay: 0s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(3) {
	transition-delay: 0.75s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(4) {
	transition-delay: 0s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(4) {
	transition-delay: 0.8s;
}

/* demo 4 */
.global-menu__wrap .booking-form-wrap.is-opened {
	transition-duration: 0.6s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(1) {
	transition-delay: 0s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(1) {
	transition-delay: 0.45s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(2) {
	transition-delay: 0.05s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(2) {
	transition-delay: 0.5s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(3) {
	transition-delay: 0.1s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(3) {
	transition-delay: 0.55s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(4) {
	transition-delay: 0.15s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(4) {
	transition-delay: 0.6s;
}

/* demo 5 */
.global-menu__wrap .booking-form-wrap.is-opened {
	transition-duration: 0.4s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(1) {
	transition-delay: 0s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(1) {
	transition-delay: 0.55s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(2) {
	transition-delay: 0.05s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(2) {
	transition-delay: 0.6s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(3) {
	transition-delay: 0.1s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(3) {
	transition-delay: 0.65s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(4) {
	transition-delay: 0.15s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(4) {
	transition-delay: 0.7s;
}

/* demo 6 */
.global-menu__wrap .booking-form-wrap.is-opened {
	transition-duration: 0.8s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(1) {
	transition-delay: 0.25s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(1) {
	transition-delay: 1s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(2) {
	transition-delay: 0.2s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(2) {
	transition-delay: 1.1s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(3) {
	transition-delay: 0.15s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(3) {
	transition-delay: 1.2s;
}

.global-menu__wrap .booking-form-wrap:nth-of-type(4) {
	transition-delay: 0.1s;
}

.global-menu__wrap .booking-form-wrap.is-opened:nth-of-type(4) {
	transition-delay: 1.3s;
}

.shape-overlays {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;

}

.shape-overlays.is-opened {
	pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
	fill: var(--path-fill-1);
}

.shape-overlays__path:nth-of-type(2) {
	fill: var(--path-fill-2);
}

.shape-overlays__path:nth-of-type(3) {
    fill: #333;
}

.shape-overlays__path:nth-of-type(4) {
	fill: var(--path-fill-4);
}

@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

.hamburger {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 999999;
    border-radius: 0;
    background-color: var(--button-bg);
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 9px 15px;
    margin-top: 19px;
    background: #fff;
}


.booking-overlay.demo-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

}
.ui-datepicker.ui-widget {
    z-index: 999999 !important;
    /* position: relative; */
}

.booking-overlay.demo-3.is-opened{
	    z-index: 99999;
}
@media screen and (min-width: 55em) {

}

@media screen and (max-width: 55em) {

	.hamburger {
		position: fixed;
		top: 0.5em;
		right: 0.5em;
		transform: scale(0.75);
	}

}



.global-menu .booking-form-wrap ul.hb-form-table li {
    background: none !important;
    border: 5px solid #999;
    padding: 40px 50px;
}
.global-menu .booking-form-wrap .hotel-booking-search{
	 background: none !important;
}
.global-menu__wrap .booking-form-wrap h2 {
    font-size: 43px;
    text-align: left;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.global-menu .booking-form-wrap ul.hb-form-table li {
    background: none !important;
    border: none;
    padding: 19px 50px;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #f7f7f7 !important;
}

.global-menu .booking-form-wrap input, .global-menu .booking-form-wrap select {
    -webkit-text-fill-color: #000;
}

.global-menu .booking-form-wrap ul.hb-form-table li .hb_input_field:after{
	display: none;
}
.global-menu .booking-form-wrap .hotel-booking-search button {
    height: auto;
    padding: 20px 20px;
    margin-right: 31px;
}
.intro .title {
    margin-right: -56px;
    padding: 20px 17px !important;
}
ul.slider {
    padding: 0;
}
.explore-section.section-padding-100 {
    padding: 100px 0;
}
.explore-section.section-padding-100 .about-title {
    margin-bottom: 91px;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    margin-left: 134px;
}
.explore-section.section-padding-100 main {
    height: auto;
}
.hp-section {
    padding: 80px 0 !important;
    background: #fff;
}
/*.explore-section.section-padding-100 {
    background: #fafafa;
}*/
section#about {
    background: #fafafa;
}


.room-section .slideshow {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

.room-section .slide {
  width: 100%;
  top: 0;

}

.slide--current {
  position: relative;
}

.js .slide__img-wrap,
.js .slide__title,
.js .slide__subtitle,
.js .slide__quote,
.js .slide__side,
.js .slide__number,
.js .slide__explore {
  opacity: 0;

}

.slide--current.slide--visible .slide__img-wrap,
.slide--current.slide--visible .slide__title,
.slide--current.slide--visible .slide__subtitle,
.slide--current.slide--visible .slide__quote,
.slide--current.slide--visible .slide__number,
.slide--current.slide--visible .slide__explore {
  opacity: 1;
}

.slide--current.slide--visible .slide__explore {
  pointer-events: auto;
}

.slide__img-wrap {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
}

.slide--current .slide__img-wrap {
  cursor: default;
}

.slide--left,
.slide--right {
  z-index: 100;
}

.slide--left .slide__img-wrap,
.slide--right .slide__img-wrap {
  opacity: 1;
  width: 25vw;
  pointer-events: auto;
  cursor: pointer;
}

.slide--right .slide__img-wrap {
  margin-left: auto;
}

.slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  backface-visibility: hidden;
  pointer-events: none;
}

.slide--current .slide__img::after {
  content: '';
  background: rgba(57, 71, 72, 0.27);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__img-reveal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transform: translate3d(0,100%,0);
  pointer-events: none;
}

.slide__title-wrap,
.slide__number {
  display: block;
  text-align: center;

}

.slide__number {
  padding: 1rem 0;
}

.slide__explore {
  margin: 2rem 0 0 0;
  cursor: pointer;
  background: var(--color-slide-text-bg);
  color: #fff;
  padding: 0.15rem 0.25rem;
}

.slide__explore:hover {
  color: #fff;
}


@media screen and (min-width: 53em) {


  .room-section .slideshow {
    overflow: hidden;
    margin: 0;
    height: 100vh;
    display: grid;
    grid-template-columns: 10% 50% 10%;
    grid-column-gap: 15%;
    grid-template-rows: 100%;
    grid-template-areas: 'preview-left current-slide preview-right';
  }
  .room-section .slide {
    color: var(--color-slide-alt);
  }
  .room-section .slide::after {
    content: '+';
    position: absolute;
    left: 0;
    color: #000;
    font-size: 1.75rem;
    bottom: 70vh;
    margin: 0.5rem;
  }
  .slide--current::after {
    display: none;
  }
  .slide--right::after {
    bottom: 80vh;
    left: auto;
    right: 0;
  }
  .slide__img-wrap {
    height: 100%;
    position: absolute;
  }
  .slide__img {
    background-position: 50% 0%;
  }
  .slide--visible .slide__img-wrap,
  .slide--visible .slide__title,
  .slide--current.slide--visible .slide__side,
  .slide--current.slide--visible .slide__quote {
    opacity: 1;
  }
  .slide--visible .slide__img-wrap {
    pointer-events: auto;
  }
  .slide--current,
  .slide--left,
  .slide--right {
    position: relative;
    pointer-events: auto;
  }
  .slide--current {
    grid-area: current-slide;
  }
  .slide--left .slide__img-wrap,
  .slide--right .slide__img-wrap {
    height: 50%;
    width: 100%;
    top: 20%;
    position: relative;
  }
  .slide--left .slide__img-wrap {
    top: 30%;
  }
  .slide--left {
    border-right: 1px solid var(--color-grid);
    grid-area: preview-left;
  }
  .slide--right {
    border-left: 1px solid var(--color-grid);
    grid-area: preview-right;
  }
  .slide__side {
    position: absolute;
    right: 0.25rem;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .slide__category {
    font-size: 2rem;
    margin: 0;
    font-weight: normal;
    line-height: 1;
    padding: 1.5rem 0;
    display: inline-block;
  }
  .slide__category::before {
    content: '\2022';
    font-size: 2.5rem;
    padding: 0 0 1rem;
  }
  .slide__number {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0.5rem 1rem;
  }
  .slide__number::before {
    content: '#';
  }
  .slide--current .slide__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 400px;
    position: absolute;
    top: 35%;
    right: 50%;
  }
  .slide--current .slide__title,
  .slide__subtitle {
    font-size: 5vw;
    margin: 0 0 0.2rem;
    padding: 0 0.5rem;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  .slide--current .slide__title {
    padding: 0.35rem 0.25rem 0.15rem;
  }
  .slide--current .slide__title .slide__box,
  .slide__subtitle .slide__box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-slide-text-bg);
  }
  .slide__title-inner,
  .slide__subtitle-inner {
    position: relative;
    display: inline-block;
  }
  .slide--left .slide__title,
  .slide--right .slide__title {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    font-size: 1rem;
    right: 0;
    top: 80vh;
    text-align: right;
    color: var(--color-text);
    margin: 1rem 0 0;
    font-weight: normal;
  }
  .slide--right .slide__title {
    left: 0;
    right: auto;
    top: 70vh;
  }
  .slide__subtitle {
    font-size: 2.5vw;
    line-height: 1.5;
  }
  .slide__quote {
    max-width: 25vw;
    text-align: right;
  }
}

h4.slide__subtitle.no-display {
    display: none;
}
a.slide__explore {
    display: none !important;
}
.slide.slide--current.slide--visible a.slide__explore {
    display: block !important;
}

#background-video div {
    z-index: 9 !important;
}
.services-section.section-padding-100 {
    background: #fafafa;
}

.hero-section .image{
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.hero-section {
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.hero-section {
  width: 100%;
  height: 92vh;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.hero-section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
}
.hero-section .stuff {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 46%;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 1000;
    margin: 0 auto;
    position: relative;
    top: 0% !important;
}
.hero-section a.btn.btn-default {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
background: #bead8e;
    border: none;
    color: #fff;
}
.hero-section h1 {
    font-size: 64px;
    color: #fff;
    line-height: 86px;
    margin-bottom: 35px;
    margin-top: 0;
}
.hero-section .image:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}


.controls button.next, .controls button.previous {
    background: none;
    border: 1px solid #000 !important;
    color: #000;
}

.controls button.next, .controls button.previous {
    color: #000 !important;
    font-size: 39px !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 51px !important;
    outline: 0 !important;
}
.controls button.previous {
    border-right: 0 !important;
}
.controls {
    margin-top: 50px;
    padding: 0;
    margin-bottom: 30px;
}

a.about-second-wrap-link {
    background: #fff;
    font-size: 51px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 9px 66px;
}
.about-second-wrap {
    position: relative;
}

.blog-wrap:hover .hover,
.blog-wrap.hover .hover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}
.blog-wrap figcaption {
    margin-top: 20px;
}
.blog-wrap figcaption h3 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
}
.blog-wrap figcaption h3 a {
    color: #000;
}

.blog-wrap:hover .date,
.blog-wrap.hover .date {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.blog-section .section-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 550px;
    margin-bottom: 60px;
}
.blog-wrap {
    position: relative;
    overflow: hidden;
}

.camera_thumbs {
    display: none;
}

.hb_single_room .hb_room_gallery {
    margin-bottom: 50px!important;
}
.hb_single_room .hb_room_gallery {
    height: 600px !important;
    display: block !important;
}
.single-room-gallery {
    height: 600px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.hb_related_other_room .rooms .hb_room .title h4 {
    font-size: 32px;
    margin-top: 17px;
}
.hb_related_other_room > .title {
    font-size: 40px;
    margin-left: 54px;
}
.hb_related_other_room {
    padding: 70px 0 !important;
    padding-bottom: 90px !important;
}
.mfp-content .hb-search-results-form-container .hb-booking-room-form-group {
    width: calc(32% - 15px);
    margin: 0;
}
.mfp-content #hotel_booking_room_hidden form > div {
    padding: 30px 0;
}
.mfp-content .hb-search-results-form-container .hb-booking-room-form-group input {
    padding-left: 19px;
}
.mfp-content #hotel_booking_room_hidden form > div {
    border-bottom: none;
}
.mfp-content .hb-booking-room-form-head h2 {
    font-size: 40px;
}
.hb_single_room #hb_room_load_booking_form.hb_primary {
    text-align: center;
    display: block;
    width: 30%;
    margin: 0 auto !important;
    margin-bottom: 35px !important;
}
.hb_single_room #hb_room_load_booking_form.hb_primary {
    background: none;
    color: #000 !important;
}
.section-content .hb_single_room .title h4 {
    margin-bottom: 40px;
}
.section-content {
    background: #fff !important;
}
.hp-section.cta-sec-bottom .section-content,#testimonial .section-content {
    background: none !important;
}

/* Layout for search container */
.search-menu {
	padding: 3em;
}

.js .search-menu {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 100%;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #fff;
}

.js .search-menu::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.btn--search-close {
    font-size: 2em;
    position: absolute;
    float: right;
    right: 0;
    top: 24px;
}



#menu-primary.navbar-nav>li {
    float: none;
    display: block;
}

.search-menu .container {
    position: relative;
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #969696;
}

.search__input::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #969696;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #969696;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 50%;
	padding: 0.85em 0;
	color: #000;
}

.search__related {
	display: flex;
	width: 35%;
	padding: 4em 0 0 0;
	pointer-events: none;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
	color: #ff4848;
}

/************************/
/* Transitions 			*/
/************************/

.js .main-wrap::after {
	transition: opacity 0.3s;
	transition-timing-function: ease-out;
}

.js .main-wrap--overlay::after {
	opacity: 1;
	transition-delay: 0s;
}

.js .search-menu {
	pointer-events: none;
	transition: transform 0.3s;
	transition-delay: 0.4s;
	transition-timing-function: ease-out;
}

.js .search--open {
	pointer-events: auto;
	transform: translate3d(-100%,0,0);
	transition-delay: 0s;
}

.js .search-menu::after {
	transition: transform 0.3s;
	transition-timing-function: ease-out;
}

.js .search--open::after {
	transform: translate3d(100%,0,0);
	transition-delay: 0.4s;
}

.js .btn--search-close {
	transition: opacity 0.1s;
	transition-delay: 0.3s;
}

@media screen and (max-width: 40em) {
	.btn--search-close {
		font-size: 1.25em;
	}
	.search__related {
		font-size: 80%;
		width: 75%;
	}
	.search__input {
		font-size: 2em;
		width: 90%;
	}
	.search__info {
		width: 90%;
	}
}



/* Icons */

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.search-wrap {
    float: right;
}

/*.home .main-wrap{

    height: 100vh;
}
.main-wrap {
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 99999;
    position: relative;
}
.home .main-wrap {
	    z-index: 999999;
}*/
button#btn-search-close {
    opacity: 0;
}
.main-wrap.main-wrap--overlay button#btn-search-close {
    opacity: 1;
}
#menu-primary li a {
    font-size: 40px;
    margin-bottom: 21px;
    color: #000;
    padding-left: 0;
    display: block;
}
.menu-wrap {
    margin-top: 100px;
}
.menu-wrap h2 {
    font-size: 56px;
    margin-bottom: 60px;
}

#menu-primary li a:hover{
	background: none !important;
	color: #888 !important;
}

/*.main-wrap.main-wrap--overlay {
    position: fixed;
    top: 32px;
}
*/
button#btn-search, button#btn-search-close {
    background: none;
    padding: 0;
    height: auto;
    outline: 0 !important;
    border: none !important;
}

.home button#btn-search i{
	color:#fff;
}
button#btn-search i{
	color:#000;
}
button#btn-search-close i {
    color: #000;
}
button#btn-search i, button#btn-search-close i {
    font-size: 35px;
}

.global-menu__wrap.global-menu {
    margin-top: 100px;
}

.fulscreen-contact-wrap strong {
    display: block;
    margin-bottom: 10px;
}

.fulscreen-contact-wrap {
    margin-top: 100px;
}
.fulscreen-contact-wrap h2 {
    font-size: 43px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.fulscreen-contact-wrap {
    margin-top: 100px;
    padding: 0 30px;
}
a.block-dis {
    display: block;
}
a.block-dis strong {
    DISPLAY: INLINE-BLOCK;
}
.fulscreen-contact-wrap strong span {
    font-weight: normal;
}
.text-center .navbar-brand {
    float: none;
    text-align: center;
}
button#offcanvas-menu {
    background: none !important;
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
}
button#offcanvas-menu i {
    font-size: 31px;
    top: 5px;
    position: relative;
}
button#btn-search {
    font-size: 15px;
    background: none;
    color: #000;
    padding: 9px 17px;
    border-radius: 0;
    position: relative;
    top: 18px;
    border: 2px solid #fff !important;
}


.mm-panel, .mm-panels {
    background: #000;
}
.mm-navbars_bottom, .mm-navbars_top {
    background: #000;
}
.mm-navbar {
    background: #000;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: #fff;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: #fff;
}
.mm-listitem {
    text-align: center;
}
.mm-listitem__text {
    font-size: 22px;
    padding-top: 21px;
    padding-bottom: 21px;
}
a.mm-btn.mm-btn_next {
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff !important;
    border: none !important;
}
.mm-btn_next:after, .mm-btn_prev:before {
    border-color: #fff !important;
}
a.mm-navbar__title {
    font-family: "Lora";
    font-weight: 400;
    font-size: 29px;
}
/*.wpmm-header-image {
    top: 57px;
    bottom: -8px;
}*/
a.mm-navbar__title {
    display: none;
}

.mm-page {
    position: inherit;
}
.archive .col-md-8 #main, .single .col-md-8 #main,.page-template-default .col-md-8 #main{
    padding-right: 30px;
}
article.hentry .post-bg {
    padding-left: 0 !important;
}
.post-navigation .nav-previous .post-nav-content a {
    padding-left: 0;
}

.custom-logo-link.sticky {
    display: none;
}
.nav-wrapper.sticking .custom-logo-link.sticky {
    display: inline-block;
}
.nav-wrapper.sticking .custom-logo-link {
    display: none;
}
.header2 .custom-logo-link.sticky img {
    padding: 10px 0;
}

button#btn-search span {
    color: #000 !important;
}
button#btn-search {
    background: #bead8e;
}
.header-social .social-icon {
    display: inline-block;
    margin-right: 15px;
}
.header-social .social-icon a {
    font-size: 21px;
}
.header2 .header-social {
    float: left;
    margin-top: 29px;
    margin-right: 20px;
}
.header button#btn-search {
    float: right;
}
.page-template-template-home button#btn-search span {
    color: #fff !important;
}

.page-template-template-home button#btn-search {
    background: none !important;
}

.page-template-template-home .sticking button#btn-search {
    background: #bead8e !important;
}

.header-social .social-icon a {
    color: #000;
}

.page-template-template-home .sticking .header-social .social-icon a {
    color: #000;
}

.page-template-template-home .header-social .social-icon a {
    color: #fff;
}
.header1 .header-social {
    display: inline-block;
    /* margin-left: 17px; */
    position: relative;
    top: 2px;
}

button#offcanvas-menu span {
    font-size: 20px;
    margin-left: 6px;
}

button#offcanvas-menu,button#offcanvas-menu span{
    color: #000 !important;
}


.page-template-template-home button#offcanvas-menu,.page-template-template-home button#offcanvas-menu span{
    color: #fff !important;
}

.page-template-template-home .sticking button#offcanvas-menu,.page-template-template-home .sticking button#offcanvas-menu span{
    color: #000 !important;
}

.header1 li.header-icon.header-contact a {
    color: #000;
}

.page-template-template-home .header1 li.header-icon.header-contact a {
    color: #fff;
}

.page-template-template-home .sticking li.header-icon.header-contact a {
    color: #000;
}

.page-template-template-home .nav-wrapper.stick-me.sticking{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.12) !important;
}

.home.blog .hp-hero {
    height: auto;
    overflow: auto;
}
.search-menu ul li {
    display: block;
    float: none;
    width: 100%;
}
.services-section .slick-track
{
    display: flex !important;
}

.services-section .slick-slide
{
    height: inherit !important;
}
.service-wrap {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.service-wrap h2 {
    margin-top: 15px !important;
    font-size: 29px !important;
    margin-bottom: 18px !important;
}
button#offcanvas-menu,button#btn-search-close {
    box-shadow: none !important;
}
.nav-wrapper .navbar-nav li>a {
    color: #000 !important;
}
.page-template-template-home .nav-wrapper .navbar-nav li > a {
	color: #fff !important;
}
.page-template-template-home .nav-wrapper.stick-me.sticking .navbar-nav li>a {
	color: #333 !important;
}
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}*/

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
*/
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*
.js .main-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	background: rgba(0,0,0,0.3);
}*/

/* Layout for search container */
.search-menu {
	padding: 3em;
}

.js .search-menu {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 100%;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #fff;
}

.js .search-menu::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.btn--search-close {
    font-size: 2em;
    position: absolute;
    float: right;
    right: 0;
    top: 24px;
}



#menu-primary.navbar-nav>li {
    float: none;
    display: block;
}

.search-menu .container {
    position: relative;
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #969696;
}

.search__input::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #969696;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #969696;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 50%;
	padding: 0.85em 0;
	color: #000;
}

.search__related {
	display: flex;
	width: 35%;
	padding: 4em 0 0 0;
	pointer-events: none;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
	color: #ff4848;
}

/************************/
/* Transitions 			*/
/************************/

.js .main-wrap::after {
	transition: opacity 0.3s;
	transition-timing-function: ease-out;
}

.js .main-wrap--overlay::after {
	opacity: 1;
	transition-delay: 0s;
}

.js .search-menu {
	pointer-events: none;
	transition: transform 0.3s;
	transition-delay: 0.4s;
	transition-timing-function: ease-out;
}

.js .search--open {
	pointer-events: auto;
	transform: translate3d(-100%,0,0);
	transition-delay: 0s;
}

.js .search-menu::after {
	transition: transform 0.3s;
	transition-timing-function: ease-out;
}

.js .search--open::after {
	transform: translate3d(100%,0,0);
	transition-delay: 0.4s;
}

.js .btn--search-close {
	transition: opacity 0.1s;
	transition-delay: 0.3s;
}

@media screen and (max-width: 40em) {
	.btn--search-close {
		font-size: 1.25em;
	}
	.search__related {
		font-size: 80%;
		width: 75%;
	}
	.search__input {
		font-size: 2em;
		width: 90%;
	}
	.search__info {
		width: 90%;
	}
}



/* Icons */

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.search-wrap {
    float: right;
}

/*.home .main-wrap{

    height: 100vh;
}
.main-wrap {
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 99999;
    position: relative;
}
.home .main-wrap {
	    z-index: 999999;
}*/
/*button#btn-search-close {
    opacity: 0;
}*/
.main-wrap.main-wrap--overlay button#btn-search-close {
    opacity: 1;
}
#menu-primary li a {
    font-size: 40px;
    margin-bottom: 21px;
    color: #000;
    padding-left: 0;
    display: block;
}
.menu-wrap {
    margin-top: 100px;
}
.menu-wrap h2 {
    font-size: 56px;
    margin-bottom: 60px;
}

#menu-primary li a:hover{
	background: none !important;
	color: #888 !important;
}

/*.main-wrap.main-wrap--overlay {
    position: fixed;
    top: 32px;
}
*/
button#btn-search, button#btn-search-close {
    background: none;
    padding: 0;
    height: auto;
    outline: 0 !important;
    border: none !important;
}

.home button#btn-search i{
	color:#fff;
}
button#btn-search i{
	color:#000;
}
button#btn-search-close i {
    color: #000;
}
button#btn-search i, button#btn-search-close i {
    font-size: 35px;
}
nav#menu-primary {
    max-height: 550px;
    overflow: hidden;
    overflow-y: scroll;
}
nav#menu-primary ul {
    padding: 0;
    margin: 0;
    list-style: none;
}



.controls button.next, .controls button.previous {
    background: none;
    border: 1px solid #000 !important;
    color: #000;
}

.controls button.next, .controls button.previous {
    color: #000 !important;
    font-size: 39px !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 51px !important;
    outline: 0 !important;
}
.controls button.previous {
    border-right: 0 !important;
}
.controls {
    margin-top: 50px;
    padding: 0;
    margin-bottom: 30px;
}

a.about-second-wrap-link {
    background: #fff;
    font-size: 51px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 59px;
}
.about-second-wrap {
    position: relative;
}

.header-social .social-icon, .header-social .header-phone {
    display: inline-block;
    margin-right: 20px;
}
.header-social .social-icon a, .header-social .header-phone a {
    color: #000;
    font-size: 18px;
    z-index: 9999;
    position: relative;
    cursor: pointer;
}
.header-social .header-phone {
    margin-right: 25px;
    border-right: 1px solid #000;
    padding-right: 20px;
}
.home.page-template-template-home .header-social .header-phone {
    border-right: 1px solid rgba(255, 255, 255, 0.36);
}

button#btn-search, .header-social {
    display: inline-block;
}
.header-social {
    margin-right: 25px;
}

.home.blog header#masthead {
    position: relative;
    top: auto;
    z-index: 9999;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
.home.blog .header-social .social-icon a, .home.blog .header-social .header-phone a {
    color: #000;
 }

 .home.blog header#masthead h2.site-title a {
    color: #000;
}
.home.blog p.site-description {
    color: #565656 !important;
}
/*.home.blog .main-wrap {
    height: auto;
    z-index: 99999;
}*/
.home.blog button#btn-search i {
    color: #000;
}
.home .header-social .social-icon a, .home .header-social .header-phone a{
	color: #fff;
}

a:focus, a:focus-within {
outline: none;
    border-bottom: 1px solid;
}
a.focus-visible {
outline: none !important;
    border-bottom: 1px solid !important;
}
.header-social .social-icon a:focus, .header-social .header-phone a:focus,.header-social .social-icon a:focus-within, .header-social .header-phone a:focus-within,.header-social .social-icon a:focus-visible, .header-social .header-phone a:focus-visible{
outline: none !important;
    border-bottom: 1px solid !important;
}
.blog article.hentry,.archive article.hentry,.search-results article.hentry {
    margin-bottom: 50px;
}

.blog article a.btn.btn-default,.archive article a.btn.btn-default ,.search-results article a.btn.btn-default {
    margin-top: 30px;
}

.single .entry-footer a.btn.btn-default {
    display: none;
}
section.footer-sec a, section.footer-sec p, section.footer-sec span {
    color: #fff;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-sec h3.widget-title {
    color: #fff;
    font-size: 29px;
    margin-bottom: 20px;
}
.footer-sec ul li {
    margin-bottom: 10px;
}
.footer-sec #wp-calendar tbody tr td {
    color: #fff;
}
.footer-sec #wp-calendar thead tr th {
    color: #fff;
}
.custom-logo-link, .logo-wrap {
    float: left;
}
.custom-logo-link{
	margin-right: 15px;
}

.hero-section .image:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
a.skip-link.screen-reader-text {
    font-size: 16px;
}
.navbar-nav .dropdown-menu {
    display: block !important;
        /*left: -999em;*/
}
@media only screen and (max-width: 991px){
	.hero-section .image {
		background-attachment: inherit;
	}
	}