/*!
Theme Name: Residences (current)
Theme URI: http://blueskylab.co.uk/
Author: WordSearch
Author URI: https://www.wordsearch.co.uk/
Description: Residences Marriott Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: residences
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 
Residences 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
	## Fonts
	## Colors
# Elements
# Home
# Forms
# Navigation
	## Links
	## Headern
	## Menus
# Accessibility
# Alignments
# Clearings
# 404
# Widgets
# Content
	## Posts and pages
	## Comments
	## Footer
# 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.
 */

 @font-face {
	font-family: 'Marriott';
	src: url('fonts/3AFD29_0_0.eot'); /* IE9 Compat Modes */
	src: url('fonts/3AFD29_0_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/3AFD29_0_0.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/3AFD29_0_0.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/3AFD29_0_0.ttf')  format('truetype'); /* Safari, Android, iOS */
		 
  }


  @font-face {
	font-family: 'Maax Reg';
	src: url('fonts/max/Maax-Regular-205TF.eot'); /* IE9 Compat Modes */
	src: url('fonts/max/Maax-Regular-205TF?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/max/Maax-Regular-205TF.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/max/Maax-Regular-205TF.woff') format('woff'), /* Pretty Modern Browsers */
		 url('../fonts/max/Maax-Regular-205TF.ttf')  format('truetype'); /* Safari, Android, iOS */
		 
  }




html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth !important;
	 
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	background-color: #FFFAF4 !important;
		scroll-behavior: smooth !important;

}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-family: 'Marriott' !important;
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	  color: #000041 !important;
    text-decoration: none;
}

 a:visited {
    color: #000041;
}

/**
 * 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;
}

img.full-width-img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10vh;
}


 
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #c1c1c1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #78d2c6;
}



.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
}



/* 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;
}


input#acf-field_5c2c30f0330a0-row-0-field_5e6637fdd2f9f-alt {
    width: 4.2em !important;
}


.acf-range-wrap input[type="number"]{

	min-width:4em !important;
}
/**
 * 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;
}

h2, h3, h4, h5, h6 {
	 font-family: "Maax Reg";
	clear: both;
	color:#000041;
}

p {
	margin-bottom: 1.5em;
	color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
}

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

blockquote {
	margin: 0 1.5em;
}

 

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

big {
	font-size: 125%;
}


.home-p {
	color: #000041;
	font-family: "Maax Reg";
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	max-width: 790px;
	padding-left: 20px;
}
 
.home-hero {
    font-size: 150px;
    color: #fff;
    line-height: 150px;
    letter-spacing: 0px;
}
.hero_caption p {
font-family: "Maax Reg";
    position: absolute;
    bottom: 40px;
    z-index: 500;
    right: 61px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    max-width: 906px;
    color: #DEDCDC;
    text-align: left;

}

.title-intro-1{
	color: #000041;
	font-family: "Marriott";
	font-size: 40px;
	line-height: 50px;
	max-width: 950px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 25px;
	text-transform:uppercase;
}

.title-intro-1.center {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
}

.active_mobile_menu a
{
 border-bottom : 1px solid #81D8D0;
 padding-bottom : 10px;
}

.short-text .slick-slide {
  height: auto;
  padding: 0 32px;
}

.short-text p.testimonial-main {
  font-family: "Maax Reg";
  font-size: 36px;
	line-height: 44px;
  text-align: center;
  width: 700px;
  padding-right: 0;
}

.short-text .testimonial-author {
  text-align: center;
  font-size: 16px;
  width: auto;
}
 
section.block-testimonial .short-text .slick-dots {
  width: 100%;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# Video Player
--------------------------------------------------------------*/


.player_controller {
    width: 170px;
    float: right;
    position: relative;
    width: 100%;
 
}

video.player__video.viewer {
    height: auto;
    float: none;
}


.control-play-video.player_button, .control-pause-video.player_button
{
	 position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
	margin-bottom : 5px;
}


.control-fullscreen-video.player_button, .control-normalscreen-video.player_button
{
  
     top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin-bottom: 5px;

 
}

.control-sound-video.player_button, .control-mute-video.player_button
{
 	
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
 
	margin-bottom : 5px;
}


.control-mute-video.player__button {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-sound-default.svg);
 
}

 


.control-mute-video.player__button:hover
{
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-sound-hover.svg);
}



.control-normalscreen-video.player__button {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-close-default.svg);
    width: 50px;
    /* bottom: 7px; */
}

.control-normalscreen-video.player__button:hover {
   content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-close-hover.svg);
}



.control-play-video.player__button:hover {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-play-hover.svg);
}



.control-pause-video.player__button:hover{
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-pause-hover.svg);
}



 

 
.video_container
{
	position : relative;
}


.control-pause-video, .control-play-video
{
	right: 100px;
	bottom: 0px;
	}

.player__slider
{
	display: none;
}

.control-sound-video.player__button,.control-mute-video.player__button {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-sound-default.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
    bottom: 0px;
    right: 50px;
}

.control-sound-video.player__button:hover
{
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-sound-hover.svg);
}

.control-fullscreen-video.player__button {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-default.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
    bottom: 0px;
    right : 0px;
}

.control-fullscreen-video.player__button:hover
{
	content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-hover.svg);
}






 

video.player__video.viewer {
    width: 100%;
    height: auto;
}

 .control-play-video.player__button {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-play-default.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
}

.control-pause-video.player__button {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-pause-default.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
}


.control-mute-video.player__button {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-mute-default.svg);
 
}

.control-mute-video.player__button:hover
{
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-mute-hover.svg);
}


video.player__video.viewer{
object-fit: cover;

}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/

p.slider-main-copy {
    font-family: "Maax Reg";
    position: absolute;
    bottom: 40px;
    z-index: 9999;
    right: 30px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    max-width: 906px;
    color: #DEDCDC;
    text-align: left;
}

#page_mask
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 1200;
}

#page
{
background-color : #FFFAF4;
}

 
.slider-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    
}

.mask-slider {
    content: '';
    display: block;
    position: absolute;
    z-index: 999999999 !important;
    width: 100%;
    height: 660px;
}

.scroll-next {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/Large-Down.svg);
    position: absolute;
  top: calc(100vh - 200px);  
    z-index: 9 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
    right: 49%;
}


.slick-dots {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
	padding-left: 0px;
	list-style-type: none;
}

	.slick-dots li {
		margin: 10px 5px;
		display: flex;
		align-items: flex-end;
		min-height: 8px;
		/*flex-grow: 1;*/
	 
	}



	li.slick-active button {

		height: 8px;
	}

	/*.slick-next, .slick-prev {
		background: red !important;
	}*/

section.block-slider {
    
   position: relative;
   z-index: 30;
   margin-left: auto;
   margin-right: auto;
   display: block;
   -webkit-backface-visibility: hidden; /* Safari */
   backface-visibility: hidden;
   overflow: hidden;
   margin-top: 200px;
   padding-top: 50px;
}


/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

a.external-link::after
{

display: block;
	content: '';
	border-bottom: 1px solid #FFFAF3;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;

border-bottom: 1px solid #78d2c6;
	padding-top: 10px;
}


a.external-link:hover::after {
	transform: scaleX(1);
}


.shortlist-page .brand-card div img:hover {
    transform: scale(1.2);
}

.shortlist-page .brand-card div img {
   transition: transform .3s;
    width: 100%;
}


.block-slider-home-mob .slider-controls {
  top: -48px;
}

.block-slider-home-mob .slides .slick-prev{
	z-index:90;
}

.block-slider-home-mob .slides .slick-next{
	z-index:90;
}




div#left-side {
 
    width: 50%;
    height: 150px;
    position: absolute;
    cursor: url(https://marriottresidences.com/wp-content/uploads/2020/06/Arrow-left-80.svg), auto;
    z-index: 50;
}

 

div#right-side {
 
    width: 50%;
    height: 150px;
    position: absolute;
    right: 0px;
    cursor: url(https://marriottresidences.com/wp-content/uploads/2020/06/Arrow-right-80.svg), auto;
     z-index: 50;
   
}



.page-id-760 .quote-before {
	display: none;
}


.button-shortlist[aria-selected="true"] svg g {
    fill: #81D8D0;
}

.block-slider .slick-list.draggable {
    width: 83.6%;
    margin-left: auto;
    margin-right: auto;
}

a.no-link {
    cursor: default;
}

.no-link span svg
{
	display: none;
}

.block-slider .slider-controls{
	    width: 100%;
    float: left;
    position: absolute;
    z-index: 30;
    width: 100%;
    float: left;
    top: -48px; 
    right: 8%;
}

.block-slider-mob .slider-controls {
width: 100%;
    float: left;
    position: relative;
    z-index: 30;
    width: 100%;
    float: left;
    top: -47px;
 
}

.controls-wrapper {
    position: relative;
}


.progress {
    border-radius: 0px !important;
}



section.block-hero {
    position: relative;
}

.block-hero-locations{
    display: flex;
    margin-top: 80px;
    align-items: center;
    background: #FDE9D3;
}

.block-hero-locations__image{
    position: relative;
    width: 40%;
    height: 400px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: top center;
}

.block-hero-locations__image--caption p{
    right: 2rem !important;
    bottom: 2rem !important;
    margin-bottom: 0 !important;
}

.block-hero-locations__copy{
    width: 60%;
    padding: 0 60px;
}

.block-hero-locations__copy p:last-of-type{
    margin-bottom: 0 !important;
}

.block-hero-locations__copy .title-intro-1{
    padding-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .block-hero-locations{
        margin-top: 60px;
    }
    .block-hero-locations__image{
        display: none;
    }
    .block-hero-locations__copy{
        width: 100%;
        padding: 35px;
    }
}


 

.home-p.pl-0 ul {
  
    margin: 0px;
}

.home-p.pl-0 ul li {
    padding-left: 0;
}

 

video:-webkit-full-screen {
   width: 100% !important;
   height: 100%  !important;
   max-height: 100%  !important;
   z-index: 9999999 !important;
}


.slick-slide {
outline: none !important;

  
}

.timeline-content {
outline: none !important;
}

.slick-timeline {
	outline: none !important;
}

.slick-testimonial{
	outline: none !important;
}

div.toggle-visibility:before {
    height: 1px;
    width: 25px;
    left: 0;
    top: 13px;
}

.brand-module .toggle-visibility:after {
    left: calc(48% + 12px);
}

.brand-module .toggle-visibility {
    width: 100%;
    text-align: center;
    height: 48px;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
}

.brand-module .brand-overlay a {
	padding-top: 0;
}


.brand-module .brand-overlay a,
.brand-module .brand-overlay p{
	color: #ffffff !important;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	width: 100%;
	display: block;
	letter-spacing: 1px;
}



.page-id-445 .col-mirror-p{

margin-bottom:0px !important;
}

p.less-height {
    padding-left: 19px;
    margin-top: -4px;
}




article.brand-module {
    padding-bottom: 20px;
}


.brand-module:after {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 30px);
 
    top: 0;
 
}

.brand-module .brand-overlay p.explore
{
        display: inline-block;
        width: auto;
        z-index: 20;
        position: relative;
}

.open_brand:after
{
 background-color : transparent !important;   
}


.brand-module .toggle-visibility
{
    width: 48px;
    text-align: center;
    height: 48px;
    bottom: 0px;
    left: 40%;
    cursor:pointer;
}

.brand-module .toggle-visibility:before
{
    left: 48%;
}

.brand-module .toggle-visibility:after
{
    left: calc(48% + 12px);
}

.options .filter_image_container {

	width:100%;
 
}

.z-index-move:After{
	z-index: 1! important;
}

.z-index-back:After{
	z-index: -1! important;
}


/*
.filter_image_container:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

*/



p.back-brands:before:hover{
    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/arrow-slider-left-hover.svg) !important;

}

p.back-brands {
margin-top: 70px;
    position: absolute;
    top: -315px;
    right: 60px;
    text-transform: uppercase;
 
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 16px;
}


p.back-brands:before {
    /* left: 0px !important; */
    height: 40px;
    width: 60px;
    content: '';
    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/arrow-slider-left-active.svg) !important;
    background-repeat: no-repeat;
    display: inline-block;
    /* margin-right: 10px; */
  margin-left: -10px; 
    /* top: 100px; */
}

 
.numProperties {
	padding-top: 30px;
	text-align: right;
}

.inactive_property .sold-out-link h3,
.inactive_property .sold-out-link h2
{
    color : rgba(1,1,1,0.4);
    cursor: default;
}

span.hide-span {
    float: right;
    margin-right: 52px;
    font-size: 9px !important;
}

section.block-tabs .nav-pills .nav-link span:after {
    display: block;
    content: '';
    border-bottom: 1px solid #FFFAF3;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    border-bottom: 1px solid #78d2c6;
    padding-top: 10px;
}

section.block-tabs {
    background-color: #000041;
    color: #FFFAF4 !important;
}

.cursor_hidden
{
    overflow:hidden;
    
}

section.block-slider-home-mob .slides img {
    height: 100vh;
}


 

section.block-single_testimonial .blockquote p {
    max-width: 73%;
}

.shortlist-page .brand-card:after {
    z-index: -1;
}

section.block-luxury_brands_slider .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}


section.block-premium_brands_slider .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}


section.block-slider-mob .slider-main-copy-dark {
    /* display: none; */
    position: absolute;
    bottom: 5px;
    right: 0px;
}

section.block-slider-mob .slick-slide img{margin-bottom: 86px;}



section.block-slider-mob  .slick-dots {bottom: 54px;}



.overlay-main {
    position: relative;
}

h3.testimonial-title-single {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    display: block;
    text-align: left;
    padding-left: 8.2%;
    padding-top: 30px;
}

section.block-premium_brands {
    margin-top: 100px;
    margin-bottom:200px;
}
section.block-premium_brands_slider	 {
 
}


a.brands-card-link {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 60px);
    z-index: 999;
}

.internal .toggle-visibility {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	pointer-events: none;
	z-index: 999;
}

.internal .toggle-visibility:after,
.internal .toggle-visibility:before {
	content: '';
	position: absolute;
	background-color: #000041;
	display: block;
	width: 1px;
	height: 19px;
	left: 9px;
}

.internal .toggle-visibility:before {
	height: 1px;
	width: 19px;
	left: 0;
	top: 9px;
}


.propert_list_filter:hover img{
    transform: scale(1.2);
}



.block-premium_brands_slider .container-fluid, .block-premium_brands_slider .container-fluid
{
	padding-left: 25px;
	padding-right : 25px;
}	

.filter_image_container, .propert_list_filter .filter_image_container
{
	overflow: hidden;
    z-index: 9;
    position: relative;
}
#brand .options img, #region .options img, #lifestyle .options img, .propert_list_filter .filter_image_container img
{
	transition: transform .3s;
	    width: 100%;
}

#brand .options img:hover, #region .options img:hover, #lifestyle .options img:hover, .propert_list_filter .filter_image_container img:hover
{
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


article#post-3 {
    margin-top: 150px;
}

article#post-5919 {
    margin-top: 150px;
}

article#post-5919 p {
    margin-bottom: 25px;
    padding-left: 8.3%;
}

article#post-5919 h2 {
 
    max-width: 100%;
}

article#post-5919 ul {
    list-style: disc;
    padding-left:55px;
 
    margin-bottom: 50px;
}


div#properties-container .brand-card:after {
    z-index: -1;
}

section.block-testimonial .slick-slide.slick-active
{
	outline : none;
}


 
.property-filters-container {
 
    
  
 

}

.home-p.pl-0 ul {
    padding: 0px;
    /* margin: 0px; */
    list-style: none;
  
    /* text-indent: -5px; */
    /* margin-left: 55px; */
}


 

 .home-p.pl-0 ul li:before {
    content: "\2014";
    margin-right:10px;
}

.overlay-main:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.owl-item:After{

	background: rgba(0, 0, 0, 0.5) !important;
}

p.slider-main-copy-dark {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -32px;
    right: 0;
}

.slick-slide img {
  height: inherit;
}

.slick-track {
  margin-bottom: 32px;
}

section.block-wysiwyg_editor {
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding-left: 8.2%;
  
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 1163px;
}

section.block-wysiwyg_editor.wow.fadeIn ul {
    list-style: square;
}

blockquote.blockquote p {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 100%;
    text-align: left;
    padding-left: 8.2vw;
    /* display: inline-block; */
    padding-right: 8.2vw;
    padding-top: 20PX;
    /* text-align: left; */
}


.overlay-rectangle {
    background-color: #81D8D0;
    width: 159px;
    height: 39px;
    color: #000041;
    font-family: "Maax Reg";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: center;
    padding: 10px;
    margin-left: 49%;
    position: absolute;
    z-index: 20;
    margin-top: 30px;
    cursor: pointer;
}



.p-mirror-l{

	padding-left:20px !important;
}
.p-mirror-r{

	padding-right:20px !important;
}

section.block-column_mirror {
      margin-top: 250px;
 
}

img.brand-logo-overview {
    max-width: 250px;
    margin-top: 100px;
}

.slider-controls
{
	    width: 100%;
	    float: left;
	    position: relative;
	    z-index: 30;
	    width: 100%;
	    float: left;
	    /* top: -48px; */
}

.block-slider-home .control-pause
{
    content: '';
	background: url(https://marriottresidences.com/wp-content/uploads/2020/02/pause_btn.svg);
}

.block-slider-home .control-play
{
    content: '';
	background: url(https://marriottresidences.com/wp-content/uploads/2020/02/play_btn.svg)
}

.block-slider-home .control-pause, .block-slider-home .control-play
{
	position : absolute !important;
}


.block-tabs p {
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 790px;
    color: #FFFAF4;
        max-width: 430px;
}

section.block-timeline-slider .slick-dots {
  
    bottom: -4px !important;
 
}

section.block-timeline-slider .slick-dotted.slick-slider {
    padding-bottom: 40px;
    margin-bottom:0px;
}

section.block-timeline-slider .slick-dots li {
	position: relative;
	width: 20px;
	height: 3px;
	border-bottom: 1px solid #000041;
	overflow: hidden;
}

section.block-timeline-slider .slick-dots li button,
section.block-timeline-slider .slick-dots li.slick-active button {
	/* position: absolute; */
	top: 100px;
	left: 100px;
	height: 1px;
	width: 1px;
}

section.block-timeline-slider  li.slick-active {
	background-color: #000041;
}

.slick-prev:before  {
    content: none !important;
 
}

.slick-next:before{

	  content: none !important;
}

.slick-prev, .slick-next{

	top:40% !important;
}

.block-timeline-slider .slick-prev {
    left: 0px !important;
    height: 40px !important;
    width: 60px !important;
    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/arrow-slider-left-active.svg) !important;
    background-repeat: no-repeat;
}

.block-timeline-slider .slick-prev:hover{

	    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/arrow-slider-left-hover.svg) !important;

}

.block-timeline-slider .slick-next:hover {

		    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/arrow-slider-right-hover.svg) !important;


	}

.block-timeline-slider .slick-next {
    right: 0px !important;
    height: 40px !important;
    width: 60px !important;
    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/arrow-slider-right-active.svg) !important;
    background-repeat: no-repeat;
}



.slides .slick-prev {
    left: 2%;
    height: 40px !important;
    width: 60px !important;
    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/arrow-slider-left-active.svg) !important;
    background-repeat: no-repeat;
}

.slides .slick-prev:hover{

	    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/arrow-slider-left-hover.svg) !important;

}

.slides  .slick-next:hover {

		    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/arrow-slider-right-hover.svg) !important;


	}

.slides .slick-next {
    right: 2%;
    height: 40px !important;
    width: 60px !important;
    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/arrow-slider-right-active.svg) !important;
    background-repeat: no-repeat;
}



section.block-timeline-slider {
 
}

section.block-tabs .nav-pills .nav-link span
{
	padding-bottom : 10px;
}

section.block-tabs .nav-pills .nav-link:hover
{
	border-color : transparent;
}


section.block-tabs .nav-pills .nav-link.active span
{
	border-bottom: 1px solid #FFFAF4;
	    padding-bottom: 10px;
}	


section.block-main_title {
    /* margin-top: 10vh; */
}
section.block-_custom_video {
    /* margin-top: 80px !important; */
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/




.midnight {
	
	color: #000041 !important;

}

.calico {
	color: #FFFAF4 !important;
}

.zephyr {
	color: #81D8D0 !important;

}





/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

hr.wp-block-separator {
    border-left: 2.3px solid #000041;
    height: 120px;
    border-top: 0px;
	background-color: transparent;
	margin-bottom: 40px;
	margin-left: 90px;
}

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

ul {
	list-style: none;
}

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%;
}


 

.vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 10%;
    transform: rotate(-90deg);
   
    margin-top: -70px;
}


.vc_separator {
 
    margin-top: 70px;
}


/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/


.hero_parallax_image
{
	height : 600px;
	background-attachment : fixed;
	background-size: 100%;
    background-repeat: no-repeat;
}

.acf-range-wrap input[type="number"] {
    display: inline-block;
    min-width: 3em;
    margin-left: 10px;
    vertical-align: middle;
    width: 4.2em !important;
}

.block-slider-home .slider-progress {
    position: absolute;
    z-index: 8;
    width: calc(100% - 40px);
        display: block;
}

.block-slider .slider-progress {

	width: 83.6%;
    margin-left: auto;
    margin-right: auto;
    
}


.block-slider-home .slick-slide img {

    
        height: calc(100vh - 99px);
        width:100vw;
}

 


section.block-slider-mob,
.mobile-slider-image {
    display: none;
}






section.block-slider-home,
.desktop-slider-image {

	display:block;
}





section.block-slider-home-mob {
    display: none;
}



.home-title-col-3 {
    max-width: 680px;
}


.bt-2-test.wp-block-button.marriott-btn {
    margin-left: 200px;
    margin-bottom: 100px;
}



section.block-3_columns_home {
    margin-top: 16vh;
}


 

.row.col-pad {
    padding-left: 140px;
}



.col-pad .lorem-col-2 {
    padding-top: 150px;
    padding-left: 0px;
    margin-left: -20px;
}

h1.home-2-blocks.fadeInUp.delay-1s.title-intro-1{
    max-width: 550px;
}

.control-pause {
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYzLjEgKDkyNDUyKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT4wNyBJY29ucyAmYW1wOyBMb2dvcy9JY29ucy9tYXJyaW90dC1yZXNpZGVuY2VzLWljb24tcGF1c2UtZGVmYXVsdDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSIwNy1JY29ucy0mYW1wOy1Mb2dvcy9JY29ucy9tYXJyaW90dC1yZXNpZGVuY2VzLWljb24tcGF1c2UtZGVmYXVsdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InBhdXNlLTUwNjJfMDBmNGM2YWUtN2I5OC00YjliLWE2NmItOTZkNDg3MzU1YzFjIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMy4wMDAwMDAsIDE5LjAwMDAwMCkiIGZpbGw9IiMwMDAwNDEiIHN0cm9rZT0iIzAwMDA0MSIgc3Ryb2tlLXdpZHRoPSIwLjgiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIHBvaW50cz0iMCAwIDUgMCA1IDIyIDAgMjIiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLUNvcHkiIHBvaW50cz0iMTAgMCAxNSAwIDE1IDIyIDEwIDIyIj48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
    top: auto;
    z-index: 30 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
    float: right;
}




.control-play {
    content:'';
    background: url('https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-play-default.svg');
    top: auto;
    z-index: 980 !important;
    cursor: pointer;	
    height: 50px;
    width: 50px;
    display: none;
  float: right;
  margin-top: -2px;
}





section.block-slider-home {
    padding: 80px 20px 20px 20px;
    overflow: hidden;
}

h1.main-hero-txt {
    position: absolute;
    bottom: 100px;
    font-size: 100px;
    line-height: 1;
    color: #fff;
    max-width: 1200px;
    /* left: 100px; */
    padding-left: 50px;
    z-index: 9999;
}



h2.home-col-sub-3.animated.fadeInUp.delay-1s.subtitle-benefits-block {

	padding-top: 150px;
    padding-left: 0px;
    margin-left: -20px;
}


h1.home-title-col-3.animated.fadeInUp.delay-1s.title-intro-1 {
    padding-left: 0px;
    max-width: 689px;
}

img.home-l-img {
    margin-left: -40px;
}


.col-md-6.content-home {
    padding-left: 100px;
}




img.home-far-l-img {
    width: 145px;
    height: 660px;
}


section.block-column_home {
    /* margin-top: 10vh; */
    /* margin-bottom: 10vh; */
    padding-top: 10vh;
    padding-bottom: 10vh;
}



img.home-img-right {
    max-width: 570px;
}

h2.title-main {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 30px;
}


.home-img-left {
    max-width: 404px;
	max-height: 380px;
	margin-top:200px;
}

.img-home-right{
    max-width: 571px;
    max-height: 560px;

}

.home-img-side{
    max-width: 145px;
    max-height: 660px;

}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #000041;
    border-color: #000041;
    background-color: #FFFAF4;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* padding-top: 40px; */
    margin-top: 40px;
    padding: 10px;
    text-transform: uppercase !important;
        padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
}
 

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

button:focus {
  
    outline: none !important;
}


 


.wp-block-button__link {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    text-align: center;
    letter-spacing 2px;
}


 .marriott-btn, .marriott-btn:active, .marriott-btn:visited {
	color: #000041;
	width: auto;
	display: inline-block;
	border-bottom: 1px solid #000041;
	border-top: 1px solid #000041;
	padding: 10px 15px;
	color: #000041;
	/* background-size: 100% 200%; */
	/* background-image: linear-gradient(to top, #81D8D4 50%, #FFFAF4 50%); */
	transition: all .5s;
	line-height: 1.22;
	margin-top: 30px;
	letter-spacing: 1px;
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.marriott-btn:hover {
 text-decoration: none;
 /* background-position: 0 100%; */
 color: #000041;
 border-bottom: 1px solid #81D8D0;
 border-top: 1px solid #81D8D0;
}

 

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.basket-link{
	position: relative;
	z-index: 100;
}


/* ANIMATION BUG FIX TITLE WID */

 

li#nav-item-1588 {
    padding-right: 30px;
}

li#nav-item-1903 {
    position: relative;
    z-index: 999 !important;
    display: none;
}



#menu-luxury-brands li a:after, #menu-premium-brands li a:after
{
    border-bottom: 1px solid #78d2c6 !important;
}

button#change-nav {
        /* margin-right: 6px; */
}

.mobile-svg-heart{
	display:none;
}

.desktop-basket-svg{
display:block;

}

.brand-mob-view:after {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 15px);
    width: calc(100% - 16px);
    top: 0;
}

.hide_plus a:hover {
    padding-bottom: 0px !important;
}

 /* a.dropdown-toggle {
    position: absolute;
    margin-left: -31px;
    transform: rotate(180deg);
    margin-top: -6px;
} */



 

.mt-brands{
	margin-top: 80px;
}

.dropdown-menu
{
	top : 75px !important;
}



.nav-shortlist-link {
    padding-left: 0px !important;
 
    margin: 0px;
 
    padding-right: 0px !important;
}

.bg-light {
    background-color: #FFFAF4!important;
}

.nav-shortlist-link:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/Dark.svg) !important;
    border: 0px !important;
    margin-top: -6px;
}


svg#basket-svg {
    margin-left: 6px;
}

.basket-count span {
    /* margin-left: 19px; */
}

.nav-link {
    display: block;
    padding: .2rem 0.5rem !important;
}

.dropdown:active .dropdown-toggle:after {
	    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/x_menu_hover.svg) !important;
    border: 0px !important;
}

.dropdown:hover .dropdown-toggle:after{
	    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/x_menu_hover.svg) !important;
    border: 0px !important;
}

.dropdown:focus .dropdown-toggle:after{
	    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/x_menu_hover.svg) !important;
    border: 0px !important;
}

.dropdown:focus-within .dropdown-toggle:after{
	    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/x_menu_hover.svg) !important;
    border: 0px !important;
}




/* a.dropdown-toggle:hover {
    border-bottom: 0px !important;
} */

.mobile-num-properties {
    display: none;
}

li#nav-item-809 {
    padding-right: 20px;
}

#menu-mega_menu li a:hover
{
    /* color: #78d2c6 !important; */
    text-decoration: none;
    border-bottom: 1px solid #78d2c6;
   padding-bottom: 10px;  
}

.current_page_item a {
    padding-bottom: 10px;
    border-bottom: 1px solid #000041;
}
.current_page_item.dropdown a, .current_page_item.dropdown.active a, .current_page_item.dropdown.open a {
    padding-bottom: 10px;
    border-bottom: none !important;
}

.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    /* .dropdown-toggle{
        margin-bottom: 2px;
    } */
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }


ul#second-menu li a {
    color: #fff !important;
}



 #mobile-nav-brands {
    display: none;
}


.hide_plus {
    /* margin-left: -50px; */
}


.highlight{

background-color: #000041 !important;
transition: all 0.1s ease;

}


	nav#desktop-nav {
    display: block;
}

#masthead{

	height:80px;
}

.navbar-expand-md{

	height:80px;
}



li#nav_menu-6 .menu-item a:hover {
    background-color: #81D8D0;
}

li#nav_menu-3 .menu-item a:hover {
    background-color: #81D8D0;
}


li#nav_menu-4 .menu-item a:hover {
    background-color: #81D8D0;
}

li#nav_menu-5 .menu-item a:hover {
    background-color: #81D8D0;
}



/**Mega Menu **/
.navbar .container {
    position: relative;
}
.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
  width: auto !important;
}


#masthead {
    position: relative;
    box-shadow: 1px 0px 10px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    top: 0px;
}

.navbar, .navbar .container
{
position : static !important;
}
 



li#custom_html-2 {
    width: 33.3%;
    float: right;
}


.rectangle {
  background-color: #000041;
  height: 279px;
  float: right;
  width: calc(100% - 50vw);
  padding: 20px;
  margin-right: 20px;
  margin-top: 50px;
}


.mega-txt {
  color: #FFFFFF;
  font-family: Marriott;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  /* width: 413px; */
  text-align: left;
  padding: 60px 90px 90px 90px;
}


.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    max-width: 100%;
    width: 95%;
    margin-left: 2.5%;
    /* box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.5); */
    background-color: #FFFAF4;
    margin-top: 0px;
    border: 0px;
    border-radius: 0px;
}


li#nav_menu-6 h2 {
    color: #000041;
    font-family: Maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: left;
}


ul#menu-premium-brands {
    margin: 0px;
    padding: 0px;
}


li#nav_menu-8 .menu-item {
    padding: 0px 0px 12px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Maax Reg";
    line-height: 17px;
}

li#nav_menu-9 .menu-item {
    padding: 0px 0px 12px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Maax Reg";
    line-height: 17px;
}

li#nav_menu-8{
 width: 25%;
 /* float: left; */
 float: left;
 padding-left: 60px;
 padding-top: 30px;
}


li#nav_menu-9 {
 width: 25%;
 /* float: left; */
 float: left;
 padding-left: 60px;
 padding-top: 30px;
}




li#nav_menu-8 .menu-item {
    padding: 0px 0px 12px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Maax Reg";
    line-height: 17px;
}

li#nav_menu-9 .menu-item {
    padding: 0px 0px 12px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Maax Reg";
    line-height: 17px;
}

li#nav_menu-8{
 width: 25%;
 /* float: left; */
 float: left;
 padding-left: 60px;
 padding-top: 30px;
}


li#nav_menu-9 {
 width: 25%;
 /* float: left; */
 float: left;
 padding-left: 60px;
 padding-top: 30px;
}


#region header button.back-button {
    padding-left: 20px;
}


.menu-item-object-premium_brand {
    color: #000041;
    font-family: Maax Reg;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: left;
    padding: 10px;
}





ul#menu-luxury-brands {
    margin: 0px;
    padding: 0px;
}

 

li#nav_menu-2 h2 {
    color: #000041;
    font-family: maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: left;
}


li#nav_menu-4 h2 {
    color: #000041;
    font-family: maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: left;
}

 
li#nav_menu-5 h2 {
    color: #000041;
    font-family: maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: left;
}

 
 

 

.menu-item-object-luxury_brand {
    color: #000041;
    font-family: Maax Reg;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: left;
    padding: 10px;
}



ul#menu-luxury-brands {
    margin: 0px;
    padding: 0px;
}


ul#menu-mega_menu {
    color: #000041;
    font-family: Maax Reg;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    margin-left:0px;
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    color: #000041 !important;
    font-family: Maax Reg;
    /* font-size: 12px; */
    /* font-weight: 300; */
    line-height: 50px;
    /* width: 601px; */
    /* text-align: left; */
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
}


 

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.revealOnScroll { opacity: 0; }


svg#chart {
    background: none;
    animation: dash 9s linear;
    animation-fill-mode: forwards;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation-delay: 3s;
  }
  #chart line {stroke: #000041; stroke-width:2}

 
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
 
  }
  to {
    stroke-dashoffset: 0;
   
  }
}


.parallax-window.header-main {
    height: 600px;
    position: relative;
    max-height: 600px;
    width: 100%;
    z-index: 99;
}



.site-header {
    background-color: #FFFAF4;
}

.menu-item {
    padding: 30px 20px 20px;
    
}

.bg-header {
	background-color: #FFFAF4;
}

.navbar {
    float: right;
   
}

.site-branding {
    float: left;
    padding: 0 35px 0px 35px;
    margin-right: auto;
}

@media only screen and (max-width: 1235px) {
	.site-branding {
        padding: 0 10px 0 20px !important;
    }
    
}



@media only screen and (max-width: 1040px) {
	.site-branding {
        padding: 0 10px 0 20px !important;
    }
    
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

 .block-main-test {
    padding-bottom: 10vh;
}





nav#mobile-nav {
    display: none;
}
 


.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/


.animated-svg {
 
    margin-left: -15px;
    margin-top:-20px;
}

.brand-card:after {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 30px);
 
    top: 0;
 
}




article.brand-card {
    padding-bottom: 20px;
}


.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;
}

.mt-xl{

	margin-top: 100px;
}

/*--------------------------------------------------------------
# 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;
}

h1.title-footer {
    color: #000041;
    font-family: Tautz;
 
    font-size: 40px;
    line-height: 50px;
  
    text-align: left;
 
    text-transform: uppercase;
}









/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/

.pad-404-home {
    margin-top: 17vh;
}

img.home-far-l-404 {
    /* width: 444px; */
    height: 942.54px;
    float: left;
}

img.home-l-img-404 {
    height: 420px;
    margin-top: 20vh;
    margin-left: 2vw;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
html.filters-children-open body.hidden {
    overflow: hidden;
}

.no-pro-container-2 {
    /* max-width: 571px; */
    width: 100%;
    background-color: #010041;
    padding: 0px !important;
    max-width: 586px;
    margin: 0 auto;
    height: auto !important;
    margin-left: 7%;
}
.no-pro-container-2 p {
    color: #fff;
    padding: 109px 61px 105px 65px;
    font-size: 20px;
}


a.fav-link-b {
    color: #fff !important;
    border-bottom: 1px solid #84C5BB;
    padding-bottom: 4px;
}

.no-pro-container {
    max-width: 571px;
    width: 100%;
    background-color: #010041;
      padding: 0px !important;
}

.no-pro-container p {
    color: #fff;
    padding: 43px 61px 31px 50px;
}



h2.timeline-date {
    font-size: 30px;
    /* font-weight: 700; */
    line-height: 40px;
    width: 335px;
    text-align: left;
    font-family: "Marriott";
    padding-top: 30px;
}

p.timeline-copy {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 84%;
}

.slick-timeline {
    padding-left: 6vw;
    overflow: hidden;
}

img.timeline-image {
  
    max-height: 250px;
}


p.testimonial-copy-1 {
    color: #000041;
    font-family: Maax Reg;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 453px;
    text-align: left;
    padding-bottom: 40px;
}


.subtitle-home-block {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
  
    text-transform: uppercase;
   
}


.title-pad {
    padding-top: 140px;
    padding-left: 0px;
    margin-left: -20px;
}


/* .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/Dark.svg) !important;
    border: 0px !important;
    margin-top:-6px;
} */


img.home-l-img-2 {
    height: 420px;
    padding-left: 2vw;
}


.subtitle-lifestyle-block {
     
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
  
    text-transform: uppercase;
    padding-top: 30px;
  
}


 


.right-vw{

	padding-right: 5vw;
}

.right-vw-2{

	padding-right: 8.2vw;
}

.right-vw-3{

	padding-right: 17vw;
}

.left-vw-3{

	padding-left: 17vw;
}




.left-vw{

	padding-left: 5vw;
}

.left-vw-2{padding-left: 6.9%;}


 


.col-right-p  {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 565px;
}


img.home-r-img {
    width: 335px;
    float: right;
    padding-right: 2vw;
    padding-top: 200px;
}

img.home-far-r-img {
    height: 740px;
    width: 118px;
    float: right;
}

img.brand-logo-over-slider {
    position: absolute;
    /* top: 30px; */
    top: 29%;
    left: 0;
    padding-left: 15px;  
   padding-right: 15px;  
    z-index: 20;
}

img.brand-logo-over-slider-2 {
    position: absolute;
    top: 20%;
}

article.brand-card.col-3 {
    margin-bottom: 20px;
}



section.block-luxury_brands {
    
    margin-top: 100px;

}

.title-main-benefits {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 30px;
}


.subtitle-benefits-block {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.home-p-benefits {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 790px;
    padding-left: 20px;
}

.img-far-left {
    height: 740px;
    background-size: contain;
    background-repeat: no-repeat;
}

 .img-left-second {
    height: 420px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 100px;
}


.blockquote-single {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    max-width: 100%;
    text-align: left;
    padding-left: 8.2vw;
    display: inline-block;
    padding-right: 8.2vw;
    padding-top: 30px;
}


p.quote-before {
    display: inline;
}





.quote-before:before {
   content: url(https://marriottresidences.com/wp-content/uploads/2020/02/Quote.svg);
   font-size: 4em;
   line-height: 0.1em;
   /* margin-right: 120px; */
   display: inline;
   padding-left: 0px;
   display:none;
}



.blockquote-single-by{
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: left;
    padding-left: 8.2vw;
}


img.brand-logo-over {
    /* max-width: 205px; */
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 998;
    padding-left: 35px;
    padding-right: 35px;
}

 

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

a:hover {
    color: #0056b3;
    text-decoration: none !important;
}




.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;
}




/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.truste-buttonsColumn {
    float: right;
    margin: 10px 5px 10px 0px;
    display: inline-flex !important;
    /* width: 100%; */
}

#truste-consent-button {
    background-color: #367dff;
    color: white;
    padding: 5px 10px;
    border: 1px solid #367dff;
    border-radius: 2px;
    direction: ltr;
    display: inline !important;
}

#truste-consent-required, #truste-show-consent {
    background-color: #fff;
    color: #367dff;
    border: 1px solid #367dff;
    padding: 5px 10px;
    border-radius: 2px;
       display: inline !important;
       margin-left: 10px;
}

li#teconsent {
    max-width: 187px;
}


li#menu-item-166 {
    max-width: 260px;
}


  .lowercase {
    text-transform: lowercase !important;
    max-width: 221px;
}

li#menu-item-5464 {
    max-width: 165px;
}

li#menu-item-5465 {
    max-width: 284px;
}

li#menu-item-163 {
    max-width: 237px;
}

li#menu-item-5466 {
    max-width: 123px;
}

.page-id-579 .secondary-footer {
    display: none;
}

.page-id-438 .secondary-footer {
    display: none;
}

.page-id-438 {
    margin-bottom: 0px !important;
}

.page-id-579 {
    margin-bottom: 0px !important;
}

.footer-img {
    padding-top: 30px;
}

.secondary-footer {
height: 378px;
    background-color: #000041;
    border-top: 1px solid #fff;
    position: fixed;
    bottom: -2px;
    left: 0px;
    right: 0px;
    z-index: -1;
    padding-bottom: 0px;
}

.site-info {
   padding-top: 60px;
    padding-left: 45px;
}

.container-fluid.hero-ft-pad {
    padding-left: 150px;
    padding-top: 200px;
    /* padding-bottom: 50px; */
}

section.block-hero_footer {
  /*  z-index: 1000;  */
    position: relative;
 
    background-position: center center;
    background-size: cover;
    height: 570px;
}


 .title-footer-hero {
    background-color: #FFFAF4;
    width: 690px;
    height: auto;
    margin-left: 150px;
    padding: 50px 50px 0px 50px;
    /* margin-bottom: 30px; */
}


 


ul#second-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
   padding-top: 30px;  
}

ul#second-menu li {
    display: block;
    padding: 0px;
    margin-top: 20px;
    color: #FFFFFF;
    font-family: "Maax Reg";
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
}


ul#second-menu li a  {
 
	color: #FFFFFF;
 
}

.site-title-footer {
    padding-top: 40px;
    /* padding-left: 30px; */
}

.residences-by-marr {
color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: left;
    font-family: "Maax Reg";
    padding-top: 36px;
    padding-left: 63px;
}

footer#colophon {
    background-color: #000041;
    color: #fff;
    height: 300px;
 
}



/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

img.overlay-logo {
    position: absolute;
    top: 39%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: block; */
    left: 35%;
    display: block;
    z-index: 20 !important;
    min-width: 400px;
}



.owl-dots {
    display: none !important;
}

img.brand-logo-overview {
    max-width: 400px;
    margin-top: 50px;
}
.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;
}



/*--------------------------------------------------------------
# block 2 Columns Mirror
--------------------------------------------------------------*/

.col-btn{}

.title-intro-1-mirror {
   color: #000041;
    font-family: "Marriott";
    font-size: 40px;
    line-height: 50px;
    max-width: 570px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;

}


.col-mirror-p  {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 500px;
}


 
/*--------------------------------------------------------------
# block tabs
--------------------------------------------------------------*/

.title-intro-1-tabs {
    color: #FFFAF4;
    font-family: "Marriott";
    font-size: 40px;
    line-height: 50px;
    max-width: 450px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.tabs-img img {
    /* width: 453px; */
    /* height: 300px; */
    /* margin-left: 40px; */
}



.tabs-img {
    padding-top: 70px;
}




section.block-tabs{
	margin: 0 auto;
	    padding-top: 50px;
    padding-bottom: 70px;
} 

@media (min-width: 1200px) {
	
	section.block-tabs .tabs-container {
		padding-left: calc(50vw - 581px);	
	}
}

section.block-tabs .tabs-container {
	overflow-x: auto;
}

section.block-tabs .tabs-container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
section.block-tabs .tabs-container {
  -ms-overflow-style: none;
}


section.block-tabs .nav-pills {
	width: 100%;
	display: block;
	white-space: nowrap;

}

section.block-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #000041;
	border-radius: 0;
 
	background-color: transparent ;

}

section.block-tabs .nav-pills .nav-link {
		text-transform: uppercase;
	padding: 0;
	margin: 0;
	    color: #FFFAF4 !important;
	    border-width: 0px !important;
	padding-bottom:10px;
	border-radius: 0;
		background-color: transparent !important;	
	border-color: transparent !important;
	
	
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 17px;
	
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
	
	
}

section.block-tabs .nav-pills .nav-link span:hover {
    	/* border-bottom: 1px solid #81D8D0; */
}

section.block-tabs .nav-pills .nav-link:hover {
	border-radius: 0;
	border-bottom: 1px solid #81D8D0;
}

/*.nav-item-menu_container
{
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
}

section.block-tabs .nav-pills .nav-link span:hover {
	border-radius: 0;
	border-bottom: 1px solid #81D8D0;
}
 

section.block-tabs p {
	color: #000041;
	font-family: Maax Reg;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-width: 451px;
	text-align: left;
}

*/

/*--------------------------------------------------------------
# block testimonial
--------------------------------------------------------------*/

.slides.slick-initialized.slick-slider.slick-dotted {
	 transfor: -webkit-transform:translateZ(0) !important;
    overflow: hidden;
    z-index: 10;
    position: relative;
}

section.block-testimonial {
 
    overflow: hidden;
    z-index: 10;
    position: relative;
   
}
section.block-testimonial .slick-slide {
	opacity: 0.2;
}

section.block-testimonial .slick-slide.slick-active {
	opacity: 1;
}

p.testimonial-main {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    width: 452px;
    text-align: left;
        padding-right: 25px;
}

p.testimonial-author {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    width: 452px;
    text-align: left;
}

section.block-testimonial .slick-dots {
	width: auto;
	margin-left: 8.2%;
}

@media (min-width: 1200px) {
	
	section.block-testimonial .slick-dots {
		/* margin-left: calc(50vw - 621px); */
	}
}

section.block-testimonial .slick-dots li {
	position: relative;
	width: 20px;
	height: 3px;
	border-bottom: 1px solid #000041;
	overflow: hidden;
}

section.block-testimonial .slick-dots li button,
section.block-testimonial .slick-dots li.slick-active button {
	/* position: absolute; */
	top: 100px;
	left: 100px;
	height: 1px;
	width: 1px;
}

section.block-testimonial .slick-dots li.slick-active {
	background-color: #000041;
}

/* has it been cracked - maybe! */
@media (min-width: 1200px) {
	
	section.block-testimonial .slick-slide[data-slick-index="0"] {
		/* padding-left: 8.5vw; */
		/* opacity: 0; */
	}
}

blockquote.spacer {
	width: 0px;
}

/* USE SLIDE TO DETERMINE LEFT SPACE*/
@media (min-width: 1200px) {
	blockquote.spacer {
		width: calc(50vw - 581px);
	}
}


/*--------------------------------------------------------------
# brands
--------------------------------------------------------------*/
section.block-luxury_brands {}

.brand-card {
	overflow: hidden;
	position: relative;
}

div.toggle-visibility {
	position: absolute;
	bottom: 40px;
	left: 48%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	pointer-events: none;
	z-index: 999;
}

div.toggle-visibility:after,
div.toggle-visibility:before {
	content: '';
	position: absolute;
	background-color: #FFFFFF;
	display: block;
	width: 1px;
	height: 26px;
	left: 12px;
}

div.toggle-visibility:before {
	height: 1px;
	width: 25px;
	left: 0;
	top: 13px;
}


.brand-overlay[aria-hidden="false"] + div.toggle-visibility {
	/*transform-origin: 20px 5px; */
	transform: rotate(45deg);
	width: 48px;
	text-align: center;
	height: 48px;
	bottom: 35px;
	left: 39%;
	cursor: pointer;
}

.brand-overlay {
/*	position: absolute; */
	left: 100%;
	top: 100%;
/*	width: calc(100% - 30px); */
	height: 100%;
	opacity: 0;
	z-index: 2;
	overflow: hidden;
	background-color: rgba(0, 0, 65, 1);
    padding: 15px;
}

.brand-card .brand-overlay .close {
	z-index: 2;
	background: red;
	position: absolute;
	bottom: 20px;
	left: 50%;
}

.brand-card .brand-overlay[aria-hidden="false"] {
	width: calc(100% - 30px);
	left: 15px;
	top: 0;
	opacity: 1;
	color: #000000;
	background-color: rgba(0, 0, 65, 1);
	font-family: 'Maax Reg';
	height: calc(100% - 20px);
	z-index: 999;
}

.brand-card .brand-overlay a,
.brand-card .brand-overlay p {
	color: #ffffff !important;
	padding: 20px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	width: 100%;
	display: block;
	letter-spacing: 1px;
}

.brand-card .brand-overlay a {
	padding-top: 0;
}

.button-shortlist {
	position: absolute;
}

.block-luxury_brands .brand-card .button-shortlist svg g {
	fill: rgba(255,255,255,0.2);
}

.block-luxury_brands .brand-card .button-shortlist[aria-selected="true"]:hover svg g,
.block-luxury_brands .brand-card .button-shortlist:hover svg g,
.brand-card .button-shortlist:hover svg g,
.brand-card .button-shortlist[aria-selected="true"]:hover svg g {
	fill: #81D8D0;
}

.block-luxury_brands .brand-card .button-shortlist[aria-selected="true"] svg g{
	fill: #FFFFFF;
}

.brand-card h2 {
	/* position: absolute;
	top: 40px;
	left: 40px; */
	color: white;
}

.brand-card button {
	width: 60px;
	padding: 0;
	margin: 0;
	background: none;
	border: 0px;
	right: 0;
    z-index: 99;
	top: 0;
}



/*--------------------------------------------------------------
# block-main_title
--------------------------------------------------------------*/


section.block-main_title {

}

section.block-main_title .content-benefits {
	padding-left: 250px;
}

section.block-main_title .animated-svg,
section.block-main_title h2.subtitle-benefits-block {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

section.block-main_title h2.subtitle-benefits-block {
	margin-bottom: 2em;	
}

section.block-main_title .title-intro-1-benefits {
	text-transform: uppercase;
	margin-bottom: 1em;
	max-width: 700px;
}

section.block-main_title .animated-svg,
section.block-main_title h2.subtitle-benefits-block,
section.block-main_title .home-p-benefits,
section.block-main_title .wp-block-button.marriott-btn {
	/* margin-left: 100px; */
}

section.block-main_title .home-p-benefits {
	max-width: 400px;
	padding-left: 0;
}

/*--------------------------------------------------------------
# block-single_testimonial
--------------------------------------------------------------*/


section.block-single_testimonial {


}


.progress {
	height: 5px !important;
	background-color: #78d2c6 !important;
	border-radius: 0px !important;
}

/*--------------------------------------------------------------
# .shortlist-container
--------------------------------------------------------------*/

.basket-count {
	display: inline-block;
	/* position: absolute;
    top: -10px;
    right: 20px;
	margin: 10px; */
	color: #000041;
	font-size: 14px;
	/* width: 40px;
	height: 40px; */
	/* margin-left: 200px; */
}

.basket-count svg {
	position: absolute;
}

.basket-count span {
	/* position: absolute;
	left: 25px;
	bottom: -6px;
	z-index: 2; */
}

.shortlist-container {
	position: absolute;
	right: 0;
	top: 150px;
	width: 600px;
	height: auto;
	overflow: hidden;
	-webkit-box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
 	-moz-box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
   	box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
   	z-index: 1000;
   	background-color: #FFFAF4;
}

.shortlist-container[aria-hidden="true"] {
	display: none;
}

.shortlist-container button {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	background: none;
	border: 0px;

}

.shortlist-page .brand-card.type-property button {
    /* bottom: 0; */
    /* right: 0px; */
    width: 60px;
    height: 60px;
    z-index: 20;
    top: 0;
    /* bottom: 0; */
    right: 0;
}

.shortlist-container .properties button {
	display: inline-block;
	position: static;
	top: 0;
	left: 0;
	float: right;
	z-index: 10;
}

.shortlist-container .properties button.button-shortlist span {
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

.shortlist-container .properties button.button-shortlist span svg g g {
	stroke: #000041;
}

.shortlist-container .properties button.button-shortlist:hover span svg g g {
	stroke: #81D8D0;
}

.shortlist-container .type-luxury_brand button,
.shortlist-container .type-premium_brands button {
	top: auto;
	left: auto;
	right: 0px;
	bottom: 0px;
}

.shortlist-page .type-luxury_brand button,
.shortlist-page .type-premium_brands button {
	width: 60px;
	height: 60px;
	top: auto;
	left: auto;
	right: 15px;
	bottom: 0px;	
}

.shortlist-container .properties {
	padding: 25px 45px 25px 45px;
	background-color: #FFFAF4;
}

.shortlist-container .brands {
	padding: 25px 45px 25px 45px;
	background-color: #000041;
}

.shortlist-page .button-shortlist:hover span svg g g,
.shortlist-container .button-shortlist:hover span svg g g {
	stroke: #81D8D0;
}

.shortlist-container h2 {
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 20px 0;
	font-family: 'Maax Reg';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 14px;
}

.shortlist-container a {
	font-family: 'Maax Reg';
}

.shortlist-container .brand-card {
	margin-bottom: 20px
}

.shortlist-container .type-property img {
	width: 50px;
	margin-right: 20px;
	float: left;
}

.shortlist-container .type-luxury_brand,
.shortlist-container .type-premium_brands {
	width: calc(50% - 12.5px);
	display: inline-block;
	margin-right: 20px;
}

.shortlist-container .brands > h2,
.shortlist-container .brands p {
	color: #FFFFFF;
}

.shortlist-container .brands .brand-card:last-child {
	margin-right: 0;
}

.shortlist-page {
 
}

.shortlist-page > h2 {
	padding: 0;
	margin: 45px 0 25px 0;
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 17px;
	text-align: center;
	margin-top: 45px;
} 


.type-property {
	position: relative;
}

.type-property > div {
	position: relative;
}

.type-property .location-tag,
.property .location-tag {
	color: #000041;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	position: absolute;
	opacity: 0.9;
	top: 10px;
	left: 10px;
	text-align: center;
	font-family: 'Maax Reg';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 27px;
	text-transform: uppercase;
    z-index: 99;
}

.type-property h3 {
	color: #000041;
	font-family: 'Maax Reg';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 14px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 4px;
}

.type-property h2 {
	position: static;
	color: #000041;
  	font-family: 'Marriott';
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
	padding-right: 20px;
}

.type-property a {
	padding-right: 50px;
}


/*--------------------------------------------------------------
# .survey
--------------------------------------------------------------*/

#survey-v2 .toggle-visibility:after  {
    content: '';
    position: absolute;
    background-color: #FFFFFF;
    display: block;
    width: 1px;
    height: 19px;
    left: 9px;
}

#survey-v2 .toggle-visibility:before {
      height: 1px;
    width: 19px;
    left: 0;
    top: 9px;
}

#survey-v2 .toggle-visibility {
position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 999;

}

#survey fieldset[aria-hidden="true"] {
	display: none;
}

#survey {
	position: fixed;
	overflow: hidden;
	z-index: 100;
	bottom: 60px;
	right: 60px;
	width: 100%;
	max-width: 670px;
	height: 505px;
	background: #FFFAF4;
	-webkit-box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
 	-moz-box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
   	box-shadow: 23px 7px 20px 0px rgba(0,0,0,.1);
}

#survey.minimise {
	height: 80px;
}

#survey .container.hide {
	display: none;
}

#survey header {
	background-color: #000041;
	color: #FFFFFF;
	height: 80px;
	padding: 20px;
	position: relative;
}

#survey header h2 {
	color: #FFFFFF;
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
}

#survey header button {
	width: 50px;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 20px;
	right: 0;

}

#survey header button span {
	color: white;
	font-size: 12px;
}

#survey nav {
	text-align: center;
	margin-top: 20px;
}
#survey nav button {
	width: 60px;
	border: none;
	display: inline-block;
}

#survey input[type="radio"] {
	display: inline-block;
	display: none;
	border-radius: 0;
}

#survey fieldset {
	padding: 20px;
}

#survey .container {
	text-align: center;
}

button.submit,
button.next {
	display: inline-block;
}

#survey label {
	border: 1px solid green;
	display: block;
	float: left;
	z-index: 2;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 40px;
	border: 2px solid #000041;
	padding: 40px 0 40px 0;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
}

#survey label:hover {
	background-color: #81D8D0;
}

#survey label.last {
	margin-right: 0;
}

#survey input[type="radio"]:checked + label {
	background-color: #81D8D0;
}

#survey nav button.selected {
	border: 1px solid #000041;
}

#survey .results {
	padding: 20px;
}

#survey .survey-result-item {
	width: calc(50% - 10px);
	float: left;
	margin-right: 20px;
}

#survey .results .survey-result-item:last-child {
	margin-right: 0;
}

#survey div.toggle-visibility {
	right: 0;
}

#survey fieldset p {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
}

#survey:not(.minimise) div.toggle-visibility {
	transform-origin: 20px 5px;
	transform: rotate(45deg);
}

/*
	.midnight dark blue color: #000041
	.calico white color: #FFFAF4
	.zephyr teal color: #81D8D0
*/

#ext-pop {
	display: none;
}

#ext-pop.visible {
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left :0;
	top: 0;
	z-index: 10000;
} 

#ext-pop .internal {
	position: absolute;
	top: 50%;
	left: 50%;
	/* width: 772px; */
	/* height: auto; */
	transform: translate(-50%,-50%);
	background-color: #FFFAF4;
	width: 1045px;
	height: 463px;
}

#ext-pop .internal header {
	height: 80px;
	background-color: #FFFAF4;
	color: #000041;
	padding: 20px;
}

#ext-pop .internal header h2 {
	color: #000041;
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 40px;
	text-transform: uppercase;
	/* max-width: 649px; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	display: block;
	text-align: left;
	padding-left: 70px;
	padding-right: 70px;
}

#ext-pop .internal p {
	padding: 0 20px;
	margin: 0;
	font-family: 'Maax Reg';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	/* max-width: 772px; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* letter-spacing: 1px; */
}

#ext-pop .internal p {
	/* padding: 0px 70px 50px 70px; */
	padding-left: 90px;
	padding-right: 90px;
}

#ext-pop .internal nav {
	/* padding: 0 276px; */
	/* display: block; */
	/* text-align: center; */
	/* float: left; */
}

#ext-pop .internal nav a {
	/* border: 1px solid #000041; */
	display: inline-block;
	/* padding: 5px; */
	margin-right: 20px;
	color: #000041;
	font-family: 'Maax Reg';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
	width: calc(20% - 15px);
	border-top: 1px solid #000041;
	border-bottom: 1px solid #000041;
	/* text-align: left; */
	/* max-width: 200px; */
	text-align: center;
	margin-top: 30px;
	margin-left: 90px;
	/* margin-right: 90px; */
}

#ext-pop .internal nav a:last-child {
	margin-right: 0;
}

#ext-pop .internal nav a:hover {
	text-decoration: none;
	background-color: #81D8D0;
}

#ext-pop .internal header button {
	width: 50px;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 10px;
	right: -25px;
	transform-origin: 20px 5px;
	transform: rotate(45deg);
}



.open_overlay
{
    opacity : 1;
}

/*--------------------------------------------------------------
# .Mobile XS
--------------------------------------------------------------*/
@media (width: 321.00px) {  

	a.custom-logo-link img {
    height: 29px !important;
}

.no-pro-container p {
    color: #fff;
    padding: 38px;
}

	.subtitle-benefits-block {
 
    padding-top: 50px;
  
}



}




@media only screen and (max-width: 320.00px) {  

	.subtitle-benefits-block {
 
    padding-top: 50px;
  
}





	div#right-side{
		display:none;
	}

		div#left-side{
		display:none;
	}
		.scroll-next {
		top: 400px;
		right: 40%;
	}


	#availability-container label .title, #location label .title, #brand label .title, #lifestyle label .title, button.region-select .title {
    font-size: 10px !important;
}

	.container-fluid.hero-ft-pad {
   
    padding-top: 200px !important;
   
} 
	button.show-properties {
    position: sticky;
    bottom: -20px;
    background: #000041;
    padding: 20px;
    width: 100%;
    margin-left: 0;
    padding-right: 0px;
    margin-right: 0px;
}

.basket-count span {
    position: absolute;
    left: 0px !important;
    bottom: -6px;
    z-index: 2;
}

.basket-count {
 right: 31px !important;
}

.second-brand-2 {
 
 
    width: calc(100% - 44px) !important;
 
}

.navbar-collapse.show {
    right: 45px !important;
}

.navbar-collapse {
 max-width: calc(100% - 44px) !important;
}

.mobile-nav-2 li {
    padding: 20px !important;
    border-bottom: 1px solid #fff;
}

svg#basket-svg {
    margin-left: -2px;
    position: relative;
    z-index: -1;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
padding-right: 15px !important;
    padding-left: 15px !important

}

.site-branding {
    float: left;
    padding: 15px 0px 10px 15px;
    max-width: 300px;
    width: 236px;
}


}


/*--------------------------------------------------------------
# .Mobile 
--------------------------------------------------------------*/

@media only screen and (max-width: 748.89px) {  

		.subtitle-benefits-block {
 
    padding-top: 90px;
  
}



.no-pro-container-2 {

	    margin-left: 0%;
	}

	.no-pro-container p {
    color: #fff;
    padding: 38px;
}




		.hero_caption p {
    font-family: "Maax Reg";
    position: absolute;
    bottom: 0px;
    z-index: 999;
    right: 32px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    max-width: 906px;
    color: #DEDCDC;
    text-align: left;
}



.block-slider-home-mob .slides .slick-prev {
 
    display: none !important;
}

.block-slider-home-mob .slides .slick-next {
 
    display: none !important;
}


 .block-slider-mob .slides .slick-prev {
 
    display: none !important;
}

 .block-slider-mob .slides .slick-next {
 
    display: none !important;
}




#truste-consent-button {
    background-color: #367dff;
    color: white;
    padding: 5px 10px;
    border: 1px solid #367dff;
    border-radius: 2px;
    direction: ltr;
    margin-bottom: 5px;
    font-size: 14px;
    width: calc(100% - 100px);
    padding: 5px 10px !important;
    margin-left: 10px;
}

#truste-consent-required, #truste-show-consent {
    background-color: #fff;
    color: #367dff;
    border: 1px solid #367dff;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 14px;
    width: calc(100% - 100px);
}

.truste-buttonsColumn {
    float: right;
    margin: 10px 5px 10px 0px;
    display: block !important;
    /* width: 100%; */
}




	div#right-side{
		display:none;
	}

		div#left-side{
		display:none;
	}

	.show-c:After {
    content: '';
    background: url(https://marriottresidences.com/wp-content/uploads/2020/04/arrow-down.svg);
    width: 14px;
    height: 8px;
    display: inline-block;
    background-repeat: no-repeat;
        margin-left: 10px;
}

.chev-up:after{
    content: '';
    background: url(https://marriottresidences.com/wp-content/uploads/2020/04/arrow-down.svg);
    width: 14px;
    height: 8px;
    display: inline-block;
    background-repeat: no-repeat;
        margin-left: 10px;
        transform: rotate(180deg);

}

p#show-toggle {
    display: inline;
    text-align: center;
}

	.home-p.pl-0 ul li {
    padding-left: 0;
    margin-top: 20px;
}


 

	section.block-timeline-slider {
    margin-top: 80px !important;
}

	section.block-luxury_brands {
    margin-top: 80px !important;
}


	section#home-line-2 {
    margin-top: 40px !important;
}

section.block-premium_brands_slider {
    margin-bottom: 50px !important;
}


	.brand-module:after {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 40px);
    top: 0;
}

	#property-filters .options button img {
    width: 100%;
    height: auto;
    padding-right: 0px;
}


	.soldout-tooltip{
		display:none;
	}

	.numProperties {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

	.property-filters-container {
    margin-top: 100px;
}

	span.hide-span {
 
}



	button.show-properties {
    position: sticky;
    bottom: -20px;
    background: #000041;
    padding: 20px;
    width: 100%;
    margin-left: 0;
    padding-right: 0px;
    margin-right: 0px;
}

    .title-intro-1-mirror {
        font-size: 34px;
        line-height: 42px;
        max-width: 570px;
    }

	a.custom-logo-link img {
    height: 30px;
}


ul#second-menu li{
	display: block;

}


#properties-container .button-shortlist[aria-selected="true"]:hover svg g, #properties-container .button-shortlist:hover svg g {
   fill: none;
}

#properties-container .button-shortlist:hover svg g {
     fill: none  !important;
}

#properties-container .button-shortlist[aria-selected="true"] svg g {

 fill: #81D8D0 !important;
}


	.brand-card:after {
 
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 40px);
 
}

	.slick-timeline .slick-list {
    margin-top: 20px;
}

	.basket-count span {
    position: absolute;
    left: 0px;
    bottom: -6px;
    z-index: 2;
}



	#ext-pop .internal nav a{margin-left: 20px;width: calc(100% - 40px);/* padding-bottom: 20px; */margin-bottom: 20px;}

	#ext-pop .internal p {
   font-size: 12px;
   line-height: 20px;
}

	#ext-pop .internal header h2{padding-left: 0px;padding-right: 30px;line-height: 20px;}

	#ext-pop .internal p {
 
    padding-left: 20px;
    padding-right: 20px;
}

	#ext-pop .internal {
  width: 93%;
  height: auto;
  overflow: scroll;
  margin-top: 0px;
}

    .secondary-footer{
        height: auto;
    }


	section.block-column_mirror {
    margin-top: 15vh;
    padding-bottom: 0;
}

	img.overlay-logo {
    position: absolute;
    top: 100px;
    left: 10%;
    display: block;
    z-index: 20 !important;
    min-width: 250px;
}

	.control-play, .control-pause
{
	position : absolute;
	top: 70px;
}
 


p.timeline-copy {
 
    max-width: 100%;
}

	section.block-timeline-slider .slick-prev, .slick-next {
    top: 0 !important;
    /* margin-bottom: 40px !important; */
}

	section.block-timeline-slider img.timeline-image {
     max-height: 250px;
    margin-top: 30px;
    height: 220px;
    width: 100%;
}

	section.block-timeline-slider .slick-timeline {
    padding-left: 0px;
    overflow: hidden;
}

	section.block-testimonial .slick-dots {
    width: auto;
    padding-left: 20px;
}

 .slick-testimonial .slick-list {
    padding-left: 20px !important;
}

	.wp-block-button__link {
 
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
}

	h1.title-footer {
    color: #000041;
    font-family: Tautz;
    font-size: 34px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    max-width: 295px;
}

	.title-intro-1-mirror {
 
    padding-top: 30px;
    padding-bottom: 20px;
 
}

	.col-mirror-p {
 
    padding-bottom: 20px;
}

	.col-12.col-sm-12.col-md-6.pl-0 {
    padding-left: 20px !important;
}

	section.block-tabs .nav-pills .nav-link span {
    padding-bottom: 10px;
    margin-right: 30px;
}

	.block-slider-mob .slider-progress{

		top: 0;
		max-width: calc(100% - 20px) !important;
	}

	.block-slider-mob .slider-progress .progress{

		top: 0;
		max-width: calc(100% - 20px) !important;
	}

	.hero_parallax_image {
    height: 260px;
    background-size: cover;
    background-attachment: inherit;
    background-position: center;
}

	.right-vw-2 {
    padding-right: 0vw;
}

	section.block-column_home {
    /* margin-top: 10vh; */
    /* margin-bottom: 10vh; */
    padding-top: 5vh;
    padding-bottom: 5vh;
}

	.left-vw-2 {
    padding-left: 0px;
}


	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

	.mobile-num-properties {
    display: block;
}


	img.home-img-right-mirror {
    width: 100%;
    height: auto !important;
}

#btn-home-move {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
	.marriott-btn, .marriott-btn:active, .marriott-btn:visited {

 
   padding-left: 0px;  
    padding-right:  0px;  
 
}


		#bt-move-1 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px !important;
}



	footer#colophon {
    background-color: #000041;
    color: #fff;
    height: auto;
}


	.site-info {
    padding-top: 30px;
    padding-left: 15px;
}

	.residences-by-marr {
 padding-top: 20px;
 padding-left: 33px;
 max-width: 265px;
}


ul#second-menu li {
 
    margin-top: 0px;
    color: #FFFFFF;
    font-family: "Maax Reg";
    padding-bottom: 5px;
 
}


	.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: gray;
	display: block;
	transition: all 0.2s;
	margin-top: 6px;
}
 button#change-nav-brands {
    min-width: auto;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
  margin-top: 4px;
  margin-right: -15px;
  min-width: 42px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: -8% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
  /* transform-origin: -8% 10%; */
  transform-origin: 0% 90%;
  width: 22px;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 0% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

	li.nav-item:last-child {
    border: 0px;
}

	.slider-progress {
    position: absolute;
    top: 60px;
    z-index: 9;
    width: 100%;
}

	html #wpadminbar {
    height: 46px;
    min-width: 240px;
    display: none;
}


	#masthead {
    height: 60px;
}


	h2.menu-head.d-inline {
    color: #fff;
    font-family: "Maax Reg";
    font-size: 16px;
 
 
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
 
    text-transform: uppercase;
   
}

	.brand-mob-view{
		padding-bottom:15px;
	}

	img.brand-logo-over-menu {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    padding: 15px;
        z-index: 20;
}


	.second-brand {
    background-color: #000041;
    color: #fff;
}

	.second-brand-2 {
    background-color: #000041;
    color: #fff;
}

	 .mobile-nav-3 {
    background-color: #fff;
}

	 #mobile-nav-brands {
    display: contents;
}


/* KEN OLD NAVBAR STYLE */
/* 	   .navbar-collapse {
        position: absolute !important;
        top: 0px !important;
        right: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.show {
        right: 0 !important;
        background-color: #000041;
        height: auto;
        padding: 0px;
        top: 0px;
        left: 0px;
        max-width: calc(100% - 55px);
    } */
	
	
	
	 

.kens {
transform: translateX(120%);
transition: transform 0.3s ease 0s;
}

.kens.collapse{
transform: translateX(120%);
transition: transform 0.3s ease 0s;
	
}

a.mega-class {
    display: inline-block;
    margin-left: .255em;
    /* vertical-align: -webkit-baseline-middle !important; */
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/White.svg) !important;
    border: 0px !important;
  
    float: right;
    margin-right: 50px;
}






	

	.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999999 !important;
}




	.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: 0px;
        float: right;
}

	.basket-count {
    display: block;
    position: absolute;
    top: -15px;
    right: 41px;
    margin: 10px;
    color: #000041;
    font-size: 12px;
    width: 40px;
    height: 40px;
    /* display: none; */
}


	.site-branding {
    float: left;
    padding: 15px 0px 10px 15px;
}

.block-slider-mob .control-pause {
    top: 0px;
        left: calc(100% - 40px);
    z-index: 9999;
}


.block-slider-mob	.control-play {
 /* top: -42px; */
 /* right: 3px; */
 top: -3px;
   left: calc(100% - 40px);
}

.block-slider-home .control-pause, .block-slider-home-mob .control-pause

{
	content:'';
	background: url(https://marriottresidences.com/wp-content/uploads/2020/02/pause_btn.svg);
}

.block-slider-home .control-play, .block-slider-home-mob .control-play
{
	content:'';
	background: url(https://marriottresidences.com/wp-content/uploads/2020/02/play_btn.svg)
}



p.testimonial-main {
  
    max-width: 300px;
    text-align: left;
 
    display: block;
}

	.blockquote-single-by {
  padding-left: 20px;
}

	section.block-hero_footer {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    height: 700px;

}


	.title-footer-hero {
    background-color: #FFFAF4;
    width: auto;
    height: auto;
    margin-left: 150px;
    /* padding: 50px; */
    padding: 30px 30px 10px 20px;
}


section.block-testimonial {
    margin-bottom: 10vh;
    overflow: hidden;
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}


.container-fluid.hero-ft-pad {
    padding-left: 15px;
    padding-top: 300px;
    position: relative;
}
	ul#second-menu {
    list-style: none;
    margin: 0px;
    padding: 40px 0px 30px 15px;
    /* display: none; */
}


.page-id-448 img.home-l-img-2 {
    height: 420px;
 
    /* margin: 0; */
}


	.page-id-445 img.home-l-img-2   {
    width: 100%;
    height: 420px;
}

	.page-id-445 img.home-l-img-2   {
    width: 100%;
    height: 420px;
   padding:0px;
}

.blockquote-single{
    padding: 20px 20px 0px 20px;
}

section.block-single_testimonial {
    margin-top: 80px !important;
    margin-bottom: 0px !important;
}
 


	section.block-tabs {
    margin: 0 auto;
}

section.block-tabs {
    /* padding-top: 10vh; */
    /* padding-bottom: 10vh; */
    margin-top: 80px !important;
}


	section.block-slider {
    display: none;
}

	.section.block-slider{
		display: none;
	}

	img.home-far-r-img {
   
    display: none;
}


	h1.home-2-blocks.fadeInUp.delay-1s.title-intro-1 {
    max-width: 320px;
}



	.marriott-btn, .marriott-btn:active, .marriott-btn:visited{


		width:100%;
	}


	img.home-l-img-2 {
    height: 315px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-right: 15px;
    /* margin: 0; */
}


.home-far-l-img{

	display:none;
}	


img.home-img-right {
    /* max-width: -webkit-fill-available; */
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}


 

	.no-pad-mob{
		padding:0px;
	}

	.row.left-vw-3 {
    padding-left: 8.2vw;
}


	.home-p {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-left: 0px;
    padding-right: 30px;
}

	.title-intro-1 {
    color: #000041;
    font-family: "Marriott";
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    padding-right: 20px;
}


	.scroll-next {
    right: 43%;
    top: calc(100vh - 88px);
  }


	h1.main-hero-txt {
    position: absolute;
    bottom: 150px;
    font-size: 50px;
    color: #fff;
    max-width: 1120px;
    padding-left: 20px;
  }


section.block-slider-home-mob {
    display: block;
    overflow: hidden;
}

section.block-slider-home,
.desktop-slider-image {

	display:none;
}

section.block-slider-mobile  {
    display: none;
}

section.block-slider-mob, {
    display: block;
    /* padding: 30px; */
    overflow: hidden;
    padding-top: 5vh;
    margin-top: 30px;
}

.desktop-slider-image {
  display: block;
}


.parallax-window.header-main {
    height: 330px;
    position: relative;
    max-height: 330px;
    width: 100%;
    z-index: 99;
}



div#region {
     padding-bottom: 58px;
     width: 100%;
}

	div#location {
    width: 100%;
}


div#brand {
     padding-bottom: 58px;
      width: 100%;
}
div#lifestyle {
   padding-bottom: 60px;
    width: 100%;
}



p.back-brands {
    margin-top: 13%;
    position: absolute;
    top: -310px;
    right: 30px;
}


section.block-single_testimonial .blockquote p {
    max-width: 100%;
}


}/*--------------------------------------------------------------
# .END MOBILE
--------------------------------------------------------------*/

/*

 @media screen and (min-width: 748px) and (max-width: 1024px) and (orientation: portrait) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
*/


@media only screen and (min-width: 1028px)  and (max-width: 1152px) { 

	/* a.dropdown-toggle {
      position: absolute;
    top: 30px;
    transform: rotate(180deg);
    /* margin-top: -6px;
    left: calc(100% - 321px); */
}





}






/*--------------------------------------------------------------
# .Start Tablet
--------------------------------------------------------------*/

 
@media only screen and (min-width: 748.98px)  and (max-width: 1040px) { 

	.brand-overlay[aria-hidden="false"] + div.toggle-visibility {
 
    left: 36%;
   
}

	.brand-module .brand-overlay p.explore {
 
    padding-top: 0px;
    margin-top: 0px;
}

	.brand-module .brand-overlay a, .brand-module .brand-overlay p {
 
    margin-bottom: 0px;
}

	.brand-module .brand-overlay {
		padding:5px;
	}


	section.block-_custom_video{
		margin-top: 150px !important;
	}

	section.block-single_testimonial {
    margin-top: 100px !important;
    margin-bottom: 0px !important;
}

	section.block-single_testimonial .blockquote p {
    max-width: 100%;
}

	.property-filters-container {
    margin-top: 100px;
}

	section.block-tabs {
    margin-top: 100px !important;
}

.slick-dotted.slick-slider {
    /* margin-bottom: 30px; */
}



	.brand-mob-view:after {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 19px);
    width: calc(100% - 16px);
    top: 0;
}

	section.block-premium_brands_slider{
		margin-bottom:50px !important;
	}

	section#home-line-2{
		margin-top:120px !important;
	}

	section.block-column_mirror {
    margin-top: 100px !important;
}

	.block-column_mirror .animated-svg {

display: none;
	}

	.block-column_mirror .home-2-blocks{

padding-top: 0px;
	}
 

img.overlay-logo {
    position: absolute;
    top: 40%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: block; */
    /* left: 35%; */
    display: block;
    z-index: 20 !important;
    min-width: 400px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: block; */
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    z-index: 1;
}



	.secondary-footer{
		height: 250px;
	}

	span.hide-span{
		display: none;
	}

	button.show-properties {
    position: sticky;
    bottom: -20px;
    background: #000041;
    padding: 20px;
    width: 100%;
    margin-left: 0;
    padding-right: 0px;
    margin-right: 0px;
}

	#survey-v2 button[type="submit"] {
    width: calc(50% - 20px) !important;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
}

	#survey-v2.large #lifestyle label {
    width: calc(16% - 20px);
}

	#ext-pop .internal nav a {
 
    margin-bottom: 40px;
}

#ext-pop .internal {
 
    width: 95%;
    height: auto;
}



img.timeline-image {
    height: 214px;
    width: 100%;
    padding: 10px;	
}
	.blockquote-single {
  
    padding-left: 0px;
 
}

	.title-intro-1-mirror {
    color: #000041;
    font-family: "Marriott";
    font-size: 30px;
    line-height: 38px;
    max-width: 570px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

	.site-info {
    padding-top: 30px;
    padding-left: 30px;
}

	ul#second-menu {
   padding-left: 0px;
   padding-top: 40px;
}

	img.home-img-right-mirror.block-img-lhs {
    width: 100% !important;
    height: auto !important;
}

	img.home-img-right-mirror.block-img-rhs {
    width: 100% !important;
    height: auto !important;
}

	.block-slider-home .slider-controls{
		position:relative;
	}

	.scroll-next{

display:none;
 
	}



	p.slider-main-copy{
		     right: 20px;
		     font-size: 10px;
		     bottom: 10px;
	}

	section.block-slider-home {
    padding: 61px 20px 20px 20px;
    overflow: hidden;
}

	section.block-slider {
 
    margin-bottom: 0vh;
 
    margin-top: 0vh;
}

	ul#second-menu li {
 
    margin-top: 0px;
 
    padding-left: 20px;
}


	.residences-by-marr {
 
    padding-top: 40px;
    padding-left: 30px;
}

	#mobile-collapse-brands
{
	overflow-y: scroll;
}

 

.navbar-collapse.show {
max-height : 100vh;
}

	.brand-mob-view.col-6 {
    padding-bottom: 20px;
}


 .brand-logo-over-menu {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    padding: 15px;
        z-index: 20;
}

	.block-slider-home .slider-progress {
 position: absolute;
 top: 60px;
 z-index: 9;
 
 width: calc(100% - 40px);
 border-radius: 0px !important;
}


	
ul#menu-mega_menu {
    color: #000041;
    font-family: Maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
}

nav#desktop-nav {
    display: none;
}

nav#mobile-nav {
    display: flex;
}

.basket-count {
    display: block;
    position: absolute;
    top: -10px;
    right: 50px;
    margin: 10px;
    color: #000041;
    font-size: 12px;
    width: 40px;
    height: 40px;
}

.navbar-collapse.show {
    right: 0 !important;
    background-color: #000041;
    height: auto;
    padding: 0px;
    top: 0px;
    left: 0px;
    max-width: calc(100% - 66px);
    z-index: 10;
}

.second-brand {
    border-bottom: 1px solid #ffff;
    z-index: 50;
    position: relative;
    height: 60px;
    padding: 15px 0px 10px 15px;
}

ul.navbar-nav {
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.mobile-nav-2 li {
    padding: 30px;
    border-bottom: 1px solid #fff;
    max-width: calc(100% - 15px);
}

.mobile-nav-2 li a {
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-family: "Maax Reg";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: left;
}


.navbar-collapse {
    position: absolute !important;
    top: 0px !important;
    right: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: block;

}

#masthead {
    height: 60px;
	z-index: 99999999;
}

.site-branding {
    float: left;
    padding: 15px 0px 10px 15px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: 0px;
    float: right;
    margin-right: -5px;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    margin-top: 4px;
    margin-right: -15px;
}

.icon-bar {
    width: 22px;
    height: 2px;
    background-color: gray;
    display: block;
    transition: all 0.2s;
    margin-top: 6px;
}

button#change-nav-brands {
    /* display: inline-block; */
    margin-left: .255em;
    /* vertical-align: -webkit-baseline-middle !important; */
    background-image: url(https://marriottresidences.com/wp-content/uploads/2020/03/White.svg) !important;
    /* border: 0px !important; */
    float: right;
    /* margin-right: 50px; */
    background-repeat: no-repeat;
    height: 20px;
    width: auto;
}

#mobile-nav-brands {
    display: contents;
}

.second-brand-2 {
    /* border-bottom: 1px solid #ffff; */
    z-index: 50;
    position: relative;
    height: 50px;
}

.second-brand-2 {
    background-color: #000041;
    color: #fff;
}

.mobile-nav-3 {
    background-color: #fff;
}

h2.menu-head.d-inline {
    color: #fff;
    font-family: "Maax Reg";
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: -8% 10%;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}


	.block-slider-home .slick-slide img {
    max-height: 660px;
    height: auto;
}


    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
 
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }


	article.brand-card.col-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

img.custom-logo {
    width: 250px;
}
.menu-item {
    padding: 10px;
}

ul#menu-mega_menu {
    color: #000041;
    font-family: Maax Reg;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 10px;
    text-align: left;
    text-transform: uppercase;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 30px;
}

.menu-item {
    padding: 10px;
   
}

.basket-count {
 right: 50px;
 top: -15px;
}

.site-branding {
    float: left;
    padding: 12px 0px 0px 35px;
    /* width: 400px; */
}

h1.main-hero-txt {
    position: absolute;
    bottom: 0;
    font-size: 70px;
    color: #fff;
    max-width: 690px;
    /* left: 100px; */
    padding-left: 23px;
}


.title-intro-1 {
    color: #000041;
    font-family: "Marriott";
    font-size: 30px;
    line-height: 38px;
    max-width: 500px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
}


.left-vw-2 {
    padding-left: 6.9%;
}

.left-vw-3 {
    padding-left: 10vw;
}


.home-p {
    color: #000041;
    font-family: "Maax Reg";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 91.7%;
    padding-left: 20px;
}


img.home-img-right {
    max-width: 350px;
    padding-top: 100px;
}

.marriott-btn, .marriott-btn:active, .marriott-btn:visited {
    color: #000041;
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #000041;
    border-top: 1px solid #000041;
    padding: 10px 15px;
    color: #000041;
    background-size: 100% 200%;
    background-image: linear-gradient(to top, #81D8D0 50%, #FFFAF4 50%);
    transition: all .5s;
    line-height: 1.22;
     margin-top: 0px; 
    letter-spacing: 1px;
    font-size: 16px;
     padding-left: 40px; 
    padding-right: 40px;
    margin-bottom: 40px;
}


img.home-far-l-img {
    display: none;
}

img.home-l-img-2 {
max-width: 350px;
    height: auto;
    margin-left: 5vw;
    padding-left: 0px;
    padding-top: 70px;
}




.row.right-vw {
    padding-right: 0px;
    padding-left: 50px;
}
.left-m-vw-2.wp-block-button.marriott-btn {
    margin-left: 50px;
}




a.wp-block-button__link.no-border-radius {
    font-size: 12px;
}


.parallax-window.header-main {
    height: 300px;
    position: relative;
    max-height: 300px;
    width: 100%;
    z-index: 99;
}


section.block-tabs .nav-pills .nav-link {

 margin-right: 40px;

}


img.home-far-r-img {
    display: none;
}

img.home-r-img {
    max-width: 350px;
    float: right;
    padding-right: 2vw;
    padding-top: 50px;
}


section.block-3_columns_right {
    margin-top: 10vh;
    margin-bottom: 10vh;
}


section.block-slider {padding: 40px;overflow: hidden;margin-top: 100px !important;padding-top: 0px;}


.container-fluid.hero-ft-pad {
    padding-left: 30px;
    padding-top: 279px;
}



section.block-testimonial {
    margin-bottom: 10vh;
    overflow: hidden;
    margin-bottom: 100px !important;
    margin-top: 100px !important;
}


.brand-card .brand-overlay[aria-hidden="false"] {

 width: calc(100% - 30px); 
}




.blockquote-single {
 
    max-width: 450px;
 
}

.quote-before:before {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/02/Quote.svg);
    font-size: 4em;
    line-height: 0.1em;
    /* margin-right: 0.25em; */
    /* vertical-align: 30px; */
    /* margin-right: 70px; */
    display: inline;
    /* padding-left: 50px; */
    padding-left: 0px;
}


.blockquote-single-by {
    color: #000041;
    font-family: 'Maax Reg';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: left;
    padding-left: 215px;


 }


ul#menu-mega_menu {
    color: #000041;
    font-family: Maax Reg;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
}

}

/*--------------------------------------------------------------
# .End Tablet
--------------------------------------------------------------*/


.slick-testimonial .slick-list {
	padding-left: 8.5vw;
}

.slick-testimonial .slick-slide[data-slick-index="-1"] {
	opacity: 0;
}

@media screen and  (max-width: 1280px) {

	.no-pro-container-2 p {
    color: #fff;
    padding: 74px 55px 75px 65px;
    font-size: 20px;
}

.no-pro-container-2 {
    /* max-width: 571px; */
    width: 100%;
    background-color: #010041;
    padding: 0px !important;
    max-width: 529px;
    margin: 0 auto;
    height: auto !important;
    margin-left: 2%;
}


}



@media screen and (min-width: 500px) and (max-width: 800px)
{

	.page-id-438 section.block-luxury_brands {

		padding-top:70px;
	}

	.hero_parallax_image
	{
		height: 323px;
	}
}


@media screen and (min-width: 800px) and (max-width: 817px) {

.hero_parallax_image {
    height: 334px;
}

}

@media screen and (min-width: 817px) and (max-width: 1024px)
{
	.hero_parallax_image
	{
		height: 342px;
	}



}

@media screen and (max-width: 1600px) and (min-width: 1024px)
{
	.hero_parallax_image
	{
	 height: 550px; 
	}
}

@media screen and (max-width: 1280px) and (min-width: 1024px)
{
ul#second-menu li {
  font-size: 9px;
}

.hero_parallax_image {
    height: 520px;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
}

ul#second-menu{

	padding-left:0px;
}


}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1380px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

  	ul#second-menu li {
    margin-bottom: 10px;
}


.basket-count {
    right: 56px;
    top: -15px;
}

 


.brand-module .toggle-visibility {
 
    left: 37%;
 
}


.navbar-collapse.show {
  
    max-width: calc(100% - 57px);
 
}


  	.no-pro-container-2 {   margin-left: auto;}

 .hero_parallax_image {
    height: 430px !important;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;


}
  	}


@media screen and (max-width: 1320px) and (min-width: 1024px)
{

.hero_parallax_image {
    height: 424px;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
}

}





/*--------------------------------------------------------------
# .Start Large Screens
--------------------------------------------------------------*/

 
@media only screen and (min-width: 1450.98px)  and (max-width: 2240px) {  





	img.timeline-image {
    max-height: 350px;
}








}	

/*--------------------------------------------------------------
# IE Fix
--------------------------------------------------------------*/


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     
    .control-mute-video.player__button {
        content: '';
        background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-sound-default.svg);
     
    }
    
    .control-mute-video.player__button:hover
    {
        content: '';
        background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-sound-default-hover.svg);
    }
    
    
    
    .control-normalscreen-video.player__button {
        content: '';
        background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-close-default.svg);
        cursor: pointer;
     
    }
    
    .control-normalscreen-video.player__button:hover {
        content: '';
       background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-close-hover.svg);
    }
    
    
    
    .control-play-video.player__button:hover {
        content: '';
        background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-play-hover.svg);
    }
    
    
    
    .control-pause-video.player__button:hover{
        content: '';
        background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-pause-hover.svg);
    }


    .control-fullscreen-video.player__button {
        content: '';
        background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-default.svg);
        position: absolute;
        top: auto;
        z-index: 980 !important;
        cursor: pointer;
        height: 50px;
        width: 50px;
        bottom : 7px;
        right : 0px;
    }
    
    .control-fullscreen-video.player__button:hover
    {
        content: '';
        background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-hover.svg);
    }
    
    



    .control-sound-video.player__button,.control-mute-video.player__button {
        content: '';

        background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-sound-default.svg);
        position: absolute;
        top: auto;
        z-index: 980 !important;
        cursor: pointer;
        height: 50px;
        width: 50px;
        bottom : 7px;
        right : 60px;
    }
    
    .control-sound-video.player__button:hover
    {
        content: '';
        background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-sound-hover.svg);
    }
    
    
    
    
 .control-play-video.player__button {
    content: '';
    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-play-default.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
}

.control-pause-video.player__button {
    content: '';
    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-pause-hover.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
}


.control-mute-video.player__button {
    content: '';
    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-mute-default.svg);
 
}

.control-mute-video.player__button:hover
{
    content: '';
    background: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-mute-hover.svg);
}


 .control-fullscreen-video.player__button {
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-default.svg);
    position: absolute;
    top: auto;
    z-index: 980 !important;
    cursor: pointer;
    height: 50px;
    width: 50px;
    bottom : 7px;
    right : 0px;
}

.control-fullscreen-video.player__button:hover
{
	content: url(https://marriottresidences.com/wp-content/uploads/2020/03/marriott-residences-icon-full-screen-hover.svg);
}


.col-12.col-sm-12.col-md-6.pl-0{
    flex: none;
    width:50%;
    max-width: 50%;
    float: left;
     
}

.col-12.col-sm-12.col-md-6.tabs-img {
    flex: none;
    width:50%;
    max-width: 50%;
    float: right;
}

.tabs-img img{
    max-width:500px;
    height:auto;
}


}


@media only screen 
   and (max-width : 2160px) 
   and (max-height : 1440px) {
		li#nav_menu-9 .menu-item {
 
    font-size: 13px;
  
}
}



.ovelay-logo-absolute-div
{
    position: absolute;
    top: 240px;
   
    left: 50%;
    display: block;
    z-index: 20 !important;
}

.ovelay-logo-relative-div
{
        position: relative;
    left: -50%;
}

@media only screen and (max-width: 748.89px) {  
    .ovelay-logo-absolute-div
    {
       
        top: 100px;
    }
}

@media only screen and (min-width: 748.98px)  and (max-width: 1027px) { 
    .ovelay-logo-absolute-div
    {
       
        top: 40%;
    }
}


@media only screen and (min-width: 576px)  and (max-width: 748px) {

.brand-module .toggle-visibility:after {
    left: calc(48% + -2px);
    top: calc(100% - 20px);
}

.brand-module .toggle-visibility:before {
    left: 29%;
}

div.toggle-visibility:before {
    height: 1px;
    width: 15px;
    left: 0;
    top: calc(100% - 12px);
}

div.toggle-visibility:after{

	    content: '';
    position: absolute;
    background-color: #FFFFFF;
    display: block;
    width: 1px;
    height: 15px;
}

}

/* DANYO */



.filter-container{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    margin-top: 5rem;
}
.filter-container__row{
    display: flex;
    position: relative;
}

.filter-container__row--regions{
    padding: 0 .5rem;
    display: none !important;
}

.filter-container__row--filters{
    flex-basis: 300px;
    min-height: 100vh;
    color: #fff;
    transition:  all .2s;
    min-width: 320px
}

@media only screen and (max-width: 1280px) {
    .filter-container__row--filters{
        position: absolute !important;
        top: 0 !important;
        height: auto !important;
        z-index: 999;
        min-height: auto;
    }
   
}

@media only screen and (max-width: 1024px) {
    .filter-container__row--filters{
        min-width: 100%;
    }
    .filter-container__row--map{
        display: none;
    }
    .filter-container__row--regions{
        display: none;
    }
}



.filter-container__row--filters header{
    padding: .5rem 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000041;
    position: sticky;
    top: 0;
    z-index: 99;
}

.filter-container__row--filters header h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 2px;
    font-family: 'Maax Reg';
    margin: 0 !important;
}

.filter-container__row--filters header svg g{
    transition: all .2s;
    stroke: #fff;
}

.filter-container__row--filters header svg:hover svg g {
    stroke: #81D8D0;
}

.filter-container__row--filters-block{
    padding: 1.5rem 1rem;
    border-top: 1px solid #000041;
    /* border-bottom: 1px solid #000041; */
}

.filter-container__row--filters-block-applied-filters{
    display: none;
}

.filter-container__row--filters-block:first-child{
    border-top: 1px solid #000041 !important;
}

.filter-container__row--filters-block label{
    margin: 0;
    color: #000041;
    font-size: 14px;
    font-family: 'Maax Reg';
    display: flex;
    align-items: center;
    height: 25px;
    margin-bottom: 5px;
}

.filter-container__row--filters-block label.flex{
    justify-content: space-between;
    transition: all .2s;
}

.filter-container__row--filters-block label.flex:hover{
    cursor: pointer;
}

.filter-container__row--filters-block label.flex:hover svg path{
    stroke: #78d2c6;;
}

.filter-container__row--filters-block label:last-child{
    margin: 0;
}

.filter-container__row--filters-block label input{
    margin-right: 1rem;
    /* display: none; */
}


.filter-container__row--filters h2{
    color: #000041;
    font-family: "Marriott";
    font-size: 25px;
    line-height: 31.7px;
    text-align: left;
    padding: 2rem 1rem;
    text-transform: uppercase;
    margin: 0 !important;
    /* position: sticky;
    top: 156px; */
    background: #fff;
    z-index: 1000;
    position: sticky;
    top: 76px;
}

.filter-container__row--filters header:hover{
    cursor: pointer;
}

.filter-container__row--filters aside{
    position: relative;
    opacity: 0;
    background: #fff;
    display: none;
}

.filter-container__row--filters aside.active{
    opacity: 1;
    display: block;
}
    





.filter-container__row--filters-block h3{
    color: #000041;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 37px;
    letter-spacing: 1px;
    font-family: 'Maax Reg';
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-container__row--filters-block h3 span.clear-filters{
    color: #000041;
    font-size: 14px;
    font-family: 'Maax Reg';
    align-items: center;
    letter-spacing: .5px;
    line-height: 21px;
    text-transform: initial !important;
    transition: .2s all;
}

.filter-container__row--filters-block h3 span.clear-filters:hover{
    color: #78d2c6;
    cursor: pointer;
}

.filter-container__row--properties{
    flex-basis: 1000px;
    padding: 0;
    position: relative;
}

.filter-container__row--properties h3{
    padding-top: 20px !important;
}
.filter-container__row--map{
    padding: 0;
    flex-basis: 100%;
    height: 75vh;
    transition:  all .2s;
}


.stickyfilters{
    position: sticky;
    top: 80px;
    z-index: 999;
}

.stickyappliedfilters{
    position: sticky;
    top: 252px;
    z-index: 999;
    background-color: #fff;
    /* border-bottom: 1px solid #000041; */
}

@media only screen and (max-width: 1024px) {
    .stickyfilters{
        top: 60px;
        position: sticky;
        z-index: 999;
    }
}









.col2{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    width: 900px;
    transition:  all .2s;
}

.col2 img{
    width: 31%;
    padding: 1%;
}


iframe {
    width:100%;
    height:100%;
    max-height: 100vh;
}
fieldset, legend {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

.filter-container__row--properties-showmap{
    background: #fff;
    padding: .5rem;
    color: #000;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 1rem;
    z-index: 999999;
    display: none;
}
.filter-container__row--properties-showmap:hover{
    cursor: pointer;
}

.property{
    width: 32%;
    box-sizing: border-box;
    transition: all .2s;
    margin-left: 1%;
}

.property h2,
.gm-style h2{
    margin: 12px 0 24px;
    font-family: "Marriott";
    text-transform: uppercase;
    position: relative;
    color: #000041;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    /* padding-right: 20px; */
    z-index: 99;
}

.property h3,
.gm-style h3{

    color: #000041;
    font-family: 'Maax Reg';
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 0;
    /* padding-bottom: 4px; */
    margin: 0 !important;
}

.property img{
    width: 100% !important;
    padding: 0;
}

.filters{
    min-width:320px;
    height: 50vh;
    padding: 1rem;
}

.sticky{
    position: sticky;
    top: 0;
}

@media only screen and (max-width: 1919px) {
    .col2 img{
    width: 48%;

    }

    .col-4{
    flex-basis: 100%;
    }

    .property{
    width: 48%;
    }

    .col2{
    width: 600px;
    }


}

@media only screen and (max-width: 1600px) {

    .col-4{
        /* flex-basis: 60%; */
        }

}


@media only screen and (max-width: 1280px) {
    .col-2{
    /* display: none; */
    position: absolute;
    top: 0;
    height: auto;
    
    }

    iframe {
    /* max-height: 50vh; */
    }

    .col-6{
    /* width: 600px; */
    /* max-width: 50%; */
    min-width: 50%;
    }

    .col2{
    width: auto;
    }


    .col-4{
    /* flex-basis: 60%; */
    }

        
    .property{
        /* width: 33%; */
        /* margin-left: 0; */
    }

    .filter-container__row--filters h2{
        position: relative;
        top: 0;
    }
}

@media only screen and (max-width: 1080px) {
    
    
    .col-4{
    width: 50%;
    }
    .col-6{
    width: 50%;
    }

}

@media only screen and (max-width: 1024px) {
    .showmap{
        display: block;
    }
    .col-4{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    transition: all .2s;
    width: 100%;
    height: 100%;
    }
    .col-4.show{
    opacity: 1;
    visibility: visible;

    }

    .col-6{
    width: 100%;
    max-width: 100%;
    }

    iframe {
    max-height: 100vh;
    }

    .property{
        margin-right: 0;
        width: 49%;
        margin-left: 0;
    }

    .col2{
        justify-content: space-between;
    }

    .filters{
        min-width: 100%;
    }

}


@media only screen and (max-width: 768px) {

    .property{
        width: 49%;
    }

    .property:nth-child(odd){
        margin-left: 2% !important;
    }

    .property:nth-child(even){
        margin-left: 0 !important;
    }

    .filter-container__row--filters aside{
        display: none;
    }

    .filter-container__row--filters aside.active{
        top: 136px !important;
        position: fixed;
    }

    .filter-container__row--filters header.active {
        position: fixed;
        top: 60px;
        width: 100%;
    }

    .filter-container{
        margin-top: 0;
    }

    .stickymobile{
        position: fixed !important;
        top: 60px !important;
    }

}


@media only screen and (max-width: 576px) {

    .property{
        width: 100%;
        margin: 0 !important;
    }

    .property:nth-child(odd){
        margin-left: 0 !important;
    }

    .property:nth-child(even){
        margin-left: 0 !important;
    }

}

/* checkboxes */




.checkbox-container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkbox-container__checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #fff;
border: 2px solid #000041;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-container__checkmark {
background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-container__checkmark {
background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container__checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-container__checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-container__checkmark:after {
left: 12px;
top: -8px;
width: 8px;
height: 25px;
border: solid #000041;
border-width: 0 1px 1px 0;
transform: rotate(45deg);
}

  .submit-filters{
    position: sticky;
    bottom: 0;
    margin: 0 !important;
    padding: .5rem 1rem !important;
    background-color: #000041 !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 12px !important;
    line-height: 40px !important;
    letter-spacing: 2px !important;
    font-family: 'Maax Reg';
    border: none !important;
    transition: all .2s;
    display: none !important;
  }

.submit-filters:hover{
      background-color: #78d2c6 !important;
  }


  @media only screen and (max-width: 1024px) {

    .submit-filters{
        display: block !important;
    }

  }


  .checkbox-block {
    display: inline-block;
    position: relative;
    padding-left: 0;
    margin-bottom: .5rem;
    cursor: pointer;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkbox-block__checkmark {
    position: relative;
    padding: .5rem 1rem !important;
    height: auto;
    width: auto;
    background-color: #fff;
    border: 2px solid #78d2c6;
    display: block;
    font-family: "Maax Reg";
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-block:hover input ~ .checkbox-block__checkmark {
    background-color: #78d2c6;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-block input:checked ~ .checkbox-block__checkmark {
    background-color: #78d2c6;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkbox-block__checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-block input:checked ~ .checkbox-block__checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-block .checkbox-block__checkmark:after {
    left: 12px;
    top: -8px;
    width: 8px;
    height: 25px;
    border: solid #000041;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    display: none !important;

  }

  .right-side{
      width: 100%;
      position: relative;
  }

  .right-side__inner{
    display: flex;
    /* margin-top: 2.5rem; */
    margin-top: 0;
    padding: 0 ;
  }

  @media only screen and (max-width: 1280px) {
    .right-side{
        top: 5.5rem;
        margin-bottom: 5.5rem;
    }
    .right-side__inner{
        padding: 0 0.5rem;
        margin: 0;
    }

    .col2{
        justify-content: space-between;
    }

    .filter-container__row--filters aside.active{
        opacity: 1;
        display: block;
        top: 60px;
        bottom:0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .filter-container__row--filters aside.active::-webkit-scrollbar{
        display: none;
    }


}



  #propertymap{

  }


  #propertymap .property{
      width: 100% !important;
      margin: 0 !important;
  }


  #propertymap .gm-style-iw{
    /* box-shadow:none; */
    text-align: center;
    width: 250px !important;
    border-radius: 0;
    left: 0 !important;
    top: 0 !important;
    padding: 15px !important;
}

.gm-style-iw-d{
    overflow: auto !important;
    padding: 0 !important;
}

.gm-style img{
    max-width: 100%;
    margin-bottom: 20px !important;
}

.gm-style .sold-out{
    bottom: 20px !important;
}



.filter-container__row--filters-block .showmore,
.filter-container__row--filters-block .showless{
    font-family: "Maax Reg";
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000041;
    transition: .2s all;
}

.filter-container__row--filters-block .showmore:hover,
.filter-container__row--filters-block .showless:hover{
    cursor: pointer;
    color: #78d2c6;
}

.filter-container__row--filters-block .hide{
    display: none;
}

.stickyNav{
    height: calc(99vh - 80px);
    position: sticky;
    top: 80px;
    overflow-y: scroll;
    padding-bottom: 80px;
    /* -ms-overflow-style: none;
    scrollbar-width: none; */
}


#formfilter{
    position: relative;
}

#formfilter .ajaxloading{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: flex;
    justify-content: center;
}

#formfilter .ajaxloading__wrap {
    position: fixed;
    top: 50%;
    max-width: 300px;
    text-align: center;
    font-family: "Maax Reg";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
/* #formfilter.active{
    top: 0;
    bottom:0;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
} */

.no-overflow{
    overflow: hidden !important;
}

/* .stickyNav::-webkit-scrollbar{
    display: none;
} */




.box{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient(#3a86ff, transparent, transparent, transparent, transparent);
    position: relative;
    display: grid;
    place-items: center;
    animation: loader 0.7s linear infinite;
    margin: 2rem auto;
}
.box::before,
.box::after{
    content: '';
    position: absolute;
}
.box::before{
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: #fff;
}
.box::after{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background: #81D8D0;
    border-radius: 50%;
}
@keyframes loader {
    0%{
        transform: rotate(0);
        background: conic-gradient(#81D8D0, transparent, transparent, transparent, transparent);
    }
    25%{
        background: conic-gradient(#81D8D0, transparent, transparent, transparent);
    }
    50%{
        background: conic-gradient(#81D8D0, transparent, transparent);
    }
    100%{
        transform: rotate(-360deg);
        background: conic-gradient(#81D8D0, transparent, transparent);
    }
}


#survey-v2.active{
	height: 89.3vh !important;
    padding-bottom: 100px !important;
}

.sub-menu,
.brands-link{
    position: relative !important;
    padding-right: 40px !important;
}



.dropdown-toggle{
    top: -15px !important;
}

.dropdown-toggle:after{
    transform-origin: center !important;
    transform: rotate(0deg) !important;
    transition: all .2s !important;
}

.dropdown-toggle:hover::after{
    /* transform: rotate(45deg) !important; */
}

.sub-menu:before,
.brand-menu:before{
    transform-origin: center;
    transition: all .2s;
    content: "";
    margin-left: 0.255em;
    vertical-align: -webkit-baseline-middle !important;
    content: url(https://marriottresidences.com/wp-content/uploads/2020/03/Dark.svg) !important;
    border: 0px !important;
    margin-top: 0;
    position: absolute;
    top: 25px;
    right: 15px;
    transform: rotate(45deg);
}

.sub-menu:not(.active):before{
    transform: rotate(0deg);
}

.sum-menu.active:before,
.sum-menu:before.active{
    transform: rotate(60deg) !important;
    transition: none !important;
}




.sub-menu a{
    top: 0 !important;
    font-size: 14px !important;
}

.sub-menu ul{
    margin-left: 0 !important;
}

.mega-menu-parent{
    margin-left: -51px !important;
}



.brands-menu{
    width: calc(100vw - 60px);
    margin-left: 30px;
    padding: 100px;
    position: fixed;
    background: #FFFAF4;
    /* background: red; */
    top: -600px;
    padding: 30px; 
    transition: all .5s;
    z-index: 9999;
}

.brands-menu__container{
    display: flex;
}

.brands-menu__container--luxury,
.brands-menu__container--premium{
    width: 25%;
}

.brands-menu__container--message{
    width: 50%;
    background: #000041;
    display: flex;
    align-items: center;
}




.brands-menu li{
    padding-left: 0 !important;
    padding: 0px 0px 12px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 17px;
    font-family: "Maax Reg";
    display: flex;
}

.brands-menu.active{
    top: 67px;
}

.brands-menu__container{
    
    width: 100%;
    height: 100%;
}


.dropdown-menu {
    top: 55px !important;
    left: 0 !important;
}

.dropdown-menu .menu-item{
    padding: 20px 20px 0 20px !important;
}

.dropdown-menu .menu-item:last-child{
    padding-bottom: 10px !important;
}

/* .dropdown-toggle:after{
    display: none !important;
} */


.site-header{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
    z-index: 99999 !important;
}
@media only screen and (max-width: 1024px) {
    .site-header{
        padding: 12px 0 !important;
        width: 100vw;
    }

    .brands-menu{
        display: none;
    }

    nav#mobile-nav, .navbar-toggler{
        /* display: block !important; */
    }

    .mobile-svg-heart{
        display:block;
    }
    
    .desktop-basket-svg{
        display:none;
    }

    svg#basket-svg {
        margin-left: -11px;
    }

    .basket-count span{
        left: 0;
    }

    
	nav#mobile-nav {
        display: flex;
        /* margin-right: 36px; */
    }
         
    nav#desktop-nav {
        display: none;
    }
    
}



.navbar{
    padding: 0 !important;
    /* margin-right: 30px !important; */ 
}

.navbar-expand-md{
    height: auto !important;
}



/* NEW MENU */

.site-nav #menu-mega_menu{
    display: flex;
    flex-direction: row;
}


.dropdown-menu{
    /* display: block !important; */
    background: #FFFAF4 !important;
    border: none !important;
    position: absolute !important;
}

.mobile-menu{
    display: none !important;
}

.brands-wrapper{
    padding: 0 0 0 10px !important;
}

/* #mobile-collapse-brands{
    display: none;
} */

.dropdown-menu{
    transform: none !important;
}

.basket-count__mobile{
    display: none;
}


.basket-count{
    margin-top: -10px !important;
}

.indicator{
    border: 2px solid #000041;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favourite-before{
    padding-right: 0 !important;
}

.favourite-count{
    padding-left: 5px !important;
}

.favourite-count.current_page_item a{
    border: none !important;
}

.favourite-count a::after{
    display: none !important;
}


.nav-item.external-link a:after{
    content: "" !important;
    border-bottom: 1px solid #78d2c6 !important;
    display: block !important;
    transition: transform 250ms ease-in-out !important;
    padding-top: 10px !important;
}


.nav-item .caret{
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .site-nav{
        display: none;
    }

    .site-header{
        padding: 15px !important;
    }

    .site-branding{
        margin-right: auto !important;
        padding: 0 !important;
    }

    .mobile-menu{
        display: block !important;
    }


    .navbar-collapse {
        position: absolute !important;
        top: 0px !important;
        right: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        max-width: calc(100% - 48px);
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
       height: auto !important;
        margin-right: 50%;
        right: 50%;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        right: 56px;
        background-color: #000041;
        height: auto;
        padding: 0px;
        top: 0px;
    }
    
	#mobile-collapse-brands{
        overflow-y: scroll;
    }
    
    .navbar-collapse.show {
        max-height : 100vh !important;
    }

    .mobile-nav-2 li {
        padding: 30px;
        border-bottom: 1px solid #fff;
    }
    
	.mobile-nav-2 li a {
        text-transform: uppercase;
        color: #FFFFFF !important;
        font-family: "Maax Reg";
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 14px;
        text-align: left;
    }
    .second-brand {
        border-bottom: 1px solid #ffff;
        z-index: 50;
        position: relative;
        height: 66px;
        padding: 15px 0px 10px 5px;
    }
    
        .second-brand-2 {
        /* border-bottom: 1px solid #ffff; */
        z-index: 50;
        position: fixed;
        height: 50px;
        width: calc(100% - 60px);
        /* padding-bottom: 40px; */
    }
    
    ul.navbar-nav {
        margin-left: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }
    
    
     ul.navbar-nav.mobile-nav-2:first-child {
        border-top: 1px solid #fff;
    }
    .second-brand svg {
        height: 30px;
    }
    
    button#change-nav-brands {
        margin-left: .255em;
        background-image: url(https://marriottresidences.com/wp-content/uploads/2020/03/White.svg) !important;
        float: right;
        background-repeat: no-repeat;
        height: 20px;
        width: auto;
    }

    #mobile-nav-brands{
        display: contents !important;
    }
  
    .second-brand-2 {
        background-color: #000041;
        color: #fff;
        display: flex;
        align-items: center;
        height: 66px;
    }

    h2.menu-head.d-inline {
        color: #fff;
        font-family: "Maax Reg";
        font-size: 16px;
        letter-spacing: 3px;
        line-height: 19px;
        text-align: left;
        text-transform: uppercase;
        margin: 0;
    }

    .mobile-nav-3 {
        background-color: #fff;
    }

    img.brand-logo-over-menu {
        position: absolute;
        top: 15%;
        left: 0;
        width: 100%;
        padding: 15px;
        z-index: 20;
    }

    .brand-mob-view {
        padding-bottom: 15px;
    }

    .basket-count {
        display: block;
        position: absolute;
        top: 3px;
        right: 41px;
        margin: 10px;
        color: #000041;
        font-size: 12px;
        width: 40px;
        height: 40px;
    }
    .basket-count span {
        position: absolute;
        left: 0px;
        bottom: -5px;
        z-index: 2;
        margin-left: -5px;
    }
    .basket-count__mobile{
        display: block;
    }

    .indicator{
        border: none;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media only screen and (max-width: 1290px) {
	.stickyNav {
        padding-bottom: 0px !important;
    }
    
}



@media only screen and (max-width: 1210px) {

    .sub-menu:before,
    .brand-menu:before{
        top: 27px;
    }


}


@media only screen and (max-width: 748.89px) {  
    .second-brand {
        height: 60px;
    }
    .second-brand-2{
        height: 60px;
    }
}
























.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    line-height: 0;
    width: auto;
    overflow: visible; }
    .hamburger:hover {
      opacity: 0.7; }
    .hamburger.is-active:hover {
      opacity: 0.7; }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
      background-color: #000; }
  
  .hamburger-box {
    width: 22px;
    height: 18px;
    display: inline-block;
    position: relative; }
  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 22px;
      height: 2px;
      background-color: gray;
      border-radius: 0;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
      content: "";
      display: block; }
    .hamburger-inner::before {
      top: -10px; }
    .hamburger-inner::after {
      bottom: -10px; }
  
  /*
     * 3DX
     */
  .hamburger--3dx .hamburger-box {
    perspective: 80px; }
  
  .hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  
  .hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg); }
    .hamburger--3dx.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dx.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }
  
  /*
     * 3DX Reverse
     */
  .hamburger--3dx-r .hamburger-box {
    perspective: 80px; }
  
  .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  
  .hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg); }
    .hamburger--3dx-r.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dx-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }
  
  /*
     * 3DY
     */
  .hamburger--3dy .hamburger-box {
    perspective: 80px; }
  
  .hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  
  .hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg); }
    .hamburger--3dy.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dy.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }
  
  /*
     * 3DY Reverse
     */
  .hamburger--3dy-r .hamburger-box {
    perspective: 80px; }
  
  .hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  
  .hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg); }
    .hamburger--3dy-r.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dy-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }
  
  /*
     * 3DXY
     */
  .hamburger--3dxy .hamburger-box {
    perspective: 80px; }
  
  .hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  
  .hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg); }
    .hamburger--3dxy.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dxy.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }
  
  /*
     * 3DXY Reverse
     */
  .hamburger--3dxy-r .hamburger-box {
    perspective: 80px; }
  
  .hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  
  .hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
    .hamburger--3dxy-r.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dxy-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }
  
  /*
     * Arrow
     */
  .hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  
  .hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  
  /*
     * Arrow Right
     */
  .hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  
  .hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  
  /*
     * Arrow Alt
     */
  .hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  
  .hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  
  .hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  
  .hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  
  /*
     * Arrow Alt Right
     */
  .hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  
  .hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  
  .hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  
  .hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  
  /*
     * Arrow Turn
     */
  .hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg); }
    .hamburger--arrowturn.is-active .hamburger-inner::before {
      transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
    .hamburger--arrowturn.is-active .hamburger-inner::after {
      transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  
  /*
     * Arrow Turn Right
     */
  .hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg); }
    .hamburger--arrowturn-r.is-active .hamburger-inner::before {
      transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
    .hamburger--arrowturn-r.is-active .hamburger-inner::after {
      transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  
  /*
     * Boring
     */
  .hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none; }
  
  .hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg); }
    .hamburger--boring.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0; }
    .hamburger--boring.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg); }
  
  /*
     * Collapse
     */
  .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--collapse .hamburger-inner::after {
      top: -20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
    .hamburger--collapse .hamburger-inner::before {
      transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--collapse.is-active .hamburger-inner::after {
      top: 0;
      opacity: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
    .hamburger--collapse.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(-90deg);
      transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  /*
     * Collapse Reverse
     */
  .hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--collapse-r .hamburger-inner::after {
      top: -20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
    .hamburger--collapse-r .hamburger-inner::before {
      transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--collapse-r.is-active .hamburger-inner::after {
      top: 0;
      opacity: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
    .hamburger--collapse-r.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(90deg);
      transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  /*
     * Elastic
     */
  .hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .hamburger--elastic .hamburger-inner::before {
      top: 10px;
      transition: opacity 0.125s 0.275s ease; }
    .hamburger--elastic .hamburger-inner::after {
      top: 20px;
      transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  
  .hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s; }
    .hamburger--elastic.is-active .hamburger-inner::before {
      transition-delay: 0s;
      opacity: 0; }
    .hamburger--elastic.is-active .hamburger-inner::after {
      transform: translate3d(0, -20px, 0) rotate(-270deg);
      transition-delay: 0.075s; }
  
  /*
     * Elastic Reverse
     */
  .hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .hamburger--elastic-r .hamburger-inner::before {
      top: 10px;
      transition: opacity 0.125s 0.275s ease; }
    .hamburger--elastic-r .hamburger-inner::after {
      top: 20px;
      transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  
  .hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s; }
    .hamburger--elastic-r.is-active .hamburger-inner::before {
      transition-delay: 0s;
      opacity: 0; }
    .hamburger--elastic-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -20px, 0) rotate(270deg);
      transition-delay: 0.075s; }
  
  /*
     * Emphatic
     */
  .hamburger--emphatic {
    overflow: hidden; }
    .hamburger--emphatic .hamburger-inner {
      transition: background-color 0.125s 0.175s ease-in; }
      .hamburger--emphatic .hamburger-inner::before {
        left: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
      .hamburger--emphatic .hamburger-inner::after {
        top: 10px;
        right: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
    .hamburger--emphatic.is-active .hamburger-inner {
      transition-delay: 0s;
      transition-timing-function: ease-out;
      background-color: transparent !important; }
      .hamburger--emphatic.is-active .hamburger-inner::before {
        left: -80px;
        top: -80px;
        transform: translate3d(80px, 80px, 0) rotate(45deg);
        transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .hamburger--emphatic.is-active .hamburger-inner::after {
        right: -80px;
        top: -80px;
        transform: translate3d(-80px, 80px, 0) rotate(-45deg);
        transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
  
  /*
     * Emphatic Reverse
     */
  .hamburger--emphatic-r {
    overflow: hidden; }
    .hamburger--emphatic-r .hamburger-inner {
      transition: background-color 0.125s 0.175s ease-in; }
      .hamburger--emphatic-r .hamburger-inner::before {
        left: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
      .hamburger--emphatic-r .hamburger-inner::after {
        top: 10px;
        right: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r.is-active .hamburger-inner {
      transition-delay: 0s;
      transition-timing-function: ease-out;
      background-color: transparent !important; }
      .hamburger--emphatic-r.is-active .hamburger-inner::before {
        left: -80px;
        top: 80px;
        transform: translate3d(80px, -80px, 0) rotate(-45deg);
        transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .hamburger--emphatic-r.is-active .hamburger-inner::after {
        right: -80px;
        top: 80px;
        transform: translate3d(-80px, -80px, 0) rotate(45deg);
        transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
  
  /*
     * Minus
     */
  .hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }
  
  .hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }
  
  .hamburger--minus.is-active .hamburger-inner::before {
    top: 0; }
  
  .hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0; }
  
  /*
     * Slider
     */
  .hamburger--slider .hamburger-inner {
    top: 2px; }
    .hamburger--slider .hamburger-inner::before {
      top: 8px;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.15s; }
    .hamburger--slider .hamburger-inner::after {
      top: 16px; }


      .hamburger--slider.is-active .hamburger-inner::after{
        top: 20px;
      }
  
  .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--slider.is-active .hamburger-inner::before {
      transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
      opacity: 0; }
    .hamburger--slider.is-active .hamburger-inner::after {
      transform: translate3d(0, -20px, 0) rotate(-90deg); }
  
  /*
     * Slider Reverse
     */
  .hamburger--slider-r .hamburger-inner {
    top: 2px; }
    .hamburger--slider-r .hamburger-inner::before {
      top: 10px;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.15s; }
    .hamburger--slider-r .hamburger-inner::after {
      top: 20px; }
  
  .hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
    .hamburger--slider-r.is-active .hamburger-inner::before {
      transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
      opacity: 0; }
    .hamburger--slider-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -20px, 0) rotate(90deg); }
  
  /*
     * Spin
     */
  .hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin .hamburger-inner::before {
      transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
    .hamburger--spin .hamburger-inner::after {
      transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
    .hamburger--spin.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  /*
     * Spin Reverse
     */
  .hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin-r .hamburger-inner::before {
      transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
    .hamburger--spin-r .hamburger-inner::after {
      transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin-r.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
    .hamburger--spin-r.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(90deg);
      transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  /*
     * Spring
     */
  .hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear; }
    .hamburger--spring .hamburger-inner::before {
      top: 10px;
      transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring .hamburger-inner::after {
      top: 20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important; }
    .hamburger--spring.is-active .hamburger-inner::before {
      top: 0;
      transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--spring.is-active .hamburger-inner::after {
      top: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 10px, 0) rotate(-45deg); }
  
  /*
     * Spring Reverse
     */
  .hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring-r .hamburger-inner::after {
      top: -20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
    .hamburger--spring-r .hamburger-inner::before {
      transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spring-r.is-active .hamburger-inner::after {
      top: 0;
      opacity: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
    .hamburger--spring-r.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(90deg);
      transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  /*
     * Stand
     */
  .hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
    .hamburger--stand .hamburger-inner::before {
      transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--stand .hamburger-inner::after {
      transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
    .hamburger--stand.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(-45deg);
      transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--stand.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(45deg);
      transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  /*
     * Stand Reverse
     */
  .hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
    .hamburger--stand-r .hamburger-inner::before {
      transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--stand-r .hamburger-inner::after {
      transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
    .hamburger--stand-r.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(-45deg);
      transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--stand-r.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(45deg);
      transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  /*
     * Squeeze
     */
  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--squeeze .hamburger-inner::before {
      transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
    .hamburger--squeeze .hamburger-inner::after {
      transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--squeeze.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
    .hamburger--squeeze.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  /*
     * Vortex
     */
  .hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
      transition-duration: 0s;
      transition-delay: 0.1s;
      transition-timing-function: linear; }
    .hamburger--vortex .hamburger-inner::before {
      transition-property: top, opacity; }
    .hamburger--vortex .hamburger-inner::after {
      transition-property: bottom, transform; }
  
  .hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
      transition-delay: 0s; }
    .hamburger--vortex.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0; }
    .hamburger--vortex.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(90deg); }
  
  /*
     * Vortex Reverse
     */
  .hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
      transition-duration: 0s;
      transition-delay: 0.1s;
      transition-timing-function: linear; }
    .hamburger--vortex-r .hamburger-inner::before {
      transition-property: top, opacity; }
    .hamburger--vortex-r .hamburger-inner::after {
      transition-property: bottom, transform; }
  
  .hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
      transition-delay: 0s; }
    .hamburger--vortex-r.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0; }
    .hamburger--vortex-r.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg); }


/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

.form-block {
  background-color: #FDE9D3;
  padding: 60px 0 100px;
  margin-top: 160px;
  margin-bottom: 160px;
}

.form-block-inner {
  margin: 0 20px;
}

.form-block-inner .title-intro-1 {
  font-size: 25px;
  line-height: 32px;
}

.form-block-inner .row {
  margin-bottom: 36px;
}

.form-block-inner .col-12,
.form-block-inner .col-md-6 {
  padding: 0 !important;
}

.form-block-inner p,
.form-block-inner p label {
  margin-bottom: 0;
}

.form-block-inner input[type="submit"] {
  background-color: transparent;
}

.form-block-inner .wpcf7-list-item.first.last {
  margin: 0;
}

.form-block label,
.form-block select {
  color: #000041;
  font-family: "Maax Reg";
  font-size: 14px;
  letter-spacing: 2px;
}

.form-block .wpcf7-checkbox span {
  letter-spacing: normal;
  font-style: italic;
  display: inline-block;
  width: 95%;
  margin-left: 10px;
  line-height: 1.5;
  margin-bottom: 0;
}

.form-block .wpcf7-checkbox label {
  display: flex;
  align-items: baseline;
}

.form-block input,
.form-block select,
.form-block textarea{
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #000041;
}

.form-block input::placeholder, .form-block textarea::placeholder {
  color: #595959;
  font-family: "Maax Reg";
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.5px;
  text-indent: 6px;
}

.form-block select {
  color: #595959;
  font-family: "Maax Reg";
  font-size: 14px;
  letter-spacing: 0.5px;
  text-indent: 6px;
}

.form-block label.full,
.form-block label.full input,
.form-block label.half input,
.form-block select  {
  width: 100%;
}

.form-block label.half{
  width: 49%;
}

.form-block label.half:last-child {
  margin-left: 2%;
}

.form-block .wpcf7 form.invalid .wpcf7-response-output, 
.form-block .wpcf7 form.unaccepted .wpcf7-response-output, 
.form-block .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  width: 100%;
  color: #fff;
  background-color: #ff0000;
  font-family: "Marriott";
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}

.form-block .wpcf7-not-valid-tip {
  color: red;
}

.form-block .wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  background-color:#78D2C6 ;
  border-color: transparent;
  color: #000041;
  font-family: "Marriott";
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}

.form-block .wpcf7-not-valid-tip {
  letter-spacing: normal;
}

.form-block input[type=checkbox] {
  margin-bottom: 0;
    display: inline-block;
    margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.residences-by-marr a { 
  color: #FFFFFF !important; 
}

@media (min-width: 1024px) {
  .form-block-inner {
    margin: 0 68px;
  }

  .form-block-inner .col-md-6:first-child {
    padding-right: 20px !important;
  }

  .form-block-inner .col-md-6:last-child {
    padding-left: 20px !important;
  }

  .form-block .wpcf7-checkbox label {
    align-items: center;
  }
}

.benefit-tile .tile {
  position: relative;
}

.benefit-tile .tile-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 3px;
  font-size: 18px;
  width: 75%;
}

.benefit-tile .overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
}

.benefit-tile .overlay .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  text-align: center;
}

.benefit-tile .overlay .explore-text {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 3px;
}

.benefit-tile .overlay .explore-text p {
font-size: 14px;
}

.benefit-tile .overlay .overlay-text p,
.benefit-tile .overlay .explore-text p {
  color: #fff;
}