/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Baskervville', serif;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

body {
	font-family: "Montserrat", "sans-serif" !important;
}

body.logged-in.admin-bar {
	margin-top: 32px;
}

a {
	color: #888787 !important;
}

a:hover, a:focus, a:active {
	color: #323A6C !important;
}

a:visited {
	color: #888787 !important;
}

a.no-td:hover {
	text-decoration: none;
}

header.page-header {
	margin: 20px 0;
}

#masthead {
	height: 128px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: #fff;
}

#masthead .custom-logo {
	width: 150px;
}

#masthead .top-bar {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(150, 152, 155, 0.27);
}

#masthead .top-bar a {
	display: block;
	float: right;
	color: #878686;
	font-size: 13px;
	line-height: 39px;
	padding: 0 39px;
	font-weight: 500;
	border-left: 1px solid rgba(150, 152, 155, 0.27);
	position: relative;
	text-decoration: underline;
}

#masthead .top-bar a:hover {
	color: #323A6C;
}

#masthead .middle-bar {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(150, 152, 155, 0.27);
}

#masthead .middle-bar .site-branding {
	float: left;
	width: 150px;
}

#masthead .middle-bar .main-navigation ul {
	justify-content: flex-end;
}

#masthead .middle-bar .main-navigation ul li {
	margin: 0 20px;
	margin-top: 6px;
}

#masthead .middle-bar .main-navigation ul li.current-menu-item a {
	color: #313B6C;
	font-weight: bold;
}

#masthead .middle-bar .main-navigation a {
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 0;
	color: #888787;
}

#masthead button.menu-toggle {
	text-indent: -9999px;
	background: transparent url("./img/mobile-menu.png") center/cover no-repeat;
	background-size: 25px;
	border: none;
	position: absolute;
	left: 0;
}

.icon-price {
	background: transparent url("./img/icon-price.svg") center/cover no-repeat;
}

.icon-size {
	background: transparent url("./img/icon-size.svg") center/cover no-repeat;
}

.icon-person {
	background: transparent url("./img/icon-person.svg") center/cover no-repeat;
}

.icon-directions {
	background: transparent url("./img/18_PublicTransport.png") center/cover no-repeat;
}

.icon-address {
	background: transparent url("./img/icon-location.svg") center/cover no-repeat;
}

.icon-ta-orange {
	max-height: 51px;
}

.icon-orange-airbnb {
	max-height: 50px;
}

.icon-phone {
	background: transparent url("./img/05_PhoneFooter.svg") center/cover no-repeat;
}

.icon-wa {
	background: transparent url("./img/06_WhataappFooter.svg") center/cover no-repeat;
}

.icon-email {
	background: transparent url("./img/07_EmailFooter.svg") center/cover no-repeat;
}

.icon-fb {
	display: block;
	width: 30px;
	height: 30px;
	background: transparent url("./img/01_Facebook_Normal.svg") center/cover no-repeat;
}

.icon-ig {
	display: block;
	width: 30px;
	height: 30px;
	background: transparent url("./img/02_Instagram_Normal.svg") center/cover no-repeat;
}
.icon-tiktok{
	display:block;
	width:30px;
	height:30px;
	background: transparent url("./img/tiktok-logo.svg") center/cover no-repeat;
	position: relative;
    top: 3px;
}
.icon-li {
	display: block;
	width: 30px;
	height: 30px;
	background: transparent url("./img/03_LinkedIn_Normal.svg") center/cover no-repeat;
}

.icon-fb-hover {
	background-image: url("./img/01_Facebook_Hover.svg");
}
.icon-tiktok-hover{
	display:block;
	width:30px;
	height:30px;
	background: transparent url("./img/tiktok-logo-hover.svg") center/cover no-repeat;
}
.icon-ig-hover {
	background-image: url("./img/02_Instagram_Hover.svg");
}

.icon-li-hover {
	background-image: url("./img/03_LinkedIn_Hover.svg");
}

.rl {
	position: relative;
}

.il {
	font-style: italic;
}

.ilb {
	display: inline-block;
}

.single-room-spacer {
	margin-top: 40px;
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.bold {
	font-weight: 700;
}

.font-mont {
	font-family: "Montserrat", "sans-serif";
}

.font-orange {
	color: #DC816C;
}

.font-orange-light {
	color: #DE9673;
}

ul {
	margin-left: 0;
}

.bg-grey {
	background-color: #F6F6F6;
}

.bg-pink {
	background: #EFCECD url("./img/banner-corp-booking-pink.jpg") center/cover no-repeat;
}

.bg-reviews {
	background-color: #FEFAE9;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border: 0;
	border-bottom: 1px solid #dbdbdb;
	border-radius: 0;
	padding: 15px 0 15px 15px;
}

textarea {
	border: 1px solid #dbdbdb;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 2px solid #DC9473;
	color: #303C6C;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 45px;
	font-weight: 600;
	padding: 0;
	width: 100%;
	background: transparent;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	overflow: hidden;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #fff;
	border-color: inherit;
	background-color: #DC9473;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-space {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.flex-coulmn {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#floating-book-now {
	position: fixed;
	right: 20px;
	top: 150px;
	max-width: 77px;
}

.std-desc {
	font-size: 15px;
	color: #303C6C;
	line-height: 27px;
	font-family: "Montserrat", sans-serif;
}

.std-desc h3 {
	font-size: 22px;
	line-height: 37px;
	margin: 0;
	color: #303C6C;
}

.std-desc.center-cont {
	max-width: 650px;
	margin: 0 auto;
}

.std-desc2 {
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	font-family: "Montserrat", sans-serif;
}

.std-desc2 h3 {
	font-size: 22px;
	line-height: 37px;
	margin: 0;
	color: #303C6C;
}

.std-desc2.center-cont {
	max-width: 800px;
	margin: 0 auto;
}

.std-h3 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: .1em;
	font-weight: 600;
	color: #313B6C;
}

.promo-h3 {
	font-family: "Monserrat", "sans-serif";
	font-size: 24px;
	line-height: 28px;
	letter-spacing: .1em;
	font-weight: 400;
	color: #313B6C;
	margin-bottom: 20px;
	margin-top: 30px;
}

.container.pad-top-btm {
	padding-top: 60px;
	padding-bottom: 60px;
}

.line-sep {
	border-top: 1px solid #96989B;
}

.btm-hero-header {
	color: #313B6C;
	font-size: 40px;
	line-height: 45px;
	font-weight: 500;
	margin-bottom: 40px;
}

.btm-hero-header.marg-btm {
	margin-bottom: 70px;
}

.btm-hero-header.reviews-header {
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 0;
}

.btm-hero-header .reviews-header-small {
	font-size: 30px;
}

.btm-hero-header .ngbh-header {
	display: none;
}

.btm-hero-header .ngbh-header.active {
	display: block;
}

.wp-block-image figcaption {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .12em;
	color: #8C8B8B;
	text-align: center;
	margin: 0;
	line-height: 41px;
	margin: 0;
}

.page-inner-title-cont {
	margin-top: 70px;
	margin-bottom: 60px;
	position: relative;
	float: left;
	width: 100%;
}

.page-inner-title-cont.small {
	margin-top: 35px;
	margin-bottom: 35px;
}

.page-inner-title-cont .link-back-to-all {
	font-size: 13px;
	color: #B7B9BB;
	font-weight: 500;
	text-align: left;
	display: block;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.page-inner-title-cont h1 {
	font-size: 50px;
	color: #2F3D6C;
	line-height: 53px;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	max-width: 95%;
}

.page-inner-title-cont h1 p {
	margin: 0;
}

.page-inner-title-cont .left {
	float: left;
}

.page-inner-title-cont .right {
	position: relative;
}

.page-inner-title-cont .btn-share-cont {
	background: transparent url("./img/icon-share.svg") center/cover no-repeat;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: -10px;
	right: 0;
	background-size: 20px;
	float: right;
}

.page-inner-title-cont .btn-share-cont:hover {
	background: transparent url("./img/icon-share-hover.svg") center/cover no-repeat;
	background-size: 20px;
}

.page-inner-title-cont .share-cont {
	display: none;
	position: absolute;
	right: 0;
	top: 33px;
}

.page-inner-title-cont .share-cont.active {
	display: block;
}

.page-inner-title-cont .inner-category {
	position: absolute;
	bottom: 0;
	right: 0;
}

nav.navigation.post-navigation {
	margin-bottom: 50px;
	border: 2px solid #D99173;
	padding: 10px;
	color: #303C6C;
	font-size: 13px;
	font-weight: 600;
}

nav.navigation.post-navigation a {
	color: #303C6C !important;
}

.page-banner-cont {
	position: relative;
}

.page-banner-cont .page-banner-header {
	position: absolute;
	width: 100%;
	top: 40%;
	z-index: 1;
}

.page-banner-cont .page-banner-header.small {
	top: 38%;
}

.page-banner-cont .neighbourhood-banner-header {
	position: absolute;
	right: 20%;
	bottom: 15%;
	max-width: 375px;
	text-align: left;
}

.page-banner-cont .neighbourhood-banner-header h1 {
	font-size: 42px;
	line-height: 46px;
	margin: 0;
	color: #2F3D6C;
	margin-bottom: 40px;
}

.page-banner-cont .neighbourhood-banner-header .std-desc {
	color: #2F3D6C;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

.page-banner-cont .page-banner-img {
	width: 100%;
	height: 675px;
	background-size: cover;
	background-position: center;
	object-fit: cover;
}

.page-banner-cont .page-banner-img-inner {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	object-fit: cover;
}

.page-banner-cont .page-banner-skin {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
}

.page-banner-cont h2 {
	margin: 0;
	font-size: 26px;
	line-height: 31px;
	font-weight: 600;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}

.page-banner-cont h1 {
	margin: 0;
	font-size: 80px;
	line-height: 96px;
	color: #fff;
}

.neighbourhood-item-cont {
	margin-bottom: 30px;
}

.neighbourhood-item-cont .promo-item-cat {
	font-size: 13px;
	color: #8A8989;
	margin-top: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.neighbourhood-item-cont .promo-item-title {
	color: #313B6C;
	font-size: 23px;
	line-height: 30px;
	margin: 0;
	height: 90px;
}

.neighbourhood-item-cont .promo-item-lm-cont {
	text-align: center;
}

.neighbourhood-item-cont .promo-item-lm-cont .promo-item-lm {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid #8A8989;
	font-weight: bold;
	color: #2d3b70;
	height: 38px;
	line-height: 38px;
	margin-top: 20px;
	transition: all .3s ease;
}

.neighbourhood-item-cont.east-village:hover .promo-item-cat {
	color: #FF8883;
}

.neighbourhood-item-cont.east-village:hover .promo-item-lm-cont .promo-item-lm {
	background-color: #FF8883;
}

.neighbourhood-item-cont.east-village .promo-item-lm-cont .promo-item-lm {
	border-color: #FF8883;
}

.neighbourhood-item-cont.grand-central:hover .promo-item-cat {
	color: #F3C75F;
}

.neighbourhood-item-cont.grand-central:hover .promo-item-lm-cont .promo-item-lm {
	background-color: #F3C75F;
}

.neighbourhood-item-cont.grand-central .promo-item-lm-cont .promo-item-lm {
	border-color: #F3C75F;
}

.neighbourhood-item-cont.chelsea:hover .promo-item-cat {
	color: #B8D8DD;
}

.neighbourhood-item-cont.chelsea:hover .promo-item-lm-cont .promo-item-lm {
	background-color: #B8D8DD;
}

.neighbourhood-item-cont.chelsea .promo-item-lm-cont .promo-item-lm {
	border-color: #B8D8DD;
}

.neighbourhood-item-cont.greenwich:hover .promo-item-cat {
	color: #A3D3BF;
}

.neighbourhood-item-cont.greenwich:hover .promo-item-lm-cont .promo-item-lm {
	background-color: #A3D3BF;
}

.neighbourhood-item-cont.greenwich .promo-item-lm-cont .promo-item-lm {
	border-color: #A3D3BF;
}

.neighbourhood-item-link:hover .promo-item-lm {
	border-color: #F2C460;
	background: #F2C460;
	color: #303C6C;
}

.promo-item-cont {
	padding: 20px;
	transition: all .3s ease;
}

.promo-item-cont .promo-item-cat {
	font-size: 13px;
	color: #8A8989;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.promo-item-cont .promo-item-title {
	color: #303C6C;
	font-size: 21px;
	line-height: 30px;
	margin: 0;
}

.promo-item-cont .promo-item-lm-cont {
	text-align: right;
}

.promo-item-cont .promo-item-lm-cont .promo-item-lm {
	display: inline-block;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 2px solid #D78F73;
	font-weight: bold;
	color: #2d3b70;
}

.btn-cta {
	display: inline-block;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 2px solid #D78F73;
	font-weight: bold;
	color: #303C6C;
}

.btn-cta.grey {
	color: #898888;
}

.btn-cta.btn-room-single-book {
	width: 100%;
	border: 2px solid #D78F73;
	height: 45px;
	line-height: 45px;
}

.btn-cta.btn-room-single-book:hover {
	color: #fff !important;
	border-color: inherit;
	background-color: #DC9473;
	transition: all .4s;
}

.btn-cta:hover {
	text-decoration: none;
}

.cta-sub {
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
	color: #8C8B8B;
	line-height: 41px;
	letter-spacing: .12em;
}

.neighbourhood-related-item {
	width: 30%;
	margin-right: 20px;
	float: left;
	margin-bottom: 30px;
}

.promo-item-link-item {
	width: 30%;
	margin-right: 20px;
	float: left;
}

.promo-item-link:hover .promo-item-cont {
	transform: scale(1.1);
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.press-item-link {
	width: 100%;
	display: block;
}

.review-display .review-item-img-modal {
	background-size: cover;
	width: 300px;
	height: 300px;
	margin: 0 0 20px 20px;
	background-repeat: no-repeat;
	border: 2px solid #B8D8DD;
	border-radius: 100%;
	background-position: center;
}

.press-item-cont {
	padding: 20px;
	border: 1px solid #97999C;
	color: #303C6C;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.press-item-cont .press-item-date {
	width: 20%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: .12em;
	color: #8D8C8C;
	float: left;
}

.press-item-cont .press-item-details {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
	position: relative;
	float: left;
}

.press-item-cont .press-item-details .review-item-img {
	background-size: cover;
	width: 100px;
	height: 100px;
	margin: 0 0 20px 20px;
	background-repeat: no-repeat;
	border: 2px solid #B8D8DD;
	border-radius: 100%;
	background-position: center;
}

.press-item-cont .press-item-details .press-item-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 38px;
	margin: 0;
}

.press-item-cont .press-item-details .press-item-content {
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
}

.press-item-cont .press-item-details:before {
	display: block;
	content: "";
	position: absolute;
	left: -31px;
	height: 70%;
	width: 1px;
	background: #cccccc6e;
	top: 13px;
}

.press-item-cont .press-item-lm-cont {
	display: inline-block;
	width: 18%;
	text-align: center;
	float: left;
}

.press-item-cont .press-item-lm-cont .press-item-lm {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 1;
	color: #8B8A8A;
	padding-bottom: 10px;
	border-bottom: 2px solid #E09673;
}

.btm-hero-cont {
	padding: 75px 0;
	border-top: 1px solid #96989B;
}

.btm-hero-cont .btm-hero-rating-cont {
	margin-top: 30px;
}

.btm-hero-cont .btm-hero-rating-cont .btm-hero-title {
	font-size: 14px;
	color: #313B6C;
	line-height: 19px;
	margin-bottom: 30px;
	font-family: "Montserrat", sans-serif;
}

.btm-hero-cont .btm-hero-rating-cont .btm-hero-rating {
	font-size: 62px;
	line-height: 1;
	color: #dc816c;
	font-weight: bold;
	margin-bottom: 30px;
}

.btm-hero-cont .btm-hero-rating-cont .btm-hero-rating .small-rating {
	color: #9E9E9E;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: .01em;
	position: relative;
	left: -10px;
}

a.link-up {
	position: absolute;
	right: -40px;
	top: -40px;
	color: #fff;
	font-size: 13px;
	z-index: 1;
}

a.link-up .icon-arrow-up {
	width: 17px;
	height: 14px;
	display: block;
	background: transparent url("./img/ArrowUp.svg") center/cover no-repeat;
}

footer {
	background: #313B6C;
	color: #fff;
}

footer .site-info-top {
	padding: 70px 0;
	border-bottom: 1px solid #96989B;
}

footer .site-info-top h3.footer-description {
	color: #fff;
	font-size: 19px;
	display: inline-block;
	clear: none;
	vertical-align: top;
	max-width: 520px;
	margin-left: 40px;
	line-height: 30px;
}

footer .site-info-top h3.footer-header {
	font-size: 25px;
	line-height: 41px;
	color: #dc816c;
}

footer .site-info-top .footer-social {
	width: 100%;
	margin-top: 30px;
}

footer .site-info-top .footer-social .footer-social-cont .icon-fb, footer .site-info-top .footer-social .footer-social-cont .icon-ig, footer .site-info-top .footer-social .footer-social-cont .icon-li {
	width: 25px;
	height: 25px;
}

footer .site-info-top .footer-social .footer-social-cont a {
	text-indent: -9999px;
	display: inline-block;
	margin-right: 20px;
}

footer .site-info-top .footer-social .footer-social-cont a:last-child {
	margin-right: 0;
}

footer .site-info-top .footer-social a.btn-fb:hover .icon-fb {
	background-image: url("./img/01_Facebook_Hover.svg");
}

footer .site-info-top .footer-social a.btn-ig:hover .icon-ig {
	background-image: url("./img/02_Instagram_Hover.svg");
}

footer .site-info-top .footer-social a.btn-li:hover .icon-li {
	background-image: url("./img/03_LinkedIn_Hover.svg");
}
footer .site-info-top .footer-social a.btn-tt:hover .icon-tiktok {
	background-image: url("./img/tiktok-logo-hover.svg");
}
footer .site-info-top .footer-logo {
	width: 100px;
	display: inline-block;
	margin-top: 7px;
}

footer .site-info {
	padding: 75px 0;
}

footer .site-info h4 {
	font-size: 12px;
	line-height: 41px;
	letter-spacing: .28em;
	text-transform: uppercase;
}

footer .site-info a {
	font-size: 13px;
	line-height: 32px;
	color: #888787;
}

footer .site-info a:hover {
	color: #fff !important;
}

footer .site-info .bottom-links {
	line-height: 32px;
}

footer .site-info .bottom-links .icon-phone {
	width: 20px;
	margin-right: 15px;
	height: 20px;
	vertical-align: middle;
}

footer .site-info .bottom-links .icon-wa {
	width: 20px;
	margin-right: 15px;
	height: 20px;
	vertical-align: middle;
}

footer .site-info .bottom-links .icon-email {
	width: 20px;
	margin-right: 15px;
	height: 20px;
	vertical-align: middle;
}

footer .site-info .bottom-links span {
	display: inline-block;
}

footer.entry-footer {
	background: transparent;
}

.desktop-hide {
	display: none;
}

/*coporate booking*/
.corp-booking-icon-cont {
	margin-top: 30px;
}

.corp-booking-icon-cont img {
	max-height: 50px;
	margin: 0 auto;
	display: block;
}

.corp-booking-icon-cont .lbl {
	font-size: 15px;
	line-height: 19px;
	color: #303C6C;
	font-weight: 600;
	letter-spacing: .01em;
	margin-top: 20px;
	text-align: center;
}

.ul-corp-booking li {
	font-size: 18px;
	line-height: 31px;
	font-weight: 600;
	color: #303C6C;
}

.li-small-text {
	margin-top: 40px;
	color: #666666;
	font-size: 15px;
	line-height: 18px;
	margin-left: 25px;
}

.contact-us-h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 45px;
	color: #303C6C;
	font-family: "Montserrat", "sans-serif";
	margin-bottom: 40px;
}

.contact-us-h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 37px;
	color: #303C6C;
	font-family: "Montserrat", "sans-serif";
	margin-bottom: 0;
}

.contact-us-logo {
	width: 300px;
}

.contact-us-links .icon-phone {
	display: inline-block;
	margin-right: 15px;
	width: 21px;
	height: 20px;
	vertical-align: middle;
}

.contact-us-links .icon-wa {
	display: inline-block;
	margin-right: 15px;
	width: 21px;
	height: 21px;
	vertical-align: middle;
}

.contact-us-links .icon-email {
	display: inline-block;
	margin-right: 15px;
	width: 21px;
	height: 21px;
	vertical-align: middle;
}

.contact-us-links .bottom-links {
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 10px;
	font-family: "Montserrat";
}

.contact-us-links .social {
	clear: both;
	margin-top: 20px;
}

.contact-us-links .social a {
	margin-right: 20px;
}

.contact-us-links .social a span {
	width: 20px;
	height: 20px;
}

.wpcf7 input {
	width: 100%;
}

.corporate-bookings-form-cont {
	margin-top: 30px;
}

.corporate-bookings-form-cont .corp-half {
	width: calc(50% - 60px);
	float: left;
	margin-right: 60px;
}

.corporate-bookings-form-cont .wpcf7-form-control.wpcf7-select {
	margin-top: 16px;
}

.corporate-bookings-form-cont .corp-row {
	clear: both;
	width: 100%;
}

.corporate-bookings-form-cont .corp-row .wpcf7-form-control-wrap {
	width: 48%;
	float: left;
	margin-right: 20px;
	font-size: 15px;
}

.corporate-bookings-form-cont .corp-row.full .wpcf7-form-control-wrap {
	width: 100%;
	margin-right: 0;
}

.corporate-bookings-form-cont .corp-lbl {
	width: 48%;
	float: left;
	margin-right: 20px;
	font-size: 15px;
	margin-top: 18px;
	padding-left: 10px;
}

.corporate-bookings-form-cont .std-desc {
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	color: #868585;
	margin-bottom: 20px;
}

.page-inner-sort-cont {
	margin-bottom: 30px;
}

.page-inner-sort-cont .promo-cat-sort-lbl {
	font-size: 12px;
	line-height: 41px;
	letter-spacing: .36em;
	color: #8D8C8C;
	text-transform: uppercase;
}

.page-inner-sort-cont .top-sort-by a {
	font-size: 13px;
	line-height: 26px;
	color: #8D8C8C;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.page-inner-sort-cont .top-sort-by a:after {
	content: "";
	display: block;
	height: 53%;
	right: -6px;
	top: 5px;
	background-color: #2d3b70;
	width: 1px;
	position: absolute;
}

.page-inner-sort-cont .top-sort-by a.active {
	color: #2D3B70;
	border-bottom: 2px solid #DB9573;
}

.page-inner-sort-cont .top-sort-by a:last-child:after {
	display: none;
}

.page-inner-sort-cont .top-sort-by a:hover {
	text-decoration: none;
}

.page-inner-sort-cont .isotope-filter {
	margin-bottom: 40px;
}

.page-inner-sort-cont .isotope-filter a {
	font-size: 13px;
	line-height: 26px;
	color: #8D8C8C;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.page-inner-sort-cont .isotope-filter a:after {
	content: "";
	display: block;
	height: 53%;
	right: 0;
	top: 5px;
	background-color: #2d3b70;
	width: 1px;
	position: absolute;
}

.page-inner-sort-cont .isotope-filter a.active {
	color: #2D3B70;
	border-bottom: 2px solid #DB9573;
}

.page-inner-sort-cont .isotope-filter a:last-child:after {
	display: none;
}

.page-inner-sort-cont .isotope-filter a:hover {
	text-decoration: none;
}

.page-inner-sort-cont .isotope-filter a.no-line:after {
	display: none;
}

.page-inner-sort-cont.reviews-page-cont .press-item-details {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page-inner-sort-cont.reviews-page-cont .lbl-date {
	margin-top: 10px;
}

main#primary {
	margin-top: 128px;
}

#mc_embed_signup {
	background: transparent;
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

#mc_embed_signup input.email {
	font-family: "Montserrat" , "sans-serif";
	color: #fff;
	font-size: 15px;
	width: 68%;
	vertical-align: top;
	background: transparent;
	border: none;
	border-bottom: 1px solid #dc816c;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	float: left;
}

#mc_embed_signup .clear {
	float: left;
}

#mc_embed_signup .button {
	background: none;
	height: auto;
	padding: 0;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border: 0;
	border-bottom: 1px solid #dc816c;
	color: #fff;
}

#mc_embed_signup .button:hover {
	background: #dc816c;
}

ul.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	left: 0;
	bottom: 100px;
	margin: 0;
	padding-left: 0;
}

ul.slick-dots li {
	display: inline-block;
	list-style: none;
	margin-right: 20px;
}

ul.slick-dots li button {
	text-indent: -9999px;
	line-height: 1;
	border-radius: 100%;
	height: 15px;
	width: 15px;
	border-color: #fff;
}

ul.slick-dots li button:hover {
	background: #fff;
}

ul.slick-dots li.slick-active button {
	background: #fff;
}

.slick-prev {
	background: transparent url("./img/arrow-left.png") center/cover no-repeat;
	background-size: 20px;
	border: none;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 25px;
	bottom: 0;
}

.slick-prev:hover {
	background-color: transparent;
}

.slick-next {
	background: transparent url("./img/arrow-right.png") center/cover no-repeat;
	background-size: 20px;
	border: none;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 25px;
	bottom: 0;
}

.slick-next:hover {
	background-color: transparent;
}

.link-scroll-down {
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
	top: -61px;
	font-size: 12px;
	color: #fff;
	position: relative;
}

.link-scroll-down:hover {
	color: #fff;
	text-decoration: none;
}

.link-scroll-down:after {
	content: "";
	display: block;
	background: transparent url("./img/ArrowDown.svg") center/cover no-repeat;
	width: 22px;
	height: 20px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -15px;
}

.btn-expand {
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 40px;
	color: #fff;
	position: relative;
}

.btn-expand:hover {
	color: #DC9473;
	text-decoration: none;
}

.btn-expand:after {
	content: "";
	display: block;
	background: transparent url("./img/ArrowDown.svg") center/cover no-repeat;
	width: 22px;
	height: 20px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -15px;
}

/*
 * General styles.
 * Not necessary for the component to work
*/
.rating-holder {
	display: inline-block;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 20px;
}

.c-rating button {
	display: inline-block;
	float: left;
	width: 1.25em;
	height: 1.25em;
	border: 0;
	text-indent: -9999px;
	outline: none;
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
	cursor: pointer;
	transition: background 0.25s ease;
}

.c-rating[data-rating-value="0"] button:nth-child(-n+0) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.25"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.25"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.5"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.5"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.75"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.75"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.25"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.25"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.5"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.5"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.75"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.75"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.25"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.25"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.5"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.5"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.75"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.75"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.25"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.25"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.5"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.5"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.75"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.75"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.25"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.25"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.5"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.5"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.75"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.75"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="5"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating--small {
	font-size: 50%;
}

.c-rating--big {
	font-size: 150%;
}

.review-quote-left {
	position: absolute;
	left: -120px;
	top: 20px;
	background: transparent url("./img/quote-left.svg") center/cover no-repeat;
	width: 100px;
	height: 100px;
}

.review-quote-right {
	position: absolute;
	right: -120px;
	bottom: 20px;
	background: transparent url("./img/quote-right.svg") center/cover no-repeat;
	width: 100px;
	height: 100px;
}

.review-item-ny-cont {
	position: relative;
}

.review-item-ny-cont .review-item-ny {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	margin-right: 40px;
	margin-bottom: 40px;
	padding: 40px;
	width: calc(50% - 23px);
	moz-box-shadow: 6px 3px 10px 0px #D1CDC3;
	-webkit-box-shadow: 6px 3px 10px 0px #D1CDC3;
	box-shadow: 6px 3px 10px 0px #D1CDC3;
}

.review-item-ny-cont .review-item-ny .std-desc p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.review-item-ny-cont .review-item-img {
	background-size: cover;
	width: 200px;
	height: 200px;
	margin: 0 auto 20px auto;
	background-repeat: no-repeat;
	border: 2px solid #B8D8DD;
	border-radius: 100%;
	background-position: center;
}

.review-item-ny-cont .review-item-ny:nth-child(2n) {
	margin-right: 0;
}

.review-item-ny-cont .reviews-bottom-cont .date {
	display: none;
}

.review-item .review-block-cont {
	padding: 35px;
	background-color: #A3CED4;
	max-width: 220px;
	position: relative;
	color: #fff;
	margin-bottom: 40px;
}

.review-item .review-block-cont img {
	max-width: 150px;
	margin-bottom: 20px;
}

.review-item .review-block-cont .btm-rating {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .12em;
}

.review-item .std-desc {
	font-size: 15px;
	line-height: 27px;
	color: #303C6C;
	margin-bottom: 25px;
}

.review-item .std-desc h3 {
	color: #303C6C;
	font-size: 24px;
	line-height: 38px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.review-item .reviews-bottom-cont {
	color: #303C6C;
	font-size: 13px;
	font-weight: 600;
}

.review-item .reviews-bottom-cont .name {
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #fff;
}

.review-item .reviews-bottom-cont .date {
	display: inline-block;
}

#review-slider ul.slick-dots {
	position: relative;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
	bottom: auto;
}

#review-ny-slider .slick-prev {
	left: -40px;
	top: 45%;
}

#review-ny-slider .slick-next {
	right: -40px;
	top: 45%;
}

#home-apartment-slider ul.slick-dots {
	bottom: 20px;
	right: 20px;
	left: auto;
	text-align: right;
}

#btm-hero-slick ul.slick-dots {
	position: relative;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	bottom: auto;
}

#btm-hero-slick ul.slick-dots li button {
	border-color: #E9916C;
}

#btm-hero-slick ul.slick-dots li.slick-active button {
	background: #E9916C;
}

#single-rooms-related-slider ul.slick-dots {
	position: relative;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	bottom: auto;
}

#single-rooms-related-slider ul.slick-dots li button {
	border-color: #E9916C;
}

#single-rooms-related-slider ul.slick-dots li.slick-active button {
	background: #E9916C;
}

#single-rooms-related-slider .slick-list {
	padding-bottom: 25px;
}

#srrs-paging {
	font-size: 12px;
	font-weight: 600;
	color: #2E3B70;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

#single-reviews-slider {
	display: none;
}

#single-reviews-slider.active {
	display: block;
}

#single-reviews-slider ul.slick-dots {
	position: relative;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	bottom: auto;
}

.reviews-bottom-sub {
	color: #8C8B8B;
	font-size: 13px;
	font-style: italic;
	letter-spacing: .012em;
	position: absolute;
	bottom: 40px;
	width: 100%;
}

#reviews-img-offset {
	margin-top: -10px;
}

.room-cat-tab-cont {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.room-cat-tab-cont img {
	height: 254px;
	object-fit: cover;
	width: 100%;
}

.room-cat-tab-cont .room-cat-tab-item {
	width: 25%;
	float: left;
	margin: 0;
	border-bottom: 1px solid rgba(150, 152, 155, 0.27);
}

.room-cat-tab-cont .room-cat-tab-item:hover .room-cat-tab-item.east-village {
	border-color: #FF8883;
}

.room-cat-tab-cont .room-cat-tab-item:hover .room-cat-tab-item.east-village figcaption {
	border-color: #FF8883;
	background: #FF8883;
}

.room-cat-tab-cont .room-cat-tab-item:hover .room-cat-tab-item.grand-central {
	border-color: #F3C75F;
}

.room-cat-tab-cont .room-cat-tab-item:hover .room-cat-tab-item.grand-central figcaption {
	border-color: #F3C75F;
	background: #F3C75F;
}

.room-cat-tab-cont .room-cat-tab-item:hover .room-cat-tab-item.greenwich {
	border-color: #A3D3BF;
}

.room-cat-tab-cont .room-cat-tab-item:hover .room-cat-tab-item.greenwich figcaption {
	border-color: #A3D3BF;
	background: #A3D3BF;
}

.room-cat-tab-cont .room-cat-tab-item:hover .room-cat-tab-item.chelsea {
	border-color: #B8D8DD;
}

.room-cat-tab-cont .room-cat-tab-item:hover .room-cat-tab-item.chelsea figcaption {
	border-color: #B8D8DD;
	background: #B8D8DD;
}

.room-cat-tab-cont figcaption {
	color: #303C6C;
	text-align: center;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: .02em;
	border-top: 3px solid transparent;
}

.room-cat-tab-cont .room-cat-tab-item.east-village figcaption {
	border-color: #FF8883;
}

.room-cat-tab-cont .room-cat-tab-item.grand-central figcaption {
	border-color: #F3C75F;
}

.room-cat-tab-cont .room-cat-tab-item.greenwich figcaption {
	border-color: #A3D3BF;
}

.room-cat-tab-cont .room-cat-tab-item.chelsea figcaption {
	border-color: #B8D8DD;
}

.room-cat-tab-cont .room-cat-tab-item.active.east-village {
	border-color: #FF8883;
}

.room-cat-tab-cont .room-cat-tab-item.active.east-village figcaption {
	border-color: #FF8883;
	background: #FF8883;
}

.room-cat-tab-cont .room-cat-tab-item.active.grand-central {
	border-color: #F3C75F;
}

.room-cat-tab-cont .room-cat-tab-item.active.grand-central figcaption {
	border-color: #F3C75F;
	background: #F3C75F;
}

.room-cat-tab-cont .room-cat-tab-item.active.greenwich {
	border-color: #A3D3BF;
}

.room-cat-tab-cont .room-cat-tab-item.active.greenwich figcaption {
	border-color: #A3D3BF;
	background: #A3D3BF;
}

.room-cat-tab-cont .room-cat-tab-item.active.chelsea {
	border-color: #B8D8DD;
}

.room-cat-tab-cont .room-cat-tab-item.active.chelsea figcaption {
	border-color: #B8D8DD;
	background: #B8D8DD;
}

.room-cat-tab-cont a:hover .room-cat-tab-item.east-village figcaption {
	background: #FF8883;
}

.room-cat-tab-cont a:hover .room-cat-tab-item.grand-central figcaption {
	background: #F3C75F;
}

.room-cat-tab-cont a:hover .room-cat-tab-item.chelsea figcaption {
	background: #B8D8DD;
}

.room-cat-tab-cont a:hover .room-cat-tab-item.greenwich figcaption {
	background: #A3D3BF;
}

article.search-result-item {
	margin-bottom: 30px;
}

article.rooms-archive-item {
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-bottom: 70px;
	max-width: 325px;
	min-height: 527px;
}

article.rooms-archive-item img {
	max-height: 217px;
	object-fit: cover;
}

article.rooms-archive-item .collection-header {
	color: #888787;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	margin: 20px 0;
}

article.rooms-archive-item h1, article.rooms-archive-item h2 {
	min-height: 74px;
	margin: 0;
	font-size: 25px;
	font-weight: 700;
	font-style: italic;
	line-height: 40px;
	margin-bottom: 30px;
	color: #303c6c !important;
}

article.rooms-archive-item h1 a, article.rooms-archive-item h2 a {
	font-size: 25px;
	font-weight: 700;
	font-style: italic;
	line-height: 40px;
	margin-bottom: 30px;
	color: #303C6C !important;
}

article.rooms-archive-item .entry-meta {
	margin-top: 30px;
}

article.rooms-archive-item .meta-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	margin-bottom: 10px;
	width: 20px;
	height: 20px;
}

article.rooms-archive-item .meta-value {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #666666;
	font-size: 15.5px;
	line-height: 12px;
}

article.rooms-archive-item .btn-cta {
	color: #878686;
}

article.rooms-archive-item a:hover {
	text-decoration: none;
}

.rooms-details {
	padding: 30px 0;
	border-top: 1px solid #989A9D;
	border-bottom: 1px solid #989A9D;
	margin-bottom: 80px;
}

.rooms-details .room-details-item {
	display: inline-block;
}

.rooms-details .meta-icon {
	margin-right: 15px;
}

.rooms-details .meta-value {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	max-width: 120px;
}

.rooms-details .meta-value.large {
	max-width: 160px;
}

.rooms-details .icon-address {
	width: 32px;
	display: inline-block;
	height: 45px;
	vertical-align: middle;
}

.rooms-details .icon-price {
	width: 25px;
	display: inline-block;
	height: 25px;
	vertical-align: middle;
}

.rooms-details .icon-size {
	width: 25px;
	display: inline-block;
	height: 25px;
	vertical-align: middle;
}

.rooms-details .icon-person {
	width: 25px;
	display: inline-block;
	height: 25px;
	vertical-align: middle;
}

.rooms-details .icon-directions {
	width: 40px;
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}

#single-page-slider {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

#single-page-slider ul.slick-dots {
	text-align: left;
	bottom: 30px;
	left: 30px;
}

#single-page-slider img {
	max-height: 500px;
}

.single-room-content .single-room-left {
	float: left;
	margin-right: 50px;
	width: calc(65% - 50px);
}

.single-room-content .single-room-left h1 {
	color: #303C6C;
	font-size: 40px;
	font-weight: 600;
	font-style: italic;
	line-height: 41px;
	margin-bottom: 40px;
	display: inline-block;
	width: calc(100% - 50px - 160px);
	vertical-align: middle;
	position: relative;
	margin-right: 40px;
}

.single-room-content .single-room-left h1:after {
	content: "";
	display: block;
	height: 80px;
	background: #ccc;
	width: 1px;
	right: -20px;
	position: absolute;
	top: 0;
}

.single-room-content .single-room-left .single-room-address {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 160px;
}

.single-room-content .single-room-left .single-room-address .icon-address {
	width: 20px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
}

.single-room-content .single-room-left .single-room-address .address-val {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	max-width: 120px;
	margin-left: 10px;
}

.single-room-content .single-room-left .single-room-body {
	color: #666666;
	font-size: 18px;
	line-height: 32px;
}

.single-room-content .single-room-right {
	float: left;
	width: 35%;
	margin-top: 61px;
	margin-bottom: 20px;
	background-color: #F9F9F9;
	padding: 20px;
}

.single-room-content .single-room-right h4 {
	margin-top: 61px;
	font-size: 23px;
	line-height: 40px;
	margin: 0;
	display: inline-block;
}

.amenities-item {
	display: inline-block;
	width: 42%;
	margin-bottom: 20px;
	margin-right: 20px;
}

.amenities-item img {
	width: 100%;
	max-height: 50px;
	display: inline-block;
	vertical-align: top;
}

.amenities-item .amenity-lbl {
	color: #303C6C;
	font-size: 15px;
	font-weight: 600;
	line-height: 19px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}

.amenities-preview {
	margin-top: 20px;
}

.amenities-modal-items img {
	max-height: 50px;
}

.amenities-modal-items .amenity-lbl {
	color: #303C6C;
	font-size: 15px;
	font-weight: 600;
	line-height: 19px;
	text-align: center;
}

.btn-single-view-all-review {
	position: absolute;
	right: 0;
	top: 9px;
}

a.close-modal {
	background: transparent url("./img/close.svg") center/cover no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 25px;
	z-index: 1;
}

.single-review-cont {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.single-review-cont .rating-holder {
	margin-bottom: 10px;
}

.single-review-cont .std-desc {
	font-size: 15px;
	line-height: 27px;
	color: #303C6C;
	margin-bottom: 25px;
}

.single-review-cont .std-desc h3 {
	color: #303C6C;
	font-size: 24px;
	line-height: 38px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.single-review-cont .reviews-bottom-cont {
	color: #303C6C;
	font-size: 13px;
	font-weight: 600;
}

.single-review-cont .reviews-bottom-cont .name {
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #fff;
}

.single-review-cont .reviews-bottom-cont .date {
	display: inline-block;
}

.neighbourhood-top-cont {
	max-width: 665px;
	margin: 50px auto 0 auto;
	text-align: center;
}

.neighbourhood-top-cont h2 {
	font-size: 40px;
	color: #303C6C;
	line-height: 41px;
	margin-bottom: 40px;
}

.neighbourhood-top-cont .std-desc {
	font-size: 15px;
	line-height: 27px;
	color: #303C6C;
}

.bg-neighbourhoods {
	background-position: center;
	background-size: cover;
	background-color: #F2C260;
	height: 607px;
	width: 100%;
}

div#neighbourhood-slider {
	width: 500px;
	height: 395px;
	padding: 70px;
	margin-top: 40px;
	background: #303C6C;
	color: #fff;
}

div#neighbourhood-slider h5 {
	color: #F2C260;
	font-size: 13px;
	line-height: 31px;
	letter-spacing: .12em;
	margin: 0;
}

div#neighbourhood-slider h3 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
	letter-spacing: .02em;
}

div#neighbourhood-slider .std-desc {
	color: #fff;
}

.grecaptcha-badge {
	display: none !important;
}

.slick-dots > li {
	display: inline-block;
}

.slick-dots > li:only-child {
	display: none;
}

#reviewModal .review-item-img {
	background-size: cover;
	width: 300px;
	height: 300px;
	margin: 0 auto 20px auto;
	background-repeat: no-repeat;
	border: 2px solid #B8D8DD;
	border-radius: 100%;
	background-position: center;
}

#reviewModal .modal-header {
	border-bottom: none;
}

#reviewModal .modal-footer {
	border-top: none;
}

#reviewModal .modal-dialog {
	margin-top: 10vh;
}

#reviewModal button.close {
	max-width: 50px;
}

#reviewModal button.close:hover {
	background: transparent;
}

#reviewModal .btn-danger {
	color: #303c6c;
	background-color: transparent;
	border-color: #dc9473;
}

#reviewModal .btn-danger:hover {
	color: #fff;
	background-color: #dc9473;
}

#reviewModal .reviews-bottom-cont .date {
	display: none;
}

/* Media Queries */
@media (max-width: 1024px) {
	#masthead .custom-logo {
		display: none;
	}
}

@media (max-width: 768px) {
	#review-ny-slider .slick-prev {
		left: 10px;
		top: 45%;
		width: 20px;
		height: 20px;
		z-index: 1;
	}
	#review-ny-slider .slick-next {
		right: 10px;
		top: 45%;
		width: 20px;
		height: 20px;
	}
	.review-quote-left,
	.review-quote-right {
		display: none;
	}
	.review-item-ny-cont .review-item-ny {
		margin-right: 0;
		margin-bottom: 20px;
		padding: 20px;
		width: 100%;
	}
	.li-small-text {
		margin-left: 0;
	}
	.contact-us-h4 {
		margin-bottom: 20px;
	}
	.contact-us-logo {
		max-width: 250px;
		margin-bottom: 20px;
	}
	.single-post .room-cat-tab-cont .room-cat-tab-item.civic-cultural-district.active figcaption {
		line-height: 22px;
	}
	div#neighbourhood-slider {
		width: 100%;
		height: auto;
		padding: 30px;
	}
	.bg-neighbourhoods {
		height: 450px;
	}
	.room-details {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.room-cat-tab-cont .room-cat-tab-item {
		width: 50%;
	}
	.room-cat-tab-cont img {
		height: 140px;
	}
	#mc_embed_signup input.email {
		width: 100%;
	}
	ul.slick-dots {
		bottom: 20px;
	}
	.mobile-flex-col {
		display: flex;
		justify-content: unset;
		align-items: center;
		flex-wrap: wrap;
	}
	.corp-booking-icon-cont {
		width: 47%;
	}
	.reviews-bottom-sub {
		bottom: 0;
		margin-top: 30px;
		margin-bottom: 40px;
		position: relative;
	}
	.btm-hero-cont .btm-hero-rating-cont .btm-hero-rating {
		position: relative;
	}
	.btm-hero-cont .btm-hero-rating-cont .btm-hero-rating .small-rating {
		position: absolute;
		right: 0;
		bottom: 6px;
		left: auto;
	}
	.btm-hero-cont .btm-hero-rating-cont img {
		max-height: 40px;
		margin: 0 auto;
	}
	.corporate-bookings-form-cont .corp-row .wpcf7-form-control-wrap {
		width: 100%;
		margin-right: 0;
		max-width: 100%;
	}
	.corporate-bookings-form-cont label.corp-lbl {
		width: 100%;
		margin-right: 0;
	}
	.corporate-bookings-form-cont .corp-half {
		width: 100%;
		margin-right: 0;
	}
	#masthead {
		height: 110px;
		z-index: 2;
	}
	#masthead .middle-bar .site-branding {
		width: 37%;
	}
	#masthead .menu-menu-1-container {
		top: 111px;
		width: 100%;
		text-align: center;
		background: #fff;
		position: absolute;
		left: 0;
	}
	main#primary {
		margin-top: 110px;
	}
	.mobile-hide {
		display: none !important;
	}
	.desktop-hide {
		display: block;
	}
	.btm-hero-header {
		font-size: 25px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.btm-hero-header .reviews-header-small {
		font-size: 20px;
	}
	.press-item-cont {
		padding: 0;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		padding-bottom: 30px;
	}
	.press-item-cont .press-item-date,
	.press-item-cont .press-item-details,
	.press-item-cont .press-item-cont {
		width: 100%;
	}
	.press-item-cont .press-item-details:before {
		display: none;
	}
	#floating-book-now {
		right: auto;
		left: 20px;
		top: auto;
		bottom: 10px;
		max-width: 70px;
	}
	.promo-item-cont {
		padding: 0;
		margin-bottom: 20px;
	}
	.promo-item-cont .promo-item-lm-cont {
		margin-top: 10px;
		text-align: left;
	}
	.neighbourhood-item-cont {
		padding: 0;
		margin-bottom: 20px;
	}
	.neighbourhood-item-cont .promo-item-title {
		height: auto;
	}
	.container.pad-top-btm {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.btm-hero-cont {
		padding: 40px 0;
	}
	#single-page-slider {
		margin-bottom: 40px;
	}
	.cta-sub {
		line-height: 13px;
		font-size: 8px;
		margin-top: 10px;
	}
	#single-reviews-slider {
		display: block;
	}
	.btn-single-view-all-review {
		position: relative;
		top: auto;
	}
	.single-room-content {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.single-room-content .single-room-left {
		order: 2;
		width: 100%;
		margin-right: 0;
	}
	.single-room-content .single-room-left h1 {
		font-size: 25px;
		line-height: 29px;
		width: auto;
	}
	.single-room-content .single-room-left h1:before {
		display: none;
	}
	.single-room-content .single-room-left .single-room-address {
		margin-bottom: 15px;
	}
	.single-room-content .single-room-left .single-room-address:before {
		display: none;
	}
	.single-room-content .single-room-left .single-room-body {
		font-size: 15px;
		line-height: 27px;
	}
	.single-room-content .single-room-right {
		margin-top: 0;
		order: 1;
		width: 100%;
		padding: 0;
		padding-bottom: 40px;
	}
	.single-room-content .single-room-right .amenities-preview .amenities-item {
		max-width: 33%;
		margin-bottom: 10px;
		margin-right: 15px;
	}
	.single-room-content .single-room-right .amenities-preview .amenities-item img {
		max-height: 40px;
	}
	.single-room-content .single-room-right .amenities-preview ul.slick-dots {
		position: relative;
		bottom: -20px;
	}
	.single-room-content .single-room-right .amenities-preview ul.slick-dots li button {
		border-color: #E9916C;
	}
	.single-room-content .single-room-right .amenities-preview ul.slick-dots li.slick-active button {
		background: #E9916C;
	}
	.amenities-modal-items .amenities-item {
		max-width: 130px;
		margin-right: 5px;
	}
	.related-cont article.rooms-archive-item h1, .related-cont article.rooms-archive-item h2 {
		color: #2E3B70;
		font-size: 21px;
		line-height: 36px;
	}
	.related-cont article.rooms-archive-item {
		padding: 0 15px;
		min-height: 1px;
	}
	.rooms-details {
		margin-bottom: 40px;
	}
	.rooms-details .flex-space {
		display: block;
	}
	.rooms-details .room-details-item {
		display: block;
		margin-bottom: 15px;
	}
	.rooms-details .icon-address {
		background-size: 30px;
	}
	.rooms-details .icon-directions {
		width: 30px;
	}
	.page-banner-cont .page-banner-header {
		top: 40%;
	}
	.page-banner-cont .page-banner-header.mobile-double {
		top: 25%;
	}
	.page-banner-cont .page-banner-header.small.mobile-double {
		top: 10%;
	}
	.page-banner-cont .page-banner-img {
		height: 300px;
	}
	.page-banner-cont .page-banner-img-inner {
		height: 120px;
	}
	.page-banner-cont h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.page-banner-cont .neighbourhood-banner-header {
		right: auto;
		bottom: auto;
		top: 100px;
		width: 100%;
		text-align: center;
		max-width: 80%;
		left: 10%;
	}
	.page-banner-cont .neighbourhood-banner-header h1 {
		font-size: 21px;
		line-height: 25px;
		margin: 0;
		color: #2F3D6C;
		margin-bottom: 0;
	}
	.page-banner-cont .neighbourhood-banner-header .std-desc {
		font-size: 10px;
		line-height: 17px;
		margin-top: 20px;
	}
	.page-banner-cont .neightbourhood-banner-img {
		background-position: right;
	}
	.page-inner-title-cont {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.page-inner-title-cont h1 {
		font-size: 30px;
		line-height: 32px;
		max-width: 100%;
	}
	.page-inner-title-cont .inner-category {
		position: relative;
		margin-top: 10px;
		float: left;
	}
	.page-inner-title-cont .btn-share-cont {
		top: -70px;
	}
	a.link-up {
		right: 20px;
		top: -16px;
	}
	footer .site-info-top .footer-logo {
		margin: 0 auto;
		display: block;
	}
	footer .site-info,
	footer .site-info-top {
		padding: 35px 0;
	}
	footer .site-info-top h3.footer-description {
		max-width: 100%;
		margin-top: 20px;
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	article.rooms-archive-item {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	article.rooms-archive-item .collection-header {
		margin: 10px 0;
		font-size: 10px;
	}
	article.rooms-archive-item h1, article.rooms-archive-item h2 {
		min-height: 1px;
		margin: 0;
	}
	article.rooms-archive-item h1 a, article.rooms-archive-item h2 a {
		font-size: 21px;
		line-height: 26px;
	}
	article.rooms-archive-item .entry-meta {
		margin-top: 15px;
	}
	article.rooms-archive-item .meta-icon {
		width: 15px;
		height: 15px;
	}
	article.rooms-archive-item .meta-value {
		font-size: 10px;
		line-height: 12px;
	}
	.footer-social {
		display: block;
	}
	.promo-item-link-item {
		width: 100%;
		margin-right: 0;
	}
	.neighbourhood-related-item {
		width: 100%;
		margin-right: 0;
	}
	.page-banner-img.ngbh-banner {
		background-position: 10% !important;
	}
}

#user-registration {
	margin: auto !important;
	
	& #ur-frontend-form {
		margin:30px;
	}
}

#user-registration-form-19284 {
	margin: auto !important;
}

.page-template-default.user-registration-page main#primary {
	max-width: 1140px;
  	margin-left: auto;
  	margin-right: auto;
  	padding-top: 15px;
}

/*# sourceMappingURL=style.css.map */