/*!
Theme Name: barnes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: barnes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #ff6363;
	--orange: #fd7e14;
	--yellow: #ffaf57;
	--green: #36d2a1;
	--teal: #20c997;
	--cyan: #62c5da;
	--white: #ffffff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--old-primary: #B4002F;
	--old-primary2: #db0d43;
	--primary: #D91546;
	--old-dark-primary: #68001b;
	--dark-primary: #B4002F;
	--secondary: #3c3c3c;
	--success: #36d2a1;
	--info: #62c5da;
	--warning: #ffaf57;
	--danger: #ff6363;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
}

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	font-family: sans-serif;
	margin: 0;
	font-size: 16px;
	color: #3C3C3C;
	scroll-behavior: smooth;
}

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

h1 {
	text-align: center;
	font-size: 38px;
	margin: 20px 0 10px 0;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h1 > a, h1 > a:hover, h1 > a:active, h1 > a:visited {
	text-decoration-color: rgba(0,0,0,0.1);
	text-decoration-thickness: 1px;
}

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

img:focus,
a:focus,
button:focus {
	outline: none;
}

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

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

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

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

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

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

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

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

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Source Sans Pro';
	line-height: 1.6;
	font-weight: 300;
	font-size: 19px;
}

label{
	font-family: 'Lora';
	font-weight: 400;
	font-size: 18px;
}

h1, h2, h3 {
	font-family: 'Lora';
	font-weight: 400;
	clear: both;
}
h4, h5, h6{
	font-family: 'Source Sans Pro';
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.1rem;
}
p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

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

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

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

ul, ol {
	margin: 0 0;
	padding: 0 0 0 16px;
}
ol {
	list-style: decimal;
}
ol > li {
	line-height: 1.4;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:active {
	color: #3c3c3c;
	transition: all 350ms ease;
}

a:visited {
	color: #333;
}
a:hover {
	color: var(--primary);
}
a:hover, a:focus {
	color: var(--dark-primary);
}

a:focus {
	outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Hamburger https://github.com/jonsuh/hamburgers
--------------------------------------------------------------*/
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger.is-active:hover {
	opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #3c3c3c;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 32px;
	height: 2px;
	background-color: #3c3c3c;
	border-radius: 2px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.toggled > .hamburger--collapse .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.toggled > .hamburger--collapse .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.toggled > .hamburger--collapse .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger {
	position: absolute;
  left: 12px;
  top: 6px;
	width: 48px;
	height: 48px;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
body.noscroll-depecrated{
	overflow: hidden;
	max-height: 100vh;
}
.site{
	width: 100vw;
	overflow: hidden;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: inline-block;
	outline: none;
}
.main-navigation.toggled ul li > ul{
	margin-left: 0;
	padding-left: 0;
}
.menu-primary-menu-container {
	transform: translate(9999px);
	opacity: 0;
	transition: opacity 250ms ease-out;
	position: absolute;
	left: 0;
    top: 65px;
    width: 100%;
	height: 100vh;
	z-index: 2000;
	background-color: #fff;
}
.toggled > .menu-primary-menu-container {
	opacity: 1;
	transform: translate(0);
	overflow: auto;
}
.menu-primary-menu-container > ul {
	width: 80%;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
	height: 65px;
}
.menu-primary-menu-container > ul li {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	opacity: 1;
	list-style: none;
}
.menu-primary-menu-container > ul li a {
	color: #3C3C3C;
	font-size: 14px;
	width: 80%;
	padding: 20px 0;
	display: inline-block;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	transition: all 350ms ease;
	opacity: 0.7;
	text-decoration: none;
	white-space: nowrap;
}
@media (min-width: 992px) {
	.menu-primary-menu-container > ul li a {
		width: 100%;
	}
}
.menu-primary-menu-container > ul li a:hover {
	cursor: pointer;
	opacity: 1 !important;
}
.menu-primary-menu-container > ul li ul li a {
	padding: 12px 10px;
}
.custom-logo {
	padding: 14px 10px 3px 80px;
	height: 60px;
	width: 304px;
}
.site-header {
	direction: ltr;
	text-align: center;
	height: 65px;
	box-shadow: 0 5px 5px -5px rgba(41,41,41,0.5);
	z-index: 10;
	position: relative;
}

.site-main {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.site-main .wp-block-barnes-blocks-slideshow{
	padding-right: 0;
	padding-left: 0;
}

.site-branding {
	position: relative;
	padding-bottom: 1px;
}
.homepage .site-branding::after {
	background-color: #e6e6e6;
	height: 1px;
	width: calc(100% - 40px);
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	display: none;
}

@media (min-width: 992px) {
	.site{
		width: 100vw;
		overflow: visible;
	}
	.homepage .site-branding::after {
		display: block;
	}
	.menu-primary-menu-container {
		height: 100vh;
	}
	.site-content{
		padding-top: 65px; /* fixed menu */
	}
	.site-header {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: flex-start;
		align-content: stretch;
		/*text-align: left;*/

		position: fixed;
		width: 100%;
		height: 65px;
		z-index: 10;
		background: #fff;
	}
	.site-header.homepage {
		display: block;
		height: 157px;
		text-align: center;
	}
	.site-content.homepage{
		padding-top: 145px;
	}
	.site-header.homepage .site-branding .custom-logo {
		padding: 20px 10px 5px 10px;
		height: 80px;
	}
	.menu-toggle {
		display: none;
	}
	.site-branding {
		flex: 0 1 auto;
		align-self: flex-start;
	}
	.main-navigation {
		flex: 1 1 auto;
		align-self: flex-start;
		max-width: 960px;
		margin: 0 auto;
	}
	.main-navigation ul {
		display: block;
	}
	.menu-primary-menu-container {
		opacity: 1;
		transform: translate(0);
		background-color: transparent;
		height: auto;
		position: static;
	}
	.menu-primary-menu-container > ul {
		width: calc(100% - 200px);
		text-align: left;
		margin: 0;
		padding: 0;
		text-align: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: flex-end;
		align-content: center;
	}
	.homepage .menu-primary-menu-container > ul {
		width: auto;
	}
	.menu-primary-menu-container > ul li {
		display: inline;
		border-bottom: none;
		list-style: none;
		background-color: #fff;
		text-align: center;
	}
	.menu-primary-menu-container > ul li a {
		width: 100%;
		padding: 20px 6px;
		text-transform: uppercase;
	}
	.menu-primary-menu-container > ul li ul li a {
		width: 100%;
		padding: 12px 20px;
		text-transform: uppercase;
		white-space: normal;
	}
}

@media (min-width: 1200px) {
	.main-navigation {
		max-width: 1140px;
	}
	.menu-primary-menu-container > ul li a {
		width: 100%;
		padding: 20px 20px;
		text-transform: uppercase;
	}
}
/* Patch hamburger always visible */
@media (min-width: 992px) {
	.menu-toggle {
		display: inline-block;
	}
	.main-navigation.toggled > .menu-primary-menu-container {
		background-color: #fff;
		height: 100vh;
		position: absolute;
	}
	.home .main-navigation.toggled > .menu-primary-menu-container {
		top: 95px;
	}
	.main-navigation.toggled .menu-primary-menu-container > ul li {
		text-align: left;
	}
	.main-navigation.toggled ul li > ul {
		left: 250px;
		width: 600px;
		box-shadow: 7px 0px 20px 0px rgba(210, 210, 210, 0.7);
		top: 0;
		/*
		top: -13px;
		border-left: 1px solid #CCC;
		box-shadow: none;
		height: 440px;
		*/
	}
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

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

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

.post,
.page {
	margin: 0 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}
.homepage .entry-content{
	margin: 0 0;
	position: relative;
}
.entry-content.blog-index {
	margin: -12px 0 0 0;
	line-height: 1.36;
	font-size: 16px;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.site-info {
	text-align: center;
}

.entry-footer,.posts-navigation,#comments{
	display: none; /* Hide comments */
}


.footer-info-title{
	display: none;
}
.footer-social-title{
	display: none;
}
.footer-barnes-logo {
	width: 100px;
	height: 100px;
	margin: 20px;
}
.footer-legal-links img{
	width: 54px;
	height: 54px;
}
.footer-social-media-links {
	padding: 20px 0;
}
.footer-social-media-links img{
	margin: 0 10px;
	width: 28px;
	height: 28px;
}
.footer-social-media-links img:hover{
	opacity: 0.8;
}
.footer-office-name {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}
.footer-office-address {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2;
	margin: 5px 0;
}
.footer-office-phone {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.8;
	margin: 5px 0;
}
.footer-office-email {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.8;
	margin: 5px 0;
}
.footer-office-address:hover {
	opacity: 0.8;
}
.footer-office-phone:hover {
	opacity: 0.8;
}
.footer-office-email:hover {
	opacity: 0.8;
}
.footer-bu {
	width: 100%;
	margin: 2px auto;
	margin: 20px auto 10px auto !important;
	max-width: 1200px;
}
.footer-bu a::after{
	content: ' -';
}
.footer-bu a:last-child:after{
	content: '';
}
#colophon{
	background-color: #fff;
	box-shadow: 0 5px 5px -5px rgba(41,41,41,0.5);
}
#colophon .footer-legal-links{
	align-items: center;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	width: 100vw;
	z-index: -1;
	text-align: center;
}
#colophon .footer-legal-links p{
	text-align: center;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	color: #3c3c3c;
	font-weight: 400;
	line-height: 1.5;
	padding: 5px;
	margin: 5px;
}
#colophon .footer-legal-links p a{
	color: #3c3c3c;
	text-decoration: none;
	padding: 15px 2px 15px 0px;
	display: inline-block;
}
@media (min-width: 992px) {
	.footer-bu {
		width: 80%;
		margin: 20px auto 10px auto;
	}
	#colophon{
		margin-bottom: 400px;
	}
	#colophon .footer-legal-links{
		height: 400px;
		position: fixed;
	}
	#colophon .footer-legal-links p a{
		padding: 2px 2px 4px 0px;
		display: inline-block;
	}

	#colophon .footer-legal-links{
		padding: 50px 0;
	}
	.footer-barnes-logo {
		width: 130px;
		height: 130px;
	}
	.footer-logo-wrapper{
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.footer-info-wrapper{
		padding: 15px 0 0 30px;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
		display: flex;
		flex-wrap: wrap;
		align-self: flex-start;
		text-align: left;
	}
	.footer-office-name{
		padding-top: 5px;
	}
	.site-info{
		max-width: 960px;
		margin: 30px auto;
		display: flex;
    	flex-wrap: wrap;
	}
	.footer-info-title{
		display: block;
		flex: 0 0 100%;
		padding: 0 0 30px 0;
		margin: 0;
		font-size: 30px;
		border-bottom: 1px solid #f3f3f3;
	}
	.footer-social-media-links {
		padding: 15px 0;
	}
	.footer-address-wrapper{
		flex: 0 0 50%;
	}
	.footer-address-wrapper{
		flex: 0 0 50%;
	}
	.footer-social-title{
		display: block;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.8;
		padding: 0 0 8px 15px;
	}
}

.post-thumbnail{

}
.entry-meta {
	text-align: center;
	margin: 14px 0;
}
.entry-title a, .entry-title a:hover, .entry-title a:visited, .entry-title a:active {
	text-decoration: none;
}
.entry-title.blog-index{
	font-size: 20px;
	line-height: 24px;
}
.posted-on, .posted-on a, .posted-on a:hover, .posted-on a:visited, .posted-on a:active {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: #888888;
}
.wp-block-quote {
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 73.6 46' viewBox='0 0 73.6 46' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e7e7e7'%3E%3Cpath d='m33 16.7c0-9.2-7.4-16.7-16.5-16.7-9 0-15.6 7.2-16.4 16.4-1.2 14.1 9.3 25.9 22.1 29.6-4.3-2.7-7.4-7.3-7.9-12.7.7.1 1.5.2 2.3.2 9 0 16.4-7.5 16.4-16.8z'/%3E%3Cpath d='m73.6 16.7c0-9.2-7.4-16.7-16.5-16.7s-15.7 7.2-16.4 16.4c-1.2 14.1 9.3 25.9 22 29.6-4.3-2.7-7.4-7.3-7.9-12.7.7.1 1.5.2 2.3.2 9.1 0 16.5-7.5 16.5-16.8z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: auto 40px;
	padding-top: 50px;
}
.wp-block-quote, .wp-block-quote > p {
	font-family: 'Lora';
	font-weight: 400;
	font-size: 32px;
	margin: 0 0 30px 0;
	line-height: 1.25;
	/*text-align: justify;*/
}

@media (min-width: 576px) {  /* --breakpoint-sm */
	.site-main{
		max-width: 540px;
	}
}

@media (min-width: 768px) {  /* --breakpoint-md */
	.site-main{
		max-width: 720px;
	}
	.site-main.blog-index {
		align-content: center;
		align-items: start;
		display: grid;
		gap: 0em 2rem;
		grid-template-columns: 1fr 1fr;
		justify-items: center;
	}
}

@media (min-width: 992px) {  /* --breakpoint-lg */
	.site-main{
		max-width: 960px;
	}
	.site-main.blog-index {
		align-content: center;
		align-items: start;
		display: grid;
		gap: 0em 10px;
		grid-template-columns: 1fr 1fr 1fr;
		justify-items: center;
	}
}

@media (min-width: 1200px) { /* --breakpoint-xl */
	.site-main{
		max-width: 1140px;
	}
}

/* Responsive Menu */
/* hide close buttons when closed so they wont show up in tabindex */
.rm-closed {
	display: none;
}
.rm-subtoggle {
	display: inline-block;
    position: absolute;
    top: 12px;
    right: 0px;
    border: none;
    background: transparent;
    padding: 12px 20px;
    margin: 0;
	font-size: 20px;
	outline: none;
    text-decoration: none;
	cursor: pointer;
	z-index: 9;
    color: #3C3C3C;
}
@media (min-width: 992px) {
	.rm-subtoggle {
		display: none;
	}
}
ul.rm-closed {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.rm-closed li.rm-parent > a:after,
.rm-fullmenu li.rm-parent > a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.rm-closed li.parent > a:after,
.rm-fullmenu li.parent > a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}


/* Mobile mainmenu indicator styling */
#rm-mobile-indicator {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	z-index: 0;
}
@media (min-width: 992px) {
	#rm-mobile-indicator {
		z-index: 1;
	}
}

.menu-primary-menu-container .rm-closed li.rm-parent > a:after,
.menu-primary-menu-container .rm-fullmenu li.rm-parent > a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.menu-primary-menu-container .rm-closed li.parent > a:after,
.menu-primary-menu-container .rm-fullmenu li.parent > a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.menu-primary-menu-container .rm-opened li {
	float: none;
}
.menu-primary-menu-container a {
	display: block;
	color: #fff;
	padding: 8px 16px;
	line-height: 24px;
	text-decoration: none;
}
.menu-primary-menu-container a:after {
	font-size: 12px;
	vertical-align: middle;
	line-height: 24px;
	text-decoration: none;
}
.menu-primary-menu-container .active a,
.menu-primary-menu-container .active a:hover,
.menu-primary-menu-container .active a:focus {
	background: #fff;
	color: #333;
	cursor: default;
}
.menu-primary-menu-container .rm-closed li,
.menu-primary-menu-container .rm-fullmenu li {
	overflow: visible;
	outline: none;
}
.menu-primary-menu-container .rm-closed li ul,
.menu-primary-menu-container .rm-fullmenu li ul {
	height: auto;
	background: #f3f3f3;
	background: #fff;
	color: #292929;
	transition: all 250ms ease-in 100ms;
	padding: 0;
	min-width: 300px;
	width: 100%;
	border-top: none;
}
@media (min-width: 992px) {
	.menu-primary-menu-container .rm-closed li ul,
	.menu-primary-menu-container .rm-fullmenu li ul {
		box-shadow: 0 20px 50px rgba(210, 210, 210, 0.7);
		box-shadow: 0 20px 20px rgba(88, 88, 88, 0.4);
		transition: transform 0.1s cubic-bezier(0.195, 0.4, 0.45, 0.785);
		transform: scaleY(0);
		transform-origin: 0 0;
	}
}
.menu-primary-menu-container .rm-closed li.rm-focused > ul,
.menu-primary-menu-container .rm-closed li:hover > ul,
.menu-primary-menu-container .rm-fullmenu li.rm-focused > ul,
.menu-primary-menu-container .rm-fullmenu li:hover > ul {
	display: block;
}
@media (min-width: 992px) {
	.menu-primary-menu-container .rm-closed li.rm-focused > ul,
	.menu-primary-menu-container .rm-closed li:hover > ul,
	.menu-primary-menu-container .rm-fullmenu li.rm-focused > ul,
	.menu-primary-menu-container .rm-fullmenu li:hover > ul {
		transform: scaleY(1);
	}
}
@media (min-width: 992px) {
	.menu-primary-menu-container .rm-closed li.rm-focused li ul,
	.menu-primary-menu-container .rm-closed li:hover li ul,
	.menu-primary-menu-container .rm-fullmenu li.rm-focused li ul,
	.menu-primary-menu-container .rm-fullmenu li:hover li ul {
		transform: scaleX(0);
	}
}
@media (min-width: 992px) {
	.menu-primary-menu-container .rm-closed li.rm-focused li.rm-focused > ul,
	.menu-primary-menu-container .rm-closed li.rm-focused li:hover > ul,
	.menu-primary-menu-container .rm-closed li:hover li.rm-focused > ul,
	.menu-primary-menu-container .rm-closed li:hover li:hover > ul,
	.menu-primary-menu-container .rm-fullmenu li.rm-focused li.rm-focused > ul,
	.menu-primary-menu-container .rm-fullmenu li.rm-focused li:hover > ul,
	.menu-primary-menu-container .rm-fullmenu li:hover li.rm-focused > ul,
	.menu-primary-menu-container .rm-fullmenu li:hover li:hover > ul {
		transform: scaleX(1);
	}
	.menu-primary-menu-container .rm-fullmenu li.rm-focused li.rm-focused > ul,
	.menu-primary-menu-container .rm-fullmenu li.rm-focused li:hover > ul,
	.menu-primary-menu-container .rm-fullmenu li:hover li.rm-focused > ul,
	.menu-primary-menu-container .rm-fullmenu li:hover li:hover > ul {
		left: 190px;
	}
}
.menu-primary-menu-container .rm-closed li ul li,
.menu-primary-menu-container .rm-fullmenu li ul li {
	float: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
.menu-primary-menu-container .rm-closed li ul li.rm-focused > a,
.menu-primary-menu-container .rm-closed li ul li:hover > a,
.menu-primary-menu-container .rm-closed li ul li a:hover,
.menu-primary-menu-container .rm-closed li ul li a:focus,
.menu-primary-menu-container .rm-fullmenu li ul li.rm-focused > a,
.menu-primary-menu-container .rm-fullmenu li ul li:hover > a,
.menu-primary-menu-container .rm-fullmenu li ul li a:hover,
.menu-primary-menu-container .rm-fullmenu li ul li a:focus {
	text-decoration: none;
	color: #3C3C3C;
}

/* Mobile submenu indicator styling */
/**
 * When JS is enabled
 *
 * 1. We can use display none because we set display block again with JS immediately after initiating the menu
 * 2. Display menu when initiated
 * 3. Display menu on "desktop"
 * 4. Display focused items
 */


.js .menu-primary-menu-container .rm-focused {
	overflow: visible;
}
#rm-mobile-submenu-indicator {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	z-index: 0;
}
@media (min-width: 992px) {
	#rm-mobile-submenu-indicator {
		z-index: 1;
	}
}

/**
 * When JS is either disabled or enabled
 *
 * 1. Relative to position li > ul items
 * 2. Hide overflowing content so we can display on tabbing
 * 3. Display on hover / focus
 * 4. Children should have position absolute to hide them
 */
.menu-primary-menu-container li {
  position: relative;
  outline: none;
}
.menu-primary-menu-container {
	z-index: 1;
}
@media (min-width: 992px) {
	.menu-primary-menu-container li {
		overflow: hidden;
	}
	.menu-primary-menu-container li:hover, .menu-primary-menu-container li:focus {
		overflow: visible;
	}
	.menu-primary-menu-container li ul {
		position: absolute;
		margin-left: 0;
		left: -9999px;
		top: 60px;
		z-index: 10;
		width: 100%;
	}
}
.menu-primary-menu-container li li {
	position: relative;
	float: left;
}
.menu-primary-menu-container .rm-focused > ul,
.menu-primary-menu-container li:hover > ul {
	left: 0;
}
.menu-primary-menu-container li .rm-focused > ul,
.menu-primary-menu-container li li:hover > ul {
	left: 100%;
	top: 0;
}


/* Swiper */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.swiper-container.swiper-carousel {
	height: 300px;
}
@media (min-width: 1600px) {
	.swiper-container.swiper-carousel {
		height: 600px;
	}
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white{
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-red .swiper-pagination-bullet-active {
  background: var(--primary);
}
.swiper-pagination-progressbar.swiper-pagination-red {
  background: rgba(255, 255, 255, 0.85);
}
.swiper-pagination-progressbar.swiper-pagination-red .swiper-pagination-progressbar-fill {
  background: var(--primary);
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.property-cta-btn,.property-cta-btn:visited,.property-cta-btn:active,.property-cta-btn:hover,.property-cta-btn:focus{
	position: absolute;
	top: 280px;
	right: 80px;
	z-index: 2;
	background: var(--primary);
	color: #fff;
	text-decoration: none;
	padding: 8px 20px;
	outline: none;
}
@media (min-width: 1600px) {
  .property-cta-btn,.property-cta-btn:visited,.property-cta-btn:active,.property-cta-btn:hover,.property-cta-btn:focus{
    top: 580px;
	}
}
.property-cta-btn:hover{
	color: #fff;
	background: var(--dark-primary);
}
.property-photos-btn{
	position: absolute;
	top: 280px;
	right: 200px;
	z-index: 2;
	background: var(--gray);
	color: #fff;
	text-decoration: none;
	padding: 8px 20px;
	outline: none;
}
.property-photos-btn:visited,.property-photos-btn:active{
	color: #fff;
}
.property-photos-btn:hover{
	color: #fff;
	background: var(--gray-dark);
}
@media (min-width: 1600px) {
	.property-photos-btn{
		top: 580px;
	}
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
:root {
  --swiper-theme-color: #fff;
}
.swiper-button-next, swiper-button-prev{
  outline: none;
}
.swiper-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  height: calc(100vh - 300px);
  min-height: 300px;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


/* Language icon */
#trp-floater-ls{
	background-color: transparent;
	top: 13px;
	left: calc(100vw - 38px);
	border-radius: 2px;
	max-height: 30px;
	box-shadow: none;
	direction: ltr;
	width: 120px;
}
#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{
	letter-spacing: -0.04em;
	line-height: 220%;
	font-size: 70%;
	color: #767676;
}
#trp-floater-ls-current-language.trp-with-flags,
#trp-floater-ls-language-list.trp-with-flags {
	width: 120px;
	/*background-color: #FFFFFF;
	border-radius: 10px;*/
}
#trp-floater-ls div:not(#trp-floater-poweredby) > a{
	width: 120px;
}

#trp-floater-ls.trp-bottom-right{
	top: 13px;
	width: 120px;
}
#trp-floater-ls:focus #trp-floater-ls-language-list,
#trp-floater-ls:hover #trp-floater-ls-language-list{
	width: 120px;
}
#trp-floater-ls:hover{
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
	max-height: 300px;
}
#trp-floater-ls .trp-floater-ls-disabled-language{
	pointer-events: auto;
}
#trp-floater-ls.trp-color-dark{
	background: none;
	box-shadow: none;
	border-radius: 0;
}
#trp-floater-ls-language-list{
	background-color: #FFFFFF;
	border-radius: 10px;
}
#trp-floater-ls .trp-with-flags .trp-flag-image {
	margin: 0 5px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left .trp-language-wrap {
	padding: 0 !important;
}
#trp-floater-ls-current-language a,
#trp-floater-ls-language-list a{
	color: #3C3C3C;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 5px 8px 5px;
}
.trp-color-dark #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a{
	color: #767676;
}
#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
	padding: 0;
}
#trp-floater-ls.trp-bottom-right{
	right: 7%;
}
@media (min-width: 390px) {
	body.home > #trp-floater-ls{
		top: 22px;
	}
	#trp-floater-ls{
		left: 90%;
	}
	#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{
		color: transparent;
	}
}
#trp-floater-ls div:not(#trp-floater-poweredby) > a {
	align-items: flex-start;
}
@media (min-width: 500px) {
	#trp-floater-ls div:not(#trp-floater-poweredby) > a {
		align-items: center;
	}
}
/* Image effects */
img.effect {
  opacity: 0;
  transition: all 350ms ease;
}
img.effect:not(.initial) {
  transition: opacity 1s;
}
img.effect.initial,
img.effect.loaded,
img.effect.error {
  opacity: 1;
}
img.effect:not([src]) {
  visibility: hidden;
}
img.effect:hover {
  opacity: 0.9 !important;
}


/* Barnes Page Agent */
.barnes-page-agent h1 {
	display: none;
}
.barnes-page-agent ul {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
}
.barnes-page-agent ul > li {
  line-height: 2rem;
  background-image: url("/wp-content/themes/barnes/svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
  padding: 4px 0 2px 20px;
}
.barnes-page-agent ul.blocks-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.barnes-page-agent ul.blocks-gallery-grid > li {
	line-height: 110%;
	padding: 0;
	background: none;
}

.barnes-page-agent ul > li {
  line-height: 2rem;
  background-image: url("/wp-content/themes/barnes/svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
  padding: 4px 0 2px 20px;
}

/* micromodal */
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(128, 128, 128, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Lora';
  font-weight: 400;
  color: #3C3C3C;
  box-sizing: border-box;
}
.modal__close {
  background: transparent;
  border: 0;
}
.modal__footer{
  text-align: right;
}
.modal__header .modal__close:before { content: "\2715"; }
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-family: 'Lora';
  font-weight: 400;
  color: #3C3C3C;
  padding: 5px 60px;
}
.modal__btn {
  background-color: #3c3c3c;
  border: none;
  color: #ffffff;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  padding: 13px 20px;
  letter-spacing: 3px;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
  outline: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}
@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}



.property-not-found{
	text-align: center;
	padding: 60px;
	background-color: #ececec;
	margin: 60px auto;
	border-radius: 3px;
}
.property-carousel{
	margin-bottom: 30px;
}
.property-carousel .swiper-slide{
	background-size: cover;
	background-position: 100% 70%;
	cursor: pointer;
}
.property-detail .property-header{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}
.property-detail .property-header div:nth-child(1) {
	order: 0;
	flex: 0 1 100%;
	align-self: auto;
}
.property-detail .property-header div:nth-child(2) {
	order: 0;
	flex: 0 1 100%;
	align-self: auto;
}
.property-detail .property-description{
	text-align: justify;
	line-height: 1.4;
}
@media (min-width: 1600px) {
	.property-detail .property-header div:nth-child(1) {
		flex: 0 1 40%;
		padding: 0 45px 0 0;
	}
	.property-detail .property-header div:nth-child(2) {
		flex: 0 1 60%;
	}
  .property-detail .property-description{
		margin-top: 52px;
  }
}
.property-detail .property-header .grid-features{
	display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}
.property-detail .property-header .grid-features .grid-item h6 {
	font-size: 13px;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	margin: 0;
}
.property-detail .property-header .grid-features .grid-item h5 {
	font-weight: 500;
	padding: 0;
	font-family: 'Source Sans Pro';
	margin: 5px 0 25px 0;
}

.text-uppercase{
  text-transform: uppercase;
}
.property-location .property-map-wrapper{
	background-color: #e0e0e0;
	width: 100%;
	margin: 30px 0 60px 0;
	position: relative;
	height: 500px;
	margin-bottom: 20px;
}
#property-map{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}
.mapboxgl-ctrl-logo{
  display: none !important;
}
.search-menu-wrapper{
	background: #f7f7f7;
	width:100%;
}
.search-box{
	margin: 0 auto;
	padding: 20px;
	align-items: center;
	max-width: 1340px;
}
.search-menu{
	display: flex;
	flex-wrap: wrap;
}
.search-menu + .search-menu {
	margin-top: 20px;
}
input[type="text"].search-menu-near{
	text-align: center;
	outline: none;text-overflow: ellipsis;border-radius: 0;background-color: #ffffff;border-width: 0 0 1px 0;border-bottom-color: #e7e7e7;padding: 6px 6px 3px 6px;font-size: 18px;text-transform: none;color: #3C3C3C;border-style: solid;transition: all 350ms ease;opacity: 1;font-family: 'Lora';font-weight: 300;
	margin: 0 10px 10px 10px;
	flex: 0 1 100%;
}
input[type="text"].search-menu-price{
	outline: none;text-overflow: ellipsis;border-radius: 0;background-color: #ffffff;border-width: 0 0 1px 0;border-bottom-color: #e7e7e7;text-align: center;padding: 6px 6px 3px 6px;font-size: 18px;text-transform: none;color: #3C3C3C;border-style: solid;transition: all 350ms ease;opacity: 1;font-family: 'Lora';font-weight: 300;
	flex: 0 1 100%;
	margin: 0 10px 10px 10px;
	min-height: 38px;
}
input[type="text"].search-menu-type{
	outline: none;text-overflow: ellipsis;border-radius: 0;background-color: #ffffff;border-width: 0 0 1px 0;border-bottom-color: #e7e7e7;text-align: center;padding: 6px 6px 3px 6px;font-size: 18px;text-transform: none;color: #3C3C3C;border-style: solid;transition: all 350ms ease;opacity: 1;font-family: 'Lora';font-weight: 300;
	flex: 0 1 100%;
	margin: 0 10px 10px 10px;
	min-height: 38px;
}
select.search-menu-type{
	outline: none;text-overflow: ellipsis;border-radius: 0;background-color: #ffffff;border-width: 0 0 1px 0;border-bottom-color: #e7e7e7;text-align: center;padding: 6px 6px 3px 6px;font-size: 18px;text-transform: none;color: #3C3C3C;border-style: solid;transition: all 350ms ease;opacity: 1;font-family: 'Lora';font-weight: 300;
	min-height: 38px;
	width: 100%;
	margin: 0 10px 10px 10px;
	opacity: 0.7;
}
select.search-menu-type option.placeholder {
	color: #959595;
}
input[type="number"].search-menu-beds{
	outline: none;text-overflow: ellipsis;border-radius: 0;background-color: #ffffff;border-width: 0 0 1px 0;border-bottom-color: #e7e7e7;text-align: center;padding: 6px 6px 3px 6px;font-size: 18px;text-transform: none;color: #3C3C3C;border-style: solid;transition: all 350ms ease;opacity: 1;font-family: 'Lora';font-weight: 300;
	flex: 0 1 100%;
	margin: 0 10px 10px 10px;
	min-height: 38px;
}
input[type="number"].search-menu-number{
	outline: none;text-overflow: ellipsis;border-radius: 0;background-color: #ffffff;border-width: 0 0 1px 0;border-bottom-color: #e7e7e7;text-align: center;padding: 6px 6px 3px 6px;font-size: 18px;text-transform: none;color: #3C3C3C;border-style: solid;transition: all 350ms ease;opacity: 1;font-family: 'Lora';font-weight: 300;
	flex: 0 1 100%;
	margin: 0 10px 10px 10px;
	min-height: 38px;
}
.search-menu-exclu{
	outline: none;
	text-overflow: ellipsis;
	border-radius: 0;
	border-width: 0 0 1px 0;
	border-bottom-color: transparent;
	text-align: center;
	padding: 6px 6px 3px 6px;
	font-size: 18px;
	text-transform: none;
	color: #3C3C3C;
	border-style: solid;
	transition: all 350ms ease;
	opacity: 1;
	font-family: 'Lora';
	font-weight: 300;flex: 0 1 100%;
	margin: 0 10px 10px 10px;
	min-height: 38px;
	white-space: nowrap;
}
.search-menu-check{
	outline: none;
	text-overflow: ellipsis;
	border-radius: 0;
	border-width: 0 0 1px 0;
	border-bottom-color: transparent;
	text-align: center;
	padding: 6px 6px 3px 6px;
	font-size: 18px;
	text-transform: none;
	color: #3C3C3C;
	border-style: solid;
	transition: all 350ms ease;
	opacity: 1;
	font-family: 'Lora';
	font-weight: 300;flex: 0 1 100%;
	margin: 0 10px 10px 10px;
	min-height: 38px;
	white-space: nowrap;
}
.search-menu-view{
	outline: none;
	text-overflow: ellipsis;
	border-radius: 0;
	border-width: 0 0 1px 0;
	border-bottom-color: transparent;
	text-align: center;
	padding: 6px 6px 3px 6px;
	font-size: 18px;
	text-transform: none;
	color: #3C3C3C;
	border-style: solid;
	transition: all 350ms ease;
	opacity: 1;
	font-family: 'Lora';
	font-weight: 300;
	flex: 0 1 100%;
	margin: 0 10px 10px 10px;
	min-height: 38px;
	white-space: nowrap;
}
.search-menu-exclu label{
	margin: 0 10px;
}
.search-menu-check label{
	margin: 0 8px;
}
.search-menu-view label{
	margin: 0 10px;
}
.search-menu-list-wrapper {
	position:absolute;
	top: calc(100vh - 400px);
	right: 0px;
	z-index: 2;
	display: flex;
}
.search-menu-list{
  padding: 5px 5px 0px 15px;
  background-color: rgba(255,255,255,0.85);
}
input[type="text"].search-menu-list-near {
	font-family: 'Lora';
	font-weight: 400;
	background-color: transparent;
	border: none;
	min-width: 270px;
	outline: none;
}
.search-menu-list-btn {
	cursor: pointer;
	background-color: var(--primary);
	border: none;
	color: #fff;
	height: 44px;
	width: 44px;
	margin: 0;
	padding: 0;
	display: inline-block;
	border-radius: 0;
	background-image: url('/wp-content/themes/barnes/svg/icon-search.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px 8px;
}
.search-menu-btn-wrapper{
	flex: 0 1 100%;
	margin: 0 10px;
	text-align: center;
}
button.search-menu-btn{
	display: inline-block;
	cursor: pointer;
	outline: none;
	background-color: var(--primary);
	color: #fff;
	font-size: 14px;
	border: none;
	line-height: 16px;
	min-height: 38px;
	min-width: 120px;
	width: 100%;
}
button.search-menu-btn:hover,button.search-menu-btn:target{
	margin-top: 1px;
}
.hide-mobile{
	display: flex;
}
.hide-desktop{
	display: none;
}
@media (min-width: 992px) {
	.search-menu-wrapper{
		padding: 20px;
	}
	.search-box {
		padding: 10px;
		background-color: #fff;
		max-width: fit-content;
		box-shadow: 0 1px 6px 0 rgba(0,0,0,.26);
	}
	.search-menu{
		flex-wrap: nowrap;
	}
	.search-menu + .search-menu {
		margin-top: 10px;
	}
	.search-menu-list-wrapper {
		top: calc(100vh - 400px);
	}
	.search-menu-list{
		padding: 10px 5px 10px 15px;
	}
	.search-menu-list-btn {
		height: 56px;
		width: 56px;
		background-size: 30px;
		background-position: 12px 11px;
	}
	input[type="text"].search-menu-list-near {
		min-width: 370px;
	}
	input[type="text"].search-menu-near{
		text-align: left;
		margin: 0 10px;
		flex: 0 1 25%;
	}
	input[type="text"].search-menu-price{
		flex: 0 1 15%;
		margin: 0 10px;
		min-width: 110px;
	}
	input[type="text"].search-menu-type{
		flex: 0 1 15%;
		margin: 0 10px;
		min-width: 140px;
	}
	input[type="number"].search-menu-beds{
		flex: 0 1 10%;
		margin: 0 10px;
		min-width: 110px;
	}
	input[type="number"].search-menu-number{
		flex: 0 1 8%;
		margin: 0 10px;
		min-width: 110px;
	}
	select.search-menu-type{
		width: auto;
		margin: 0;
		opacity: 1;
	}
	.search-menu-exclu{
		flex: 0 1 10%;
		margin: 0 0;
	}
	.search-menu-check{
		flex: 0 1 8%;
		padding: 6px 0px 3px 0px;
		margin: 0 0;
	}
	.search-menu-view{
		flex: 0 1 10%;
		margin: 0 0;
	}
	.search-menu-btn-wrapper{
		flex: 0 1 10%;
		margin: 0 10px;
	}
	.hide-mobile{
		display: none;
	}
	.hide-desktop{
		display: flex;
	}
}

/*
 * Video embed
 */
.wp-block-embed__wrapper{
	display: inline-block;
	position: relative;
	padding-bottom: 60%;
	width: 100%;
}
.wp-block-embed__wrapper iframe{
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
}

/*
 * Improve blocks
 */
.wp-block-columns{
	margin-bottom: 0;
}

/*
 * Full width
 */
.full-width img {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin: 20px -50vw 20px -50vw;
}
img.full-width {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin: 20px -50vw 20px -50vw;
}
.full-width2 img {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin: 20px -50vw 20px -50vw;
	margin-top: -180px;
}
img.full-width2 {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin: 20px -50vw 20px -50vw;
	margin-top: -180px;
}
@media (min-width:768px) {
	.full-width2 img {
		margin-top: -120px;
	}
	img.full-width2 {
		margin-top: -120px;
	}
}
.underline {
	text-decoration: underline !important;
	text-decoration-color: var(--primary) !important;
	text-underline-position: under !important;
}
.underline:hover {
	text-decoration-style: dashed !important;
	text-decoration-color: var(--dark-primary) !important;
}

div.g-recaptcha > div.grecaptcha-badge {
    width:0 !important;
}


/* Legacy bootstrap */

.container-fluid {
 width:100%;
 padding-right:15px;
 padding-left:15px;
 margin-right:auto;
 margin-left:auto
}
.row {
 display:-webkit-box;
 display:flex;
 flex-wrap:wrap;
 margin-right:-15px;
 margin-left:-15px
}
.no-gutters {
 margin-right:0;
 margin-left:0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
 padding-right:0;
 padding-left:0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
 flex-basis:0%;
 flex-grow:1;
 max-width:100%
}
.col-auto {
 flex:0 0 auto;
 width:auto;
 max-width:100%
}
.col-1 {
 flex:0 0 8.33333%;
 max-width:8.33333%
}
.col-2 {
 flex:0 0 16.66667%;
 max-width:16.66667%
}
.col-3 {
 flex:0 0 25%;
 max-width:25%
}
.col-4 {
 flex:0 0 33.33333%;
 max-width:33.33333%
}
.col-5 {
 flex:0 0 41.66667%;
 max-width:41.66667%
}
.col-6 {
 flex:0 0 50%;
 max-width:50%
}
.col-7 {
 flex:0 0 58.33333%;
 max-width:58.33333%
}
.col-8 {
 flex:0 0 66.66667%;
 max-width:66.66667%
}
.col-9 {
 flex:0 0 75%;
 max-width:75%
}
.col-10 {
 flex:0 0 83.33333%;
 max-width:83.33333%
}
.col-11 {
 flex:0 0 91.66667%;
 max-width:91.66667%
}
.col-12 {
 flex:0 0 100%;
 max-width:100%
}
@media (min-width:576px) {
 .col-sm {
  flex-basis:0%;
  flex-grow:1;
  max-width:100%
 }
 .col-sm-auto {
  flex:0 0 auto;
  width:auto;
  max-width:100%
 }
 .col-sm-1 {
  flex:0 0 8.33333%;
  max-width:8.33333%
 }
 .col-sm-2 {
  flex:0 0 16.66667%;
  max-width:16.66667%
 }
 .col-sm-3 {
  flex:0 0 25%;
  max-width:25%
 }
 .col-sm-4 {
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .col-sm-5 {
  flex:0 0 41.66667%;
  max-width:41.66667%
 }
 .col-sm-6 {
  flex:0 0 50%;
  max-width:50%
 }
 .col-sm-7 {
  flex:0 0 58.33333%;
  max-width:58.33333%
 }
 .col-sm-8 {
  flex:0 0 66.66667%;
  max-width:66.66667%
 }
 .col-sm-9 {
  flex:0 0 75%;
  max-width:75%
 }
 .col-sm-10 {
  flex:0 0 83.33333%;
  max-width:83.33333%
 }
 .col-sm-11 {
  flex:0 0 91.66667%;
  max-width:91.66667%
 }
 .col-sm-12 {
  flex:0 0 100%;
  max-width:100%
 }
}
@media (min-width:768px) {
 .col-md {
  flex-basis:0%;
  flex-grow:1;
  max-width:100%
 }
 .col-md-auto {
  flex:0 0 auto;
  width:auto;
  max-width:100%
 }
 .col-md-1 {
  flex:0 0 8.33333%;
  max-width:8.33333%
 }
 .col-md-2 {
  flex:0 0 16.66667%;
  max-width:16.66667%
 }
 .col-md-3 {
  flex:0 0 25%;
  max-width:25%
 }
 .col-md-4 {
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .col-md-5 {
  flex:0 0 41.66667%;
  max-width:41.66667%
 }
 .col-md-6 {
  flex:0 0 50%;
  max-width:50%
 }
 .col-md-7 {
  flex:0 0 58.33333%;
  max-width:58.33333%
 }
 .col-md-8 {
  flex:0 0 66.66667%;
  max-width:66.66667%
 }
 .col-md-9 {
  flex:0 0 75%;
  max-width:75%
 }
 .col-md-10 {
  flex:0 0 83.33333%;
  max-width:83.33333%
 }
 .col-md-11 {
  flex:0 0 91.66667%;
  max-width:91.66667%
 }
 .col-md-12 {
  flex:0 0 100%;
  max-width:100%
 }
}
@media (min-width:992px) {
 .col-lg {
  flex-basis:0%;
  -webkit-box-flex:1;
  flex-grow:1;
  max-width:100%
 }
 .col-lg-auto {
  flex:0 0 auto;
  width:auto;
  max-width:100%
 }
 .col-lg-1 {
  flex:0 0 8.33333%;
  max-width:8.33333%
 }
 .col-lg-2 {
  flex:0 0 16.66667%;
  max-width:16.66667%
 }
 .col-lg-3 {
  flex:0 0 25%;
  max-width:25%
 }
 .col-lg-4 {
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .col-lg-5 {
  flex:0 0 41.66667%;
  max-width:41.66667%
 }
 .col-lg-6 {
  flex:0 0 50%;
  max-width:50%
 }
 .col-lg-7 {
  flex:0 0 58.33333%;
  max-width:58.33333%
 }
 .col-lg-8 {
  flex:0 0 66.66667%;
  max-width:66.66667%
 }
 .col-lg-9 {
  flex:0 0 75%;
  max-width:75%
 }
 .col-lg-10 {
  flex:0 0 83.33333%;
  max-width:83.33333%
 }
 .col-lg-11 {
  flex:0 0 91.66667%;
  max-width:91.66667%
 }
 .col-lg-12 {
  flex:0 0 100%;
  max-width:100%
 }
}
@media (min-width:1200px) {
 .col-xl {
  flex-basis:0%;
  -webkit-box-flex:1;
  flex-grow:1;
  max-width:100%
 }
 .col-xl-auto {
  flex:0 0 auto;
  width:auto;
  max-width:100%
 }
 .col-xl-1 {
  flex:0 0 8.33333%;
  max-width:8.33333%
 }
 .col-xl-2 {
  flex:0 0 16.66667%;
  max-width:16.66667%
 }
 .col-xl-3 {
  flex:0 0 25%;
  max-width:25%
 }
 .col-xl-4 {
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .col-xl-5 {
  flex:0 0 41.66667%;
  max-width:41.66667%
 }
 .col-xl-6 {
  flex:0 0 50%;
  max-width:50%
 }
 .col-xl-7 {
  flex:0 0 58.33333%;
  max-width:58.33333%
 }
 .col-xl-8 {
  flex:0 0 66.66667%;
  max-width:66.66667%
 }
 .col-xl-9 {
  flex:0 0 75%;
  max-width:75%
 }
 .col-xl-10 {
  flex:0 0 83.33333%;
  max-width:83.33333%
 }
 .col-xl-11 {
  flex:0 0 91.66667%;
  max-width:91.66667%
 }
 .col-xl-12 {
  flex:0 0 100%;
  max-width:100%
 }
}
.p-1 {
    padding: .1rem;
}
.mb-2, .my-2 {
    margin-bottom: .25rem;
}
.imageBox {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 270px;
}
.imageBox p {
    position: absolute;
    margin: 0;
    padding: 0.25em 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: #fff;
    transition: 0.5s;
    text-transform: uppercase;
    line-height: 1.5;
    text-shadow: 0 2px 5px rgba(0,0,0);
}
.imageBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.2);
}
.imageBox:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
}
p.h4 {
    font-size: 25px;
    text-align: center !important;
}
.fullHeight {
    min-height: 270px;
    height: 100%;
}
.smallHeight {
    height: 170px !important;
}
.text-justify {
    text-align: justify !important;
}
.property-h1 {
  text-align: left;
  margin: 0;
  font-size: 20px;
  padding: 0;
  line-height: 22px;
  text-transform: uppercase;
}

.whatsapp {
	position: absolute;
	top: 20px;
	right: 30px;
	left: auto;
	z-index: 10000;
	display: none;
}
.whatsapp img {
	height: 24px;
	width: 24px;
}
@media (min-width: 390px) {
	.whatsapp {
		display: block;
	}
}
@media (min-width: 992px) {
	.whatsapp {
		right: 110px;
		left: auto;
	}
	.home .whatsapp {
		top: 30px;
	}
}
@media (min-width: 1200px) {
	.whatsapp {
		right: 5px;
		left: auto;
	}
}
@media (min-width: 1320px) {
	.whatsapp {
		right: auto;
		left: 88%;
	}
}

.widgetEmail, .widgetWhatsapp{
	align-items: center;
	background-color: #DB0D43;
	border-radius: 50%;
	bottom: 20px;
	box-shadow: 0 0 1rem 0 rgba(60, 60, 60, 0.4);
	cursor: pointer;
	display: flex;
	height: 56px;
	justify-content: center;
	position: fixed;
	right: 20px;
	text-decoration: none;
	width: 56px;
	z-index: 25;
}
.widgetEmail:hover{
	background-color: #b70b38;
}
.widgetWhatsapp{
	background-color: #43CC3D;
}
.widgetWhatsapp:hover{
	background-color: #38BB33;
}
.more-btn {
	background: none;
	border: none;
	color: #DB0D43;
	cursor: pointer;
}
.more-btn:hover {
	color: #b70b38;
}
