﻿/* normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

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

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-1 {
	zoom: 1;
}

.u-grid-1:before,
.u-grid-1:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-1:after {
	clear: both;
}

.u-grid-1 > .u-grid-col {
	float: left;
}

.u-grid-1.reverse > .u-grid-col {
	float: right;
}

.u-grid-2 {
	zoom: 1;
}

.u-grid-2:before,
.u-grid-2:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-2:after {
	clear: both;
}

.u-grid-2 > .u-grid-col {
	float: left;
}

.u-grid-2.reverse > .u-grid-col {
	float: right;
}

.u-grid-3 {
	zoom: 1;
}

.u-grid-3:before,
.u-grid-3:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-3:after {
	clear: both;
}

.u-grid-3 > .u-grid-col {
	float: left;
}

.u-grid-3.reverse > .u-grid-col {
	float: right;
}

.u-grid-4 {
	zoom: 1;
}

.u-grid-4:before,
.u-grid-4:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-4:after {
	clear: both;
}

.u-grid-4 > .u-grid-col {
	float: left;
}

.u-grid-4.reverse > .u-grid-col {
	float: right;
}

.u-grid-5 {
	zoom: 1;
}

.u-grid-5:before,
.u-grid-5:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-5:after {
	clear: both;
}

.u-grid-5 > .u-grid-col {
	float: left;
}

.u-grid-5.reverse > .u-grid-col {
	float: right;
}

.u-grid-6 {
	zoom: 1;
}

.u-grid-6:before,
.u-grid-6:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-grid-6:after {
	clear: both;
}

.u-grid-6 > .u-grid-col {
	float: left;
}

.u-grid-6.reverse > .u-grid-col {
	float: right;
}

/*!
    Modaal - accessible modals - v0.2.1
    by Humaan, for all humans.
    http://humaan.com
 */

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper.position-fixed-fix {
	position: absolute;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram iframe {
	margin: 0 !important;
	border-radius: 5px !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 1500px;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: transparent;
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-prev {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-container {
	width: auto;
	max-width: none;
}

#modaal-iframe {
	width: 100%;
	display: block;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: 'TradeGothicLT';
	src: url("fonts/trade-gothic/trade-gothic-reg.eot");
	src: url("fonts/trade-gothic/trade-gothic-reg.eot?#iefix") format("embedded-opentype"), url("fonts/trade-gothic/trade-gothic-reg.woff2") format("woff2"), url("fonts/trade-gothic/trade-gothic-reg.woff") format("woff"), url("fonts/trade-gothic/trade-gothic-reg.ttf") format("truetype");
}

@font-face {
	font-family: 'Verdana';
	src: url("fonts/trade-gothic/trade-gothic-bold.eot");
	src: url("fonts/trade-gothic/trade-gothic-bold.eot?#iefix") format("embedded-opentype"), url("fonts/trade-gothic/trade-gothic-bold.woff2") format("woff2"), url("fonts/trade-gothic/trade-gothic-bold.woff") format("woff"), url("fonts/trade-gothic/trade-gothic-bold.ttf") format("truetype");
}

/* Default Margin */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.6;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

h6 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}

p {
	margin: 0 0 20px;
}

small {
	font-size: 80%;
}

strong {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: underline;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	color: #f69438;
}

a:hover,
a:active {
	color: #f8ae69;
}

.title {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.u-text-center {
	text-align: center;
}

blockquote,
blockquote p {
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 20px;
	padding-left: 40px;
	border-left: 2px solid #f69438;
}

blockquote cite {
	display: block;
}

blockquote cite:before {
	content: "\2014 \0020";
}

figure {
	margin: 0;
}

@font-face {
	font-family: "Icons";
	src: url("fonts/Icons.eot");
	src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg");
}

.icon:before {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}

.icon-icn_01_logo:before {
	content: "\E001";
}

.icon-icn_02_arr_up:before {
	content: "\E002";
}

.icon-icn_03_arr_right:before {
	content: "\E003";
}

.icon-icn_04_arr_down:before {
	content: "\E004";
}

.icon-icn_05_arr_left:before {
	content: "\E005";
}

.icon-icn_06_arr_down_sm:before {
	content: "\E006";
}

.icon-icn_07_arr_right_sm:before {
	content: "\E007";
}

.icon-icn_08_arr_down_sm:before {
	content: "\E008";
}

.icon-icn_09_arr_left_sm:before {
	content: "\E009";
}

.icon-icn_10_arr_left-gal:before {
	content: "\E00A";
}

.icon-icn_11_arr_right_gal:before {
	content: "\E00B";
}

.icon-icn_12_arr_left_galbg:before {
	content: "\E00C";
}

.icon-icn_13_arr_right_galbg:before {
	content: "\E00D";
}

.icon-icn_14_search_plus:before {
	content: "\E00E";
}

.icon-icn_15_comment:before {
	content: "\E00F";
}

.icon-icn_16_social_fb_circle:before {
	content: "\E010";
}

.icon-icn_17_social_in_circle:before {
	content: "\E011";
}

.icon-icn_18_icn_shield:before {
	content: "\E012";
}

.icon-icn_19_icn_coins:before {
	content: "\E013";
}

.icon-icn_20_icn_diamond:before {
	content: "\E014";
}

.icon-icn_21_icn_cup:before {
	content: "\E015";
}

.icon-icn_22_icn_percent:before {
	content: "\E016";
}

.icon-icn_23_icn_ticket:before {
	content: "\E017";
}

.icon-icn_24_icn_chocolate:before {
	content: "\E018";
}

.icon-icn_25_icn_security:before {
	content: "\E019";
}

.icon-icn_26_icn_light:before {
	content: "\E01A";
}

.icon-icn_27_icn_recycle:before {
	content: "\E01B";
}

.icon-icn_28_icn_bus:before {
	content: "\E01C";
}

.icon-icn_29_icn_standard:before {
	content: "\E01D";
}

.icon-icn_30_icn_bin:before {
	content: "\E01E";
}

.icon-icn_31_icn_solar:before {
	content: "\E01F";
}

.icon-icn_32_icn_crown:before {
	content: "\E020";
}

.icon-icn_33_logo_finbar:before {
	content: "\E021";
}

.icon-icn_34_play:before {
	content: "\E022";
}

.icon-icn_35_social_tw:before {
	content: "\E023";
}

.icon-icn_36_search:before {
	content: "\E024";
}

.icon-icn_37_share:before {
	content: "\E025";
}

.icon-icn_38_google:before {
	content: "\E026";
}

.icon-icn_39_plus:before {
	content: "\E027";
}

.icon-icn_40_facebook:before {
	content: "\E028";
}

.icon-icn_41_heatedpool:before {
	content: "\E029";
}

.icon-icn_42_poolcabana:before {
	content: "\E02A";
}

.icon-icn_43_skylounge:before {
	content: "\E02B";
}

.icon-icn_44_outdoordining:before {
	content: "\E02C";
}

.icon-icn_45_entrancelobby:before {
	content: "\E02D";
}

.icon-icn_46_poollounge:before {
	content: "\E02E";
}

.icon-icn_47_gym:before {
	content: "\E02F";
}

.icon-icn_48_sauna:before {
	content: "\E030";
}

input,
textarea {
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-appearance: none;
	font-family: "TradeGothicLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ddd;
	border-bottom-color: #363b49;
	line-height: 1.4;
	width: 100%;
	display: block;
	color: white;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	position: relative;
	border-radius: 0;
	padding: 10px 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: white;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #f69438;
	z-index: 2;
}

textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 140px;
	min-height: 140px;
	max-height: 140px;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline;
	width: auto;
}

input[type="file"],
.file-reset {
	padding: 0;
	border: 0;
	box-shadow: none;
	cursor: pointer;
}

button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
}

.field {
	position: relative;
	margin-bottom: 10px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.radio input,
.checkbox input {
	position: absolute;
	left: -09999em;
}

.radio label,
.checkbox label {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	padding-top: 2px;
	color: #2f2f2f;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio label:before,
.radio label:after,
.checkbox label:before,
.checkbox label:after {
	position: absolute;
	left: 0;
	top: 0;
}

.radio label:before,
.checkbox label:before {
	content: '';
	background-color: #f69438;
	border-radius: 5px;
	width: 16px;
	height: 16px;
	display: block;
}

.radio label:after,
.checkbox label:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 7px;
	color: white;
	top: 4px;
	left: 3px;
}

.radio input:focus + label,
.checkbox input:focus + label {
	outline-color: #3b99fc;
	outline-style: auto;
	outline-width: 5px;
	z-index: 1;
}

.radio label:before {
	border-radius: 50%;
	background-color: #e5e5e5;
}

.radio input:checked + label:before {
	background-color: #ccc;
}

.radio input:checked + label:after {
	content: '';
	border-radius: 50%;
	background-color: white;
	width: 8px;
	height: 8px;
	top: 4px;
	left: 4px;
}

.checkbox input:checked + label:after {
	content: "âœ“";
}

.radio-group .field {
	display: inline-block;
	margin: 0 10px;
}

.select-wrapper {
	zoom: 1;
	float: left;
	position: relative;
}

.select-wrapper:before,
.select-wrapper:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.select-wrapper:after {
	clear: both;
}

.select {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 10px 12px 6px;
	color: #1a1a21;
	border-right: 1px solid #ebebeb;
	border: 0;
	width: 100%;
	z-index: 2;
	cursor: pointer;
	width: 100% !important;
	height: 100% !important;
}

.select:before,
.select:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	right: 14px;
	pointer-events: none;
	border-color: rgba(203, 203, 203, 0);
	border-width: 3px;
}

.select:before {
	border-bottom-color: #cbcbcb;
	top: 10px;
	margin-top: -3px;
}

.select:after {
	border-top-color: #cbcbcb;
	bottom: 10px;
	margin-bottom: -3px;
}

.select:focus + .select
.select:focus + .error + .select {
	border-color: #f69438;
}

.field .select-wrapper .select.error + .error + .select {
	border-bottom-color: #d03838;
}

.select + .select,
.select + .error + .select {
	z-index: 1;
	padding-right: 25px;
	text-overflow: ellipsis;
	position: relative;
	color: white;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.field .select-wrapper {
	float: none;
}

.field .select-wrapper .input {
	display: block;
	clear: both;
	background-color: transparent;
	color: #cacaca;
	width: 100%;
	z-index: 2;
	cursor: pointer;
	width: 100% !important;
	height: 100% !important;
}

.field .select-wrapper .select + .select,
.field .select-wrapper .select + .error + .select {
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 2px;
	padding: 10px 0;
	padding-right: 40px;
	border-bottom: 1px solid #ddd;
	border-bottom-color: #363b49;
}

.field .select-wrapper .select:before {
	content: none;
}

.field .select-wrapper .select:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E004';
	position: absolute;
	right: 6px;
	top: 50%;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 6px;
	margin-top: 2px;
	width: auto;
	height: auto;
	border: none;
}

.label {
	font-size: 18px;
	font-size: 1.8rem;
	color: #1a1a21;
	display: block;
	margin-bottom: 10px;
}

.select-wrapper.outline {
	width: 100%;
	float: none;
	display: block;
}

.select-wrapper.outline .select {
	box-shadow: 0 0 2px #e4e4e4;
	color: #8c8c8c;
}

.select.customSelectHover { /* Styles for when the select box is hovered */
}

.select.customSelectOpen { /* Styles for when the select box is open */
}

.select.customSelectFocus { /* Styles for when the select box is in focus */ /*
	outline-color: rgb(59, 153, 252);
	outline-style: auto;
	outline-width: 5px;
*/
}

.customSelectInner { /* You can style the inner box too */
	width: 100% !important;
}

form label.error {
	opacity: 0;
	bottom: 105%;
	visibility: hidden;
	position: absolute;
	-webkit-transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
}

form textarea.error:focus + label.error,
form input.error:focus + label.error {
	font-size: 10px;
	font-size: 1rem;
	right: 0;
	bottom: 100%;
	z-index: 12;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	color: #1a1a21;
	width: 80px;
	margin-right: -8px;
	text-align: center;
	opacity: 1;
	visibility: visible;
	border: 1px solid #ccc;
	margin-bottom: -2px;
}

form textarea.error:focus + label.error:before,
form input.error:focus + label.error:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ccc;
	border-width: 7px;
	margin-left: -7px;
}

form textarea.error:focus + label.error:after,
form input.error:focus + label.error:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

form textarea.error,
form input.error {
	border-color: #d03838;
	-webkit-transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

form textarea.error:focus,
form input.error:focus {
	border-bottom: 1px solid #d03838;
}

.contact-form {
	font-size: 14px;
	font-size: 1.4rem;
	zoom: 1;
}

.contact-form:before,
.contact-form:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.contact-form:after {
	clear: both;
}

.contact-form .form-fields {
	margin-left: -20px;
}

.contact-form .col {
	float: left;
	width: 50%;
	padding-left: 20px;
}

.contact-form input,
.contact-form select,
.contact-form select option,
.contact-form textarea,
.contact-form .select {
	font-size: 16px !important;
}

.contact-form .btn {
	max-width: none;
	width: 100%;
}

.required-fields {
	opacity: .5;
	line-height: 46px;
	margin-bottom: 0;
}

.clear {
	display: block;
	clear: both;
	height: 10px;
	width: 100%;
}

.field.required {
	position: relative;
}

.field.required:after {
	content: '*';
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
}

.modaal-content .contact-form {
	border-radius: 3px;
}

.modaal-content .contact-form .title {
	margin-bottom: 30px;
	text-align: center;
}

.modaal-content .contact-form input,
.modaal-content .contact-form textarea,
.modaal-content .contact-form .select + .select,
.modaal-content .contact-form .select + .error + .select {
	color: #3c3c4c;
}

.modaal-content .contact-form input::-webkit-input-placeholder,
.modaal-content .contact-form textarea::-webkit-input-placeholder,
.modaal-content .contact-form .select + .select::-webkit-input-placeholder,
.modaal-content .contact-form .select + .error + .select::-webkit-input-placeholder {
	color: #3c3c4c;
}

.modaal-content .contact-form input:focus,
.modaal-content .contact-form textarea:focus,
.modaal-content .contact-form .select + .select:focus,
.modaal-content .contact-form .select + .error + .select:focus {
	border-color: #f69438;
}

.modaal-content .contact-form .select:focus + .select,
.modaal-content .contact-form .select:focus + .error + .select {
	border-color: #f69438;
}

.modaal-content .contact-form .field.required:after,
.modaal-content .contact-form .field .select-wrapper .select:after {
	color: #929292;
}

.form-processing {
	opacity: 0;
	clear: both;
	z-index: 999;
	background: url(../img/loading-dark.gif) top center no-repeat transparent;
}

.form-processing p {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 9px 10px 7px;
	margin: 0;
	display: block;
	border: 1px solid;
	border-radius: 3px;
	text-align: center;
}

.form-processing p.error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.form-processing p.success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.form-processing p.info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.form-processing p.warning {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
}

.modaal-container .form-processing {
	background: url(../img/loading-light.gif) top center no-repeat transparent;
}

.alert {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px 20px;
	margin-bottom: 10px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
	text-align: center;
}

.alert.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.btn {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	background-color: #f69438;
	padding: 15px 30px;
	color: white;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: center;
}

.btn:hover,
.btn:focus {
	color: white;
	background-color: #f07a0b;
}

.btn.white {
	background-color: white;
	color: #0e6c8f;
}

.btn.white:hover,
.btn.white:focus {
	color: white;
	background-color: #f69438;
}

.btn.black {
	background-color: #1f1f1f;
	color: white;
}

.btn.black:hover,
.btn.black:focus {
	color: white;
	background-color: #2c2c2c;
}

.btn.blue-dark {
	background-color: #202433;
	border: 1px solid #2a2f43;
}

.btn.blue-dark:hover,
.btn.blue-dark:focus {
	background-color: #f69438;
}

.buttons-split {
	width: 100%;
	position: absolute;
	left: 0;
	zoom: 1;
}

.buttons-split:before,
.buttons-split:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.buttons-split:after {
	clear: both;
}

.buttons-split .col {
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
	height: 46px;
}

.buttons-split .col .btn {
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transition: -webkit-transform 0.4s ease-in-out 1.4s, background-color 0.2s ease-in-out;
	transition: transform 0.4s ease-in-out 1.4s, background-color 0.2s ease-in-out;
	position: absolute;
	top: 0;
	display: block;
	letter-spacing: .1em;
	padding: 0;
	line-height: 46px;
	white-space: nowrap;
	overflow: hidden;
}

.buttons-split .col:first-child .btn {
	left: 100%;
}

.buttons-split .col:last-child .btn {
	right: 100%;
}

.animate .buttons-split .col:first-child .btn,
.animate + .buttons-split .col:first-child .btn {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.animate .buttons-split .col:last-child .btn,
.animate + .buttons-split .col:last-child .btn {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.buttons-share-like {
	zoom: 1;
	width: 100%;
}

.buttons-share-like:before,
.buttons-share-like:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.buttons-share-like:after {
	clear: both;
}

.buttons-share-like .btn {
	width: 50%;
	float: left;
	display: block;
	letter-spacing: normal;
	position: relative;
	height: 47px;
}

.buttons-share-like .btn:nth-child(2n):after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	display: block;
}

.addthis_button_facebook_like.at300b {
	padding-top: 13px;
	padding-bottom: 14px;
	cursor: default;
}

#location .buttons-split .addthis_toolbox a.addthis_button_facebook_like {
	padding-top: 12px;
	padding-bottom: 11px;
	line-height: normal;
}

.tooltip {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	letter-spacing: .1em;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 100%;
	width: 100px;
	background-color: white;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 10px;
	display: block;
	z-index: 10;
	color: #1a1a21;
	margin-bottom: 10px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s cubic-bezier(0.3, 0, 0, 1.3);
	transition: all 0.2s cubic-bezier(0.3, 0, 0, 1.3);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

.tooltip.is-added {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.tooltip:before {
	content: "";
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ebebeb;
	border-width: 7px;
	margin-left: -7px;
}

.tooltip:after {
	content: "";
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: white;
	border-width: 6px;
	margin-left: -6px;
}

.pagination {
	zoom: 1;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	margin-top: 70px;
	position: relative;
}

.pagination:before,
.pagination:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.pagination:after {
	clear: both;
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination ul li {
	margin: 0;
	padding: 0;
}

.pagination li {
	display: inline-block;
}

.pagination li.current,
.pagination li a {
	width: 40px;
	line-height: 40px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

.pagination li:last-child {
	border-right: 1px solid #e2e2e2;
}

.pagination .current {
	background-color: #f9f9f9;
	color: #777777;
}

.pagination a {
	display: inline-block;
	text-decoration: none;
	color: #777777;
}

.pagination a:hover,
.pagination a:focus {
	color: #f69438;
}

.pagination a.prev,
.pagination a.next {
	position: absolute;
	top: 10px;
}

.pagination a.prev:before,
.pagination a.next:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}

.pagination a.prev {
	left: 0;
}

.pagination a.prev:before {
	content: '\E005';
}

.pagination a.next {
	right: 0;
}

.pagination a.next:before {
	content: '\E003';
}

.sold-status {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.sold-status .title {
	font-size: 16px;
	font-size: 1.6rem;
}

.sold-status .u-grid-col {
	padding: 17px 20px;
}

.sold-status .u-grid-col:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.sold-status .row + .row {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.sold-status .footer {
	padding: 11px 20px 10px;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
}

/*


html,
body{ height: 100%; }
*/

.page-overflow {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

body {
	background: #202433;
	font-family: "TradeGothicLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1a1a21;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	text-rendering: geometricPrecision;
}

.container {
	zoom: 1;
	max-width: 1220px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}

.container:before,
.container:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container:after {
	clear: both;
}

.container.narrow {
	max-width: 740px;
}

.container.full {
	max-width: none;
	padding: 0;
	position: relative;
}

.container.padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

::-moz-selection {
	background: rgba(246, 148, 56, 0.5);
	color: white;
}

::selection {
	background: rgba(246, 148, 56, 0.5);
	color: white;
}

.modaal {
	display: none;
}

.u-none {
	display: none;
}

.u-hidden {
	text-indent: -9999em;
	display: block;
	font-size: 0;
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.fade-in,
.step-in {
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.fade-in.animate,
.step-in.animate {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.fade-in.slow,
.step-in.slow {
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.wp-step-in-slow .step-in {
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.wp-step-in-fast .step-in {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.u-left {
	float: left;
}

.u-right {
	float: right;
}

.js-toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 0;
}

nav ul li {
	margin: 0;
	padding: 0;
}

nav li {
	margin: 0;
}

.u-width-10,
[class*="u-grid-"] > .u-grid-col.u-width-10 {
	width: 10%;
}

.u-width-15,
[class*="u-grid-"] > .u-grid-col.u-width-15 {
	width: 15%;
}

.u-width-20,
[class*="u-grid-"] > .u-grid-col.u-width-20 {
	width: 20%;
}

.u-width-25,
[class*="u-grid-"] > .u-grid-col.u-width-25 {
	width: 25%;
}

.u-width-30,
[class*="u-grid-"] > .u-grid-col.u-width-30 {
	width: 30%;
}

.u-width-35,
[class*="u-grid-"] > .u-grid-col.u-width-35 {
	width: 35%;
}

.u-width-40,
[class*="u-grid-"] > .u-grid-col.u-width-40 {
	width: 40%;
}

.u-width-45,
[class*="u-grid-"] > .u-grid-col.u-width-45 {
	width: 45%;
}

.u-width-50,
[class*="u-grid-"] > .u-grid-col.u-width-50 {
	width: 50%;
}

.u-width-55,
[class*="u-grid-"] > .u-grid-col.u-width-55 {
	width: 55%;
}

.u-width-60,
[class*="u-grid-"] > .u-grid-col.u-width-60 {
	width: 60%;
}

.u-width-65,
[class*="u-grid-"] > .u-grid-col.u-width-65 {
	width: 65%;
}

.u-width-70,
[class*="u-grid-"] > .u-grid-col.u-width-70 {
	width: 70%;
}

.u-width-75,
[class*="u-grid-"] > .u-grid-col.u-width-75 {
	width: 75%;
}

.u-width-80,
[class*="u-grid-"] > .u-grid-col.u-width-80 {
	width: 80%;
}

.u-width-85,
[class*="u-grid-"] > .u-grid-col.u-width-85 {
	width: 85%;
}

.u-width-90,
[class*="u-grid-"] > .u-grid-col.u-width-90 {
	width: 90%;
}

.u-width-95,
[class*="u-grid-"] > .u-grid-col.u-width-95 {
	width: 95%;
}

.u-width-100,
[class*="u-grid-"] > .u-grid-col.u-width-100 {
	width: 100%;
}

.header-main {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	text-align: center;
	overflow: hidden;
}

.header-main:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.35);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.header-main .container {
	zoom: 1;
	z-index: 2;
	position: relative;
	padding: 60px 20px;
	-webkit-transition: padding 0.2s ease-in-out;
	transition: padding 0.2s ease-in-out;
}

.header-main .container:before,
.header-main .container:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.header-main .container:after {
	clear: both;
}

.header-main a {
	text-decoration: none;
	color: white;
	display: block;
	opacity: .8;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.header-main a:hover,
.header-main a:focus {
	opacity: 1;
}

/*.header-main .logo {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -80px;
	width: 160px;
	text-align: center;
	font-size: 60px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}*/

.header-main .logo {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -50px;
	width: 120px;
	text-align: center;
	font-size: 60px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header-main .logo-title {
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -50px;
	width: 120px;
	text-align: center;
	font-size: 10px;
	overflow: hidden;
	opacity: 1;
    color:#dddddd;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header-main .logo:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E001";
}

.header-main nav {
	width: 50%;
	float: left;
	-webkit-transition: padding 0.2s ease-in-out;
	transition: padding 0.2s ease-in-out;
}

.header-main nav.left {
	padding-right: 130px;
	text-align: right;
}

.header-main nav.right {
	padding-left: 130px;
	text-align: left;
}

.header-main nav ul {
	zoom: 1;
	line-height: .5;
}

.header-main nav ul:before,
.header-main nav ul:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.header-main nav ul:after {
	clear: both;
}

.header-main nav ul li {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.header-main nav ul li:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #f69438;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.header-main nav ul a {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 42px;
	padding: 0 30px;
	white-space: nowrap;
}

.header-main.sticky:before {
	opacity: 1;
}

.header-main.sticky .container {
	padding: 0 20px;
}

.header-main.sticky .logo {
	top: 3px;
	font-size: 30px;
	height: 28px;
}

.header-main.sticky li.active:before {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-main.sticky nav.left {
	padding-right: 80px;
}

.header-main.sticky nav.right {
	padding-left: 80px;
}

.header-main .header-mob {
	display: none;
	width: 100%;
	zoom: 1;
	position: relative;
	z-index: 10;
}

.header-main .header-mob:before,
.header-main .header-mob:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.header-main .header-mob:after {
	clear: both;
}

.header-main .header-mob .btn {
	width: 50%;
	float: left;
	opacity: 1;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out; /*
			
			&:first-child {
				border-right: 1px solid lighten(#1f1f1f, 5%);
			}
*/
}

.header-main .blog-link {
	display: none;
}

.header-main.internal nav.left {
	text-align: left;
}

.header-main.internal nav.left li a:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E005';
	font-size: 13px;
	margin-right: 20px;
	position: relative;
	top: -1px;
	left: 0;
	-webkit-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
}

.header-main.internal nav.left li a:hover:before,
.header-main.internal nav.left li a:focus:before {
	left: 5px;
}

.header-main.internal nav.right {
	text-align: right;
	padding-right: 30px;
}

.header-main.internal nav.right .social li {
	padding: 0 5px;
}

.header-main.internal nav.right .social li:before {
	content: none;
}

.header-main.internal nav.right .social a {
	color: white;
	font-size: 22px;
	padding: 0;
	line-height: normal;
}

.header-main.internal nav.right .social a:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
}

.header-main.internal nav.right .social .facebook:before {
	content: '\E010';
}

.header-main.internal nav.right .social .instagram:before {
	content: '\E011';
}

.header-main.internal nav.right .social .twitter:before {
	content: '\E023';
	font-size: 20px;
}

.main-footer {
	font-size: 14px;
	font-size: 1.4rem;
	color: white;
	position: relative;
	z-index: 22;
	background-color: #202433;
}

.main-footer .map {
	width: 100%;
	height: 230px;
	margin-bottom: 20px;
}

.main-footer .u-grid-3 {
	margin-left: -60px;
}

.main-footer .u-grid-3 .u-grid-col {
	padding-left: 60px;
}

.main-footer .u-grid-3 .u-grid-item {
	margin-bottom: 60px;
}

.main-footer .container {
	padding-top: 100px;
}

.internal .main-footer .container {
	padding-bottom: 100px;
}

.main-footer .container + .container {
	padding-bottom: 100px;
}

.main-footer .title {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: .1em;
	margin-bottom: 60px;
}

.main-footer .contact-details {
	float: right;
	text-align: right;
	line-height: 1.8;
}

.main-footer .contact-details strong {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: .1em;
	display: block;
}

.main-footer .contact-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-footer .contact-details ul li {
	margin: 0;
	padding: 0;
}

.main-footer .contact-details ul li:not(:last-child) {
	margin-bottom: 20px;
}

.cta-bar {
	font-size: 25px;
	font-size: 2.5rem;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	letter-spacing: .1em;
	letter-spacing: 1;
	background-color: #0e6c8f;
	color: white;
	text-decoration: none;
	display: block;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background-position: -20px left;
	position: relative;
	overflow: hidden;
}

.cta-bar .logo {
	width: 350px;
	height: auto;
	position: absolute;
	top: -45px;
	left: -60px;
	z-index: 1;
}

.cta-bar .container {
	padding-top: 80px;
	padding-bottom: 66px;
	padding-right: 60px;
	position: relative;
	z-index: 2;
}

.cta-bar .icon:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E003';
	font-size: 22px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -11px;
}

.cta-bar:hover,
.cta-bar:focus {
	color: white;
	background-color: #0f7398;
}

.onsite-contact {
	background-color: white;
	color: #1a1a21;
	padding: 20px;
	text-align: center;
	position: relative;
	top: -1px;
}

.onsite-contact .title {
	margin-bottom: 20px;
}

.onsite-contact p {
	margin-bottom: 0;
}

.hero {
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 21;
}

.hero:after {
	content: '';
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 3;
	background: -webkit-linear-gradient(top, rgba(32, 36, 51, 0) 0%, #202433 100%);
	background: linear-gradient(to bottom, rgba(32, 36, 51, 0) 0%, #202433 100%);
}

.hero .intro .title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 6px;
}

.hero .intro p {
	margin-bottom: 35px;
}

.hero .content {
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px;
	z-index: 10;
	color: white;
	text-align: center;
	box-sizing: content-box;
	padding-top: calc(45vh - 105px);
	padding-bottom: calc(55vh - 105px);
}

.hero .content .container {
	max-width: 740px;
}

.hero .content:after {
	content: '';
	position: absolute;
	top: calc(45vh + 104px);
	left: 50%;
	width: 1px;
	height: 0;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: height 1.4s ease-in-out 0.4s;
	transition: height 1.4s ease-in-out 0.4s;
}

.hero .content.animate:after {
	height: calc(55vh - 155px);
}

.hero .buttons-split {
	position: fixed;
	z-index: 9999;
	top: calc(100vh - 125px);
	-webkit-transition: top 0.6s ease-in-out, background-color 0.2s ease-in-out;
	transition: top 0.6s ease-in-out, background-color 0.2s ease-in-out;
}

.hero .buttons-split.sticky {
	top: calc(100vh - 46px);
	background-color: rgba(0, 0, 0, 0.35);
	-webkit-transition: top 0.6s ease-in-out, background-color 0.2s ease-in-out 0.8s;
	transition: top 0.6s ease-in-out, background-color 0.2s ease-in-out 0.8s;
}

.covervid-wrapper {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;*/
}

.covervid-wrapper:before {
	/*content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;*/
}

.hero .buttons-split .col:first-child .btn {
	width: 200px;
}

.hero .buttons-split .col:first-child .btn .icon {
	position: relative;
	z-index: 2;
	font-size: 32px;
	line-height: 46px;
}

.hero .buttons-split .col:first-child .btn:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	background-image: url(../img/logo-finbar.svg);
	background-size: cover;
	padding-top: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .15;
}

.hero .buttons-split .col:last-child .btn {
	width: 220px;
}

.hero .buttons-split .col:last-child .btn .icon {
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 40px;
	display: block;
	line-height: 46px;
}

.hero .buttons-split .col:last-child .btn:before {
	text-align: left;
}

.hero-internal {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: white;
	text-align: center;
	position: relative;
}

.hero-internal .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 40px;
	z-index: 2;
}

.hero-internal:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 110px;
	display: block;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.aire-about {
	font-size: 14px;
	font-size: 1.4rem;
}

.aire-about .title {
	font-size: 2rem;
	letter-spacing: .1em;
	margin-bottom: 60px;
}

.aire-about p {
	margin-bottom: 30px;
}

.aire-about img {
	width: 100%;
}

.aire-about .fb-like,
.aire-about .fb-like:hover,
.aire-about .fb-like:focus {
	background-color: transparent;
}

#apartments {
	background-color: #202433;
	position: relative;
	z-index: 2;
}

#apartments .intro {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	color: white;
	line-height: 1.4;
	position: relative;
	overflow: hidden;
}

#apartments .intro:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	display: block;
	background: -webkit-linear-gradient(top, #202433 0%, rgba(32, 36, 51, 0) 100%);
	background: linear-gradient(to bottom, #202433 0%, rgba(32, 36, 51, 0) 100%);
	z-index: 20;
}

#apartments .intro .container {
	height: 2550px;
	position: relative;
	z-index: 2;
}

#apartments .gallery {
	z-index: 99;
}

.gallery {
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

.gallery .slide {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	position: relative;
}

.gallery .slide:after {
	content: '';
	display: block;
	height: 100%;
	padding-bottom: 56.25%;
}

.gallery .apartments-gallery-controls {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

#floorplans {
	position: relative;
	z-index: 20;
}

.floorplans-title {
	position: relative;
	padding-top: 150px;
	padding-bottom: 50px;
	text-align: center;
	color: white;
	z-index: 1;
}

.floorplans-title .title {
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
	padding: 20px 0;
	position: relative;
	z-index: 2;
}

.floorplans-title .title:before,
.floorplans-title .title:after {
	content: ' ';
	width: 1px;
	display: block;
	position: absolute;
	left: 50%;
	height: 0;
}

.floorplans-title .title:before {
	background-color: rgba(255, 255, 255, 0.2);
	top: -180px;
	-webkit-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
	-webkit-mask-image: -webkit-linear-gradient(top, transparent 0%, black 10%);
}

.floorplans-title .title .wrap {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out 0.8s;
	transition: opacity 0.5s ease-in-out 0.8s;
}

.floorplans-title .title:after {
	background-color: rgba(255, 255, 255, 0.1);
	top: 100%;
	-webkit-transition: height 0.6s ease-in-out 1.1s;
	transition: height 0.6s ease-in-out 1.1s;
}

.floorplans-title .bg {
	width: 328px;
	height: 150px;
	display: block;
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -164px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 1s ease-in-out 0.2s;
	transition: all 1s ease-in-out 0.2s;
	-webkit-mask-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
}

#floorplans.animate .wrap {
	opacity: 1;
}

#floorplans.animate .title:before {
	height: 180px;
}

#floorplans.animate .floorplans-title .title:after {
	height: 50px;
}

#floorplans.animate .bg {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#floorplans.animate .floorplans-title + .floorplans-tabs {
	opacity: 1;
}

#sustainability {
	font-size: 14px;
	font-size: 1.4rem;
	color: white;
	background-color: #2a2a42;
	line-height: 1.4;
	position: relative;
	overflow: hidden;
}

#sustainability.fade-in.slow {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#sustainability .container {
	padding: 0 100px;
	padding-right: 40%;
	position: relative;
	z-index: 10;
}

#sustainability .container.first {
	padding-top: 115px;
}

#sustainability .container.second {
	padding-bottom: 115px;
}

#sustainability .title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
}

#sustainability .intro {
	margin-bottom: 55px;
	max-width: 470px;
}

#sustainability .intro.second {
	max-width: 430px;
}

#sustainability .facilities {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-left: -40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 35px;
	max-width: 650px;
	letter-spacing: .1em;
}

#sustainability .facilities li {
	margin: 0;
	padding: 0;
}

#sustainability .facilities .u-grid-col {
	padding-left: 40px;
}

#sustainability .facilities .u-grid-item {
	margin-bottom: 40px;
}

#sustainability .facilities .u-grid-item {
	display: block;
}

#sustainability .facilities li [class*="icon-icn_"] {
	font-size: 36px;
	color: white;
	width: 100%;
	line-height: 70px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out 0.2s;
	transition: opacity 0.3s ease-in-out 0.2s;
}

#sustainability .facilities li [class*="icon-icn_"]:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#sustainability .facilities li .step-in {
	max-width: 110px;
	margin: 0 auto;
	position: relative;
}

#sustainability .facilities li .icn-crown:before {
	content: '\E020';
}

#sustainability .facilities li .animate .icon-lines {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#sustainability .facilities li .animate [class*="icon-icn_"] {
	opacity: 1;
}

#sustainability .facilities .icon-lines {
	border-radius: 50%;
	position: relative;
	border: 1px solid #7096d4;
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.3s ease-in-out 0.3s;
	transition: transform 0.3s ease-in-out 0.3s;
}

#sustainability .facilities .icon-lines:before,
#sustainability .facilities .icon-lines:after {
	content: '';
	width: 2px;
	height: 13px;
	display: block;
	position: absolute;
	left: 50%;
	background-color: rgba(67, 120, 156, 0.2);
}

#sustainability .facilities .icon-lines:before {
	bottom: 100%;
}

#sustainability .facilities .icon-lines:after {
	top: 100%;
}

#sustainability .divider {
	content: '';
	width: 75px;
	height: 2px;
	background-color: white;
	display: block;
	position: relative;
	left: -30px;
	margin-bottom: 75px;
}

#sustainability .features {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-left: -30px;
	font-size: 12px;
	font-size: 1.2rem;
	max-width: 530px;
}

#sustainability .features li {
	margin: 0;
	padding: 0;
}

#sustainability .features .u-grid-col {
	padding-left: 30px;
}

#sustainability .features .u-grid-item {
	margin-bottom: 30px;
}

#sustainability .features [class*="icon-"] {
	padding: 15px;
	padding-left: 40px;
	position: relative;
	display: block;
}

#sustainability .features [class*="icon-"]:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

#sustainability .features [class*="icon-"]:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}

#sustainability .watermark {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}

#sustainability .watermark.sticky {
	position: fixed;
}

#sustainability .watermark.unsticky {
	top: auto;
	bottom: 0;
}

#sustainability .building {
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	left: 100%;
	top: 0;
	width: 535px;
	height: 1550px;
	display: block;
	margin-top: -500px;
	margin-left: -25%;
	z-index: 101;
}

#sustainability .watermark {
	margin-top: -200px;
}

#sustainability .feature-slider {
	z-index: 100;
}

#location {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	width: 100%;
	color: white;
	position: relative;
	z-index: 1;
}

#location.fade-in.slow {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#location .border-top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
	padding-bottom: 0;
	z-index: 2;
}

#location .border-top .border {
	display: block;
	margin: 0 auto;
	width: 0;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: width 0.8s ease-in-out 0.2s;
	transition: width 0.8s ease-in-out 0.2s;
}

#location .border-left,
#location .border-right {
	height: 100%;
	width: 43px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
	padding-top: 43px;
	z-index: 2;
}

#location .border-left .border,
#location .border-right .border {
	display: block;
	margin: 0 auto;
	width: 3px;
	height: 0;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: height 2s ease-in-out 0.9s;
	transition: height 2s ease-in-out 0.9s;
	-webkit-mask-image: -webkit-linear-gradient(bottom, transparent 0%, black 100%);
	mask-image: linear-gradient(to top, transparent 0%, black 100%);
}

#location .border-left {
	padding-right: 0;
}

#location .border-right {
	left: auto;
	right: 0;
	padding-left: 0;
}

#location.animate .border-top .border {
	width: 100%;
}

#location.animate .border-left .border,
#location.animate .border-right .border {
	height: 100%;
}

#location .intro {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 85px;
	padding-left: 80px;
	padding-right: 80px;
}

#location .intro .title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

#location .locations-gallery {
	position: relative;
}

#location .gallery-title {
	font-size: 5vw;
	text-align: center;
	line-height: 1;
	opacity: .1;
	width: 100%;
	display: block;
	position: relative;
	top: -80px;
}

#location .gallery-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(bottom, #202433 0%, rgba(32, 36, 51, 0) 100%);
	background: linear-gradient(to top, #202433 0%, rgba(32, 36, 51, 0) 100%);
}

#location .buttons {
	position: relative;
}

#location .buttons:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	background-color: #f69438;
	height: 0;
	display: block;
	-webkit-transition: height 0.6s ease-in-out 1.2s;
	transition: height 0.6s ease-in-out 1.2s;
}

#location .buttons-split {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 3;
}

#location .buttons-split .col {
	background-color: #202433;
}

#location .buttons-split .btn {
	width: 400px;
	line-height: 41px;
}

#location .buttons-split .buttons-share-like {
	zoom: 1;
}

#location .buttons-split .buttons-share-like:before,
#location .buttons-split .buttons-share-like:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#location .buttons-split .buttons-share-like:after {
	clear: both;
}

#location .buttons-split .buttons-share-like:hover,
#location .buttons-split .buttons-share-like:focus {
	background-color: transparent;
}

#location .buttons-split .buttons-share-like a {
	width: 50%;
	float: left;
	text-decoration: none;
	color: white;
	display: block;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	border-right: 1px solid #2a2f43;
}

#location .buttons-split .buttons-share-like a:hover,
#location .buttons-split .buttons-share-like a:focus {
	background-color: #f69438;
}

#location .buttons-split .buttons-share-like .icon-icn_15_comment {
	font-size: 12px;
}

#location .buttons-split .buttons-share-like a:nth-child(2):before {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	background-color: #2a2f43;
	position: absolute;
	left: 0;
	top: 0;
}

#location .buttons-split .buttons-share-like .fb-like span {
	vertical-align: middle !important;
}

#location .buttons-split .icon {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

#location.animate .buttons:before {
	height: calc(100% + 100px);
	-webkit-mask-image: -webkit-linear-gradient(top, transparent 0%, black 10%);
	mask-image: linear-gradient(to bottom, transparent 0%, black 10%);
}

#location .landmarks {
	background-image: url(../img/bg-location-tile.png);
	background-repeat: repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}

#location .bg {
	position: relative;
}

#location .bg:after {
	content: ' ';
	background: -webkit-linear-gradient(bottom, #202433 0%, rgba(32, 36, 51, 0) 100%);
	background: linear-gradient(to top, #202433 0%, rgba(32, 36, 51, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	display: block;
	z-index: 2;
}

#location .bg .dot-arena {
	left: 8.5%;
	bottom: 40%;
}

#location .bg .dot-northbridge {
	left: 23.5%;
	bottom: 45%;
}

#location .bg .dot-cbd {
	left: 32.5%;
	bottom: 43%;
}

#location .bg .dot-river {
	left: 56.5%;
	bottom: 45%;
}

#location .bg .dot-park {
	left: 82.5%;
	bottom: 45%;
}

#location .bg .dot-locations {
	left: 13.5%;
	bottom: 40%;
}

#location .bg .dot-william {
	left: 13%;
	bottom: 46%;
}

#location .bg .dot-chinatown {
	left: 17%;
	bottom: 46%;
}

#location .bg .dot.dot-cultural {
	left: 19.5%;
	bottom: 47%;
}

#location .bg .dot.dot-cultural .title {
	width: 6vw;
	white-space: normal;
}

#location .bg .dot-link {
	left: 21%;
	bottom: 42%;
}

#location .bg .dot-station {
	left: 35%;
	bottom: 41%;
}

#location .bg .dot-murray {
	left: 24.5%;
	bottom: 28%;
}

#location .bg .dot.dot-underground {
	left: 28%;
	bottom: 44%;
}

#location .bg .dot.dot-underground .title {
	width: 8vw;
	white-space: normal;
}

#location .bg .dot.dot-riverside {
	left: 46%;
	bottom: 46%;
}

#location .bg .dot.dot-riverside .title {
	width: 6.5vw;
	white-space: normal;
}

#location .bg .dot-hay {
	left: 39.5%;
	bottom: 36%;
}

#location .bg .dot-esplanade {
	left: 49%;
	bottom: 41%;
}

#location .bg .dot-quay {
	left: 48%;
	bottom: 45%;
}

#location .bg .dot.dot-convention {
	left: 52.5%;
	bottom: 43.5%;
}

#location .bg .dot.dot-convention .title {
	width: 7vw;
	white-space: normal;
}

#location .bg .dot.dot-parliament {
	left: 62.5%;
	bottom: 38%;
}

#location .bg .dot.dot-parliament .title {
	width: 7.5vw;
	white-space: normal;
}

#location .bg .dot-freeway {
	left: 70.5%;
	bottom: 46%;
}

#location .bg .dot {
	position: absolute;
	display: block;
	z-index: 3;
}

#location .bg .dot .dot-proper {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	background-color: white;
	border-radius: 50%;
	width: .5vw;
	display: block;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

#location .bg .dot .dot-proper:before {
	content: '';
	width: 100%;
	padding-top: 100%;
	display: block;
}

#location .bg .dot .line {
	width: 1px;
	height: 0;
	background-color: white;
	display: block;
}

#location .bg .dot .title {
	font-size: .8vw;
	position: absolute;
	bottom: 100%;
	left: 50%;
	overflow: hidden;
	text-align: center;
	padding: .6vw .8vw;
	border: 1px solid white;
	white-space: nowrap;
	-webkit-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	background-color: rgba(0, 0, 0, 0.15);
}

#location .bg .dot .title span {
	opacity: 0;
}

#location .bg .dot {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#location .bg .dot .dot-proper {
	-webkit-transition: box-shadow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: box-shadow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#location .bg .dot .line {
	-webkit-transition: height 1s ease-in-out 0.2s;
	transition: height 1s ease-in-out 0.2s;
}

#location .bg .dot .title {
	-webkit-transition: -webkit-transform 0.3s ease-in-out 1.1s;
	transition: transform 0.3s ease-in-out 1.1s;
}

#location .bg .dot .title span {
	-webkit-transition: opacity 0.3s ease-in-out 1.4s;
	transition: opacity 0.3s ease-in-out 1.4s;
}

#location .bg .dot.animate .dot-proper {
	box-shadow: 0 0 0 0.572vw rgba(0, 0, 0, 0.5);
}

#location .bg .dot.animate.dot-arena .line {
	height: 4vw;
}

#location .bg .dot.animate.dot-northbridge .line {
	height: 14vw;
}

#location .bg .dot.animate.dot-cbd .line {
	height: 8.5vw;
}

#location .bg .dot.animate.dot-river .line {
	height: 11vw;
}

#location .bg .dot.animate.dot-park .line {
	height: 10vw;
}

#location .bg .dot.animate.dot-william .line {
	height: 3.75vw;
}

#location .bg .dot.animate.dot-chinatown .line {
	height: 6.5vw;
}

#location .bg .dot.animate.dot-cultural .line {
	height: 1.45vw;
}

#location .bg .dot.animate.dot-link .line {
	height: 11vw;
}

#location .bg .dot.animate.dot-station .line {
	height: 12.5vw;
}

#location .bg .dot.animate.dot-murray .line {
	height: 4vw;
}

#location .bg .dot.animate.dot-underground .line {
	height: 4.5vw;
}

#location .bg .dot.animate.dot-riverside .line {
	height: 3vw;
}

#location .bg .dot.animate.dot-hay .line {
	height: 4vw;
}

#location .bg .dot.animate.dot-esplanade .line {
	height: 16vw;
}

#location .bg .dot.animate.dot-quay .line {
	height: 8vw;
}

#location .bg .dot.animate.dot-convention .line {
	height: 4vw;
}

#location .bg .dot.animate.dot-parliament .line {
	height: 4vw;
}

#location .bg .dot.animate.dot-freeway .line {
	height: 4vw;
}

#location .bg .dot.animate .title {
	-webkit-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
}

#location .bg .dot.animate .title span {
	opacity: 1;
}

#location .bg img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

#location .view-360 {
	display: block;
	text-align: center;
	width: 100%;
	padding: 50px;
	padding-bottom: 0;
	position: relative;
	top: -80px;
	z-index: 100;
}

#location .locations-map {
	zoom: 1;
	position: relative;
}

#location .locations-map:before,
#location .locations-map:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#location .locations-map:after {
	clear: both;
}

#location .locations-map .container {
	zoom: 1;
	position: static;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 50px;
}

#location .locations-map .container:before,
#location .locations-map .container:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#location .locations-map .container:after {
	clear: both;
}

#location .locations-map .intro {
	position: relative;
	width: 40%;
	float: left;
	padding: 16vw 0 16vw 7vw;
	display: block;
	text-align: left;
	z-index: 2;
	max-width: 500px;
	width: 35vw;
}

#location .locations-map .map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	display: block;
}

#location .locations-map .map-proper {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	top: -7vw;
}

#location .locations-map .dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

#location .locations-map .dot {
	box-shadow: 0 0 0.715vw rgba(0, 0, 0, 0.7);
	width: .715vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: #f69438;
	border-radius: 50%;
	cursor: pointer;
}

#location .locations-map .dot.step-in {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#location .locations-map .dot:before {
	content: '';
	width: 100%;
	padding-top: 100%;
	display: block;
}

#location .locations-map .dot:hover,
#location .locations-map .dot:focus {
	z-index: 10;
}

#location .locations-map .dot.main {
	left: 57%;
	top: 39%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: #f69438;
	padding: 2px;
	border-radius: 50%;
	box-shadow: 0 0 0.715vw rgba(0, 0, 0, 0.7);
	display: block;
	width: auto;
	height: auto;
	-webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#location .locations-map .dot.main:before {
	content: '';
	width: .929vw;
	height: .929vw;
	display: block;
	border: 1px solid #202433;
	z-index: 2;
	position: relative;
	border-radius: 50%;
	padding-top: 0;
	background-color: white;
}

#location .locations-map .dot.main.animate {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#location .locations-map .dot.main:hover,
#location .locations-map .dot.main:focus {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#location .locations-map .dot-1 {
	left: 43.5%;
	top: 33%;
}

#location .locations-map .dot-2 {
	left: 61%;
	top: 28%;
}

#location .locations-map .dot-3 {
	left: 81%;
	top: 53%;
}

#location .locations-map .dot-4 {
	left: 59%;
	top: 56%;
}

#location .locations-map .dot-5 {
	left: 72%;
	top: 34%;
}

#location .locations-map .dot-6 {
	left: 77%;
	top: 60%;
}

#location .locations-map .dot-7 {
	left: 36.5%;
	top: 30%;
}

#location .locations-map .dot-8 {
	left: 50%;
	top: 38%;
}

#location .locations-map .dot-9 {
	left: 70%;
	top: 69%;
}

#location .locations-map .dot-10 {
	left: 43%;
	top: 66%;
}

#location .locations-map .dot-11 {
	left: 89%;
	top: 50%;
}

#location .locations-map .dot-12 {
	left: 93%;
	top: 66%;
}

#location .locations-map .dot-13 {
	left: 60.5%;
	top: 41%;
}

#location .locations-map .dot-14 {
	left: 60%;
	top: 14%;
}

#location .locations-map .dot-15 {
	left: 54%;
	top: 40%;
}

#location .locations-map .dot-16 {
	left: 48.5%;
	top: 42%;
}

#location .locations-map .dot-17 {
	left: 36.5%;
	top: 33.5%;
}

#location .locations-map .dot-18 {
	left: 35%;
	top: 33%;
}

#location .locations-map .dot-19 {
	left: 40%;
	top: 49%;
}

#location .locations-map .dot-20 {
	left: 32%;
	top: 33%;
}

#location .locations-map .dot-21 {
	left: 38%;
	top: 26.5%;
}

#location .locations-map .dot-22 {
	left: 36%;
	top: 35.5%;
}

#location .locations-map .dot-23 {
	left: 41%;
	top: 37%;
}

#location .locations-map .dot-24 {
	left: 35%;
	top: 39%;
}

#location .locations-map .dot-25 {
	left: 32.5%;
	top: 31.25%;
}

#location .locations-map .dot-26 {
	left: 44%;
	top: 25.5%;
}

#location .locations-map .dot-27 {
	left: 42%;
	top: 32%;
}

#location .locations-map .dot-28 {
	left: 33.5%;
	top: 30%;
}

#location .locations-map .dot-29 {
	left: 39%;
	top: 36%;
}

#location .locations-map .dot-30 {
	left: 52.5%;
	top: 22.5%;
}

.locations-cards.u-grid-3 {
	margin-left: -20px;
	padding: 350px 0 250px;
	clear: both;
	position: relative;
}

.locations-cards.u-grid-3 .u-grid-col {
	padding-left: 20px;
}

.locations-cards.u-grid-3 .u-grid-item {
	margin-bottom: 20px;
}

.locations-cards.u-grid-3 .u-grid-col {
	position: relative;
}

.card {
	font-size: 14px;
	font-size: 1.4rem;
	zoom: 1;
	background-color: white;
	display: block;
	box-shadow: 0 1px 29px rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #1a1a21;
	position: relative;
}

.card:before,
.card:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.card:after {
	clear: both;
}

.card header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.card header:after {
	content: '';
	width: 100%;
	display: block;
	padding-top: 74%;
}

.card .title {
	font-size: 20px;
	font-size: 2rem;
	padding: 30px 10px;
	position: relative;
}

.card .title:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #f69438;
	position: absolute;
	left: 50%;
	bottom: 10px;
}

.card ul {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.card ul li {
	margin: 0;
	padding: 0;
}

.card ul li {
	padding: 5px 0;
}

.card-1 {
	top: -335px;
}

.card-2 {
	top: -300px;
}

.card-3 {
	top: -275px;
}

#finbar {
	font-size: 14px;
	font-size: 1.4rem;
}

#finbar .u-grid-2 {
	margin-left: -90px;
}

#finbar .u-grid-2 .u-grid-col {
	padding-left: 90px;
}

#finbar .u-grid-2 .u-grid-item {
	margin-bottom: 90px;
}

#finbar .u-grid-col.u-width-40 p {
	max-width: 330px;
}

#finbar .developer {
	background-color: white;
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#finbar .developer.fade-in.slow {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#finbar .developer .container {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

#finbar .developer .title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: .1em;
}

#finbar .developer .u-grid-col:nth-child(2) {
	padding-right: 20%;
	position: relative;
}

#finbar .developer .logo {
	display: block;
	width: 160px;
	position: absolute;
	right: 40px;
	top: 25%;
}

#finbar .loyalty {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #0e6c8f;
	color: white;
	position: relative;
}

#finbar .loyalty.fade-in.slow {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#finbar .loyalty .logo {
	position: absolute;
	top: -50px;
	left: 50%;
	width: auto;
	height: auto;
	display: block;
	margin-left: -79px;
	z-index: 1;
}

#finbar .loyalty .container {
	zoom: 1;
	padding-top: 240px;
	padding-bottom: 130px;
}

#finbar .loyalty .container:before,
#finbar .loyalty .container:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#finbar .loyalty .container:after {
	clear: both;
}

#finbar .loyalty .title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

#finbar .loyalty .intro {
	width: 35%;
	float: left;
}

#finbar .loyalty .intro p {
	margin-bottom: 20px;
	line-height: 1.6;
}

#finbar .loyalty ul.features {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#finbar .loyalty ul.features li {
	margin: 0;
	padding: 0;
}

#finbar .loyalty ul.features li {
	margin-bottom: 30px;
}

#finbar .loyalty ul.features .item {
	max-width: 160px;
	display: block;
	margin: 0 auto;
}

#finbar .loyalty ul.features .icon {
	font-size: 50px;
	font-size: 5rem;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.video-gallery {
	position: relative;
	z-index: 99;
	padding-top: 100px;
}

.video-gallery .title {
	font-size: 20px;
	font-size: 2rem;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

.video-gallery .relative {
	position: relative;
}

.video-gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	width: 100%;
}

.video-gallery ul li {
	margin: 0;
	padding: 0;
}

.video-gallery ul li {
	display: inline-block;
	padding: 10px;
}

.video-gallery a {
	width: 300px;
	height: 240px;
	display: block;
	background-color: white;
	-webkit-transform: scale(1);
	transform: scale(1);
	position: relative;
	text-decoration: none;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	background-color: #0e6c8f;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.video-gallery a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.video-gallery a:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E022';
	color: white;
	font-size: 7em;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	margin-top: -15%;
}

#social {
	background-image: url(../img/bg-social.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: white;
}

#social.loading .container {
	background: url(../img/loading-dark.gif) no-repeat center center;
	min-height: 800px;
}

#social .container {
	padding-top: 50px;
	padding-bottom: 145px;
}

#social .title {
	text-align: center;
	padding: 50px 0;
}

#social .u-grid-4 {
	margin-left: -20px;
}

#social .u-grid-4 .u-grid-col {
	padding-left: 20px;
}

#social .u-grid-4 .u-grid-item {
	margin-bottom: 20px;
}

#social .u-grid-4 .u-grid-col {
	margin-bottom: 20px;
}

#social .u-grid-col.half {
	width: 65%;
	margin: 0 auto;
	float: none;
}

#social .u-grid-col.half:last-child {
	display: none;
}

#social .instagram {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #202433;
	width: 100%;
	display: block;
	height: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	position: relative;
}

#social .instagram:before {
	content: '';
	padding-top: 100%;
	display: block;
}

#social .instagram:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E011';
	color: white;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
}

#social .social-slider {
	font-size: 18px;
	font-size: 1.8rem;
	width: 100%;
	display: block;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#social .social-slider:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 20px;
	right: 20px;
	color: white;
	font-size: 20px;
}

#social .social-slider .slide {
	padding: 25px 35px;
	position: relative;
	min-height: 240px;
}

#social .social-slider .slick-dots {
	zoom: 1;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 55px;
	top: 25px;
	display: block;
}

#social .social-slider .slick-dots:before,
#social .social-slider .slick-dots:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#social .social-slider .slick-dots:after {
	clear: both;
}

#social .social-slider .slick-dots li {
	margin: 0;
	padding: 0;
}

#social .social-slider .slick-dots li {
	float: left;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	width: 8px;
	height: 8px;
	margin-left: 4px;
	margin-right: 4px;
}

#social .social-slider .slick-dots li.slick-active {
	background-color: rgba(255, 255, 255, 0.5);
}

#social .social-slider.facebook {
	background-color: #3b5999;
}

#social .social-slider.facebook:after {
	content: '\E010';
}

#social .social-slider.facebook a {
	color: #85a2dc;
}

#social .social-slider.facebook .date {
	color: #b8d0fe;
}

#social .social-slider.twitter {
	background-color: #44acee;
}

#social .social-slider.twitter:after {
	content: '\E023';
}

#social .social-slider.twitter a {
	color: #14659c;
}

#social .social-slider.twitter .date {
	color: #b1dfff;
}

#social .social-slider .date {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	display: block;
}

.page-overflow.internal .blog {
	zoom: 1;
	background-color: white;
	display: block;
	width: 100%;
	height: auto;
}

.page-overflow.internal .blog:before,
.page-overflow.internal .blog:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.page-overflow.internal .blog:after {
	clear: both;
}

.page-overflow.internal .blog .container {
	max-width: 1020px;
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
}

.blog-roll {
	padding-right: 70px;
	width: 68%;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1.3;
}

.blog-roll:before {
	content: '';
	width: 1px;
	height: 100%;
	left: 68%;
	top: 0;
	position: absolute;
	background-color: #f1f1f1;
	opacity: 1;
}

.blog-roll .title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: normal;
	margin-bottom: 20px;
}

.blog-roll p {
	margin-bottom: 0;
}

.blog-roll p:not(:last-child) {
	margin-bottom: 20px;
}

.blog-roll .blog-post:not(.featured) .blog-image {
	float: left;
	width: 40%;
	margin-right: 30px;
}

.blog-roll .blog-post:not(.featured) .blog-image:before {
	padding-top: 68%;
}

.blog-roll .blog-post.featured {
	margin-bottom: 50px;
}

.blog-roll .blog-post.featured .blog-image {
	width: 100%;
	margin-bottom: 20px;
}

.blog-roll .blog-post.featured header {
	float: left;
	width: 40%;
}

.blog-roll .blog-post.featured .content {
	float: left;
	width: 60%;
	padding-left: 30px;
}

.blog-internal {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	padding-right: 70px;
	width: 68%;
	float: left;
}

.blog-internal:before {
	content: '';
	width: 1px;
	height: 100%;
	left: 68%;
	top: 0;
	position: absolute;
	background-color: #f1f1f1;
	opacity: 1;
}

.blog-internal .title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0;
	margin-bottom: 35px;
}

.blog-internal p {
	margin-bottom: 35px;
}

.blog-internal p:first-of-type {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
}

.blog-internal img {
	display: block;
	margin-bottom: 35px;
	width: 100%;
}

.blog-internal header {
	zoom: 1;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
}

.blog-internal header:before,
.blog-internal header:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.blog-internal header:after {
	clear: both;
}

.blog-internal header .date {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	float: right;
	color: #ababab;
	margin-bottom: 15px;
}

.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	color: #ababab;
	text-transform: uppercase;
}

.breadcrumbs li {
	margin: 0;
	padding: 0;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs p {
	margin: 0;
}

.breadcrumbs a {
	color: #f69438;
	text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: #f07a0b;
}

.breadcrumbs a:after {
	content: '/';
	color: #ababab;
	padding-left: 5px;
	padding-right: 5px;
}

.return {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	float: left;
	padding-left: 30px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.return:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E005';
	position: absolute;
	left: 0;
}

.action-bar {
	zoom: 1;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	width: 100%;
	display: block;
	color: #f69438;
	letter-spacing: normal;
}

.action-bar:before,
.action-bar:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.action-bar:after {
	clear: both;
}

.action-bar a {
	text-decoration: none;
}

.action-bar .share {
	float: right;
	padding-right: 30px;
	position: relative;
}

.action-bar .share:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E025';
	position: absolute;
	right: 0;
}

.cat-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	margin-bottom: 40px;
}

.cat-list li {
	margin: 0;
	padding: 0;
}

.cat-list li:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

.cat-list a {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	color: #1a1a21;
	padding: 20px;
	padding-right: 50px;
	position: relative;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.cat-list a:hover,
.cat-list a:focus,
.cat-list a.active {
	color: #f69438;
}

.cat-list a:hover:after,
.cat-list a:focus:after,
.cat-list a.active:after {
	right: 15px;
}

.cat-list a:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E003';
	font-size: 13px;
	color: #cfcfcf;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	-webkit-transition: right 0.2s ease-in-out;
	transition: right 0.2s ease-in-out;
}

.blog-sidebar {
	padding-left: 70px;
	width: 32%;
	float: right;
}

.blog-sidebar .search {
	width: 100%;
	display: block;
	color: #979797;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	margin-bottom: 20px;
}

.blog-sidebar .search:before {
	position: absolute;
	left: 12px;
	top: 13px;
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E024';
	font-size: 13px;
	color: #bababb;
	z-index: 2;
}

.blog-sidebar input {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	padding-left: 35px;
	border: 1px solid #d4d4d4;
	color: #979797;
	border-radius: 5px;
	text-transform: uppercase;
}

.blog-sidebar input::-webkit-input-placeholder {
	color: #979797;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.blog-sidebar input:focus::-webkit-input-placeholder {
	opacity: .5;
}

.blog-sidebar .aire-about .title {
	margin-bottom: 30px;
}

.blog-sidebar .addthis_toolbox a.at300b,
.blog-sidebar .addthis_toolbox a.at300m {
	width: 25%;
}

.blog-sidebar .share {
	zoom: 1;
	padding: 50px 0;
	display: block;
	max-width: 250px;
}

.blog-sidebar .share:before,
.blog-sidebar .share:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.blog-sidebar .share:after {
	clear: both;
}

.blog-sidebar .share .facebook {
	background-color: #3b5999;
}

.blog-sidebar .share .facebook:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E028';
}

.blog-sidebar .share .facebook:hover,
.blog-sidebar .share .facebook:focus {
	background-color: #4264ab;
}

.blog-sidebar .share .twitter {
	background-color: #44acee;
}

.blog-sidebar .share .twitter:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E023';
}

.blog-sidebar .share .twitter:hover,
.blog-sidebar .share .twitter:focus {
	background-color: #5bb6f0;
}

.blog-sidebar .share .google {
	background-color: #dd4b39;
}

.blog-sidebar .share .google:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E026';
}

.blog-sidebar .share .google:hover,
.blog-sidebar .share .google:focus {
	background-color: #e15f4f;
}

.blog-sidebar .share .extra {
	background-color: #f69438;
}

.blog-sidebar .share .extra:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E027';
}

.blog-sidebar .share .extra:hover,
.blog-sidebar .share .extra:focus {
	background-color: #f7a150;
}

.blog-sidebar .share a {
	width: 25%;
	display: block;
	float: left;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	text-decoration: none;
	color: white;
	position: relative;
}

.blog-sidebar .share a:before {
	content: '';
	padding-top: 100%;
	display: block;
}

.blog-sidebar .share a:after {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-sidebar h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	letter-spacing: normal;
	color: #979797;
	margin-bottom: 10px;
}

.blog-sidebar .blog-post {
	margin-bottom: 20px;
}

.blog-sidebar .blog-image {
	margin-bottom: 10px;
}

.blog-post {
	zoom: 1;
	margin-bottom: 20px;
	text-decoration: none;
	color: #1a1a21;
	display: block;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.blog-post:before,
.blog-post:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.blog-post:after {
	clear: both;
}

.blog-post .blog-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-post .blog-image:before {
	content: '';
	display: block;
	padding-top: 60%;
	width: 100%;
}

.blog-post:hover,
.blog-post:focus {
	opacity: 0.6;
}

.blog-post p {
	margin-bottom: 0;
}

.blog-post p:not(:last-child) {
	margin-bottom: 20px;
}

.blog-post p.date {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	color: #ababab;
	margin-bottom: 5px;
	display: block;
}

.blog-post .title {
	font-size: 16px;
	font-size: 1.6rem;
	color: #1a1a21;
}

.floorplans-tabs {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out 1.1s;
	transition: opacity 1s ease-in-out 1.1s;
}

.floorplans-tabs:before,
.floorplans-tabs:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
	display: block;
}

.floorplans-tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.floorplans-tabs ul li {
	margin: 0;
	padding: 0;
}

.floorplans-tabs .container {
	padding: 0;
}

.floorplans-tabs .u-grid-3 > .u-grid-col:nth-child(2n+1) {
	clear: none !important;
}

.floorplans-tabs a {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-decoration: none;
	color: white;
	line-height: 100px;
	white-space: nowrap;
	display: block;
	position: relative;
	overflow: hidden;
}

.floorplans-tabs a:before,
.floorplans-tabs a:after {
	content: '';
	display: block;
}

.floorplans-tabs a:before {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.1);
}

.floorplans-tabs a:after {
	content: '';
	background-color: white;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 5px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.floorplans-tabs li:hover a:after,
.floorplans-tabs li:focus a:after,
.floorplans-tabs li.active a:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.floorplans-tabs li.active a:after {
	background-color: #f69438;
}

.floorplans-tabs .u-grid-col:last-child a:before {
	content: none;
}

.floorplans-tabs-content {
	background-color: white;
	width: 100%;
	background-image: url(../img/bg-floorplans-tabs-watermark.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left bottom;
	position: relative;
	top: -1px;
	left: 0;
	overflow: hidden;
}

.floorplans-tabs-content .content {
	background-color: transparent;
	-webkit-transition: padding 0.2s ease-in-out;
	transition: padding 0.2s ease-in-out;
	display: none;
}

.floorplans-tabs-content .content.active {
	display: block;
}

.floorplans-tabs-content .content.plan-1d .plan-1d,
.floorplans-tabs-content .content.plan-1e .plan-1e,
.floorplans-tabs-content .content.plan-1f .plan-1f,
.floorplans-tabs-content .content.plan-2d .plan-2d,
.floorplans-tabs-content .content.plan-2e .plan-2e,
.floorplans-tabs-content .content.plan-2f .plan-2f,
.floorplans-tabs-content .content.plan-3d .plan-3d,
.floorplans-tabs-content .content.plan-3e .plan-3e,
.floorplans-tabs-content .content.plan-3f .plan-3f {
	display: block;
}

.floorplans-tabs-content .content .blueprint-wrap {
	padding: 100px 50px;
	padding-top: 220px;
	-webkit-transition: padding-right 0.2s ease-in-out;
	transition: padding-right 0.2s ease-in-out;
	min-height: 680px;
}

.floorplans-tabs-content .content .blueprint {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	height: auto;
	display: none;
}

.floorplans-tabs-content .content .blueprint.active {
	display: block;
}

.header-plans {
	zoom: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 5vw 50px;
}

.header-plans:before,
.header-plans:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.header-plans:after {
	clear: both;
}

.header-plans .btn {
	float: right;
}

.plan-switcher {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	zoom: 1;
	float: left;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}

.plan-switcher:before,
.plan-switcher:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.plan-switcher:after {
	clear: both;
}

.plan-switcher .title {
	line-height: 50px;
	white-space: nowrap;
	display: block;
	background-color: black;
	color: white;
	padding: 0 32px;
	letter-spacing: .1em;
	float: left;
}

.plan-switcher ul {
	list-style: none;
	padding: 0;
	margin: 0;
	zoom: 1;
	border-top: 1px solid #e1e1dd;
	border-bottom: 1px solid #e1e1dd;
	float: left;
	display: block;
}

.plan-switcher ul li {
	margin: 0;
	padding: 0;
}

.plan-switcher ul:before,
.plan-switcher ul:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.plan-switcher ul:after {
	clear: both;
}

.plan-switcher ul li {
	float: left;
}

.plan-switcher .plan-switch {
	float: left;
	display: block;
	padding: 0 28px;
	line-height: 48px;
	border-right: 1px solid #e1e1dd;
	text-decoration: none;
	color: #1a1a21;
	position: relative;
}

.plan-switcher .plan-switch:before {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #f69438;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
}

.plan-switcher .plan-switch.active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.plan-meta {
	list-style: none;
	padding: 0;
	margin: 0;
	zoom: 1;
	float: left;
	margin-left: 25px;
	display: none;
	margin-bottom: 10px;
}

.plan-meta li {
	margin: 0;
	padding: 0;
}

.plan-meta:before,
.plan-meta:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.plan-meta:after {
	clear: both;
}

.plan-meta.active {
	display: block;
}

.plan-meta li {
	line-height: 50px;
	white-space: nowrap;
	display: block;
	padding: 0;
	float: left;
	margin-right: 10px;
}

.plan-meta strong {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #f69438;
	letter-spacing: normal;
	margin-right: 2px;
}

.plan-minimap {
	position: absolute;
	top: 200px;
	left: 100%;
	width: 450px;
	z-index: 10;
	-webkit-transition: margin-left 0.2s ease-in-out;
	transition: margin-left 0.2s ease-in-out;
	background-color: #fcfcfc;
}

.plan-minimap:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #e1e1dd;
}

.plan-minimap:before {
	content: '';
	width: 100%;
	padding-top: 100%;
	display: block;
}

.plan-minimap .trigger {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
	font-size: 1.4rem;
	white-space: nowrap;
	position: absolute;
	top: 0;
	right: 100%;
	width: 50px;
	height: 100%;
	display: block;
	text-decoration: none;
	margin-right: -1px;
	color: #1a1a21;
	background-color: white;
	border: 1px solid #e1e1dd;
}

.plan-minimap .trigger:after {
	content: '';
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 30px;
	left: 50%;
	pointer-events: none;
	border-color: rgba(26, 26, 33, 0);
	border-left-color: #1a1a21;
	border-width: 4px;
	margin-top: -4px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.minimap-active .plan-minimap .trigger:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.plan-minimap .trigger span {
	position: absolute;
	bottom: 0;
	left: 50px;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	line-height: 50px;
	padding: 0 30px;
}

.plan-minimap .floors {
	zoom: 1;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	background-color: white;
	border: 1px solid #e1e1dd;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: -1px;
}

.plan-minimap .floors:before,
.plan-minimap .floors:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.plan-minimap .floors:after {
	clear: both;
}

.plan-minimap .floors li {
	margin: 0;
	padding: 0;
}

.plan-minimap .floors li {
	float: left;
	width: 25%;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;
	display: block;
	position: relative;
}

.plan-minimap .floors li:not(:last-child) {
	border-right: 1px solid #e1e1dd;
}

.plan-minimap .floors a {
	color: #1a1a21;
	display: block;
	text-decoration: none;
	line-height: 48px;
	width: 100%;
}

.plan-minimap .floor-switch:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #f69438;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.plan-minimap .floor-switch.active {
	display: block;
}

.plan-minimap .floor-switch.active::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.plan-minimap .floor-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	top: 15%;
	left: 15%;
}

.plan-minimap .floor-wrap:before,
.plan-minimap .floor-wrap:after {
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100%;
	line-height: 40px;
	color: #b2b2b2;
	text-align: center;
	position: absolute;
	left: 0;
	display: block;
}

.plan-minimap .floor-wrap:before {
	content: 'Murray St';
	bottom: 100%;
}

.plan-minimap .floor-wrap:after {
	top: 100%;
}

.plan-minimap .floor-hitmaps {
	width: 100%;
	margin: 0;
	display: none;
}

.plan-minimap .floor-hitmaps.active {
	display: block;
}

.plan-minimap .floor-blueprint {
	width: 100%;
	margin: 0;
	z-index: 90;
}

.plan-minimap .floor-hitmaps a {
	display: block;
	position: absolute;
	background-color: white;
	opacity: 0;
	text-indent: -9999px;
	z-index: 100;
}

.plan-minimap .floor-hitmaps a:hover,
.plan-minimap .floor-hitmaps a:focus {
	opacity: 0.5;
	background: #f69438;
}

.floorplans-tabs-content.minimap-active .plan-minimap {
	margin-left: -450px;
}

@media only screen and (min-width: 481px) {

.gallery .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	top: 100%;
	margin-top: -110px;
	width: 100%;
	z-index: 9999;
}

.gallery .slick-dots li {
	margin: 0;
	padding: 0;
}

.gallery .slick-dots li {
	display: inline-block;
	padding: 0 5px;
	position: relative;
	top: 0;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	cursor: pointer;
}

.gallery .slick-dots li.slick-active {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.gallery .slick-dots li.slick-active span:before {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.gallery .slide {
	box-shadow: inset 0 -4px 0 0 #fff;
}

.gallery .slide .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.gallery .slide .mask:before,
.gallery .slide .mask:after {
	content: '';
	background-color: #202433;
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
}

.gallery .slide .mask:before {
	top: 0;
	-webkit-transition: top 0.4s ease-in-out 0.2s;
	transition: top 0.4s ease-in-out 0.2s;
}

.gallery .slide .mask:after {
	bottom: 0;
	-webkit-transition: bottom 0.4s ease-in-out 0.2s;
	transition: bottom 0.4s ease-in-out 0.2s;
}

.gallery .slide.slick-current .mask:before {
	top: -50px;
}

.gallery .slide.slick-current .mask:after {
	bottom: -50px;
}

.gallery .slick-prev,
.gallery .slick-next {
	position: absolute;
	top: 0;
	display: block;
	z-index: 9999;
	cursor: pointer;
	width: 66px;
	height: 100%;
	overflow: hidden;
	-webkit-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

.gallery .slick-prev:hover,
.gallery .slick-prev:focus,
.gallery .slick-next:hover,
.gallery .slick-next:focus {
	width: 70px;
}

.gallery .slick-prev:before,
.gallery .slick-prev:after,
.gallery .slick-next:before,
.gallery .slick-next:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gallery .slick-prev:before,
.gallery .slick-next:before {
	font-size: 56px;
	color: white;
	position: absolute;
	top: 50%;
	margin-top: -78px;
}

.gallery .slick-prev:after,
.gallery .slick-next:after {
	font-size: 8px;
	color: #f69438;
	position: absolute;
	top: 50%;
	margin-top: -54px;
}

.gallery .slick-prev {
	right: 100%;
	margin-right: -20%;
	-webkit-mask-image: -webkit-linear-gradient(left, black 80%, transparent 100%);
	mask-image: linear-gradient(to right, black 80%, transparent 100%);
}

.gallery .slick-prev:before {
	content: '\E00C';
	left: 0;
}

.gallery .slick-prev:after {
	content: '\E00A';
	left: 33px;
}

.gallery .slick-next {
	left: 100%;
	margin-left: -20%;
	-webkit-mask-image: -webkit-linear-gradient(right, black 80%, transparent 100%);
	mask-image: linear-gradient(to left, black 80%, transparent 100%);
}

.gallery .slick-next:before {
	content: '\E00D';
	right: 0;
}

.gallery .slick-next:after {
	content: '\E00B';
	right: 33px;
}

.gallery .slick-dots span {
	display: block;
	width: 100px;
	height: 80px;
	background-size: cover;
	background-position: center center;
	background-position: no-repeat;
	box-shadow: 0 1px 57px black;
	overflow: hidden;
	position: relative;
}

.gallery .slick-dots span:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	height: 2px;
	background-color: #f69438;
	display: block;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.floorplans-tabs .u-grid-3 > .u-grid-col {
	width: 33.3333% !important;
}

}

@media only screen and (min-width: 481px) and (max-width: 768px) {

.u-grid-1 > .u-grid-col {
	width: 50%;
}

.u-grid-1 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-2 > .u-grid-col {
	width: 50%;
}

.u-grid-2 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-3 > .u-grid-col {
	width: 50%;
}

.u-grid-3 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-4 > .u-grid-col {
	width: 50%;
}

.u-grid-4 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-5 > .u-grid-col {
	width: 50%;
}

.u-grid-5 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-6 > .u-grid-col {
	width: 50%;
}

.u-grid-6 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.locations-cards.u-grid-3 .u-grid-col:nth-child(1),
.locations-cards.u-grid-3 .u-grid-col:nth-child(2) {
	margin-bottom: 40px;
}

.locations-cards.u-grid-3 .u-grid-col:nth-child(3) {
	float: none;
	margin: 0 auto;
}

}

@media only screen and (min-width: 768px) {

#apartments .overflow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	top: 0;
	left: 0;
}

#apartments .overflow .watermark {
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#apartments .floater {
	width: auto;
	height: 100%;
}

#apartments .floater img {
	display: block;
}

#apartments .floater .title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: .15em;
	line-height: 1.1;
	margin-bottom: 20px;
}

#apartments .floater .underlay {
	position: absolute;
	font-size: 10px;
	font-size: 1rem;
	opacity: .3;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-bottom: 0;
}

#apartments .floater-1,
#apartments .floater-2,
#apartments .floater-3,
#apartments .floater-4,
#apartments .floater-5 {
	position: absolute;
}

#apartments .floater-1 .floater,
#apartments .floater-2 .floater,
#apartments .floater-3 .floater,
#apartments .floater-4 .floater,
#apartments .floater-5 .floater {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

#apartments .floater-1 img,
#apartments .floater-2 img,
#apartments .floater-3 img,
#apartments .floater-4 img,
#apartments .floater-5 img {
	display: block;
	width: 100%;
}

#apartments .floater-1 {
	top: 3%;
	left: 60px;
	max-width: 750px;
	height: 100%;
}

#apartments .floater-1 .title {
	max-width: 220px;
}

#apartments .floater-1 p {
	margin-bottom: 45px;
}

#apartments .floater-2 {
	top: 30%;
	right: 20px;
	max-width: 280px;
}

#apartments .floater-2 p {
	margin-bottom: 45px;
}

#apartments .floater-3 {
	top: 0%;
	right: 20px;
}

#apartments .floater-3 .underlay {
	bottom: 0;
	left: 20px;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	margin-left: -30px;
}

#apartments .floater-4 {
	top: 35%;
	left: 0;
}

#apartments .floater-4 .underlay {
	top: 0;
	right: 0;
	-webkit-transform-origin: top right;
	transform-origin: top right;
	margin-right: -30px;
}

#apartments .floater-5 {
	top: 70%;
	left: 50%;
	max-width: 400px;
	padding-left: 20px;
}

#apartments .floater-5 .pre-heading {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;
}

#apartments .floater-5 .title {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 10px;
}

#apartments .floater-5 p {
	margin-bottom: 20px;
}

#apartments .floater-5 .btn {
	background-color: transparent;
	padding: 0;
	color: #f69438;
}

#apartments .floater-5 .btn:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\E007';
	font-size: 12px;
	margin-left: 20px;
}

#apartments .floater-box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-top: -100px;
}

#apartments .floater-box .floater {
	width: 400px;
	height: 1000px;
	margin-left: -200px;
	margin-top: -340px;
	display: block;
	border: 3px solid #f69438;
	-webkit-mask-image: -webkit-linear-gradient(325deg, black 0%, transparent 100%);
	mask-image: linear-gradient(125deg, black 0%, transparent 100%);
}

#apartments .floater-line {
	position: absolute;
	left: 70%;
	top: 35%;
	z-index: 2;
}

#apartments .floater-line .floater {
	width: 3px;
	height: 200px;
	margin-top: -350px;
	display: block;
	background-color: white;
}

}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

.u-grid-6 > .u-grid-col {
	width: 50%;
}

.u-grid-6 > .u-grid-col:nth-child(6n+1) {
	clear: none;
}

.u-grid-6 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

}

@media only screen and (min-width: 769px) {

.u-grid-1 > .u-grid-col {
	width: 100%;
}

.u-grid-1 > .u-grid-col:nth-child(1n+1) {
	clear: both;
}

.u-grid-2 > .u-grid-col {
	width: 50%;
}

.u-grid-2 > .u-grid-col:nth-child(2n+1) {
	clear: both;
}

.u-grid-3 > .u-grid-col {
	width: 33.33333%;
}

.u-grid-3 > .u-grid-col:nth-child(3n+1) {
	clear: both;
}

.u-grid-4 > .u-grid-col {
	width: 25%;
}

.u-grid-4 > .u-grid-col:nth-child(4n+1) {
	clear: both;
}

.u-grid-5 > .u-grid-col {
	width: 20%;
}

.u-grid-5 > .u-grid-col:nth-child(5n+1) {
	clear: both;
}

.u-grid-6 > .u-grid-col {
	width: 16.66667%;
}

.u-grid-6 > .u-grid-col:nth-child(6n+1) {
	clear: both;
}

}

@media only screen and (min-width: 961px) {

.floorplans-tabs-content.minimap-active .blueprint-wrap {
	padding-right: 470px;
}

}

@media only screen and (min-width: 1001px) and (max-width: 1240px) {

.u-grid-6 > .u-grid-col {
	width: 33.3333%;
}

.u-grid-6 > .u-grid-col:nth-child(6n+1) {
	clear: none;
}

.u-grid-6 > .u-grid-col:nth-child(3n+1) {
	clear: both;
}

}

@media only screen and (min-width: 1241px) and (max-width: 1500px) {

.u-grid-6 > .u-grid-col {
	width: 25%;
}

.u-grid-6 > .u-grid-col:nth-child(6n+1) {
	clear: none;
}

.u-grid-6 > .u-grid-col:nth-child(4n+1) {
	clear: both;
}

}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
	margin: 0 auto;
}

}

@media only screen and (min-width: 1501px) and (max-width: 1700px) {

.u-grid-6 > .u-grid-col {
	width: 20%;
}

.u-grid-6 > .u-grid-col:nth-child(6n+1) {
	clear: none;
}

.u-grid-6 > .u-grid-col:nth-child(5n+1) {
	clear: both;
}

}

@media only screen and (min-width: 1600px) {

#sustainability .building {
	right: 0;
	left: auto;
}

}

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

.gallery .slick-prev {
	margin-right: -100px;
}

.gallery .slick-next {
	margin-left: -100px;
}

}

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

.header-main .logo {
	font-size: 25px;
	width: 100px;
	margin-left: -50px;
}

.header-main nav.left {
	padding-right: 60px;
}

.header-main nav.right {
	padding-left: 60px;
}

.header-main nav ul a {
	font-size: 10px;
	font-size: 1rem;
	padding: 0 10px;
}

.header-main.sticky nav.left {
	padding-right: 60px;
}

.header-main.sticky nav.right {
	padding-left: 60px;
}

#location .locations-map .map {
	top: 7vw;
}


}

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

.header-main .logo {
	font-size: 25px;
	width: 100px;
	margin-left: -50px;
}

.header-main nav.left {
	padding-right: 60px;
}

.header-main nav.right {
	padding-left: 60px;
}

.header-main nav ul a {
	font-size: 10px;
	font-size: 1rem;
	padding: 0 10px;
}

.header-main.sticky nav.left {
	padding-right: 60px;
}

.header-main.sticky nav.right {
	padding-left: 60px;
}

#location .locations-map .map {
	top: 7vw;
}

}

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

.modaal-gallery-item img {
	width: 100%;
}

.modaal-gallery-control {
	top: auto;
	bottom: 20px;
	-webkit-transform: none;
	transform: none;
	background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	background: #fff;
}

.modaal-gallery-next {
	left: auto;
	right: 20px;
}

.modaal-gallery-prev {
	left: 20px;
	right: auto;
}

}

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

.header-main:before {
	opacity: 1;
}

.header-main .container {
	padding: 0 20px;
}

.header-main .logo {
	top: 3px;
	font-size: 25px;
	height: 28px;
}

.header-main li.active:before {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-main nav.left {
	padding-right: 60px;
}

.header-main nav.right {
	padding-left: 60px;
}

}

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

.contact-form {
	float: none;
	display: block;
	width: 100%;
	padding-top: 0;
	margin-bottom: 80px;
}

.header-main nav.left {
	padding-right: 55px;
}

.header-main nav.right {
	padding-left: 55px;
}

.header-main nav ul a {
	padding: 0 6px;
}

.header-main.sticky nav.left {
	padding-right: 55px;
}

.header-main.sticky nav.right {
	padding-left: 55px;
}

.main-footer .u-grid-3 > .u-grid-col:nth-child(2n+1) {
	clear: none;
}

.main-footer .u-grid-3 > .u-grid-col.u-width-25 {
	width: 50%;
}

.main-footer .u-grid-3 > .u-grid-col.u-width-50 {
	width: 100%;
	clear: both;
}

.main-footer .u-grid-3 .aire-about {
	display: none;
}

.main-footer .title {
	margin-bottom: 40px;
}

.main-footer .contact-details {
	float: left;
	text-align: left;
}

.main-footer .contact-details ul li {
	width: 50%;
	float: left;
}

.main-footer .contact-details ul li:nth-child(2n+1) {
	clear: both;
}

#apartments .intro .container {
	height: 1500px;
}

#apartments .floater-1,
#apartments .floater-2 {
	z-index: 3;
}

#apartments .floater-3 {
	width: 400px;
}

#apartments .floater-4 {
	width: 400px;
}

#apartments .floater-line {
	left: 85%;
}

#location .locations-map .intro {
	padding: 0;
	text-align: center;
	float: none;
	margin: 0 auto;
	padding-top: 40px;
	width: 100%;
	max-width: 360px;
}

#location .locations-map .map {
	position: relative;
	top: 5vw;
	left: -10%;
	margin-bottom: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#location .locations-map .map .map-proper {
	top: -7vw;
}

#finbar .u-grid-2 {
	margin-left: -50px;
}

#finbar .u-grid-2 .u-grid-col {
	padding-left: 50px;
}

#finbar .u-grid-2 .u-grid-item {
	margin-bottom: 50px;
}

#finbar .developer .title {
	font-size: 22px;
	font-size: 2.2rem;
}

#finbar .developer .logo {
	margin: 0 auto;
	margin-bottom: 40px;
	display: block;
}

#finbar .developer .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

#finbar .developer .u-grid-col:nth-child(2) {
	padding-right: 0;
}

#finbar .developer .logo {
	position: static;
}

#finbar .loyalty .container {
	padding-top: 200px;
	padding-bottom: 60px;
}

.header-plans .btn {
	float: none;
	margin: 0 auto;
	max-width: 300px;
	display: block;
	clear: both;
}

.plan-meta {
	float: right;
}

.plan-minimap {
	top: 250px;
}

}

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

.modaal-instagram iframe {
	width: 500px !important;
}

}

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

html {
	zoom : 40%;
	-ms-text-size-adjust: 80%; /* 2 */
	-webkit-text-size-adjust: 80%; /* 2 */

}

.header-main {
	-ms-text-size-adjust: 40%; /* 2 */
	-webkit-text-size-adjust: 40%; /* 2 */
	zoom : 50%;
	height : 100px;
}



.header-main nav.left {
	padding-right: 20px;
	display: block;
}

.header-main nav.right {
	padding-left: 20px;
	display: block;
}
.header-main .logo {
	display: none;
}