/*!
Theme Name: theCentral
Theme URI: http://underscores.me/
Author: Algoritma Srl
Author URI: https://www.algoritma.it
Description: The Central - Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thecentral
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

theCentral is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 26px;
	margin: 0.67em 0;
}

#bottom_value_proposition_container h2, #value_proposition_container h2{
	font-size: 2.5rem !important;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
html, body {
	overflow-x: hidden;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ceab52 !important;
}
a:hover {
	color: #ceab52 !important;
	text-decoration: none !important;
}


a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
	flex-flow: column;
	text-align: right;
	padding: 30px 0 20px 0;
	position: relative;
}
#site-navigation.toggled {
	padding-top: 29px;
}
.navbar{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.menu-header-mobile-container, .menu-header-mobile-de-container, .menu-header-mobile-fr-container {
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	font-size: 18px;
}
nav.toggled  .menu-header-mobile-container, nav.toggled .menu-header-mobile-de-container, nav.toggled .menu-header-mobile-fr-container {
	margin-top: 25px;
}
.second-button, .second-button:active, .second-button:focus {
	border: none;
}
.main-logo, .second-button {
	top: 10px;
}
.main-logo{
	position: relative;
	top: 10px;
	width: 100%;
}
.main-logo a{
	text-align: center;
}
.second-button{
	position: absolute;
	right: 0px;
	top: 25px;
}
.toggled .main-logo{
	top: 20px;
}
.toggled .second-button {
	top: 25px;
}
.animated-icon2 {
	width: 30px;
	height: 25px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.animated-icon2 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background: #e3f2fd;
}
.animated-icon2 span:nth-child(1) {
	top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
}
.animated-icon2 span:nth-child(4) {
	top: 20px;
}
.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}
.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}
#site-navigation ul.sub-menu {
	background: #001c3a;
	height: auto;
}
#site-navigation .sub-menu li {
	/*background: #001c3a;*/
}
#site-navigation .sub-menu li:hover {
	background: #ceab52;
}
#site-navigation.main-navigation ul ul a {
	width: 100px;
	text-align: center;
	padding: 5px 0;
}
#site-navigation.main-navigation ul ul a:first-child {
	border-bottom: 1px solid #ceab52;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
#content {
	margin:0 !important;
}
.text-slogan {
	background: #fff;
	color: #001c3a;
	text-align: left;
	position: relative;
}
.page-template-template-Services .text-slogan, .page-template-template-ServicesLong .text-slogan {
	text-align: center;
}
.text-slogan span.container {
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	width: 100%;
	text-align: center;
}
.home .text-slogan {
	height: 350px;
	padding: 0;
	text-align: center;
}
.text-slogan p {
	line-height: 1.6;
	font-size: 24px !important;
	margin-bottom: 0;
}
.text-slogan h2 {
	font-weight: 600;
}
.page-template-template-Homepage .image-side {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.page-template-template-About .image-side {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.page-template-template-About #central_row_second .image-side {
	background-position: left;
}
.central-row-first .text-side {
	padding: 70px;
	background: #001c3a;
	color: #fff;
}
.page-template-template-Homepage #central_row_second {
	background: #d8d1c1;
}
.central-row-second .text-side {
	padding: 70px;
	color: #001c3a;
}
.text-side h2 {
	font-weight: 800;
}
.text-side p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0;
}
#footer-sidebar, #pre-footer-blocks {
	display: flex;
}
.footer-notes span{
	white-space: nowrap;
}
#footer-sidebar1 {
	text-align:left;
}
#footer-sidebar3 {
	text-align:right;
}
#footer-sidebar h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
#footer-sidebar1 a {
	color: #fff !important;
}
#pre-footer-blocks > div {
	text-align: center;
	padding: 0 60px;
}
.about-page.central-row-first .text-side-inner, .about-page.central-row-first .text-side-inner {
	max-width: 500px;
	text-align: center;
}
.about-page.central-row-second .text-side-inner {
	max-width: 500px;
	float:right;
}
.home .text-side-inner {
	max-width: 500px;
}
.about-page.central-row-second {
	background-color: #fff;
}
.page-template-template-About .pre-footer-section {
	display: none;
}
.pre-footer-section {
	display: flex;
	min-height: 442px;
	align-items: center;
}
#pre-footer-blocks {
	padding: 40px 0;
}
.home #pre-footer-blocks {
	border: none;
}
#pre-footer-blocks h4 {
	color: #ceab52;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0 !important;
}
#content_top_row h2, #content_bottom_row h2 {
	font-weight:800;
}
#content_top_row p, #content_bottom_row p {
	font-size: 18px;
	line-height: 1.5;
}
#content_top_row, #features_section {
	padding: 70px 0;
	margin: 0 auto;
}
#content_bottom_row {
	padding-top: 0;
}
#content_bottom_row .bottom-blocks-head {
	text-align: center;
	padding-top:40px;
}
.page-template-template-Apartments #content_bottom_row .bottom-blocks-head {
	padding-top:0;
}
.home #content_bottom_row .bottom-blocks-head {
	padding-top:0;
}
#main_description {
	padding: 30px 0;
	margin: 0 auto;
}
.page-template-template-Terms-Conditions #text_slogan {
	padding-top: 30px;
}
#breadcrumbs {
	margin: 0;
	padding-top: 20px;
}
#breadcrumbs a {
	color: #aaa !important;
	font-weight:600;
}
.breadcrumb_last {
	color: #ceab52;
}
.page-template-template-Suites #main_description {
	padding: 30px 0 0 0;
}
.top-blocks-head {
	text-align: center;
}
.home #central_row_first {
	background: #001c3a;
}
#central_row_first .image-side {
	background-color: #001c3a;
}
.top-blocks-body {
	background: #001c3a;
	color: #fff;
	padding: 10px;
}
.top-blocks-body .card-top {
	text-align: center;
}
.top-blocks-body .card-top h5 {
	font-weight: 600;
	margin-bottom: 0;
	color: #ceab52;
}
span.card-bottom-right {
	float: right;
	color: #fff;
}
.top-blocks-link {
	text-align: center;
	background: #001c3a;
	padding: 5px 0;
}
.top-blocks-link {
	font-size: 18px;
	color: #fff !important;
}
.bottom-blocks-body {
	position: relative;
	width: 100%;
	text-align: center;
}
.square-bottom {
	background: #001c3a;
	padding: 10px;
}
.square-bottom h5 {
	font-weight: 600;
	margin-bottom: 0;
	color: #ceab52;
}
.bottom-blocks-body .plus-element {
	color: #ceab52;
	font-size: 35px;
	font-weight: 500;
}
.bottom-blocks-body .square-bottom p {
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 600;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
}
.page-template-template-Apartments .card-top-txt p {
	text-align: center !important;
}
a.map-link {
	color: #fff !important;
	border: 1px solid;
	padding: 5px 30px;
}
.page-template-template-Suites #pre-footer-blocks {
	border:none;
}
#options_description {
	background: #fff;
}
#options_description .text-side {
	padding-top: 40px;
	padding-bottom: 40px;
}
.features-section .right-side-title {
	padding-bottom: 20px;
}
span.plus-icon {
	margin-right: 10px;
	font-weight: 600;
	color: #ceab52;
	height: 100%;
}
#features_section {
	padding: 50px 0;
	background: #001c3a;
	color: #fff;
}
#features_section p{
	font-size: 18px;
	margin-bottom: 10px;
	display: flex;
}
#features_section .right-side-title{
	font-size: 18px;
}
.features-section, .services-section {
	margin: 0 auto !important;
	max-width: 1200px;
}
.description-title, .features-title,
.services-title, .floorplan-title, .options-title {
	float: left;
	text-transform: uppercase;
	font-size: 24px !important;
	line-height: 1.2 !important;
	letter-spacing: 2px;
}
.floorplan-title{
	color: #fff;
}
#floorplan_nav{
	display: inline-block;
	float: right;
}
#floorplan_nav .nav-pills .nav-link.active{
	color: #fff !important;
	background: #ceab52;
}
#floorplan_tab{
	margin-left: 0px;
}
.floorplan_image{
	max-width: 50%;
	margin: 0px auto;
	max-height: 350px;
	position: relative;
	top: -30px;
}
.floorplan_link{
	display: block;
	text-align: center;
}
.floorplan_description{
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 15px;
	color: #fff;
}
#main_description .hr-description {
	width: 80%;
	float: right;
}
#features_section .hr-description, #services_section .hr-description  {
	width: 85%;
	float: right;
}
p.services-item{
	font-size: 18px;
	margin-bottom: 10px;
}
#floorplan_section .hr-description {
	float: right;
	width: 50%;
}
#wellness_section .hr-description {
	float: right;
	width: 65%;
}
#gallery_section {
	padding: 30px 0;
}
.owl-carousel .owl-item img {
	padding-right: 30px;
}
.content-bottom-row .container {
	margin: 0 auto;
	padding: 0;
}
.apt-text-block p {
    font-weight: 600;
}
#content_top_row {
	background: #fff;
}
.content-top-row .container {
	margin: 0 auto;
}
.home .content-bottom-row {
	padding: 70px 0;
}
.card-top-txt p {
	font-size: 24px;
	letter-spacing: 2px;
}
.booking-btn {
	width: 100%;
	border-radius: 0 !important;
	background: #ceab52;
}
.booking-btn a {
	color: #001c3a !important;
}
#services_section {
	padding: 40px 0;
}
.services-section .right-side-title, .services-section .left-side-title {
	padding-bottom: 20px;
	font-weight: 600;
}
#floorplan_section {
	padding: 20px 0;
    background-color: #001c3a;
    max-height: 386px;
}
#wellness_section {
	background: #001c3a;
	color: #fff;
	padding: 40px 0;
}
#header-desktop li {
	top: 0;
	text-transform: uppercase;
}
#header-desktop li.menu-item-has-children:not(:last-child){
	padding-right: 24px;
}
#header-desktop li.menu-item-has-children:not(:last-child) i.down-arrow,
#header-mobile li.menu-item-has-children:not(:last-child) i.down-arrow{
	right: 0px;
}
#header-mobile li.menu-item-has-children:not(:last-child) i.down-arrow{
	display: none;
}
#header-desktop li.menu-item-has-children:not(:last-child) ul.sub-menu{
	width: 200px;
	margin-top: -25px;
	padding-top: 15px;
	background-color: transparent;
}
#header-desktop li.menu-item-has-children:not(:last-child) ul.sub-menu li,
#header-desktop li.menu-item-has-children:not(:last-child) ul.sub-menu li:first-child{
	width: 200px;
	float: none;
	top: 0px;
	position: static;
}
#header-desktop .menu-services li {
	width: 150px !important;
}
#header-desktop li.menu-item-has-children:not(:last-child).menu-services ul.sub-menu {
	width: 150px !important;
}
#header-desktop li.menu-item-has-children:not(:last-child) ul.sub-menu li:last-child{
	position: static;
}
#header-desktop li.menu-item-has-children:not(:last-child) ul.sub-menu li a{
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	text-align: left;
	padding: 10px;
	background-color: #d8d1c1;
	color: #001c3a !important;
}
#header-desktop li.menu-item-has-children:not(:last-child) ul.sub-menu li a:hover{
	background-color: #ceab52;
	color: #fff !important;
}
#header-desktop .logo {
	top: 0;
}
.page-template-template-Apartments .suites a, .page-template-template-Suites .suites a {
	color: #ceab52 !important;
}
.page-template-template-About .about a {
	color: #ceab52 !important;
}
.page-template-template-Services .sup-services a {

}
.booking-form {
	display: flex;
	flex-flow: inherit;
	position: absolute;
	background: #ccc;
	bottom: 0;
	opacity: .9;
	padding: 15px;
	text-transform: uppercase;
	width:100%;
}
.booking-form-mobile {
	display: block;
	flex-flow: inherit;
	position: static;
	background: #ccc;
	opacity: .9;
	padding: 15px 15px 30px 15px;
	text-transform: uppercase;
	margin-top: 0px;
}
.booking-form .form-group {
    margin: 0 auto;
}
.booking-inner-container {
	position: relative;
}
.page-template-template-Contacts .text-slogan p {
    font-size: 20px !important;
}
.booking-form-mobile .button-booking{
	bottom: -10px;
}

@media (max-width: 767px){
	.booking-form{ display: none !important;}
}
@media (min-width: 768px){
	.booking-form-mobile{ display: none;}
}

.form-group {
	margin-bottom: 0 !important;
}
.button-booking {
	height: 100%;
	background: #ceab52 !important;
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: 600;
}
.booking-form .form-control {
	padding: 6px !important;
}
#booking_section {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
}
.banner_wrapper {
	position: relative;
	margin-top: 0px !important;
}
#central_row_second a {
	color: #001c3a !important;
}
.parent-zoom {
	height: 100vh;
	overflow: hidden;
	padding: 0 !important;
}
.zoom {
	height: 100%;
	width: 100%;
	transition: all 2.25s ease;
}
.zoom:hover{
	-ms-transform: scale(2); /* IE 9 */
	-webkit-transform: scale(2); /* Safari 3-8 */
	transform: scale(2);
}
#header-desktop {
	position: relative;
}
#header-desktop .wpml-ls-slot-7 {
	position: absolute;
	right: 30px;
	top: -2px;
	font-size: 14px;
}
#header-desktop .wpml-ls-slot-7:last-child {
	position: absolute;
	right: 0;
	top: -2px;
	font-size: 14px;
}
#header-desktop .wpml-ls-slot-7:last-child:before {
	content: '|';
	position: absolute;
	top: -1px;
	left: 1px;
	color: #ceab52;
}
#header-desktop .wpml-ls-slot-7 a{
	color: #ceab52 !important;
}
#header-desktop .menu-item-has-children .sub-menu {
	top: 50px !important;
}
#header-desktop .menu-item-has-children .sub-menu li:first-child {
	top: -15px !important;
}
#header-desktop .menu-item-has-children a {
	padding: 0 0 5px 10px;
}
#header-mobile .wpml-ls-first-item {
	border-top: 1px solid #ceab52;
	margin-top: 20px;
}
button:focus {
	outline: none !important;
}
#header-mobile li a{
	padding: 5px;
}
#header-mobile .wpml-ls-first-item a {
	padding-top: 5px;
}
#header-mobile .wpml-ls-last-item {
	padding-bottom: 0px;
}
#header-mobile li.menu-item-has-children ul.sub-menu,
#header-mobile li.menu-item-has-children ul.sub-menu li,
#header-mobile li.menu-item-has-children ul.sub-menu a{
	width: 100% !important;
}
#header-mobile li.menu-item-has-children ul.sub-menu a{
	width: 100% !important;
	background-color: transparent;
	border: none;
	text-transform: capitalize !important;
}
#header-mobile li.menu-item-has-children ul.sub-menu{
	height:0px;
	display: none;
}
#header-mobile li.menu-item-has-children.focus ul.sub-menu{
	height:auto;
	display: block;
	background-color: transparent;
	border: solid 1px #ceab52;
}
.down-arrow {
	border: solid #ceab52;
	border-width: 0px 2px 2px 0px;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	position: absolute;
	right: 28px;
	top: 8px;
	-webkit-transform: rotate(45deg);
}
.wpml-ls-display {
	color: #ceab52;
}
.sub-menu .wpml-ls-display {
	color: unset;
}
.card{
	border:none}
.page-template-template-Terms-Conditions .card-header {
	background-color: #ffffff;
	border-bottom: 1px solid #ddd;
}
.page-template-template-Terms-Conditions .btn-link {
	color: #ceab52;
	font-weight: 500;
	font-size: 18px;
	white-space: unset;
	letter-spacing: 1px;
	text-align: left;
}
.page-template-template-Terms-Conditions .accordion {
	padding: 5px 0;
}
.page-template-template-Terms-Conditions #content {
	padding: 0;
}
.page-template-template-Terms-Conditions .btn-link:hover {
	color: #ceab52;
}
.odd .col-img {
	order:1;
}
#service-square-section {
	padding: 40px 0;
}
.container-square .col-img,
.container-square .col-txt{
	padding: 0;
}
.container-square .col-img{
	text-align: center;
}
.container-square .square-panel {
	max-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0px 80px;
}
.square-title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #ceab52;
	padding: 20px 50px;
}
.square-text{
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
}
.square-text li{
	text-align: center;
	line-height: 24px;
	font-size: 16px;
}
.container-square .square-panel-long {
	max-width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	margin: 0 auto;
}
.h2, h2 {
	font-size: 21px !important;
	margin-bottom: 30px !important;
}
#content_bottom_row h2 {
	margin-bottom: 15px !important;
}
.h3, h3 {
	font-size: 20px !important;
}
#cookie-notice .cn-button {
	margin-left: 10px;
	background: #ceab52;
	color: #001c3a !important;
}
.page-title {
	font-size: 26px !important;
	font-weight: 800;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.square-title-long {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #ceab52;
	padding: 50px 10px 10px;
}
.square-text-long {
	text-align: center;
	line-height: 1.4;
	font-size: 18px;
	padding: 0 20px;
}
.square-text-long ul {
	list-style-type: none;
	margin-left: 0 !important;
    padding-left: 0;
}
.square-text-long p{
	text-align: center;
	line-height: 1.4;
	font-size: 18px;
}
#wellness-booking-section, #contacts-info-section {
	background:#d8d1c1;
	padding: 20px 0;
}
#wellness-booking-section p, #contacts-info-section p {
	font-size: 18px;
	text-align: center;
	line-height: unset;
	margin-bottom: 0;
}
.booking-btn p, .wellness-btn p {
	margin-bottom: 0;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1.6;
}
.wellness-btn {
	width: 100%;
	background: #001c3a;
	border-radius: 0 !important;
	margin-top: 20px;
}
.wpcf7-submit {
	width: 100%;
	min-width: 165px;
	padding: 0px !important;
	text-transform: uppercase;
	background: #001c3a !important;
	height: 45px;
	position: relative;
	color: #ceab52 !important;
	top: -2px;
	text-align:center !important;
	font-size: 18px !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none;
	font-weight: 600;
	color: red;
}
.service-1, .service-2, .service-3 {
	padding: 0 !important;
	max-width: 32.5% !important;
	margin: 0 auto;
}
.overlay {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 100%;
	transition: .5s ease;
	opacity:0;
	height:100%;
	border: 5px solid #d8d1c1;
}
.page-id-888 .service-1 .overlay {
	opacity: 0.9;
}
.page-id-776 .service-2 .overlay {
	opacity: 0.9;
}
.page-id-920 .service-3 .overlay {
	opacity: 0.9;
}
.xdsoft_datetimepicker {
	z-index: 111102 !important;
}
.datefield {
	max-width:80%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	border: none;
	margin: 0;
	padding: 0;
	display: inline-block !important;
}
.wpcf7-mail-sent-ok {
	color: green;
}
.form-booking label, .form-booking input {
	max-width:100%;
	text-align: left;
}
#wellness-booking-section .close {
	position: absolute;
	right: 5px;
	top: 0px;
	font-size: 30px;
}
.modal-content {
	padding:20px;
}
#prefooter {
	min-height: 442px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#prefooter p {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 600;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
}
#media_image-2 {
	position: relative;
	margin-bottom: 40px;
}
.about-page.central-row-first .parent-zoom, .about-page.central-row-first .text-side,
.home .central-row-first .parent-zoom, .home .central-row-first .text-side
{
	height: auto;
	border-top: 1px solid #001c3a;
}
.lb-nav a.lb-next, .lb-nav a.lb-prev {
	opacity: .5 !important;
}
.residences {
	min-height: 290px;
	align-items: stretch;
}
header {
	z-index:999;
}
.page-template-template-Contacts #text_slogan {
	padding-top: 40px;
	text-align: center;
}
.contact-form-general {
	max-width: 700px;
	margin: 0 auto;
}
.accept-box {
	padding: 15px 0;
}
.page-template-template-Contacts #contact-form {
	padding-bottom: 30px;
}
.booking-form .col-form-label{
	font-weight: 700;
	font-size: 14px;
}
.booking-form-mobile .col-form-label{
	font-weight: 700;
	font-size: 11px;
}
.services-link:hover img{
	-webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
	filter: brightness(50%);
}
.menu-image{
	max-width: 180px;
}

/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
.lightbox
{
	position: fixed;
}
.lb-outerContainer
{
	display: inline-block;
	width: initial !important;
	height: initial !important;
}
.lb-image
{
	width: initial !important;
	height: initial !important;
	max-width: 100% !important;
	max-height: calc(100vh - 35px) !important;
}
.lb-dataContainer
{
	width: initial !important;
}
.lb-details
{
	text-align: center !important;
	width: 100% !important;
}
.lb-number
{
	display: initial !important;
}
#lightboxOverlay
{
	width: 100% !important;
	height: 150% !important;
	position: fixed;
}
.contact-form-general .wpcf7-date {
	width: 100%;
}
.tooltiptext {
	visibility:hidden;
	width: 100%;
	background-color: #001c3a;
	color: #ceab52;
	text-align: center;
	/* Position the tooltip */
	position: absolute;
	top: 75px;
	padding: 5px;
	right: 0px;
	z-index: 1;
}

.info img {
	width: 15px;
	position: relative;
	top: -2px;
	right: 5px;
}
.grecaptcha-badge {
	display: none !important;
}
.page-template-template-Contacts .grecaptcha-badge {
	display: block !important;
}
div#central_row_third {
	margin: 0 auto;
	padding: 60px 0;
	background: #d8d1c1;
	color: #001c3a;
}
.central-row-third {
	margin: 0 auto !important;
	padding: 0 !important;
}
.row-third-img, .central-row-third h3 {
	text-align: center;
}
.central-row-third h3 {
	border-bottom: 1px solid #001c3a;
	padding: 15px 0;
	font-weight: 800;
	font-size: 22px;
	text-transform: uppercase;
}
.central-row-third ul {
	margin: 0;
	font-size: 18px;
	padding-left: 25px;
}
.central-row-third-one {
	padding-left: 0 !important;
}
#about-square-section .container-square {
	padding: 30px 0;
}
#about-square-section .container-square .col-img {
	text-align: center;
	min-height: 350px;
}
#about-square-section .row.container {
	margin: 0 auto;
}
#about-square-section img.square-img {
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	width: 35%;
}
.booking-cont {
	position:relative;
}
#about-square-section .square-panel {
	max-width: unset;
	position: relative;
	top: unset;
	-webkit-transform: unset;
	transform: unset;
	padding: 0px 15px;
}
#about-square-section .square-text {
	text-align: center;
}
#about-square-section ul {
	margin: 0;
	padding: 0 25px;
}
#about-square-section .container-square.even {
	background: #001c3a;
	color: #fff;
}
#about-square-section .square-text li {
	line-height: 1.6;
	font-size: 18px;
	text-align: center;
	list-style: none;
	margin-bottom: 10px;
}
.page-template-template-Terms-Conditions p {
	font-size: 18px !important;
	line-height: 1.4;
}
.page-template-template-Terms-Conditions ul {
	padding: 0 20px;
	font-size: 18px;
}
#about-square-section .square-title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #ceab52;
	padding: 0 0 30px;
}
.banner-gallery-icon img {
	max-height: 60px;
}
.banner-gallery-icon {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tabset > input[type="radio"] {
	position: absolute;
	left: -200vw;
}
.tabset .tab-panel {
	display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
	display: block;
}
.tabset > label {
	position: relative;
	display: inline-block;
	padding: 15px 15px 25px;
	border: 1px solid transparent;
	border-bottom: 0;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	max-height:50px;
	border: 1px solid #ceab52;
	cursor: pointer;
}
.tabset > label::after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 22px;
	height: 4px;
	background: #001c3a;
}

.tabset > label:hover,
.tabset > input:focus + label {
	color: #001c3a;
}
.tab-margin {
	position: relative;
	top: -100px;
}
.menu-tab a {
	color: #001c3a !important;
	line-height: 1.8;
}
.menu-tab a:hover {
	color: #ceab52 !important;
}
.menu-tab {
	padding: 10px;
	border-top: none;
	border-right: none;
	margin-bottom: 20px;
	background-color: #eee;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
	background: #ceab52;
}
.tabset > input + label {
	margin-bottom: -1px;
	color: #aaa;
}
.tabset > input:checked + label {
	color: #001c3a;
}
.tab-panel {
	padding: 30px 0;
}
.contact-form-general input {
	width: 100%;
}
.contact-form-general input[type="checkbox"] {
	width: unset !important;
}
.page-template-template-Booking header, .page-template-template-Booking .pre-footer-section {
	display:none;
}


/*******************************/
/***      MEDIAQUERIES       ***/
/*******************************/

@media all and (max-width:1480px) {
	#banner{
		/*max-height: 400px !important;*/
	}
	.container-square .square-panel {
		padding: 0 40px;
	}
	.little-zoom {
		height: 100% !important;
		width: 100%;
		transition: all 2.25s ease;
	}
	.little-zoom:hover{
		-ms-transform: scale(2); /* IE 9 */
		-webkit-transform: scale(2); /* Safari 3-8 */
		transform: scale(2);
	}
	.little-parent-zoom {
		height: auto;
		overflow: hidden;
		padding: 0 !important;
	}
	.page-template-template-Homepage .little-parent-zoom{
		min-height: 400px;
		background-position: center;
	}
	.about-page.page-template-template-Homepage .little-parent-zoom{
		height: auto;
		border-top: 1px solid #001c3a;
	}
}
@media all and (min-width: 1025px) and (max-width:1480px) {
	.sticky-head .container {
		max-width: 90%;
		float: none;
	}
}
@media screen and (min-width: 1025px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.menu-header-mobile-container,
	.menu-header-mobile-de-container,
	.menu-header-mobile-fr-container
	{
		display: none;
	}
	img.custom-logo, .second-button {
		display: none;
	}
	#content_top_row .card-bottom {
		display: none;
	}
	#content_top_row .residences .col-lg-4:hover .card-bottom {
		display: block;
		-webkit-animation: slide-up 0.5s ease-out;
		-moz-animation: slide-up 0.5s ease-out;
	}
	#content_top_row  .residences .col-lg-4:hover .card-top, #content_top_row  .residences .col-lg-4:hover .top-blocks-body  {
		-webkit-animation: slide-up 0.5s ease-out;
		-moz-animation: slide-up 0.5s ease-out;
	}
	#content_top_row  .residences .col-lg-4:hover .top-blocks-link, #content_top_row  .residences .col-lg-4:hover .top-blocks-body{
		position: relative;
		bottom:24px;
	}
	.card-bottom-right:hover .tooltiptext {
		visibility:visible;
	}

	@-webkit-keyframes slide-up {
		0% { -webkit-transform: translateY(25%); }
		100% { -webkit-transform: translateY(0); }
	}
	@-moz-keyframes slide-up {
		0% {  -moz-transform: translateY(25%); }
		100% { -moz-transform: translateY(0); }
	}

	.sticky-head {
		position: fixed;
		top: 0;
		width: 100%;
		border-bottom: 1px solid #ceab52;
		height: 100px;
		min-height: unset;
	}
	.sticky-head .navbar {
		position: relative;
	}
	.sticky-head .navbar .menu-image {
		max-width: 180px;
		position: relative;
	}
	.sticky-head .navbar a {
	}
	.sticky-head .container {
		float: none;
	}
}

@media all and (max-width:1024px) {
	#pre-footer-blocks > div {
		padding: 0 30px;
	}
	.menu-header-desktop-container,
	.menu-header-desktop-de-container,
	.menu-header-desktop-fr-container {
		display: none;
	}
	.booking-form {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		max-width: 80%;
	}
	img.custom-logo {
		max-width: 150px;
	}
	.square-title {
		font-size: 20px;
		padding: 15px 0;
	}
	.square-text {
		font-size: 16px;
	}
	#about-square-section .square-text {
		font-size: 20px;
	}
	.container-square .square-panel {
		max-width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 10px;
	}
	.card-bottom:hover .tooltiptext {
		visibility:visible;
	}
	#full-content .banner_wrapper {
		margin-top: 0 !important;
	}
	header.sticky-head {
		position: fixed;
		width: 100%;
		overflow-y: auto;
	}	
	.tooltiptext {
		font-size: 13px;
    	top: unset;
	}
	.tooltiptext {
		bottom: 0;
		width: 90%;
		right: 5%;
	}
}
@media all and (min-width: 992px){
	.booking-form .col-form-label {
		width: 50%;
		float:left;
	}
	.booking-form .form-selection {
		width: 50%;
		float:right;
	}
	.page-template-template-Services .text-slogan, .page-template-template-ServicesLong .text-slogan {
		margin-bottom: 70px;
	}
	.banner-image-mobile {
		display:none;
	}
}
@media all and (max-width:991px) {
	.page-template-template-Homepage .image-side {
		background-position: center;
	}
	.page-template-template-About #central_row_second .image-side,
	.page-template-template-About #central_row_first .parent-zoom,
	.home #central_row_second .image-side,
	.home #central_row_first .parent-zoom{
		min-height: 400px;
		background-position: center;
	}
	.page-template-template-Suites #content_top_row {
		padding: 20px 0 0;
	}
	.page-template-template-ServicesLong .square-title-long {
		padding: 10px;
	}
	.home .frame {
		display: none;
	}

	#booking_section{
		position: absolute;
		bottom: -10px;
	}
	.form-group.row {
		margin: 0 auto;
	}
	.booking-form {
		bottom: 10px;
		max-width: unset;
	}
	.card-bottom {
		font-size: 14px;
	}
	#content_top_row{
		padding: 70px 0 0;
		margin: 0 auto;
	}
	.tooltiptext {
		bottom: 30px;
	}
	.central-row-third-two {
		padding: 40px 0;
	}
	.central-row-third-one {
		padding-left: 15px !important;
	}
	#about-square-section .container-square .col-img {
		text-align: center;
		min-height: 500px;
	}
	#about-square-section img.square-img {
		width: 50%;
	}
}
@media all and (min-width:768px) {
	label.left-side {
		float: left;
		width: 49.5%;
	}
	label.right-side {
		float: right;
		width: 49.5%;
	}
	.contact-form-general .left-col {
		width: 49.5%;
		float: left;
		margin-bottom:10px;
	}
	.contact-form-general .right-col {
		width: 49.5%;
		float: right;
		margin-bottom:10px;
	}
	.your-room .wpcf7-select {
		width:50%;
		padding:3px;
	}
	.your-treatment .wpcf7-select {
		width: 100%;
		padding:4px;
	}
	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
		position: relative;
		top: 0px;
		left: -20px;
	}
}
@media all and (max-width:1190px) {
	.home #content_top_row .col-lg-4:last-child {
		padding-bottom: 70px;
	}
	.home #content_top_row .col-lg-4 {
		padding-bottom: 45px;
	}
	#content_bottom_row .col-lg-4, #content_top_row .col-lg-4 {
		padding-bottom: 40px;
	}
	.residences {
		padding: 0 15px;
		height: auto;
	}
	.bottom-blocks-img img{
		width: 100%;
	}
}
@media all and (max-width:767px) {
	.banner-gallery-icon img {
		max-height: 50px;
	}
	.form-group.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	#about-square-section .square-title {
		text-align: center;
	}
	.page-template-template-About .central-row-first h2, .page-template-template-About .map-link-box {
		text-align: center;
	}
	#about-square-section img.square-img {
		top: 0;
		-webkit-transform: unset;
		transform: unset;
		position: relative;
		width: 33%;
	}
	#about-square-section .container-square .col-img {
		text-align: center;
		min-height: 200px;
	}
	#booking_section .button-booking {
		margin-bottom: 30px;
	}
	.bottom-blocks-body .square-bottom p {
		font-size: 12px;
	}
	.text-slogan h2 {
		font-size: 21px;
	}
	.text-side-inner h2 {
		font-size: 21px;
	}
	.button-booking {
		height: auto;
		position: relative;
		bottom: -30px;
	}
	.booking-btn p, .wellness-btn p  {
		font-size:14px !important;
		letter-spacing:1px;
	}
	.page-template-template-Services .text-slogan span.container {
		top: 0;
		-webkit-transform: none;
		transform: none;
		position: relative;
		width: 100%;
		text-align: center;
	}
	.square-text-long {
		padding: 10px 20px;
	}
	.page-template-template-ServicesLong .text-slogan span.container {
		top: 0;
		-webkit-transform: none;
		transform: none;
		position: static;
		width: 100%;
		text-align: center;
	}

	.page-template-template-Services .text-slogan,
	.page-template-template-ServicesLong .text-slogan{
		padding: 20px 10px;
	}
	.contact-form-general .right-col, .contact-form-general .left-col {
		margin-bottom: 10px;
	}
	.contact-form-general .right-col input, .contact-form-general .left-col input, .contact-form-general input.wpcf7-submit{
		width:100%;
	}
	.page-template-template-Apartments-php .residences {
		padding: 0;
	}
	/*
	.card-bottom:hover span.apt-price, .card-bottom:hover .card-bottom-left {
		position: relative;
		top: -25px;
	}
	*/
	.bottom-blocks-img {
		text-align: center;
	}
}
@media all and (min-width: 577px) and (max-width: 767px) {
	.container-square {
		max-width: 720px !important;
	}
	#about-square-section .container-square {
		max-width: unset !important;
	}
}
@media all and (min-width: 577px) {
	#media_image-2 img {
		top: 50%;
		-webkit-transform: translateY(100%) translateX(-50%);
		transform: translateY(100%) translateX(-50%);
		position: absolute;
	}
}
@media all and (max-width:576px) {
	#breadcrumbs, #main_description, #options_description {
		text-align: center;
	}
	.square-text-long p {
		margin-bottom: 0;
	}
	.page-template-template-ServicesLong .square-title-long {
		padding: 40px 10px 10px;
	}
	.square-text-long {
		padding: 10px 20px 40px;
	}
	.container.container-square:nth-child(2) .square-title-long {
		padding: 10px;
	}
	.page-template-template-Terms-Conditions .tab-panel {
		padding: 30px 0 0;
	}
	.page-template-template-Apartments #main_description {
		text-align: left;
	}
	.page-template-template-SimpleText #main_description {
		text-align: left;
	}
	.page-template-template-Suites .text-slogan h2 {
		text-align:center;
	}
	#central_row_first .text-side {
		padding:30px;
		text-align: center;
	}
	.page-template-template-About .container-square .col-img, .page-template-template-About .container-square .col-txt {
		padding: 0;
	}
	.home .content-bottom-row {
		padding: 40px 0;
	}
	#footer-sidebar2 img {
		width: 50%;
	}
	#footer-sidebar1 {
		order:1;
	}
	.banner-subtitle {
		padding: 10px 20px;
		font-size: 16px !important;
		position: relative;
		top: 20px;
	}
	#footer-sidebar3 {
		order:2;
	}
	.bottom-blocks-body .square-bottom p {
		font-size: 20px;
		line-height: 1.6;
	}
	#floorplan_nav {
		padding-bottom: 15px;
	}
	div.services-section .col-sm-5:first-child {
		padding-bottom: 15px;
	}
	.bottom-blocks-body .plus-element {
		font-size: 35px;
	}
	.top-blocks-body .card-top h5 {
		font-size: 1.25rem;
	}
	#content_bottom_row .container {
		max-width: unset;
	}
	#options_description .container {
		max-width: 95%;
	}
	.text-slogan p, .text-side p, body.page-template-template-SimpleText .site-content ul li {
		font-size: 18px !important;
	}
	.menu-toggle,
	.main-navigation.toggled ul {
		text-align:center;
	}
	.button-booking {
		bottom: -10px;
		padding: 5px !important;
	}
	#booking_section label {
		margin-bottom: 0;
		font-size: 12px;
	}
	#booking_section .button-booking {
		margin-bottom: 10px;
	}
	#header-mobile .menu-item:first-child {
		border-top: 1px solid #ceab52;
		padding-top: 20px;
	}
	#header-mobile .sub-menu .menu-item:first-child {
		padding-top: 0;
	}
	#header-mobile .sub-menu .menu-item:first-child {
		border-top: none;
	}
	#header-mobile ul.sub-menu {
		padding: 10px 0 !important;
		margin: 10px 0 !important;
	}
	#header-mobile .menu-item:first-child a {
		padding-top: 0;
		padding-bottom: 5px;
	}
	.booking-form > div {
		padding-left:5px;
		padding-right:5px;
	}
	.square-title {
		padding: 0;
		padding-bottom: 15px;
	}
	.container-square .square-panel {
		position: relative;
		top: unset;
		transform: none;
		margin: 0 auto;
		padding: 30px 15px;
	}
	.odd .col-img {
		order:unset;
	}
	#service-square-section {
		padding: 0;
	}
	.page-template-template-Services .wpcf7-form-control {
		max-width: 260px;
	}
	.your-room select {
		width: 100px;
		padding: 3px;
	}
	.your-treatment select {
		padding: 3px;
		width: 260px;
	}
	.wpcf7-submit {
		width: 150px;
		height: 40px;
		font-size: 16px !important;
	}
	.service-1, .service-2, .service-3 {
		max-width: 100% !important;
		padding: 15px !important;
	}
	.overlay {
		height: 90%;
		bottom: 15px;
		right: 2.5%;
		max-width: 95%
	}
	.datefield {
		max-width:75%;
	}
	.page-template-template-Terms-Conditions .btn-link {
		font-size: 18px;
	}
	.owl-carousel .owl-item img {
		padding-right: 15px;
	}
	#footer-sidebar1, #footer-sidebar3 {
		text-align: center;
		padding-top: 15px;
	}
	#footer-sidebar p.left-side {
		float: left;
		width: 50%;
		font-size: 13px;
	}
	#footer-sidebar p.right-side {
		float: right;
		width: 50%;
		font-size: 13px;
	}
	.page-template-template-Suites #booking_section,
	.page-template-template-Apartments #booking_section{
		position: relative;
		top: 0;
	}
	form.booking-form {
		margin: 0;
		padding-top: 0;
		padding-bottom: 15px;
		bottom:0px;
		position: relative;
	}
	div#booking_section {
		padding: 0;
	}
	a.map-link {
		color: #fff !important;
		border: 1px solid;
		padding: 5px 20px;
	}
	.bottom-blocks-img img {
		width: 100%;
	}
	.floorplan_image{
		max-width: 100%;
	}
	#gallery_section {
		padding: 30px 0 0;
	}
	.tooltiptext {
		bottom: 5px;
		width: 100%;
		right: 0;
	}
	.page-template-template-Apartments .tooltiptext,
	.page-template-template-Suites .tooltiptext {
		width: calc(100% - 30px);
		right: 15px;
	}
	.card-bottom {
		font-size: 12px;
	}
	#about-square-section .container-square .col-img {
		text-align: center;
		min-height: 130px;
	}
	#about-square-section .container {
		padding: 0;
	}
	#about-square-section .square-text, #about-square-section .square-text li {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.tabset > label {
		padding: 15px 15px 25px;
		font-size: 16px;
	}
	.tabset > input:checked + label {
		border: 2px solid #ceab52;
		margin-bottom: 10px;
	}

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.sticky-head {
		padding-top: 15px !important;
	}
	.booking-form {
		display: inline;
	}
	.booking-form .form-group {
		display: inline !important;
	}
	.booking-form .form-group > div{
		display: inline-block !important;
	}
	.booking-form .form-group > div:last-child{
		position: relative;
		top: -10px;
	}
	.text-slogan {
		max-width: 60%;
		margin: 0 auto;
	}
	.text-slogan span.container {
		top: 25%;
		position: relative;
		transform:none;
	}
	.row.residences {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	#pre-footer-blocks {
		width: 100%;
		padding: 80px 0;
	}
	.lb-outerContainer {
		width: 100% !important;;
	}
}

@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width:767px) {
	.booking-form-mobile {
		display: block;
	}
}