ctt-babylon 0.0.151 → 0.0.152
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +14 -5
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +2 -2
- package/esm2022/lib/interfaces/babylon-breadcrumb.interface.mjs +2 -0
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/ctt-babylon.mjs +19 -14
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +4 -1
- package/lib/interfaces/babylon-breadcrumb.interface.d.ts +4 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -1,11 +1,20 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { RouterModule } from '@angular/router';
|
|
3
|
+
import { CommonModule } from '@angular/common';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/common";
|
|
6
|
+
import * as i2 from "@angular/router";
|
|
3
7
|
export class BabylonBreadcrumbComponent {
|
|
8
|
+
linkClick(e) {
|
|
9
|
+
e.preventDefault();
|
|
10
|
+
}
|
|
4
11
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBreadcrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
12
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonBreadcrumbComponent, isStandalone: true, selector: "lib-babylon-breadcrumb", inputs: { links: "links" }, ngImport: i0, template: "@if (links?.length) {\r\n <section class=\"auroa__breadcrump\">\r\n <div class=\"container-fluid\">\r\n <ol class=\"breadcrump\">\r\n @for (link of links; track $index; let last = $last) {\r\n <li class=\"breadcrump__element\">\r\n <a\r\n class=\"breadcrump__item\"\r\n [ngClass]=\"{ 'breadcrump__element--active': last }\"\r\n [href]=\"link.url\"\r\n [routerLink]=\"link.url\"\r\n (click)=\"linkClick($event)\"\r\n >{{ link.label }}</a\r\n >\r\n </li>\r\n \r\n }\r\n </ol>\r\n </div>\r\n </section>\r\n \r\n }", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.breadcrump{align-items:center;justify-content:flex-end;display:flex;margin-bottom:24px}.breadcrump__element{cursor:pointer;position:relative}.breadcrump__element:before{content:\"\";display:block;position:absolute;bottom:1px;left:12px;width:0;height:1px;background-color:var(--cl_breadcrumb)}.breadcrump__element:not(:last-child):after{content:\"/\";display:inline-block;vertical-align:middle;font-size:10px;font-weight:600;color:var(--cl_breadcrumb);letter-spacing:.02em;box-sizing:border-box}.breadcrump__element:hover{color:var(--cl_breadcrumb-hover)}.breadcrump__element:hover:before{width:calc(100% - 24px);background-color:var(--cl_breadcrumb-hover)}.breadcrump__element--active:before{width:calc(100% - 24px)}.breadcrump__item{padding:0 6px;font-size:12px;font-weight:300;color:var(--cl_breadcrumb);letter-spacing:.02em}.breadcrump__item:hover{color:var(--cl_breadcrumb-hover)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
|
|
6
13
|
}
|
|
7
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBreadcrumbComponent, decorators: [{
|
|
8
15
|
type: Component,
|
|
9
|
-
args: [{ selector: 'lib-babylon-breadcrumb', standalone: true, imports: [], template: "<section class=\"
|
|
10
|
-
}]
|
|
11
|
-
|
|
16
|
+
args: [{ selector: 'lib-babylon-breadcrumb', standalone: true, imports: [CommonModule, RouterModule], template: "@if (links?.length) {\r\n <section class=\"auroa__breadcrump\">\r\n <div class=\"container-fluid\">\r\n <ol class=\"breadcrump\">\r\n @for (link of links; track $index; let last = $last) {\r\n <li class=\"breadcrump__element\">\r\n <a\r\n class=\"breadcrump__item\"\r\n [ngClass]=\"{ 'breadcrump__element--active': last }\"\r\n [href]=\"link.url\"\r\n [routerLink]=\"link.url\"\r\n (click)=\"linkClick($event)\"\r\n >{{ link.label }}</a\r\n >\r\n </li>\r\n \r\n }\r\n </ol>\r\n </div>\r\n </section>\r\n \r\n }", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.breadcrump{align-items:center;justify-content:flex-end;display:flex;margin-bottom:24px}.breadcrump__element{cursor:pointer;position:relative}.breadcrump__element:before{content:\"\";display:block;position:absolute;bottom:1px;left:12px;width:0;height:1px;background-color:var(--cl_breadcrumb)}.breadcrump__element:not(:last-child):after{content:\"/\";display:inline-block;vertical-align:middle;font-size:10px;font-weight:600;color:var(--cl_breadcrumb);letter-spacing:.02em;box-sizing:border-box}.breadcrump__element:hover{color:var(--cl_breadcrumb-hover)}.breadcrump__element:hover:before{width:calc(100% - 24px);background-color:var(--cl_breadcrumb-hover)}.breadcrump__element--active:before{width:calc(100% - 24px)}.breadcrump__item{padding:0 6px;font-size:12px;font-weight:300;color:var(--cl_breadcrumb);letter-spacing:.02em}.breadcrump__item:hover{color:var(--cl_breadcrumb-hover)}\n"] }]
|
|
17
|
+
}], propDecorators: { links: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}] } });
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1icmVhZGNydW1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1icmVhZGNydW1iL2JhYnlsb24tYnJlYWRjcnVtYi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYnJlYWRjcnVtYi9iYWJ5bG9uLWJyZWFkY3J1bWIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFakQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7OztBQVMvQyxNQUFNLE9BQU8sMEJBQTBCO0lBSXJDLFNBQVMsQ0FBQyxDQUFRO1FBQ2QsQ0FBQyxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7K0dBTlUsMEJBQTBCO21HQUExQiwwQkFBMEIsOEdDWnZDLCt4QkFxQkssNjhPRGJPLFlBQVksNEhBQUUsWUFBWTs7NEZBSXpCLDBCQUEwQjtrQkFQdEMsU0FBUzsrQkFDRSx3QkFBd0IsY0FDdEIsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLFlBQVksQ0FBQzs4QkFNNUIsS0FBSztzQkFBYixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1idXR0b24uaW50ZXJmYWNlJztcclxuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tYnJlYWRjcnVtYicsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBSb3V0ZXJNb2R1bGVdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLWJyZWFkY3J1bWIuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWJyZWFkY3J1bWIuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uQnJlYWRjcnVtYkNvbXBvbmVudCB7XHJcblxyXG4gIEBJbnB1dCgpIGxpbmtzPzogQmFieWxvbkJ1dHRvbklbXTtcclxuXHJcbiAgbGlua0NsaWNrKGU6IEV2ZW50KSB7XHJcbiAgICAgIGUucHJldmVudERlZmF1bHQoKTtcclxuICB9XHJcbn1cclxuIiwiQGlmIChsaW5rcz8ubGVuZ3RoKSB7XHJcbiAgICA8c2VjdGlvbiBjbGFzcz1cImF1cm9hX19icmVhZGNydW1wXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZFwiPlxyXG4gICAgICAgICAgICA8b2wgY2xhc3M9XCJicmVhZGNydW1wXCI+XHJcbiAgICAgICAgICAgICAgICBAZm9yIChsaW5rIG9mIGxpbmtzOyB0cmFjayAkaW5kZXg7IGxldCBsYXN0ID0gJGxhc3QpIHtcclxuICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cImJyZWFkY3J1bXBfX2VsZW1lbnRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YVxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJyZWFkY3J1bXBfX2l0ZW1cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7ICdicmVhZGNydW1wX19lbGVtZW50LS1hY3RpdmUnOiBsYXN0IH1cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJsaW5rLnVybFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtyb3V0ZXJMaW5rXT1cImxpbmsudXJsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImxpbmtDbGljaygkZXZlbnQpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGxpbmsubGFiZWwgfX08L2FcclxuICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgXHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIDwvb2w+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L3NlY3Rpb24+XHJcbiAgICBcclxuICAgIH0iXX0=
|
package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class BabylonHeaderBookShowComponent {
|
|
4
4
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonHeaderBookShowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonHeaderBookShowComponent, isStandalone: true, selector: "lib-babylon-header-book-show", ngImport: i0, template: "<header class=\"cs_site_header cs_style_1 cs_transparent_header cs_primary_color cs_sticky_header\">\r\n <div class=\"cs_main_header\">\r\n <div class=\"container-fluid cs_plr_100\"> \r\n <div class=\"cs_main_header_in\">\r\n <div class=\"cs_main_header_left\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n </div>\r\n <div class=\"cs_main_header_center\">\r\n <nav class=\"cs_nav cs_fs_13 cs_semibold\">\r\n <ul class=\"cs_nav_list\">\r\n <li class=\"\">\r\n <a href=\"/home\">Home</a>\r\n \r\n </li>\r\n <li class=\"\"><a href=\"/hotel\">hotel</a></li>\r\n <li class=\"menu-item-has-children \">\r\n <a href=\"/rooms-list\">Rooms</a>\r\n <ul>\r\n <li><a href=\"/rooms-list\">Rooms v1</a></li>\r\n <li><a href=\"/rooms-list-v2\">Rooms v2</a></li>\r\n \r\n </ul>\r\n </li>\r\n <li class=\"\"><a href=\"services.html\">Services</a></li>\r\n <li class=\"\"><a href=\"restaurant.html\">Restaurant</a></li>\r\n <li class=\"\"> <a href=\"\">Pages</a> </li>\r\n \r\n <li><a href=\"/contacto\">Contacto</a></li>\r\n </ul>\r\n </nav>\r\n </div>\r\n <div class=\"cs_main_header_right\">\r\n <button class=\"btn btn_call btn--light ml--20\" id=\"btn-book\">\r\n <b>RESERVAR </b> \r\n </button> \r\n <button class=\"btn btn_primary btn--light ml--20 btn-lang\" id=\"btn-lang\">\r\n <b>ES</b> \r\n </button>\r\n \r\n <button class=\"cs_hamburger_btn ml--20\">\r\n <span class=\"cs_hamburger_btn_in\">\r\n <span></span>\r\n <span></span>\r\n <span></span>\r\n <span></span>\r\n </span>\r\n </button> \r\n \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</header>\r\n<div class=\"header-responsive\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n</div>\r\n\r\n<div class=\"cs_hamburger_header\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"cs_hamburger_header_top\">\r\n <div class=\"cs_hamburger_brand\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"/assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n </div>\r\n <button class=\"cs_close_hamburger\">\r\n <svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <path d=\"M19.8175 11.0675L15.885 15L19.8175 18.9325C20.0613 19.1763 20.0613 19.5725 19.8175 19.8162C19.695 19.9387 19.535 19.9987 19.375 19.9987C19.215 19.9987 19.055 19.9375 18.9325 19.8162L15 15.8837L11.0675 19.8162C10.945 19.9387 10.785 19.9987 10.625 19.9987C10.465 19.9987 10.305 19.9375 10.1825 19.8162C9.93875 19.5725 9.93875 19.1763 10.1825 18.9325L14.115 15L10.1825 11.0675C9.93875 10.8238 9.93875 10.4275 10.1825 10.1838C10.4262 9.94 10.8225 9.94 11.0662 10.1838L14.9987 14.1163L18.9313 10.1838C19.175 9.94 19.5713 9.94 19.815 10.1838C20.0588 10.4275 20.0588 10.8238 19.815 11.0675H19.8175ZM30 15C30 23.2712 23.2712 30 15 30C6.72875 30 0 23.2712 0 15C0 6.72875 6.72875 0 15 0C23.2712 0 30 6.72875 30 15ZM28.75 15C28.75 7.41875 22.5812 1.25 15 1.25C7.41875 1.25 1.25 7.41875 1.25 15C1.25 22.5812 7.41875 28.75 15 28.75C22.5812 28.75 28.75 22.5812 28.75 15Z\" fill=\"white\"/>\r\n </svg> \r\n </button>\r\n </div>\r\n </div>\r\n <div class=\"cs_hamburger_header_in\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-6\">\r\n <nav class=\"cs_hamburger_menu \">\r\n <ul class=\"cs_nav_list\">\r\n <li class=\"title--small\"> <a href=\"index.html\">Home</a> </li>\r\n <li class=\"title--small\"><a href=\"about.html\">About Us</a></li>\r\n <li class=\"menu-item-has-children title--small\">\r\n <a href=\"rooms.html\">Rooms</a>\r\n <ul>\r\n <li><a href=\"rooms.html\">Room Grid View</a></li>\r\n <li><a href=\"rooms-list-view.html\">Room List View</a></li>\r\n <li><a href=\"room-details.html\">Room Details V1</a></li>\r\n <li><a href=\"room-details-v2.html\">Room Details V2</a></li>\r\n <li><a href=\"room-details-v3.html\">Room Details V3</a></li>\r\n <li><a href=\"search-result.html\">Room Search Result</a></li>\r\n <li><a href=\"complete-reservation.html\">Payment Page</a></li>\r\n </ul>\r\n </li>\r\n <li class=\"title--small\"><a href=\"services.html\">Services</a></li>\r\n <li class=\"title--small\"><a href=\"restaurant.html\">Restaurant</a></li>\r\n <li class=\"title--small\"> <a href=\"\">Pages</a> </li> \r\n <li class=\"title--small\"><a href=\"contact.html\">Contact</a></li>\r\n </ul>\r\n </nav>\r\n </div>\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_header_info\">\r\n <div class=\"cs_hamburger_header_info_in\">\r\n <img src=\"/assets/babylon/fotos/hamburger_img.png\" alt=\"Hamburger\" class=\"cs_hamburger_header_img cs_mb_80\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_contact_info\">\r\n <h3 class=\"cs_fs_28 subtitle--small subtitle--small--light mb--20\">Contact</h3>\r\n <p class=\"text\"><a href=\"tel:+00(244)14-50-774\">Call : +00(244)14-50-774 </a><br>\r\n <a href=\"mailto:info-babylon.com\">Email : info-babylon.com</a> \r\n </p> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_contact_info\">\r\n <h3 class=\"cs_fs_28 subtitle--small subtitle--small--light mb--20\">Location</h3>\r\n <p class=\"ctext\">452 15h Street, Office 741, Ohio, De 47754, USA</p>\r\n <a href=\"#\" class=\"btn-link btn-link--light\"> \r\n <b>Map Direction</b> \r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_site_header{position:absolute;width:100%;left:0;top:0;z-index:101;transition:all .4s ease}@media (max-width: 767px){.cs_site_header{position:fixed;bottom:0;top:auto}.cs_site_header .cs_main_header_in{height:60px!important;width:100%}.cs_site_header .cs_main_header_left{display:none}.cs_site_header .cs_main_header_right{width:100%;justify-content:space-between}.cs_site_header .cs_main_header_right #btn-book{order:2;margin:0!important}.cs_site_header .cs_main_header_right .cs_hamburger_btn{order:1;margin:0!important;width:70px;text-align:left;justify-content:flex-start}.cs_site_header .cs_main_header_right #btn-lang{order:3;margin:0!important}}.cs_site_header.cs_style_1 .cs_main_header_in{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;position:relative;transition:all .3s ease}.cs_site_header.cs_style_1 .cs_main_header_in{height:100px}.cs_site_header.cs_style_1 .cs_main_header_right{display:flex;align-items:center;height:100%}.cs_site_header.cs_style_1 .cs_nav_list>li>a{text-transform:uppercase}.cs_site_header.cs_style_1.cs_transparent_header{background:#0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (min-width: 1200px){.cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list>li>a{color:var(--cl_header-text-light)}.cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list>li>a:hover{color:var(--cl_accent)}}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2{border-radius:5px;border-color:var(--cl_header-text-light);color:var(--cl_header-text-light)}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2:hover{background-color:var(--cl_accent);border-color:var(--cl_accent)}.cs_site_header.cs_style_1.cs_type_1{background-color:transparent;border-bottom:1px solid var(--ternary)}.cs_site_header.cs_style_1.cs_sticky_active{background-color:var(--cl_header-bg);box-shadow:0 10px 10px -10px #212b351a}.cs_main_header .container-fluid{padding-right:100px;padding-left:100px;overflow:visible}@media (max-width: 1679px){.cs_main_header .container-fluid{padding-right:60px;padding-left:60px}}@media (max-width: 1399px){.cs_main_header .container-fluid{padding-right:20px;padding-left:20px}}@media (max-width: 1199px){.cs_main_header .container-fluid{padding-right:15px;padding-left:15px}}@media (max-width: 991px){.cs_main_header .container-fluid{padding-right:30px;padding-left:30px}}@media (max-width: 575px){.cs_main_header .container-fluid{padding-right:10px;padding-left:10px}}.cs_main_header_center{display:none}@media (min-width: 1200px){.cs_main_header{position:relative;overflow:visible}.cs_main_header_center{position:absolute;display:block;left:50%;top:50%;transform:translate(-50%,-50%)}.cs_site_header.cs_style_1 .cs_main_header_center{display:flex;justify-content:center;align-items:center;height:100%;width:100%;max-width:calc(100% - 300px)}.cs_site_header.cs_style_1 .cs_main_header_left{height:100%;display:flex;justify-content:center;align-items:center}.cs_nav{display:flex;align-items:center;height:100%;line-height:1.6em}.cs_nav .cs_nav_list{display:flex!important;flex-wrap:wrap;height:inherit}.cs_nav .cs_nav_list>li{margin-right:40px;height:inherit}.cs_nav .cs_nav_list>li:last-child{margin-right:0}.cs_nav .cs_nav_list>li>a{padding:10px 0;display:inline-flex;position:relative;height:inherit;align-items:center}.cs_nav .cs_nav_list>li>ul{left:0;top:calc(100% + 15px);transition:all .4s ease;pointer-events:none}.cs_nav .cs_nav_list>li:hover>ul{top:100%;opacity:1;visibility:visible;pointer-events:auto}.cs_nav .cs_nav_list>li.menu-item-has-children>a{position:relative}.cs_nav .cs_nav_list>li.menu-item-has-children>a:after{content:\"\";display:inline-block;height:6px;width:6px;border:2px solid currentColor;transform:rotate(45deg);border-left:0;border-top:0;margin-left:6px;position:relative;top:-1px;border-radius:0 0 2px}.cs_nav .cs_nav_list>li ul{font-size:15px;font-weight:400;line-height:1.6em}.cs_nav .cs_nav_list li:not(.cs_mega_menu){position:relative}.cs_nav .cs_nav_list ul{width:230px;background-color:var(--cl_header-bg);position:absolute;border-top:2px solid var(--cl_accent);box-shadow:0 1px 2px #0200b51a;padding:10px 0;z-index:100;opacity:0;visibility:hidden;display:block!important;border-radius:0 0 5px 5px}.cs_nav .cs_nav_list ul li:hover ul{top:0}.cs_nav .cs_nav_list ul li:hover>ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list ul a{display:block;line-height:inherit;padding:10px 20px;color:var(--cl_header-text-light)}.cs_nav .cs_nav_list ul a:hover{color:var(--cl_accent)}.cs_nav .cs_nav_list ul ul{top:15px;left:100%}.cs_nav+.cs_toolbox{margin-left:40px}.cs_menu_toggle,.cs_menu_dropdown_toggle{display:none}.cs_nav .cs_nav_list .cs_mega_menu{position:relative}.cs_nav .cs_nav_list .cs_mega_wrapper{width:1296px!important;display:flex!important;position:fixed;top:100px!important;left:50%;transform:translate(-50%);padding:5px 15px 10px;border-top:2px solid var(--accent);border-radius:0 0 5px 5px}.cs_nav .cs_nav_list .cs_mega_wrapper a{padding:7px 10px}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children{flex:1;padding:10px 0}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a{font-size:18px;font-weight:600;pointer-events:none}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a:hover{background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul{position:initial;border:none;padding:0;width:100%;box-shadow:none;background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul a{transition:all .4s ease}.cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list>li ul:not(.cs_mega_wrapper) .menu-item-has-children>a{position:relative}.cs_hamburger_btn{display:none!important}}@media (min-width: 768px){.cs_gescout_sticky{position:fixed!important;top:0!important;opacity:1;transition:all .4s ease}.cs_gescout_sticky.cs_site_header.cs_style_1{background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cs_gescout_sticky.cs_site_header.cs_style_1.cs_transparent_header{background-color:var(--cl_header-bg)}}.cs_hamburger_btn{display:flex;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s ease;cursor:pointer;border:none;border-radius:50%;color:currentColor;background-color:transparent;outline:none;padding:0;color:var(--cl_header-text-light)}.cs_hamburger_btn .cs_hamburger_btn_in{width:30px;height:22px;line-height:0;cursor:pointer;position:relative;text-align:left;overflow:hidden;display:block}.cs_hamburger_btn .cs_hamburger_btn_in span{display:inline-block;position:absolute;height:2px;width:100%;background-color:currentColor;color:inherit;vertical-align:top;transition:.3s ease-in-out;border-radius:3px;left:0}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(1){transform:translateY(-10px);width:calc(100% - 5px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(2){transform:translate(0)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(3){transform:translateY(10px);width:calc(100% - 10px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(4){transform:translateY(20px);width:calc(100% - 20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span{transition:.3s ease-in-out}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(1){transform:translate(0)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(2){transform:translateY(10px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(3){transform:translateY(20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(4){transform:translateY(30px)}.cs_hamburger_active{overflow:hidden}.cs_hamburger_header{position:fixed;z-index:99999;background-color:var(--cl_menu-bg);color:var(--cl_menu-text);width:100%;height:100vh;opacity:0;visibility:hidden;transition:all .3s ease}.cs_hamburger_header a{border-color:var(--cl_menu-bg);color:var(--cl_menu-text)}.cs_hamburger_header a:hover{transform:initial;color:var(--cl_accent)}.cs_hamburger_header.active{opacity:1;visibility:visible}.cs_hamburger_header_top{display:flex;align-items:center;justify-content:space-between;height:110px}.cs_hamburger_menu{overflow-y:auto;overflow-x:hidden;height:calc(100vh - 110px);display:flex;flex-direction:column;padding-bottom:50px;color:var(--cl_menu-text);font-size:40px;font-family:var(--font-title)}.cs_hamburger_menu ul{list-style:none;padding:0;margin:auto 0;color:var(--cl_menu-text)}.cs_hamburger_menu .menu-item-has-children ul{display:none}.cs_hamburger_menu .cs_menu_dropdown_toggle{display:block;cursor:pointer;margin-top:5px}@media (max-width: 1199px){.cs_hamburger_menu .cs_menu_dropdown_toggle{position:initial;height:initial;width:initial;padding:0}}.cs_hamburger_menu .cs_menu_dropdown_toggle:before{content:\"\";position:absolute;height:100%;width:100%;left:0;top:0;height:50px}.cs_hamburger_menu .cs_menu_dropdown_toggle span{width:0px;height:0px;display:block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--cl_menu-text)}.cs_hamburger_menu .cs_menu_dropdown_toggle span:before,.cs_hamburger_menu .cs_menu_dropdown_toggle span:after{display:none}.cs_hamburger_menu .menu-item-has-children{display:flex;align-items:center;flex-wrap:wrap;position:relative;overflow:hidden}.cs_hamburger_menu .menu-item-has-children:hover>a{color:var(--cl_accent)}.cs_hamburger_menu .menu-item-has-children>*:first-child{order:1}.cs_hamburger_menu .menu-item-has-children>*:nth-child(2){order:3}.cs_hamburger_menu .menu-item-has-children>*:nth-child(3){order:2}.cs_hamburger_menu .menu-item-has-children>ul{width:100%}.cs_hamburger_menu .cs_nav_list>li:not(:last-child){margin-bottom:12px}.cs_hamburger_menu .cs_nav_list>li>ul{font-size:65%;line-height:1.6em}.cs_hamburger_menu .cs_nav_list>li>ul .cs_menu_dropdown_toggle{display:block;cursor:pointer}.cs_hamburger_menu .cs_nav_list>li>ul .cs_menu_dropdown_toggle:before{height:39px}.cs_hamburger_menu .cs_nav_list>li img{display:none}.cs_hamburger_menu .cs_nav_list ul{padding-left:25px;padding-top:10px}.cs_hamburger_menu .cs_nav_list ul li:not(:last-child){margin-bottom:10px}.cs_close_hamburger{background-color:transparent;border:navajowhite;padding:0;transition:all .4s ease;cursor:pointer}.cs_close_hamburger:hover{opacity:.75;transform:rotate(90deg) scale(1.05)}.cs_hamburger_header_info{height:calc(100vh - 110px);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}@media (max-width: 991px){.cs_hamburger_header_info{display:none}}.cs_hamburger_header_info_in{padding:0 0 50px;margin-top:auto;margin-bottom:auto}.header-responsive{display:none;background:#0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header-responsive img{max-height:100%}@media (max-width: 991px){.header-responsive{display:block;position:fixed;top:0;left:0;width:100%;z-index:9;text-align:center;padding-block:7px;height:55px}}\n"] }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonHeaderBookShowComponent, isStandalone: true, selector: "lib-babylon-header-book-show", ngImport: i0, template: "<header class=\"cs_site_header cs_style_1 cs_transparent_header cs_primary_color cs_sticky_header\">\r\n <div class=\"cs_main_header\">\r\n <div class=\"container-fluid cs_plr_100\"> \r\n <div class=\"cs_main_header_in\">\r\n <div class=\"cs_main_header_left\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n </div>\r\n <div class=\"cs_main_header_center\">\r\n <nav class=\"cs_nav cs_fs_13 cs_semibold\">\r\n <ul class=\"cs_nav_list\">\r\n <li class=\"\">\r\n <a href=\"/home\">Home</a>\r\n \r\n </li>\r\n <li class=\"\"><a href=\"/hotel\">hotel</a></li>\r\n <li class=\"menu-item-has-children \">\r\n <a href=\"/rooms-list\">Rooms</a>\r\n <ul>\r\n <li><a href=\"/rooms-list\">Rooms v1</a></li>\r\n <li><a href=\"/rooms-list-v2\">Rooms v2</a></li>\r\n \r\n </ul>\r\n </li>\r\n <li class=\"\"><a href=\"services.html\">Services</a></li>\r\n <li class=\"\"><a href=\"restaurant.html\">Restaurant</a></li>\r\n <li class=\"\"> <a href=\"\">Pages</a> </li>\r\n \r\n <li><a href=\"/contacto\">Contacto</a></li>\r\n </ul>\r\n </nav>\r\n </div>\r\n <div class=\"cs_main_header_right\">\r\n <button class=\"btn btn_call btn--light ml--20\" id=\"btn-book\">\r\n <b>RESERVAR </b> \r\n </button> \r\n <button class=\"btn btn_primary btn--light ml--20 btn-lang\" id=\"btn-lang\">\r\n <b>ES</b> \r\n </button>\r\n \r\n <button class=\"cs_hamburger_btn ml--20\">\r\n <span class=\"cs_hamburger_btn_in\">\r\n <span></span>\r\n <span></span>\r\n <span></span>\r\n <span></span>\r\n </span>\r\n </button> \r\n \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</header>\r\n<div class=\"header-responsive\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n</div>\r\n\r\n<div class=\"cs_hamburger_header\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"cs_hamburger_header_top\">\r\n <div class=\"cs_hamburger_brand\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"/assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n </div>\r\n <button class=\"cs_close_hamburger\">\r\n <svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <path d=\"M19.8175 11.0675L15.885 15L19.8175 18.9325C20.0613 19.1763 20.0613 19.5725 19.8175 19.8162C19.695 19.9387 19.535 19.9987 19.375 19.9987C19.215 19.9987 19.055 19.9375 18.9325 19.8162L15 15.8837L11.0675 19.8162C10.945 19.9387 10.785 19.9987 10.625 19.9987C10.465 19.9987 10.305 19.9375 10.1825 19.8162C9.93875 19.5725 9.93875 19.1763 10.1825 18.9325L14.115 15L10.1825 11.0675C9.93875 10.8238 9.93875 10.4275 10.1825 10.1838C10.4262 9.94 10.8225 9.94 11.0662 10.1838L14.9987 14.1163L18.9313 10.1838C19.175 9.94 19.5713 9.94 19.815 10.1838C20.0588 10.4275 20.0588 10.8238 19.815 11.0675H19.8175ZM30 15C30 23.2712 23.2712 30 15 30C6.72875 30 0 23.2712 0 15C0 6.72875 6.72875 0 15 0C23.2712 0 30 6.72875 30 15ZM28.75 15C28.75 7.41875 22.5812 1.25 15 1.25C7.41875 1.25 1.25 7.41875 1.25 15C1.25 22.5812 7.41875 28.75 15 28.75C22.5812 28.75 28.75 22.5812 28.75 15Z\" fill=\"white\"/>\r\n </svg> \r\n </button>\r\n </div>\r\n </div>\r\n <div class=\"cs_hamburger_header_in\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-6\">\r\n <nav class=\"cs_hamburger_menu \">\r\n <ul class=\"cs_nav_list\">\r\n <li class=\"title--small\"> <a href=\"index.html\">Home</a> </li>\r\n <li class=\"title--small\"><a href=\"about.html\">About Us</a></li>\r\n <li class=\"menu-item-has-children title--small\">\r\n <a href=\"rooms.html\">Rooms</a>\r\n <ul>\r\n <li><a href=\"rooms.html\">Room Grid View</a></li>\r\n <li><a href=\"rooms-list-view.html\">Room List View</a></li>\r\n <li><a href=\"room-details.html\">Room Details V1</a></li>\r\n <li><a href=\"room-details-v2.html\">Room Details V2</a></li>\r\n <li><a href=\"room-details-v3.html\">Room Details V3</a></li>\r\n <li><a href=\"search-result.html\">Room Search Result</a></li>\r\n <li><a href=\"complete-reservation.html\">Payment Page</a></li>\r\n </ul>\r\n </li>\r\n <li class=\"title--small\"><a href=\"services.html\">Services</a></li>\r\n <li class=\"title--small\"><a href=\"restaurant.html\">Restaurant</a></li>\r\n <li class=\"title--small\"> <a href=\"\">Pages</a> </li> \r\n <li class=\"title--small\"><a href=\"contact.html\">Contact</a></li>\r\n </ul>\r\n </nav>\r\n </div>\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_header_info\">\r\n <div class=\"cs_hamburger_header_info_in\">\r\n <img src=\"/assets/babylon/fotos/hamburger_img.png\" alt=\"Hamburger\" class=\"cs_hamburger_header_img cs_mb_80\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_contact_info\">\r\n <h3 class=\"cs_fs_28 subtitle--small subtitle--small--light mb--20\">Contact</h3>\r\n <p class=\"text\"><a href=\"tel:+00(244)14-50-774\">Call : +00(244)14-50-774 </a><br>\r\n <a href=\"mailto:info-babylon.com\">Email : info-babylon.com</a> \r\n </p> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_contact_info\">\r\n <h3 class=\"cs_fs_28 subtitle--small subtitle--small--light mb--20\">Location</h3>\r\n <p class=\"ctext\">452 15h Street, Office 741, Ohio, De 47754, USA</p>\r\n <a href=\"#\" class=\"btn-link btn-link--light\"> \r\n <b>Map Direction</b> \r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_site_header{position:fixed;width:100%;left:0;top:0;z-index:101;transition:all .4s ease}@media (max-width: 767px){.cs_site_header{position:fixed;bottom:0;top:auto}.cs_site_header .cs_main_header_in{height:60px!important;width:100%}.cs_site_header .cs_main_header_left{display:none}.cs_site_header .cs_main_header_right{width:100%;justify-content:space-between}.cs_site_header .cs_main_header_right #btn-book{order:2;margin:0!important}.cs_site_header .cs_main_header_right .cs_hamburger_btn{order:1;margin:0!important;width:70px;text-align:left;justify-content:flex-start}.cs_site_header .cs_main_header_right #btn-lang{order:3;margin:0!important}}.cs_site_header.cs_style_1 .cs_main_header_in{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;position:relative;transition:all .3s ease}.cs_site_header.cs_style_1 .cs_main_header_in{height:100px}.cs_site_header.cs_style_1 .cs_main_header_right{display:flex;align-items:center;height:100%}.cs_site_header.cs_style_1 .cs_nav_list>li>a{text-transform:uppercase}.cs_site_header.cs_style_1.cs_transparent_header{background:#0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (min-width: 1200px){.cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list>li>a{color:var(--cl_header-text-light)}.cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list>li>a:hover{color:var(--cl_accent)}}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2{border-radius:5px;border-color:var(--cl_header-text-light);color:var(--cl_header-text-light)}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2:hover{background-color:var(--cl_accent);border-color:var(--cl_accent)}.cs_site_header.cs_style_1.cs_type_1{background-color:transparent;border-bottom:1px solid var(--ternary)}.cs_site_header.cs_style_1.cs_sticky_active{background-color:var(--cl_header-bg);box-shadow:0 10px 10px -10px #212b351a}.cs_main_header .container-fluid{padding-right:100px;padding-left:100px;overflow:visible}@media (max-width: 1679px){.cs_main_header .container-fluid{padding-right:60px;padding-left:60px}}@media (max-width: 1399px){.cs_main_header .container-fluid{padding-right:20px;padding-left:20px}}@media (max-width: 1199px){.cs_main_header .container-fluid{padding-right:15px;padding-left:15px}}@media (max-width: 991px){.cs_main_header .container-fluid{padding-right:30px;padding-left:30px}}@media (max-width: 575px){.cs_main_header .container-fluid{padding-right:10px;padding-left:10px}}.cs_main_header_center{display:none}@media (min-width: 1200px){.cs_main_header{position:relative;overflow:visible}.cs_main_header_center{position:absolute;display:block;left:50%;top:50%;transform:translate(-50%,-50%)}.cs_site_header.cs_style_1 .cs_main_header_center{display:flex;justify-content:center;align-items:center;height:100%;width:100%;max-width:calc(100% - 300px)}.cs_site_header.cs_style_1 .cs_main_header_left{height:100%;display:flex;justify-content:center;align-items:center}.cs_nav{display:flex;align-items:center;height:100%;line-height:1.6em}.cs_nav .cs_nav_list{display:flex!important;flex-wrap:wrap;height:inherit}.cs_nav .cs_nav_list>li{margin-right:40px;height:inherit}.cs_nav .cs_nav_list>li:last-child{margin-right:0}.cs_nav .cs_nav_list>li>a{padding:10px 0;display:inline-flex;position:relative;height:inherit;align-items:center}.cs_nav .cs_nav_list>li>ul{left:0;top:calc(100% + 15px);transition:all .4s ease;pointer-events:none}.cs_nav .cs_nav_list>li:hover>ul{top:100%;opacity:1;visibility:visible;pointer-events:auto}.cs_nav .cs_nav_list>li.menu-item-has-children>a{position:relative}.cs_nav .cs_nav_list>li.menu-item-has-children>a:after{content:\"\";display:inline-block;height:6px;width:6px;border:2px solid currentColor;transform:rotate(45deg);border-left:0;border-top:0;margin-left:6px;position:relative;top:-1px;border-radius:0 0 2px}.cs_nav .cs_nav_list>li ul{font-size:15px;font-weight:400;line-height:1.6em}.cs_nav .cs_nav_list li:not(.cs_mega_menu){position:relative}.cs_nav .cs_nav_list ul{width:230px;background-color:var(--cl_header-bg);position:absolute;border-top:2px solid var(--cl_accent);box-shadow:0 1px 2px #0200b51a;padding:10px 0;z-index:100;opacity:0;visibility:hidden;display:block!important;border-radius:0 0 5px 5px}.cs_nav .cs_nav_list ul li:hover ul{top:0}.cs_nav .cs_nav_list ul li:hover>ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list ul a{display:block;line-height:inherit;padding:10px 20px;color:var(--cl_header-text-light)}.cs_nav .cs_nav_list ul a:hover{color:var(--cl_accent)}.cs_nav .cs_nav_list ul ul{top:15px;left:100%}.cs_nav+.cs_toolbox{margin-left:40px}.cs_menu_toggle,.cs_menu_dropdown_toggle{display:none}.cs_nav .cs_nav_list .cs_mega_menu{position:relative}.cs_nav .cs_nav_list .cs_mega_wrapper{width:1296px!important;display:flex!important;position:fixed;top:100px!important;left:50%;transform:translate(-50%);padding:5px 15px 10px;border-top:2px solid var(--accent);border-radius:0 0 5px 5px}.cs_nav .cs_nav_list .cs_mega_wrapper a{padding:7px 10px}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children{flex:1;padding:10px 0}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a{font-size:18px;font-weight:600;pointer-events:none}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a:hover{background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul{position:initial;border:none;padding:0;width:100%;box-shadow:none;background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul a{transition:all .4s ease}.cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list>li ul:not(.cs_mega_wrapper) .menu-item-has-children>a{position:relative}.cs_hamburger_btn{display:none!important}}@media (min-width: 768px){.cs_gescout_sticky{position:fixed!important;top:0!important;opacity:1;transition:all .4s ease}.cs_gescout_sticky.cs_site_header.cs_style_1{background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cs_gescout_sticky.cs_site_header.cs_style_1.cs_transparent_header{background-color:var(--cl_header-bg)}}.cs_hamburger_btn{display:flex;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s ease;cursor:pointer;border:none;border-radius:50%;color:currentColor;background-color:transparent;outline:none;padding:0;color:var(--cl_header-text-light)}.cs_hamburger_btn .cs_hamburger_btn_in{width:30px;height:22px;line-height:0;cursor:pointer;position:relative;text-align:left;overflow:hidden;display:block}.cs_hamburger_btn .cs_hamburger_btn_in span{display:inline-block;position:absolute;height:2px;width:100%;background-color:currentColor;color:inherit;vertical-align:top;transition:.3s ease-in-out;border-radius:3px;left:0}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(1){transform:translateY(-10px);width:calc(100% - 5px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(2){transform:translate(0)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(3){transform:translateY(10px);width:calc(100% - 10px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(4){transform:translateY(20px);width:calc(100% - 20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span{transition:.3s ease-in-out}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(1){transform:translate(0)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(2){transform:translateY(10px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(3){transform:translateY(20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(4){transform:translateY(30px)}.cs_hamburger_active{overflow:hidden}.cs_hamburger_header{position:fixed;z-index:99999;background-color:var(--cl_menu-bg);color:var(--cl_menu-text);width:100%;height:100vh;opacity:0;visibility:hidden;transition:all .3s ease}.cs_hamburger_header a{border-color:var(--cl_menu-bg);color:var(--cl_menu-text)}.cs_hamburger_header a:hover{transform:initial;color:var(--cl_accent)}.cs_hamburger_header.active{opacity:1;visibility:visible}.cs_hamburger_header_top{display:flex;align-items:center;justify-content:space-between;height:110px}.cs_hamburger_menu{overflow-y:auto;overflow-x:hidden;height:calc(100vh - 110px);display:flex;flex-direction:column;padding-bottom:50px;color:var(--cl_menu-text);font-size:40px;font-family:var(--font-title)}.cs_hamburger_menu ul{list-style:none;padding:0;margin:auto 0;color:var(--cl_menu-text)}.cs_hamburger_menu .menu-item-has-children ul{display:none}.cs_hamburger_menu .cs_menu_dropdown_toggle{display:block;cursor:pointer;margin-top:5px}@media (max-width: 1199px){.cs_hamburger_menu .cs_menu_dropdown_toggle{position:initial;height:initial;width:initial;padding:0}}.cs_hamburger_menu .cs_menu_dropdown_toggle:before{content:\"\";position:absolute;height:100%;width:100%;left:0;top:0;height:50px}.cs_hamburger_menu .cs_menu_dropdown_toggle span{width:0px;height:0px;display:block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--cl_menu-text)}.cs_hamburger_menu .cs_menu_dropdown_toggle span:before,.cs_hamburger_menu .cs_menu_dropdown_toggle span:after{display:none}.cs_hamburger_menu .menu-item-has-children{display:flex;align-items:center;flex-wrap:wrap;position:relative;overflow:hidden}.cs_hamburger_menu .menu-item-has-children:hover>a{color:var(--cl_accent)}.cs_hamburger_menu .menu-item-has-children>*:first-child{order:1}.cs_hamburger_menu .menu-item-has-children>*:nth-child(2){order:3}.cs_hamburger_menu .menu-item-has-children>*:nth-child(3){order:2}.cs_hamburger_menu .menu-item-has-children>ul{width:100%}.cs_hamburger_menu .cs_nav_list>li:not(:last-child){margin-bottom:12px}.cs_hamburger_menu .cs_nav_list>li>ul{font-size:65%;line-height:1.6em}.cs_hamburger_menu .cs_nav_list>li>ul .cs_menu_dropdown_toggle{display:block;cursor:pointer}.cs_hamburger_menu .cs_nav_list>li>ul .cs_menu_dropdown_toggle:before{height:39px}.cs_hamburger_menu .cs_nav_list>li img{display:none}.cs_hamburger_menu .cs_nav_list ul{padding-left:25px;padding-top:10px}.cs_hamburger_menu .cs_nav_list ul li:not(:last-child){margin-bottom:10px}.cs_close_hamburger{background-color:transparent;border:navajowhite;padding:0;transition:all .4s ease;cursor:pointer}.cs_close_hamburger:hover{opacity:.75;transform:rotate(90deg) scale(1.05)}.cs_hamburger_header_info{height:calc(100vh - 110px);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}@media (max-width: 991px){.cs_hamburger_header_info{display:none}}.cs_hamburger_header_info_in{padding:0 0 50px;margin-top:auto;margin-bottom:auto}.header-responsive{display:none;background:#0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header-responsive img{max-height:100%}@media (max-width: 991px){.header-responsive{display:block;position:fixed;top:0;left:0;width:100%;z-index:9;text-align:center;padding-block:7px;height:55px}}\n"] }); }
|
|
6
6
|
}
|
|
7
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonHeaderBookShowComponent, decorators: [{
|
|
8
8
|
type: Component,
|
|
9
|
-
args: [{ selector: 'lib-babylon-header-book-show', standalone: true, imports: [], template: "<header class=\"cs_site_header cs_style_1 cs_transparent_header cs_primary_color cs_sticky_header\">\r\n <div class=\"cs_main_header\">\r\n <div class=\"container-fluid cs_plr_100\"> \r\n <div class=\"cs_main_header_in\">\r\n <div class=\"cs_main_header_left\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n </div>\r\n <div class=\"cs_main_header_center\">\r\n <nav class=\"cs_nav cs_fs_13 cs_semibold\">\r\n <ul class=\"cs_nav_list\">\r\n <li class=\"\">\r\n <a href=\"/home\">Home</a>\r\n \r\n </li>\r\n <li class=\"\"><a href=\"/hotel\">hotel</a></li>\r\n <li class=\"menu-item-has-children \">\r\n <a href=\"/rooms-list\">Rooms</a>\r\n <ul>\r\n <li><a href=\"/rooms-list\">Rooms v1</a></li>\r\n <li><a href=\"/rooms-list-v2\">Rooms v2</a></li>\r\n \r\n </ul>\r\n </li>\r\n <li class=\"\"><a href=\"services.html\">Services</a></li>\r\n <li class=\"\"><a href=\"restaurant.html\">Restaurant</a></li>\r\n <li class=\"\"> <a href=\"\">Pages</a> </li>\r\n \r\n <li><a href=\"/contacto\">Contacto</a></li>\r\n </ul>\r\n </nav>\r\n </div>\r\n <div class=\"cs_main_header_right\">\r\n <button class=\"btn btn_call btn--light ml--20\" id=\"btn-book\">\r\n <b>RESERVAR </b> \r\n </button> \r\n <button class=\"btn btn_primary btn--light ml--20 btn-lang\" id=\"btn-lang\">\r\n <b>ES</b> \r\n </button>\r\n \r\n <button class=\"cs_hamburger_btn ml--20\">\r\n <span class=\"cs_hamburger_btn_in\">\r\n <span></span>\r\n <span></span>\r\n <span></span>\r\n <span></span>\r\n </span>\r\n </button> \r\n \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</header>\r\n<div class=\"header-responsive\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n</div>\r\n\r\n<div class=\"cs_hamburger_header\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"cs_hamburger_header_top\">\r\n <div class=\"cs_hamburger_brand\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"/assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n </div>\r\n <button class=\"cs_close_hamburger\">\r\n <svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <path d=\"M19.8175 11.0675L15.885 15L19.8175 18.9325C20.0613 19.1763 20.0613 19.5725 19.8175 19.8162C19.695 19.9387 19.535 19.9987 19.375 19.9987C19.215 19.9987 19.055 19.9375 18.9325 19.8162L15 15.8837L11.0675 19.8162C10.945 19.9387 10.785 19.9987 10.625 19.9987C10.465 19.9987 10.305 19.9375 10.1825 19.8162C9.93875 19.5725 9.93875 19.1763 10.1825 18.9325L14.115 15L10.1825 11.0675C9.93875 10.8238 9.93875 10.4275 10.1825 10.1838C10.4262 9.94 10.8225 9.94 11.0662 10.1838L14.9987 14.1163L18.9313 10.1838C19.175 9.94 19.5713 9.94 19.815 10.1838C20.0588 10.4275 20.0588 10.8238 19.815 11.0675H19.8175ZM30 15C30 23.2712 23.2712 30 15 30C6.72875 30 0 23.2712 0 15C0 6.72875 6.72875 0 15 0C23.2712 0 30 6.72875 30 15ZM28.75 15C28.75 7.41875 22.5812 1.25 15 1.25C7.41875 1.25 1.25 7.41875 1.25 15C1.25 22.5812 7.41875 28.75 15 28.75C22.5812 28.75 28.75 22.5812 28.75 15Z\" fill=\"white\"/>\r\n </svg> \r\n </button>\r\n </div>\r\n </div>\r\n <div class=\"cs_hamburger_header_in\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-6\">\r\n <nav class=\"cs_hamburger_menu \">\r\n <ul class=\"cs_nav_list\">\r\n <li class=\"title--small\"> <a href=\"index.html\">Home</a> </li>\r\n <li class=\"title--small\"><a href=\"about.html\">About Us</a></li>\r\n <li class=\"menu-item-has-children title--small\">\r\n <a href=\"rooms.html\">Rooms</a>\r\n <ul>\r\n <li><a href=\"rooms.html\">Room Grid View</a></li>\r\n <li><a href=\"rooms-list-view.html\">Room List View</a></li>\r\n <li><a href=\"room-details.html\">Room Details V1</a></li>\r\n <li><a href=\"room-details-v2.html\">Room Details V2</a></li>\r\n <li><a href=\"room-details-v3.html\">Room Details V3</a></li>\r\n <li><a href=\"search-result.html\">Room Search Result</a></li>\r\n <li><a href=\"complete-reservation.html\">Payment Page</a></li>\r\n </ul>\r\n </li>\r\n <li class=\"title--small\"><a href=\"services.html\">Services</a></li>\r\n <li class=\"title--small\"><a href=\"restaurant.html\">Restaurant</a></li>\r\n <li class=\"title--small\"> <a href=\"\">Pages</a> </li> \r\n <li class=\"title--small\"><a href=\"contact.html\">Contact</a></li>\r\n </ul>\r\n </nav>\r\n </div>\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_header_info\">\r\n <div class=\"cs_hamburger_header_info_in\">\r\n <img src=\"/assets/babylon/fotos/hamburger_img.png\" alt=\"Hamburger\" class=\"cs_hamburger_header_img cs_mb_80\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_contact_info\">\r\n <h3 class=\"cs_fs_28 subtitle--small subtitle--small--light mb--20\">Contact</h3>\r\n <p class=\"text\"><a href=\"tel:+00(244)14-50-774\">Call : +00(244)14-50-774 </a><br>\r\n <a href=\"mailto:info-babylon.com\">Email : info-babylon.com</a> \r\n </p> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_contact_info\">\r\n <h3 class=\"cs_fs_28 subtitle--small subtitle--small--light mb--20\">Location</h3>\r\n <p class=\"ctext\">452 15h Street, Office 741, Ohio, De 47754, USA</p>\r\n <a href=\"#\" class=\"btn-link btn-link--light\"> \r\n <b>Map Direction</b> \r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_site_header{position:absolute;width:100%;left:0;top:0;z-index:101;transition:all .4s ease}@media (max-width: 767px){.cs_site_header{position:fixed;bottom:0;top:auto}.cs_site_header .cs_main_header_in{height:60px!important;width:100%}.cs_site_header .cs_main_header_left{display:none}.cs_site_header .cs_main_header_right{width:100%;justify-content:space-between}.cs_site_header .cs_main_header_right #btn-book{order:2;margin:0!important}.cs_site_header .cs_main_header_right .cs_hamburger_btn{order:1;margin:0!important;width:70px;text-align:left;justify-content:flex-start}.cs_site_header .cs_main_header_right #btn-lang{order:3;margin:0!important}}.cs_site_header.cs_style_1 .cs_main_header_in{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;position:relative;transition:all .3s ease}.cs_site_header.cs_style_1 .cs_main_header_in{height:100px}.cs_site_header.cs_style_1 .cs_main_header_right{display:flex;align-items:center;height:100%}.cs_site_header.cs_style_1 .cs_nav_list>li>a{text-transform:uppercase}.cs_site_header.cs_style_1.cs_transparent_header{background:#0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (min-width: 1200px){.cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list>li>a{color:var(--cl_header-text-light)}.cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list>li>a:hover{color:var(--cl_accent)}}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2{border-radius:5px;border-color:var(--cl_header-text-light);color:var(--cl_header-text-light)}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2:hover{background-color:var(--cl_accent);border-color:var(--cl_accent)}.cs_site_header.cs_style_1.cs_type_1{background-color:transparent;border-bottom:1px solid var(--ternary)}.cs_site_header.cs_style_1.cs_sticky_active{background-color:var(--cl_header-bg);box-shadow:0 10px 10px -10px #212b351a}.cs_main_header .container-fluid{padding-right:100px;padding-left:100px;overflow:visible}@media (max-width: 1679px){.cs_main_header .container-fluid{padding-right:60px;padding-left:60px}}@media (max-width: 1399px){.cs_main_header .container-fluid{padding-right:20px;padding-left:20px}}@media (max-width: 1199px){.cs_main_header .container-fluid{padding-right:15px;padding-left:15px}}@media (max-width: 991px){.cs_main_header .container-fluid{padding-right:30px;padding-left:30px}}@media (max-width: 575px){.cs_main_header .container-fluid{padding-right:10px;padding-left:10px}}.cs_main_header_center{display:none}@media (min-width: 1200px){.cs_main_header{position:relative;overflow:visible}.cs_main_header_center{position:absolute;display:block;left:50%;top:50%;transform:translate(-50%,-50%)}.cs_site_header.cs_style_1 .cs_main_header_center{display:flex;justify-content:center;align-items:center;height:100%;width:100%;max-width:calc(100% - 300px)}.cs_site_header.cs_style_1 .cs_main_header_left{height:100%;display:flex;justify-content:center;align-items:center}.cs_nav{display:flex;align-items:center;height:100%;line-height:1.6em}.cs_nav .cs_nav_list{display:flex!important;flex-wrap:wrap;height:inherit}.cs_nav .cs_nav_list>li{margin-right:40px;height:inherit}.cs_nav .cs_nav_list>li:last-child{margin-right:0}.cs_nav .cs_nav_list>li>a{padding:10px 0;display:inline-flex;position:relative;height:inherit;align-items:center}.cs_nav .cs_nav_list>li>ul{left:0;top:calc(100% + 15px);transition:all .4s ease;pointer-events:none}.cs_nav .cs_nav_list>li:hover>ul{top:100%;opacity:1;visibility:visible;pointer-events:auto}.cs_nav .cs_nav_list>li.menu-item-has-children>a{position:relative}.cs_nav .cs_nav_list>li.menu-item-has-children>a:after{content:\"\";display:inline-block;height:6px;width:6px;border:2px solid currentColor;transform:rotate(45deg);border-left:0;border-top:0;margin-left:6px;position:relative;top:-1px;border-radius:0 0 2px}.cs_nav .cs_nav_list>li ul{font-size:15px;font-weight:400;line-height:1.6em}.cs_nav .cs_nav_list li:not(.cs_mega_menu){position:relative}.cs_nav .cs_nav_list ul{width:230px;background-color:var(--cl_header-bg);position:absolute;border-top:2px solid var(--cl_accent);box-shadow:0 1px 2px #0200b51a;padding:10px 0;z-index:100;opacity:0;visibility:hidden;display:block!important;border-radius:0 0 5px 5px}.cs_nav .cs_nav_list ul li:hover ul{top:0}.cs_nav .cs_nav_list ul li:hover>ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list ul a{display:block;line-height:inherit;padding:10px 20px;color:var(--cl_header-text-light)}.cs_nav .cs_nav_list ul a:hover{color:var(--cl_accent)}.cs_nav .cs_nav_list ul ul{top:15px;left:100%}.cs_nav+.cs_toolbox{margin-left:40px}.cs_menu_toggle,.cs_menu_dropdown_toggle{display:none}.cs_nav .cs_nav_list .cs_mega_menu{position:relative}.cs_nav .cs_nav_list .cs_mega_wrapper{width:1296px!important;display:flex!important;position:fixed;top:100px!important;left:50%;transform:translate(-50%);padding:5px 15px 10px;border-top:2px solid var(--accent);border-radius:0 0 5px 5px}.cs_nav .cs_nav_list .cs_mega_wrapper a{padding:7px 10px}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children{flex:1;padding:10px 0}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a{font-size:18px;font-weight:600;pointer-events:none}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a:hover{background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul{position:initial;border:none;padding:0;width:100%;box-shadow:none;background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul a{transition:all .4s ease}.cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list>li ul:not(.cs_mega_wrapper) .menu-item-has-children>a{position:relative}.cs_hamburger_btn{display:none!important}}@media (min-width: 768px){.cs_gescout_sticky{position:fixed!important;top:0!important;opacity:1;transition:all .4s ease}.cs_gescout_sticky.cs_site_header.cs_style_1{background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cs_gescout_sticky.cs_site_header.cs_style_1.cs_transparent_header{background-color:var(--cl_header-bg)}}.cs_hamburger_btn{display:flex;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s ease;cursor:pointer;border:none;border-radius:50%;color:currentColor;background-color:transparent;outline:none;padding:0;color:var(--cl_header-text-light)}.cs_hamburger_btn .cs_hamburger_btn_in{width:30px;height:22px;line-height:0;cursor:pointer;position:relative;text-align:left;overflow:hidden;display:block}.cs_hamburger_btn .cs_hamburger_btn_in span{display:inline-block;position:absolute;height:2px;width:100%;background-color:currentColor;color:inherit;vertical-align:top;transition:.3s ease-in-out;border-radius:3px;left:0}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(1){transform:translateY(-10px);width:calc(100% - 5px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(2){transform:translate(0)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(3){transform:translateY(10px);width:calc(100% - 10px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(4){transform:translateY(20px);width:calc(100% - 20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span{transition:.3s ease-in-out}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(1){transform:translate(0)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(2){transform:translateY(10px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(3){transform:translateY(20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(4){transform:translateY(30px)}.cs_hamburger_active{overflow:hidden}.cs_hamburger_header{position:fixed;z-index:99999;background-color:var(--cl_menu-bg);color:var(--cl_menu-text);width:100%;height:100vh;opacity:0;visibility:hidden;transition:all .3s ease}.cs_hamburger_header a{border-color:var(--cl_menu-bg);color:var(--cl_menu-text)}.cs_hamburger_header a:hover{transform:initial;color:var(--cl_accent)}.cs_hamburger_header.active{opacity:1;visibility:visible}.cs_hamburger_header_top{display:flex;align-items:center;justify-content:space-between;height:110px}.cs_hamburger_menu{overflow-y:auto;overflow-x:hidden;height:calc(100vh - 110px);display:flex;flex-direction:column;padding-bottom:50px;color:var(--cl_menu-text);font-size:40px;font-family:var(--font-title)}.cs_hamburger_menu ul{list-style:none;padding:0;margin:auto 0;color:var(--cl_menu-text)}.cs_hamburger_menu .menu-item-has-children ul{display:none}.cs_hamburger_menu .cs_menu_dropdown_toggle{display:block;cursor:pointer;margin-top:5px}@media (max-width: 1199px){.cs_hamburger_menu .cs_menu_dropdown_toggle{position:initial;height:initial;width:initial;padding:0}}.cs_hamburger_menu .cs_menu_dropdown_toggle:before{content:\"\";position:absolute;height:100%;width:100%;left:0;top:0;height:50px}.cs_hamburger_menu .cs_menu_dropdown_toggle span{width:0px;height:0px;display:block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--cl_menu-text)}.cs_hamburger_menu .cs_menu_dropdown_toggle span:before,.cs_hamburger_menu .cs_menu_dropdown_toggle span:after{display:none}.cs_hamburger_menu .menu-item-has-children{display:flex;align-items:center;flex-wrap:wrap;position:relative;overflow:hidden}.cs_hamburger_menu .menu-item-has-children:hover>a{color:var(--cl_accent)}.cs_hamburger_menu .menu-item-has-children>*:first-child{order:1}.cs_hamburger_menu .menu-item-has-children>*:nth-child(2){order:3}.cs_hamburger_menu .menu-item-has-children>*:nth-child(3){order:2}.cs_hamburger_menu .menu-item-has-children>ul{width:100%}.cs_hamburger_menu .cs_nav_list>li:not(:last-child){margin-bottom:12px}.cs_hamburger_menu .cs_nav_list>li>ul{font-size:65%;line-height:1.6em}.cs_hamburger_menu .cs_nav_list>li>ul .cs_menu_dropdown_toggle{display:block;cursor:pointer}.cs_hamburger_menu .cs_nav_list>li>ul .cs_menu_dropdown_toggle:before{height:39px}.cs_hamburger_menu .cs_nav_list>li img{display:none}.cs_hamburger_menu .cs_nav_list ul{padding-left:25px;padding-top:10px}.cs_hamburger_menu .cs_nav_list ul li:not(:last-child){margin-bottom:10px}.cs_close_hamburger{background-color:transparent;border:navajowhite;padding:0;transition:all .4s ease;cursor:pointer}.cs_close_hamburger:hover{opacity:.75;transform:rotate(90deg) scale(1.05)}.cs_hamburger_header_info{height:calc(100vh - 110px);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}@media (max-width: 991px){.cs_hamburger_header_info{display:none}}.cs_hamburger_header_info_in{padding:0 0 50px;margin-top:auto;margin-bottom:auto}.header-responsive{display:none;background:#0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header-responsive img{max-height:100%}@media (max-width: 991px){.header-responsive{display:block;position:fixed;top:0;left:0;width:100%;z-index:9;text-align:center;padding-block:7px;height:55px}}\n"] }]
|
|
9
|
+
args: [{ selector: 'lib-babylon-header-book-show', standalone: true, imports: [], template: "<header class=\"cs_site_header cs_style_1 cs_transparent_header cs_primary_color cs_sticky_header\">\r\n <div class=\"cs_main_header\">\r\n <div class=\"container-fluid cs_plr_100\"> \r\n <div class=\"cs_main_header_in\">\r\n <div class=\"cs_main_header_left\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n </div>\r\n <div class=\"cs_main_header_center\">\r\n <nav class=\"cs_nav cs_fs_13 cs_semibold\">\r\n <ul class=\"cs_nav_list\">\r\n <li class=\"\">\r\n <a href=\"/home\">Home</a>\r\n \r\n </li>\r\n <li class=\"\"><a href=\"/hotel\">hotel</a></li>\r\n <li class=\"menu-item-has-children \">\r\n <a href=\"/rooms-list\">Rooms</a>\r\n <ul>\r\n <li><a href=\"/rooms-list\">Rooms v1</a></li>\r\n <li><a href=\"/rooms-list-v2\">Rooms v2</a></li>\r\n \r\n </ul>\r\n </li>\r\n <li class=\"\"><a href=\"services.html\">Services</a></li>\r\n <li class=\"\"><a href=\"restaurant.html\">Restaurant</a></li>\r\n <li class=\"\"> <a href=\"\">Pages</a> </li>\r\n \r\n <li><a href=\"/contacto\">Contacto</a></li>\r\n </ul>\r\n </nav>\r\n </div>\r\n <div class=\"cs_main_header_right\">\r\n <button class=\"btn btn_call btn--light ml--20\" id=\"btn-book\">\r\n <b>RESERVAR </b> \r\n </button> \r\n <button class=\"btn btn_primary btn--light ml--20 btn-lang\" id=\"btn-lang\">\r\n <b>ES</b> \r\n </button>\r\n \r\n <button class=\"cs_hamburger_btn ml--20\">\r\n <span class=\"cs_hamburger_btn_in\">\r\n <span></span>\r\n <span></span>\r\n <span></span>\r\n <span></span>\r\n </span>\r\n </button> \r\n \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</header>\r\n<div class=\"header-responsive\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n</div>\r\n\r\n<div class=\"cs_hamburger_header\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"cs_hamburger_header_top\">\r\n <div class=\"cs_hamburger_brand\">\r\n <a class=\"cs_site_branding\" href=\"index.html\">\r\n <img src=\"/assets/babylon/svg/logo.svg\" alt=\"Logo\">\r\n </a>\r\n </div>\r\n <button class=\"cs_close_hamburger\">\r\n <svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <path d=\"M19.8175 11.0675L15.885 15L19.8175 18.9325C20.0613 19.1763 20.0613 19.5725 19.8175 19.8162C19.695 19.9387 19.535 19.9987 19.375 19.9987C19.215 19.9987 19.055 19.9375 18.9325 19.8162L15 15.8837L11.0675 19.8162C10.945 19.9387 10.785 19.9987 10.625 19.9987C10.465 19.9987 10.305 19.9375 10.1825 19.8162C9.93875 19.5725 9.93875 19.1763 10.1825 18.9325L14.115 15L10.1825 11.0675C9.93875 10.8238 9.93875 10.4275 10.1825 10.1838C10.4262 9.94 10.8225 9.94 11.0662 10.1838L14.9987 14.1163L18.9313 10.1838C19.175 9.94 19.5713 9.94 19.815 10.1838C20.0588 10.4275 20.0588 10.8238 19.815 11.0675H19.8175ZM30 15C30 23.2712 23.2712 30 15 30C6.72875 30 0 23.2712 0 15C0 6.72875 6.72875 0 15 0C23.2712 0 30 6.72875 30 15ZM28.75 15C28.75 7.41875 22.5812 1.25 15 1.25C7.41875 1.25 1.25 7.41875 1.25 15C1.25 22.5812 7.41875 28.75 15 28.75C22.5812 28.75 28.75 22.5812 28.75 15Z\" fill=\"white\"/>\r\n </svg> \r\n </button>\r\n </div>\r\n </div>\r\n <div class=\"cs_hamburger_header_in\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-6\">\r\n <nav class=\"cs_hamburger_menu \">\r\n <ul class=\"cs_nav_list\">\r\n <li class=\"title--small\"> <a href=\"index.html\">Home</a> </li>\r\n <li class=\"title--small\"><a href=\"about.html\">About Us</a></li>\r\n <li class=\"menu-item-has-children title--small\">\r\n <a href=\"rooms.html\">Rooms</a>\r\n <ul>\r\n <li><a href=\"rooms.html\">Room Grid View</a></li>\r\n <li><a href=\"rooms-list-view.html\">Room List View</a></li>\r\n <li><a href=\"room-details.html\">Room Details V1</a></li>\r\n <li><a href=\"room-details-v2.html\">Room Details V2</a></li>\r\n <li><a href=\"room-details-v3.html\">Room Details V3</a></li>\r\n <li><a href=\"search-result.html\">Room Search Result</a></li>\r\n <li><a href=\"complete-reservation.html\">Payment Page</a></li>\r\n </ul>\r\n </li>\r\n <li class=\"title--small\"><a href=\"services.html\">Services</a></li>\r\n <li class=\"title--small\"><a href=\"restaurant.html\">Restaurant</a></li>\r\n <li class=\"title--small\"> <a href=\"\">Pages</a> </li> \r\n <li class=\"title--small\"><a href=\"contact.html\">Contact</a></li>\r\n </ul>\r\n </nav>\r\n </div>\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_header_info\">\r\n <div class=\"cs_hamburger_header_info_in\">\r\n <img src=\"/assets/babylon/fotos/hamburger_img.png\" alt=\"Hamburger\" class=\"cs_hamburger_header_img cs_mb_80\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_contact_info\">\r\n <h3 class=\"cs_fs_28 subtitle--small subtitle--small--light mb--20\">Contact</h3>\r\n <p class=\"text\"><a href=\"tel:+00(244)14-50-774\">Call : +00(244)14-50-774 </a><br>\r\n <a href=\"mailto:info-babylon.com\">Email : info-babylon.com</a> \r\n </p> \r\n </div>\r\n </div>\r\n <div class=\"col-lg-6\">\r\n <div class=\"cs_hamburger_contact_info\">\r\n <h3 class=\"cs_fs_28 subtitle--small subtitle--small--light mb--20\">Location</h3>\r\n <p class=\"ctext\">452 15h Street, Office 741, Ohio, De 47754, USA</p>\r\n <a href=\"#\" class=\"btn-link btn-link--light\"> \r\n <b>Map Direction</b> \r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_site_header{position:fixed;width:100%;left:0;top:0;z-index:101;transition:all .4s ease}@media (max-width: 767px){.cs_site_header{position:fixed;bottom:0;top:auto}.cs_site_header .cs_main_header_in{height:60px!important;width:100%}.cs_site_header .cs_main_header_left{display:none}.cs_site_header .cs_main_header_right{width:100%;justify-content:space-between}.cs_site_header .cs_main_header_right #btn-book{order:2;margin:0!important}.cs_site_header .cs_main_header_right .cs_hamburger_btn{order:1;margin:0!important;width:70px;text-align:left;justify-content:flex-start}.cs_site_header .cs_main_header_right #btn-lang{order:3;margin:0!important}}.cs_site_header.cs_style_1 .cs_main_header_in{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;position:relative;transition:all .3s ease}.cs_site_header.cs_style_1 .cs_main_header_in{height:100px}.cs_site_header.cs_style_1 .cs_main_header_right{display:flex;align-items:center;height:100%}.cs_site_header.cs_style_1 .cs_nav_list>li>a{text-transform:uppercase}.cs_site_header.cs_style_1.cs_transparent_header{background:#0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (min-width: 1200px){.cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list>li>a{color:var(--cl_header-text-light)}.cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list>li>a:hover{color:var(--cl_accent)}}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2{border-radius:5px;border-color:var(--cl_header-text-light);color:var(--cl_header-text-light)}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2:hover{background-color:var(--cl_accent);border-color:var(--cl_accent)}.cs_site_header.cs_style_1.cs_type_1{background-color:transparent;border-bottom:1px solid var(--ternary)}.cs_site_header.cs_style_1.cs_sticky_active{background-color:var(--cl_header-bg);box-shadow:0 10px 10px -10px #212b351a}.cs_main_header .container-fluid{padding-right:100px;padding-left:100px;overflow:visible}@media (max-width: 1679px){.cs_main_header .container-fluid{padding-right:60px;padding-left:60px}}@media (max-width: 1399px){.cs_main_header .container-fluid{padding-right:20px;padding-left:20px}}@media (max-width: 1199px){.cs_main_header .container-fluid{padding-right:15px;padding-left:15px}}@media (max-width: 991px){.cs_main_header .container-fluid{padding-right:30px;padding-left:30px}}@media (max-width: 575px){.cs_main_header .container-fluid{padding-right:10px;padding-left:10px}}.cs_main_header_center{display:none}@media (min-width: 1200px){.cs_main_header{position:relative;overflow:visible}.cs_main_header_center{position:absolute;display:block;left:50%;top:50%;transform:translate(-50%,-50%)}.cs_site_header.cs_style_1 .cs_main_header_center{display:flex;justify-content:center;align-items:center;height:100%;width:100%;max-width:calc(100% - 300px)}.cs_site_header.cs_style_1 .cs_main_header_left{height:100%;display:flex;justify-content:center;align-items:center}.cs_nav{display:flex;align-items:center;height:100%;line-height:1.6em}.cs_nav .cs_nav_list{display:flex!important;flex-wrap:wrap;height:inherit}.cs_nav .cs_nav_list>li{margin-right:40px;height:inherit}.cs_nav .cs_nav_list>li:last-child{margin-right:0}.cs_nav .cs_nav_list>li>a{padding:10px 0;display:inline-flex;position:relative;height:inherit;align-items:center}.cs_nav .cs_nav_list>li>ul{left:0;top:calc(100% + 15px);transition:all .4s ease;pointer-events:none}.cs_nav .cs_nav_list>li:hover>ul{top:100%;opacity:1;visibility:visible;pointer-events:auto}.cs_nav .cs_nav_list>li.menu-item-has-children>a{position:relative}.cs_nav .cs_nav_list>li.menu-item-has-children>a:after{content:\"\";display:inline-block;height:6px;width:6px;border:2px solid currentColor;transform:rotate(45deg);border-left:0;border-top:0;margin-left:6px;position:relative;top:-1px;border-radius:0 0 2px}.cs_nav .cs_nav_list>li ul{font-size:15px;font-weight:400;line-height:1.6em}.cs_nav .cs_nav_list li:not(.cs_mega_menu){position:relative}.cs_nav .cs_nav_list ul{width:230px;background-color:var(--cl_header-bg);position:absolute;border-top:2px solid var(--cl_accent);box-shadow:0 1px 2px #0200b51a;padding:10px 0;z-index:100;opacity:0;visibility:hidden;display:block!important;border-radius:0 0 5px 5px}.cs_nav .cs_nav_list ul li:hover ul{top:0}.cs_nav .cs_nav_list ul li:hover>ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list ul a{display:block;line-height:inherit;padding:10px 20px;color:var(--cl_header-text-light)}.cs_nav .cs_nav_list ul a:hover{color:var(--cl_accent)}.cs_nav .cs_nav_list ul ul{top:15px;left:100%}.cs_nav+.cs_toolbox{margin-left:40px}.cs_menu_toggle,.cs_menu_dropdown_toggle{display:none}.cs_nav .cs_nav_list .cs_mega_menu{position:relative}.cs_nav .cs_nav_list .cs_mega_wrapper{width:1296px!important;display:flex!important;position:fixed;top:100px!important;left:50%;transform:translate(-50%);padding:5px 15px 10px;border-top:2px solid var(--accent);border-radius:0 0 5px 5px}.cs_nav .cs_nav_list .cs_mega_wrapper a{padding:7px 10px}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children{flex:1;padding:10px 0}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a{font-size:18px;font-weight:600;pointer-events:none}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a:hover{background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul{position:initial;border:none;padding:0;width:100%;box-shadow:none;background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul a{transition:all .4s ease}.cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list>li ul:not(.cs_mega_wrapper) .menu-item-has-children>a{position:relative}.cs_hamburger_btn{display:none!important}}@media (min-width: 768px){.cs_gescout_sticky{position:fixed!important;top:0!important;opacity:1;transition:all .4s ease}.cs_gescout_sticky.cs_site_header.cs_style_1{background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cs_gescout_sticky.cs_site_header.cs_style_1.cs_transparent_header{background-color:var(--cl_header-bg)}}.cs_hamburger_btn{display:flex;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s ease;cursor:pointer;border:none;border-radius:50%;color:currentColor;background-color:transparent;outline:none;padding:0;color:var(--cl_header-text-light)}.cs_hamburger_btn .cs_hamburger_btn_in{width:30px;height:22px;line-height:0;cursor:pointer;position:relative;text-align:left;overflow:hidden;display:block}.cs_hamburger_btn .cs_hamburger_btn_in span{display:inline-block;position:absolute;height:2px;width:100%;background-color:currentColor;color:inherit;vertical-align:top;transition:.3s ease-in-out;border-radius:3px;left:0}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(1){transform:translateY(-10px);width:calc(100% - 5px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(2){transform:translate(0)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(3){transform:translateY(10px);width:calc(100% - 10px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(4){transform:translateY(20px);width:calc(100% - 20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span{transition:.3s ease-in-out}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(1){transform:translate(0)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(2){transform:translateY(10px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(3){transform:translateY(20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(4){transform:translateY(30px)}.cs_hamburger_active{overflow:hidden}.cs_hamburger_header{position:fixed;z-index:99999;background-color:var(--cl_menu-bg);color:var(--cl_menu-text);width:100%;height:100vh;opacity:0;visibility:hidden;transition:all .3s ease}.cs_hamburger_header a{border-color:var(--cl_menu-bg);color:var(--cl_menu-text)}.cs_hamburger_header a:hover{transform:initial;color:var(--cl_accent)}.cs_hamburger_header.active{opacity:1;visibility:visible}.cs_hamburger_header_top{display:flex;align-items:center;justify-content:space-between;height:110px}.cs_hamburger_menu{overflow-y:auto;overflow-x:hidden;height:calc(100vh - 110px);display:flex;flex-direction:column;padding-bottom:50px;color:var(--cl_menu-text);font-size:40px;font-family:var(--font-title)}.cs_hamburger_menu ul{list-style:none;padding:0;margin:auto 0;color:var(--cl_menu-text)}.cs_hamburger_menu .menu-item-has-children ul{display:none}.cs_hamburger_menu .cs_menu_dropdown_toggle{display:block;cursor:pointer;margin-top:5px}@media (max-width: 1199px){.cs_hamburger_menu .cs_menu_dropdown_toggle{position:initial;height:initial;width:initial;padding:0}}.cs_hamburger_menu .cs_menu_dropdown_toggle:before{content:\"\";position:absolute;height:100%;width:100%;left:0;top:0;height:50px}.cs_hamburger_menu .cs_menu_dropdown_toggle span{width:0px;height:0px;display:block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--cl_menu-text)}.cs_hamburger_menu .cs_menu_dropdown_toggle span:before,.cs_hamburger_menu .cs_menu_dropdown_toggle span:after{display:none}.cs_hamburger_menu .menu-item-has-children{display:flex;align-items:center;flex-wrap:wrap;position:relative;overflow:hidden}.cs_hamburger_menu .menu-item-has-children:hover>a{color:var(--cl_accent)}.cs_hamburger_menu .menu-item-has-children>*:first-child{order:1}.cs_hamburger_menu .menu-item-has-children>*:nth-child(2){order:3}.cs_hamburger_menu .menu-item-has-children>*:nth-child(3){order:2}.cs_hamburger_menu .menu-item-has-children>ul{width:100%}.cs_hamburger_menu .cs_nav_list>li:not(:last-child){margin-bottom:12px}.cs_hamburger_menu .cs_nav_list>li>ul{font-size:65%;line-height:1.6em}.cs_hamburger_menu .cs_nav_list>li>ul .cs_menu_dropdown_toggle{display:block;cursor:pointer}.cs_hamburger_menu .cs_nav_list>li>ul .cs_menu_dropdown_toggle:before{height:39px}.cs_hamburger_menu .cs_nav_list>li img{display:none}.cs_hamburger_menu .cs_nav_list ul{padding-left:25px;padding-top:10px}.cs_hamburger_menu .cs_nav_list ul li:not(:last-child){margin-bottom:10px}.cs_close_hamburger{background-color:transparent;border:navajowhite;padding:0;transition:all .4s ease;cursor:pointer}.cs_close_hamburger:hover{opacity:.75;transform:rotate(90deg) scale(1.05)}.cs_hamburger_header_info{height:calc(100vh - 110px);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}@media (max-width: 991px){.cs_hamburger_header_info{display:none}}.cs_hamburger_header_info_in{padding:0 0 50px;margin-top:auto;margin-bottom:auto}.header-responsive{display:none;background:#0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header-responsive img{max-height:100%}@media (max-width: 991px){.header-responsive{display:block;position:fixed;top:0;left:0;width:100%;z-index:9;text-align:center;padding-block:7px;height:55px}}\n"] }]
|
|
10
10
|
}] });
|
|
11
11
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1oZWFkZXItYm9vay1zaG93LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkZXItYm9vay1zaG93L2JhYnlsb24taGVhZGVyLWJvb2stc2hvdy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLWJvb2stc2hvdy9iYWJ5bG9uLWhlYWRlci1ib29rLXNob3cuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLDhCQUE4QjsrR0FBOUIsOEJBQThCO21HQUE5Qiw4QkFBOEIsd0ZDVDNDLHd5T0FxSU07OzRGRDVITyw4QkFBOEI7a0JBUDFDLFNBQVM7K0JBQ0UsOEJBQThCLGNBQzVCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWhlYWRlci1ib29rLXNob3cnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24taGVhZGVyLWJvb2stc2hvdy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24taGVhZGVyLWJvb2stc2hvdy5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIEJhYnlsb25IZWFkZXJCb29rU2hvd0NvbXBvbmVudCB7XHJcblxyXG59XHJcbiIsIjxoZWFkZXIgY2xhc3M9XCJjc19zaXRlX2hlYWRlciBjc19zdHlsZV8xIGNzX3RyYW5zcGFyZW50X2hlYWRlciBjc19wcmltYXJ5X2NvbG9yIGNzX3N0aWNreV9oZWFkZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjc19tYWluX2hlYWRlclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZmx1aWQgY3NfcGxyXzEwMFwiPiBcclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfbWFpbl9oZWFkZXJfaW5cIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19tYWluX2hlYWRlcl9sZWZ0XCI+XHJcbiAgICAgICAgICAgIDxhIGNsYXNzPVwiY3Nfc2l0ZV9icmFuZGluZ1wiIGhyZWY9XCJpbmRleC5odG1sXCI+XHJcbiAgICAgICAgICAgICAgPGltZyBzcmM9XCJhc3NldHMvYmFieWxvbi9zdmcvbG9nby5zdmdcIiBhbHQ9XCJMb2dvXCI+XHJcbiAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNzX21haW5faGVhZGVyX2NlbnRlclwiPlxyXG4gICAgICAgICAgICA8bmF2IGNsYXNzPVwiY3NfbmF2IGNzX2ZzXzEzIGNzX3NlbWlib2xkXCI+XHJcbiAgICAgICAgICAgICAgPHVsIGNsYXNzPVwiY3NfbmF2X2xpc3RcIj5cclxuICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cIlwiPlxyXG4gICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL2hvbWVcIj5Ib21lPC9hPlxyXG4gICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJcIj48YSBocmVmPVwiL2hvdGVsXCI+aG90ZWw8L2E+PC9saT5cclxuICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cIm1lbnUtaXRlbS1oYXMtY2hpbGRyZW4gXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIvcm9vbXMtbGlzdFwiPlJvb21zPC9hPlxyXG4gICAgICAgICAgICAgICAgICA8dWw+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCIvcm9vbXMtbGlzdFwiPlJvb21zIHYxPC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCIvcm9vbXMtbGlzdC12MlwiPlJvb21zIHYyPC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJcIj48YSBocmVmPVwic2VydmljZXMuaHRtbFwiPlNlcnZpY2VzPC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJcIj48YSBocmVmPVwicmVzdGF1cmFudC5odG1sXCI+UmVzdGF1cmFudDwvYT48L2xpPlxyXG4gICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwiXCI+IDxhIGhyZWY9XCJcIj5QYWdlczwvYT4gPC9saT5cclxuICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCIvY29udGFjdG9cIj5Db250YWN0bzwvYT48L2xpPlxyXG4gICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgIDwvbmF2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfbWFpbl9oZWFkZXJfcmlnaHRcIj5cclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImJ0biBidG5fY2FsbCBidG4tLWxpZ2h0IG1sLS0yMFwiIGlkPVwiYnRuLWJvb2tcIj5cclxuICAgICAgICAgICAgICA8Yj5SRVNFUlZBUiA8L2I+IFxyXG4gICAgICAgICAgICA8L2J1dHRvbj4gXHJcbiAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJidG4gYnRuX3ByaW1hcnkgYnRuLS1saWdodCBtbC0tMjAgYnRuLWxhbmdcIiBpZD1cImJ0bi1sYW5nXCI+XHJcbiAgICAgICAgICAgICAgPGI+RVM8L2I+IFxyXG4gICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgIFxyXG4gICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJjc19oYW1idXJnZXJfYnRuIG1sLS0yMFwiPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjc19oYW1idXJnZXJfYnRuX2luXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuPjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgPHNwYW4+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICA8c3Bhbj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuPjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICAgICAgICA8L2J1dHRvbj4gIFxyXG4gICAgICAgICAgICAgXHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9oZWFkZXI+XHJcbjxkaXYgY2xhc3M9XCJoZWFkZXItcmVzcG9uc2l2ZVwiPlxyXG4gIDxhIGNsYXNzPVwiY3Nfc2l0ZV9icmFuZGluZ1wiIGhyZWY9XCJpbmRleC5odG1sXCI+XHJcbiAgICA8aW1nIHNyYz1cImFzc2V0cy9iYWJ5bG9uL3N2Zy9sb2dvLnN2Z1wiIGFsdD1cIkxvZ29cIj5cclxuICA8L2E+XHJcbjwvZGl2PlxyXG5cclxuPGRpdiBjbGFzcz1cImNzX2hhbWJ1cmdlcl9oZWFkZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZmx1aWQgY3NfcGxyXzEwMFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19oYW1idXJnZXJfaGVhZGVyX3RvcFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfaGFtYnVyZ2VyX2JyYW5kXCI+XHJcbiAgICAgICAgICAgICAgICA8YSBjbGFzcz1cImNzX3NpdGVfYnJhbmRpbmdcIiBocmVmPVwiaW5kZXguaHRtbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9sb2dvLnN2Z1wiIGFsdD1cIkxvZ29cIj5cclxuICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJjc19jbG9zZV9oYW1idXJnZXJcIj5cclxuICAgICAgICAgICAgICAgIDxzdmcgd2lkdGg9XCIzMFwiIGhlaWdodD1cIjMwXCIgdmlld0JveD1cIjAgMCAzMCAzMFwiIGZpbGw9XCJub25lXCIgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9XCJNMTkuODE3NSAxMS4wNjc1TDE1Ljg4NSAxNUwxOS44MTc1IDE4LjkzMjVDMjAuMDYxMyAxOS4xNzYzIDIwLjA2MTMgMTkuNTcyNSAxOS44MTc1IDE5LjgxNjJDMTkuNjk1IDE5LjkzODcgMTkuNTM1IDE5Ljk5ODcgMTkuMzc1IDE5Ljk5ODdDMTkuMjE1IDE5Ljk5ODcgMTkuMDU1IDE5LjkzNzUgMTguOTMyNSAxOS44MTYyTDE1IDE1Ljg4MzdMMTEuMDY3NSAxOS44MTYyQzEwLjk0NSAxOS45Mzg3IDEwLjc4NSAxOS45OTg3IDEwLjYyNSAxOS45OTg3QzEwLjQ2NSAxOS45OTg3IDEwLjMwNSAxOS45Mzc1IDEwLjE4MjUgMTkuODE2MkM5LjkzODc1IDE5LjU3MjUgOS45Mzg3NSAxOS4xNzYzIDEwLjE4MjUgMTguOTMyNUwxNC4xMTUgMTVMMTAuMTgyNSAxMS4wNjc1QzkuOTM4NzUgMTAuODIzOCA5LjkzODc1IDEwLjQyNzUgMTAuMTgyNSAxMC4xODM4QzEwLjQyNjIgOS45NCAxMC44MjI1IDkuOTQgMTEuMDY2MiAxMC4xODM4TDE0Ljk5ODcgMTQuMTE2M0wxOC45MzEzIDEwLjE4MzhDMTkuMTc1IDkuOTQgMTkuNTcxMyA5Ljk0IDE5LjgxNSAxMC4xODM4QzIwLjA1ODggMTAuNDI3NSAyMC4wNTg4IDEwLjgyMzggMTkuODE1IDExLjA2NzVIMTkuODE3NVpNMzAgMTVDMzAgMjMuMjcxMiAyMy4yNzEyIDMwIDE1IDMwQzYuNzI4NzUgMzAgMCAyMy4yNzEyIDAgMTVDMCA2LjcyODc1IDYuNzI4NzUgMCAxNSAwQzIzLjI3MTIgMCAzMCA2LjcyODc1IDMwIDE1Wk0yOC43NSAxNUMyOC43NSA3LjQxODc1IDIyLjU4MTIgMS4yNSAxNSAxLjI1QzcuNDE4NzUgMS4yNSAxLjI1IDcuNDE4NzUgMS4yNSAxNUMxLjI1IDIyLjU4MTIgNy40MTg3NSAyOC43NSAxNSAyOC43NUMyMi41ODEyIDI4Ljc1IDI4Ljc1IDIyLjU4MTIgMjguNzUgMTVaXCIgZmlsbD1cIndoaXRlXCIvPlxyXG4gICAgICAgICAgICAgICAgPC9zdmc+ICAgICAgICAgICAgXHJcbiAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY3NfaGFtYnVyZ2VyX2hlYWRlcl9pblwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTZcIj5cclxuICAgICAgICAgICAgICAgIDxuYXYgY2xhc3M9XCJjc19oYW1idXJnZXJfbWVudSBcIj5cclxuICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX25hdl9saXN0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+IDxhIGhyZWY9XCJpbmRleC5odG1sXCI+SG9tZTwvYT4gIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+PGEgaHJlZj1cImFib3V0Lmh0bWxcIj5BYm91dCBVczwvYT48L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cIm1lbnUtaXRlbS1oYXMtY2hpbGRyZW4gdGl0bGUtLXNtYWxsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cInJvb21zLmh0bWxcIj5Sb29tczwvYT5cclxuICAgICAgICAgICAgICAgICAgICA8dWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwicm9vbXMuaHRtbFwiPlJvb20gR3JpZCBWaWV3PC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwicm9vbXMtbGlzdC12aWV3Lmh0bWxcIj5Sb29tIExpc3QgVmlldzwvYT48L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cInJvb20tZGV0YWlscy5odG1sXCI+Um9vbSBEZXRhaWxzIFYxPC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwicm9vbS1kZXRhaWxzLXYyLmh0bWxcIj5Sb29tIERldGFpbHMgVjI8L2E+PC9saT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJyb29tLWRldGFpbHMtdjMuaHRtbFwiPlJvb20gRGV0YWlscyBWMzwvYT48L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cInNlYXJjaC1yZXN1bHQuaHRtbFwiPlJvb20gU2VhcmNoIFJlc3VsdDwvYT48L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cImNvbXBsZXRlLXJlc2VydmF0aW9uLmh0bWxcIj5QYXltZW50IFBhZ2U8L2E+PC9saT5cclxuICAgICAgICAgICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpICBjbGFzcz1cInRpdGxlLS1zbWFsbFwiPjxhIGhyZWY9XCJzZXJ2aWNlcy5odG1sXCI+U2VydmljZXM8L2E+PC9saT5cclxuICAgICAgICAgICAgICAgICAgICA8bGkgIGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+PGEgaHJlZj1cInJlc3RhdXJhbnQuaHRtbFwiPlJlc3RhdXJhbnQ8L2E+PC9saT5cclxuICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJ0aXRsZS0tc21hbGxcIj4gPGEgaHJlZj1cIlwiPlBhZ2VzPC9hPiA8L2xpPiBcclxuICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJ0aXRsZS0tc21hbGxcIj48YSBocmVmPVwiY29udGFjdC5odG1sXCI+Q29udGFjdDwvYT48L2xpPlxyXG4gICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgICAgIDwvbmF2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfaGFtYnVyZ2VyX2hlYWRlcl9pbmZvXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfaGFtYnVyZ2VyX2hlYWRlcl9pbmZvX2luXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvaGFtYnVyZ2VyX2ltZy5wbmdcIiBhbHQ9XCJIYW1idXJnZXJcIiBjbGFzcz1cImNzX2hhbWJ1cmdlcl9oZWFkZXJfaW1nIGNzX21iXzgwXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfaGFtYnVyZ2VyX2NvbnRhY3RfaW5mb1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJjc19mc18yOCBzdWJ0aXRsZS0tc21hbGwgIHN1YnRpdGxlLS1zbWFsbC0tbGlnaHQgbWItLTIwXCI+Q29udGFjdDwvaDM+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj48YSBocmVmPVwidGVsOiswMCgyNDQpMTQtNTAtNzc0XCI+Q2FsbCA6ICswMCgyNDQpMTQtNTAtNzc0IDwvYT48YnI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIm1haWx0bzppbmZvLWJhYnlsb24uY29tXCI+RW1haWwgOiBpbmZvLWJhYnlsb24uY29tPC9hPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvcD4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfaGFtYnVyZ2VyX2NvbnRhY3RfaW5mb1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJjc19mc18yOCBzdWJ0aXRsZS0tc21hbGwgc3VidGl0bGUtLXNtYWxsLS1saWdodCBtYi0tMjBcIj5Mb2NhdGlvbjwvaDM+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwiY3RleHRcIj40NTIgMTVoIFN0cmVldCwgT2ZmaWNlIDc0MSwgT2hpbywgRGUgNDc3NTQsIFVTQTwvcD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3M9XCJidG4tbGluayBidG4tbGluay0tbGlnaHRcIj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGI+TWFwIERpcmVjdGlvbjwvYj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1icmVhZGNydW1iLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tYnJlYWRjcnVtYi5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSBcIi4vYmFieWxvbi1idXR0b24uaW50ZXJmYWNlXCI7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25CcmVhZGNydW1iSSB7XHJcbiAgICBsaW5rcz86IEJhYnlsb25CdXR0b25JW107XHJcbn1cclxuIl19
|
package/esm2022/public-api.mjs
CHANGED
|
@@ -61,4 +61,5 @@ export * from './lib/interfaces/babylon-contact-form.interface';
|
|
|
61
61
|
export * from './lib/interfaces/babylon-input.interface';
|
|
62
62
|
export * from './lib/interfaces/babylon-contact-map.interface';
|
|
63
63
|
export * from './lib/interfaces/babylon-contact-how.interface';
|
|
64
|
-
|
|
64
|
+
export * from './lib/interfaces/babylon-breadcrumb.interface';
|
|
65
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxpQkFBaUI7QUFFakIsY0FBYyx5REFBeUQsQ0FBQztBQUN4RSxjQUFjLCtFQUErRSxDQUFDO0FBQzlGLGNBQWMseUVBQXlFLENBQUM7QUFDeEYsY0FBYyxxRkFBcUYsQ0FBQztBQUNwRyxjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMscUVBQXFFLENBQUM7QUFDcEYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyx5RUFBeUUsQ0FBQztBQUN4RixjQUFjLHlFQUF5RSxDQUFDO0FBQ3hGLGNBQWMsK0RBQStELENBQUM7QUFDOUUsY0FBYyx5REFBeUQsQ0FBQztBQUN4RSxjQUFjLGlGQUFpRixDQUFDO0FBQ2hHLGNBQWMsaUVBQWlFLENBQUM7QUFDaEYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRjt1RkFDdUY7QUFDdkYsY0FBYyxxRUFBcUUsQ0FBQztBQUNwRixjQUFjLG1FQUFtRSxDQUFDO0FBQ2xGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRixjQUFjLG1FQUFtRSxDQUFDO0FBQ2xGLGNBQWMsbUVBQW1FLENBQUM7QUFDbEYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLDZEQUE2RCxDQUFDO0FBQzVFLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyx5RUFBeUUsQ0FBQztBQUN4RixjQUFjLDZFQUE2RSxDQUFDO0FBQzVGLGNBQWMsaUVBQWlFLENBQUM7QUFDaEYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYyxzRUFBc0UsQ0FBQztBQUNyRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsNkVBQTZFLENBQUM7QUFDNUYsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMscUZBQXFGLENBQUM7QUFDcEcsY0FBYyw2RUFBNkUsQ0FBQztBQUM1RixjQUFjLG1GQUFtRixDQUFDO0FBQ2xHLGNBQWMsK0RBQStELENBQUM7QUFDOUUsY0FBYyxtRkFBbUYsQ0FBQztBQUVsRyxrQkFBa0I7QUFDbEIsY0FBYyxnQkFBZ0IsQ0FBQztBQUUvQixvQkFBb0I7QUFDcEIsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYyxpREFBaUQsQ0FBQztBQUNoRSxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsZ0RBQWdELENBQUM7QUFDL0QsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLCtDQUErQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcclxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIGJhYnlsb25cclxuICovXHJcblxyXG4vKiBDT01QT05FTlRTICAqL1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0L2JhYnlsb24tNDA0LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJhbm5lci1nYWxsZXJ5L2JhYnlsb24tYmFubmVyLWdhbGxlcnkuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmFubmVyLWluZm8vYmFieWxvbi1iYW5uZXItaW5mby5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1iYW5uZXItbmV3c2xldHRlci9iYWJ5bG9uLWJhbm5lci1uZXdzbGV0dGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJsb2ctZGV0YWlscy9iYWJ5bG9uLWJsb2ctZGV0YWlscy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1ibG9nLWxpc3QvYmFieWxvbi1ibG9nLWxpc3QuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYnJlYWRjcnVtYi9iYWJ5bG9uLWJyZWFkY3J1bWIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tY29taW5nc29vbi9iYWJ5bG9uLWNvbWluZ3Nvb24uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tY29udGFjdC1mb3JtL2JhYnlsb24tY29udGFjdC1mb3JtLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWNvbnRhY3QtaG93L2JhYnlsb24tY29udGFjdC1ob3cuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tY29udGFjdC1tYXAvYmFieWxvbi1jb250YWN0LW1hcC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1lbmdpbmUvYmFieWxvbi1lbmdpbmUuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmFxL2JhYnlsb24tZmFxLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1nYWxsZXJ5L2JhYnlsb24tZ2FsbGVyeS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1ncmlkLWdhbGxlcnkvYmFieWxvbi1ncmlkLWdhbGxlcnkuY29tcG9uZW50JztcclxuLyogZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyL2JhYnlsb24taGVhZGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci12Mi9iYWJ5bG9uLWhlYWRlci12Mi5jb21wb25lbnQnOyAqL1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLWdyaWQvYmFieWxvbi1pbmZvLWdyaWQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1pbWcvYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLWludHJvL2JhYnlsb24taW5mby1pbnRyby5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLXppZy16YWcvYmFieWxvbi1pbmZvLXppZy16YWcuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mbzJpbWcvYmFieWxvbi1pbmZvMmltZy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvM2ltZy9iYWJ5bG9uLWluZm8zaW1nLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWl0ZW1zLWdyaWQvYmFieWxvbi1pdGVtcy1ncmlkLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWxlZ2FsL2JhYnlsb24tbGVnYWwuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tb2ZmZXItZGV0YWlsL2JhYnlsb24tb2ZmZXItZGV0YWlsLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLW9mZmVycy1saXN0L2JhYnlsb24tb2ZmZXJzLWxpc3QuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tb2ZmZXJzLXNsaWRlci9iYWJ5bG9uLW9mZmVycy1zbGlkZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcHJlbG9hZC9iYWJ5bG9uLXByZWxvYWQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbS1kZXRhaWxzL2JhYnlsb24tcm9vbS1kZXRhaWxzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLWNvbHMvYmFieWxvbi1yb29tcy1jb2xzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLWdyaWQvYmFieWxvbi1yb29tcy1ncmlkLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLWxpc3QvYmFieWxvbi1yb29tcy1saXN0LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLXNsaWRlci9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zbGlkZXIyY29sL2JhYnlsb24tc2xpZGVyMmNvbC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zbGlkZXIzY29sL2JhYnlsb24tc2xpZGVyM2NvbGNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXNsaWRlcjRjb2wvYmFieWxvbi1zbGlkZXI0Y29sLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXN0YXRpYy1mb290ZXIvYmFieWxvbi1zdGF0aWMtZm9vdGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRoYW5rcy9iYWJ5bG9uLXRoYW5rcy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi10b3Atc2xpZGVyL2JhYnlsb24tdG9wLXNsaWRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi10b3Atc2xpZGVyLXRodW1icy9iYWJ5bG9uLXRvcC1zbGlkZXItdGh1bWJzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRvcC1zbGlkZXItdjIvYmFieWxvbi10b3Atc2xpZGVyLXYyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXdlYm1hcC9iYWJ5bG9uLXdlYm1hcC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkZXItYm9vay1zaG93L2JhYnlsb24taGVhZGVyLWJvb2stc2hvdy5jb21wb25lbnQnO1xyXG5cclxuLyogICBTRVJWSUNFUyAgICovXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NlcnZpY2VzJztcclxuXHJcbi8qICAgSU5URVJGQUNFUyAgICovXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi00MDQuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWJ1dHRvbi5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24taW5mby1pbWctYmlnLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi10aGFua3MuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLXdlYm1hcC5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tbGVnYWwuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWNvbnRhY3QtZm9ybS5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24taW5wdXQuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWNvbnRhY3QtbWFwLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1jb250YWN0LWhvdy5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tYnJlYWRjcnVtYi5pbnRlcmZhY2UnO1xyXG4iXX0=
|