/*!
Theme Name: The Goods
Author: Cristi Macovei
Author URI: https://www.codeable.io/developers/cristi-macovei/
Description: Custom theme for The Goods, based on Underscores framework
Version: 1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-goods
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: none !important;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.a-no-style,
.footer-urls {
	color: inherit;
	text-decoration: none;
}

.a-no-style:hover,
.footer-urls:hover {
	text-decoration: none;
	color: inherit;
}

.a-no-style:visited,
.footer-urls:visited {
	text-decoration: none;
	color: inherit;
}

.a-no-style:active,
.footer-urls:active {
	text-decoration: none;
	color: inherit;
}

.a-no-style:focus,
.footer-urls:focus {
	text-decoration: none;
	color: inherit;
}

a {
	text-decoration: none !important;
}

a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none !important;
}

@font-face {
	font-family: 'goods-icons';
	src: url("fonts/goods-icons.eot?ujpkyk");
	src: url("fonts/goods-icons.eot?ujpkyk#iefix") format("embedded-opentype"), url("fonts/goods-icons.ttf?ujpkyk") format("truetype"), url("fonts/goods-icons.woff?ujpkyk") format("woff"), url("fonts/goods-icons.svg?ujpkyk#goods-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

body a,
body a:hover {
	color: #333;
}

i {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'goods-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.6em;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.d-icons-arrow_up:before {
	content: "\e910";
	font-size: 21px;
	color: white;
}

.d-icons-arrow_down:before {
	content: "\e911";
	font-size: 21px;
	color: white;
}

.d-icons-linkedin:before {
	content: "\e90f";
}

.d-icons-delete:before {
	content: "\e90a";
}

.d-icons-dropdown:before {
	content: "\e90e";
}

.d-icons-garage:before {
	content: "\e900";
}

.d-icons-gplus:before {
	content: "\e901";
}

.d-icons-instagram:before {
	content: "\e902";
}

.d-icons-mail:before {
	content: "\e903";
}

.d-icons-map:before {
	content: "\e904";
}

.d-icons-marker:before {
	content: "\e905";
}

.d-icons-menu:before {
	content: "\e906";
}

.d-icons-mosaic:before {
	content: "\e907";
}

.d-icons-phone:before {
	content: "\e908";
}

.d-icons-pin:before {
	content: "\e909";
}

.d-icons-pinterest:before {
	content: "\e90b";
}

.d-icons-twitter:before {
	content: "\e90c";
}

.d-icons-type:before {
	content: "\e90d";
}

.d-icons-website:before {
	content: "\e918";
}

.d-icons-banknote:before {
	content: "\e919";
}

.d-icons-bath:before {
	content: "\e91a";
}

.d-icons-bed:before {
	content: "\e92d";
}

.d-icons-fb:before {
	content: "\e935";
}

.d-icons-filter:before {
	content: "\e936";
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.jssocials-shares {
	margin: 0.2em 0;
}

.jssocials-shares * {
	box-sizing: border-box;
}

.jssocials-share {
	display: inline-block;
	vertical-align: top;
	margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
	margin-right: 0;
}

.jssocials-share-logo {
	width: 1em;
	vertical-align: middle;
	font-size: 20px;
}

img.jssocials-share-logo {
	width: auto;
	height: 1em;
}

.jssocials-share-link {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
	padding-top: .2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
	display: block;
	font-size: .6em;
	margin: 0 -.5em -.8em -.5em;
}

.jssocials-share-link.jssocials-share-no-count {
	padding-top: .5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
	height: 1em;
}

.jssocials-share-label {
	padding-left: 0.3em;
	vertical-align: middle;
}

.jssocials-share-count-box {
	display: inline-block;
	height: 1.5em;
	padding: 0 0.3em;
	line-height: 1;
	vertical-align: middle;
	cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
	display: none;
}

.jssocials-share-count {
	line-height: 1.5em;
	vertical-align: middle;
}

#social-share .jssocials-share-link {
	border-radius: 50%;
}

#social-share {
	position: fixed;
	z-index: 999;
}

#social-share .jssocials-share {
	margin: 5px;
}

#social-share .jssocials-shares {
	display: flex;
	flex-direction: column;
}

.jssocials-share-twitter .jssocials-share-link {
	background: #000;
}

.jssocials-share-twitter .jssocials-share-link:hover {
	background: #000;
}

.jssocials-share-facebook .jssocials-share-link {
	background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
	background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
	background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
	background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
	background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
	background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
	background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
	background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
	background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
	background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
	background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
	background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
	background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
	background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
	background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
	background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
	background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
	background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
	background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
	background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
	background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
	background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
	background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
	background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
	background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
	background: #344d6c;
}

.jssocials-share-link {
	padding: .5em .6em;
	color: #fff;
	-webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:visited {
	color: #fff;
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
	color: #fff;
}

.jssocials-share-count-box {
	position: relative;
	height: 2.5em;
	padding: 0 .3em;
	margin-left: 0.3em;
	background: #f5f5f5;
	-webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
	background: gainsboro;
}

.jssocials-share-count-box:hover:after {
	border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.85em;
	left: -0.3em;
	width: 0;
	height: 0;
	border-width: 0.4em 0.4em 0.4em 0;
	border-style: solid;
	border-color: transparent #f5f5f5 transparent transparent;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
	line-height: 2.5em;
	color: #444;
}

@media screen and (min-width: 1001px) {
	#social-share {
		left: 0;
		top: 0;
		margin-left: 5px;
		font-size: 20px;
		top: 45%;
	    transform: translate(0, -50%);
	}
}

@media screen and (max-width: 1000px) {
	#social-share {
		bottom: 0;
		font-size: 18px;
		width: 100%;
	}
	#social-share .jssocials-shares {
	    flex-direction: row;
	    justify-content: center;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	background: #efefef;
}

html #container-static,
body #container-static {
	max-width: 1170px;
	margin: auto;
	padding-top: 85px;
	color: #898989;
}

html #container-static #sorted,
body #container-static #sorted {
	float: left;
	text-align: left;
	width: 50%;
	font-size: 16px;
	color: #898989;
}

html #container-static #add-button,
body #container-static #add-button {
	float: left;
	text-align: right;
	width: 50%;
}

html #container-static #add-button a,
body #container-static #add-button a {
	background-color: #8a65f1;
	border: 1px solid #8a65f1;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 45px;
	width: 195px;
	padding: 15px 25px;
	text-decoration: none;
}

html #container-static input[type="button"],
body #container-static input[type="button"] {
	background-color: #8a65f1;
	border: 1px solid #8a65f1;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 45px;
	width: 195px;
}

html #container-static .url,
body #container-static .url {
	margin-left: 28px;
	float: left;
	margin-top: 55px;
	color: #898989;
}

html #container-static .url-width,
body #container-static .url-width {
	width: calc(100% - 168px);
	float: left;
}

.website-item-seperator {
	margin-top: 10px;
	margin-bottom: 28px;
}

.website-item {
	display: flex;
	flex-direction: row;
	height: 240px;
}

.website-item .website-img-wrapper {
	flex: 0 0 138px;
	text-align: center;
	padding-right: 18px;
}

.website-item .website-img-wrapper .website-visit {
	color: #8a65f1;
	text-decoration: none;
}

.website-item .website-img-wrapper .website-visit:hover,
.website-item .website-img-wrapper .website-visit:visited,
.website-item .website-img-wrapper .website-visit:active,
.website-item .website-img-wrapper .website-visit:focus {
	color: #8a65f1;
	text-decoration: none;
}

.website-item .website-img-wrapper .website-img {
	margin-bottom: 6px;
	height: 85%;
}

.website-item .website-config-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.website-item .website-config-wrapper .website-slug-wrapper input[type="text"] {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	width: 265px;
	height: 40px;
}

.website-item .website-config-wrapper .website-slug-wrapper input[type="text"]:focus {
	outline: none;
}

.website-item .website-config-wrapper .website-meta-container {
	display: flex;
	padding-top: 30px;
}

.website-item .website-config-wrapper .website-meta-container .website-username {
	border-right: 1px solid #e1e1e1;
	margin-right: 12px;
	flex: 1;
}

.website-item .website-config-wrapper .website-meta-container .website-username-img {
	height: 45px;
	width: 45px;
	border-radius: 45px;
	background-size: cover;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
}

.website-item .website-config-wrapper .website-meta-container .website-details {
	border-right: 1px solid #e1e1e1;
	margin-right: 12px;
	margin-left: 12px;
	flex: 1;
}

.website-item .website-config-wrapper .website-meta-container .website-usage {
	border-right: 1px solid #e1e1e1;
	margin-right: 12px;
	margin-left: 12px;
	flex: 1;
}

.website-item .website-config-wrapper .website-meta-container .website-controls {
	margin-left: 12px;
	flex: 1;
}

.website-item .website-config-wrapper .website-meta-container .website-controls a {
	color: #8a65f1;
	text-decoration: none;
	display: block;
}

.website-item .website-config-wrapper .website-meta-container .website-controls a:hover,
.website-item .website-config-wrapper .website-meta-container .website-controls a:visited,
.website-item .website-config-wrapper .website-meta-container .website-controls a:active,
.website-item .website-config-wrapper .website-meta-container .website-controls a:focus {
	color: #8a65f1;
	text-decoration: none;
}

#show-controls {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 15px;
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
	#show-controls {
		display: none;
	}
}

#map-conteiner {
	position: relative;
}

#map {
	position: relative;
	width: 100%;
	height: 600px;
}

#map-controls {
	position: absolute;
	overflow: scroll;
	height: 500px;
	top: 65px;
	left: 20px;
	display: none;
}

#map .iw-main-container .gm-style-iw {
	top: 17px !important;
}

#map .iw-main-container .iw-prop-sq,
#map .iw-main-container .iw-prop-show-main {
	display: none;
}

#map .iw-container {
	box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px !important;
	width: 410px;
	overflow-y: hidden;
	overflow-x: hidden;
}

#map .iw-image,
#map-controls .iw-image {
	float: left;
	width: 120px;
	height: 120px;
	background-color: red;
	background-size: cover;
	background-position: center;
}

#map .iw-content,
#map-controls .iw-content {
	float: left;
	background-color: #fff;
	padding: 15px;
	height: 120px;
	width: 240px;
}

#map .iw-content p {
	font-size: 16px;
	margin: 3.5px 0;
}

#map .iw-price {
	font-size: 18px;
	font-weight: 500;
}

#map .iw-prop-info {
	font-weight: 500;
}

#map .iw-prop-info i {
	margin-right: 3px;
}

#map .iw-prop-show {
	display: block;
	float: left;
	height: 120px;
	width: 40px;
	background-image: url("/static/admin/images/photonext.png");
	background-size: 38px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#map .iw-prop-show:hover {
	opacity: 0.6;
}

#map .iw-main-container>div:nth-child(1)>div:nth-child(2) {
	background-color: transparent !important;
	box-shadow: none !important;
}

#map .iw-main-container>div:nth-child(1)>div:nth-child(4) {
	background-color: transparent !important;
}

#map-controls .iw-prop-show {
	display: none;
}

#map-controls .iw-prop-show-main {
	display: block;
	float: left;
	height: 120px;
	width: 40px;
	background-color: #fff;
	cursor: pointer;
}

#map-controls .iw-container {
	position: relative;
}

#map-controls .iw-prop-show-main:hover>img {
	opacity: 0.7;
}

#map-controls .iw-prop-show-main img {
	position: relative;
	top: calc(50% - 19px);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

#map-controls .iw-prop-show-main.active img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

#map-controls .iw-content {
	border-bottom: 1px solid #eee;
	width: 400px !important;
}

#map-controls .iw-content p {
	margin: 7.5px 0;
	font-size: 16px;
}

#map-controls .iw-price {
	font-size: 18px;
	font-weight: 600;
}

#map-controls .iw-prop-info,
#map-controls .iw-prop-sq {
	font-size: 12px;
}

#map-controls .iw-prop-info i,
#map-controls .iw-prop-sq i {
	margin-right: 3px;
}

#map-controls .iw-prop-sq {
	margin-left: 15px;
}

footer {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	width: 100%;
	color: #d9d9d9;
}

.footer-icons-wrapper {
	display: table;
	margin: 0 auto;
}

.footer-icons-wrapper .footer-icons {
	font-size: larger;
	display: table-row;
}

.footer-icons-wrapper .footer-icons .icon-wrapper,
.footer-icons-wrapper .footer-icons p {
	display: table-cell;
	vertical-align: middle;
}

.footer-icons-wrapper .footer-icons p {
	margin: 0;
}

.profile-footer {
	display: flex;
	height: 100%;
	align-items: center;
}

.profile-footer .info-footer-wrapper .info-icons {
	margin-top: 20px;
}

.profile-footer .info-footer-wrapper .info-icons i {
	font-size: 30px;
	margin-top: 14px;
	margin-right: 11px;
	margin-left: 11px;
}

@media screen and (min-width: 1001px) {
	.profile-footer-wrapper {
		display: inline-block;
		flex-basis: 35%;
	}
}

@media screen and (max-width: 1000px) {
	.profile-footer-wrapper {
		display: block;
	}
}

@media screen and (max-width: 1000px) {
	.profile-footer {
		text-align: center;
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.profile-footer .face-footer-wrapper {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.profile-footer .face-footer-container {
	align-items: center;
    display: flex;
    gap: 5px;
}
.profile-footer .info-footer-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1001px) {
	.profile-footer .face-footer-wrapper {
		margin-right: 40px;
	}
	.pre-footer .container {
		display: flex;
		height: 100%;
		align-items: center;
	}
}

@media screen and (max-width: 1000px) {
	.profile-footer .face-footer-wrapper {
		justify-content: center;
		margin-bottom: 20px;
		font-weight: bold;
	}
}

.profile-footer .face-footer-wrapper .face-footer-container .face-footer {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 90px;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.profile-footer .face-footer-wrapper .face-footer-container .face-footer-text {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

section.pre-footer {
	color: white;
	position: relative;
	width: 100%;
	float: left;
	margin-top: 30px;
}

@media screen and (min-width: 1001px) {
	section.pre-footer {
		height: 155px;
	}
}

section.pre-footer .container-fluid {
	max-width: 1200px;
	position: relative;
	height: 100%;
}

.footer-left {
	text-align: left;
}

.footer-left a {
	text-decoration: none;
	margin-right: 20px;
	margin-top: 15px;
	float: left;
}

.footer-right {
	text-align: right;
}

@media screen and (max-width: 1000px) {
	.footer-items {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 1000px) {
	.footer-urls {
		margin: 30px 0 0;
	}
}

@media screen and (max-width: 1000px) {
	.info-element {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

html,
body {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1000px) {
	body {
		padding-top: 75px;
	}
}

.home-avatar.face {
	background-size: cover; 
	background-repeat: no-repeat;
}

.heading,
.front-app h3 {
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-weight: 700;
	padding-top: 40px;
	font-size: 30px;
}

.heading-underline,
.front-app hr {
	width: 110px;
	margin: 20px auto;
	opacity: 1;
}

.front-app {
	overflow-x: hidden;
}

.front-app .cover {
	width: 100%;
	height: 225px;
	background: url("images/bg_thegoods.jpg");
	background-position: center center;
}

.front-app .cover-index-img {
	background-size: cover;
}

.front-app .face {
	height: 132px;
	width: 132px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: auto;
	margin-top: -98px;
}

.front-app h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 46px;
	text-align: center;
	margin-top: 35px;
}

.front-app h2 {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	margin: 40px auto 0;
	text-align: center;
	max-width: 1140px;
}
.front-app p {
	margin-bottom: 0;
}

.front-app .last-days-img {
	display: block;
	width: 100%;
	height: 90px;
}

.front-app .home-filters-container .last-days-img {
	width: 100%;
	height: 90%;
}

.front-app .item-img {
	background-color: #efefef;
	width: 263px;
	height: 240px;
	margin-bottom: 20px;
	margin-right: 15px;
}

.front-app .item {
	background-color: white;
	width: 263px;
	padding-bottom: 20px;
	margin-bottom: 70px;
	margin-right: 15px;
	margin-top: 10px;
	float: left;
}

.front-app div {
	text-align: center;
}

.front-app .sale-img {
	position: relative;
}

.front-app .sale-img .label {
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: 100%;
}

.front-app .socials {
	margin-top: 36px;
	margin-bottom: 0px;
}

.front-app .socials i {
	font-size: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
.front-app .socials:focus,
.front-app .socials:visited {
	outline: none;
}

.front-app section.listings {
	background-color: #ebebeb;
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 70px;
}

@media screen and (max-width: 1000px) {
	.front-app section.listings .search-input-container {
		width: 100%;
		flex-direction: column;
	}
}

.front-app section.listings .custom-select-gen {
	margin-left: 0;
}

@media screen and (max-width: 1000px) {
	.front-app section.listings .custom-select-gen {
		width: 100%;
		order: 2;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1000px) {
	.front-app section.listings .custom-select-gen.small-select {
		min-width: initial;
	}
}

@media screen and (max-width: 1000px) {
	.front-app section.listings .search-input-button {
		flex: initial;
		order: 3;
	}
}

@media screen and (max-width: 1000px) {
	.front-app section.listings .search-input {
		flex: initial;
		order: 1;
		margin-bottom: 10px;
	}
}

.front-app section.listings .section-desc {
	color: #858585;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 35px;
}

.front-app section.listings h4 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}

.front-app section.listings p {
	font-size: 18px;
	font-family: 'Playfair Display', serif;
}

.front-app section.listings .item-details {
	font-size: 12, 6px;
	font-family: 'Playfair Display', serif;
	display: inline;
	margin-left: 5px;
	margin-right: 15px;
}

.front-app .overbids-img {
	background-position: center center;
	background-repeat: no-repeat;
}

.front-app .underbids-img {
	background-position: center center;
	background-repeat: no-repeat;
}

.front-app .sales-img {
	background-position: center center;
	background-repeat: no-repeat;
}

.front-app .listings-img {
	background-position: center center;
	background-repeat: no-repeat;
}

.front-app .sale30-img {
	background-position: center center;
	background-repeat: no-repeat;
}

.header-color {
	color: #27ae60;
}

.home-filters-container {
	padding-bottom: 40px;
	padding-top: 40px;
	display: flex;
	width: 100%;
}

.home-filters-container .handle {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 60px;
	column-gap: 20px;
}

@media screen and (max-width: 1000px) {
	.home-filters-container .handle {
		width: 800px;
	}
}

.home-filter-button {
	flex: 0 0 calc(25% - 15px);
	display: inline-block;
	max-width: calc(25% - 15px);
}

.home-filter-button.overbids-customize img {
	width: 88px;
}
.home-filter-button.underbids-customize img {
	width: 79px;
}
.home-filter-button.recent-customize img {
	width: 109px;
}
.home-filter-button.hot-customize img {
	width: 104px;
}
.home-filter-button.sale30-customize img {
	width: 102px;
}
.home-filter-button.featured_properties-customize img {
	width: 110px;
}
.standard-hide {
	display: none;
}

.theme-light section.pre-footer {
	background-color: #3cbced;
}

.theme-light .face {
	width: 250px;
	height: 250px;
	margin-top: 107px;
}

.theme-light h1 {
	font-family: 'Lato', sans-serif;
	color: white;
	text-align: right;
	margin-top: 116px;
	font-size: 48px;
	float: right;
}

.theme-light h2 {
	font-family: 'Lato', sans-serif;
	color: white;
	text-align: right;
	margin-top: 45px;
	font-size: 24px;
	float: right;
	width: 400px;
}

.theme-light hr {
	display: none;
}

.theme-light h3.dark {
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	padding-top: 28px;
	margin-bottom: 25px;
	margin-top: 0px;
}

.theme-light .light-hide {
	display: none;
}

.theme-light .standard-hide {
	display: inline-block;
}

.theme-light .logo {
	background: url("/static/front/images/logo-light.png");
	float: left;
}

.theme-light .cover {
	height: 497px;
	background: url("/static/front/images/cover-light.png");
}

.theme-light nav p.number {
	color: #3cbced;
}

.theme-light nav .web {
	background-repeat: no-repeat;
}

.theme-light nav .mail {
	background-repeat: no-repeat;
}

.theme-light nav .phone {
	background-repeat: no-repeat;
}

.theme-light .sale30-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
	height: 110px;
}

.theme-light .overbids-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
	height: 110px;
}

.theme-light .underbids-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
	height: 110px;
}

.theme-light .sales-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
	height: 110px;
}

.theme-light .listings-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
	height: 110px;
}

.theme-light .bolden {
	font-weight: 700;
}

nav.front-nav {
	width: 100%;
	text-align: left !important;
}

@media screen and (max-width: 1000px) {
	nav.front-nav {
		position: fixed;
		top: 0px;
		z-index: 9999;
	}
}

@media screen and (min-width: 1001px) {
	nav.front-nav {
		height: 117px;
	}
}

@media screen and (max-width: 1000px) {
	nav.front-nav {
		height: 75px;
	}
}

nav.front-nav .container {
	white-space: nowrap;
	position: relative;
}

@media screen and (max-width: 1000px) {
	nav.front-nav .container {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
}

nav.front-nav #contact-icons-container {
	text-align: right;
	height: 117px;
	position: absolute;
	top: 0;
	right: 0;
}

nav.front-nav .hamburger-menu {
	z-index: 3;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}

nav.front-nav .hamburger-menu-container {
	width: 50px;
	position: absolute;
	top: 0;
	flex: 1;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

@media screen and (min-width: 1001px) {
	nav.front-nav .hamburger-menu-container {
		left: 120px;
		height: 117px;
	}
}

@media screen and (max-width: 1000px) {
	nav.front-nav .hamburger-menu-container {
		left: 10px;
		height: 100%;
	}
}

nav.front-nav .hamburger-menu:focus {
	outline: none;
}

nav.front-nav .hamburger-menu span {
	display: block;
	position: absolute;
	top: 18.5px;
	left: 5px;
	right: 5px;
	height: 3px;
	transition: transform 0.3s, background 1.5s;
}

@media screen and (min-width: 1001px) {
	nav.front-nav .hamburger-menu span {
		top: -30px;
	}
}

nav.front-nav .hamburger-menu span::before,
nav.front-nav .hamburger-menu span::after {
	transition-duration: 0.3s, 0.3s, 1.5s;
	transition-delay: 0.3s, 0s;
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #27ae60;
	content: "";
}

nav.front-nav .hamburger-menu span::before {
	top: -8px;
	transition-property: top, transform, background-color;
}

nav.front-nav .hamburger-menu span::after {
	bottom: -8px;
	transition-property: bottom, transform, background-color;
}

nav.front-nav .hamburger-menu-htx span {
	transition: background 0.3s;
}

nav.front-nav .hamburger-menu-htx span::before,
nav.front-nav .hamburger-menu-htx span::after {
	transition-duration: 0.3s, 0.3s, 1.5s, 1.5s;
	transition-delay: 0.3s, 0s;
}

nav.front-nav .hamburger-menu-htx span::before {
	transition-property: top, transform, background-color;
}

nav.front-nav .hamburger-menu-htx span::after {
	transition-property: bottom, transform, background-color;
}

nav.front-nav .hamburger-menu-htx--is-active span {
	background: transparent;
}

nav.front-nav .hamburger-menu-htx--is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

nav.front-nav .hamburger-menu-htx--is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

nav.front-nav .hamburger-menu-htx--is-active span::before,
nav.front-nav .hamburger-menu-htx--is-active span::after {
	transition-delay: 0s, 0.3s;
	background-color: #27ae60;
}

nav.front-nav .nav-items {
	overflow: hidden;
	overflow-y: scroll;
	display: flex;
	position: absolute;
	top: 75px;
	z-index: 9;
	background-color: black;
	left: 0;
	width: 100%;
	flex-direction: column;
}

@media screen and (max-width: 1000px) {
	nav.front-nav .nav-items .personal-details--mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin-bottom: 45px;
	}
	.personal-details--mobile .personal-avatar-mobile {
		display: flex;
		flex-direction: row;
		align-content: center; 
		align-items: center
	}
	.personal-details--mobile .personal-name-mobile {
		flex: 1;
	}
	.personal-details--mobile .personal-social-mobile {
		text-align: center;
	}
}

nav.front-nav .nav-items hr {
	margin: 0 auto;
	width: 50px;
	opacity: 1;
}

@media screen and (min-width: 1001px) {
	nav.front-nav .nav-items hr {
		display: none;
	}
}

nav.front-nav .nav-items>*:last-child {
	margin-bottom: 60px;
}

@media screen and (min-width: 1001px) {
	nav.front-nav .nav-items {
		max-height: 0;
		transition: max-height 1s;
	}
}

@media screen and (max-width: 1000px) {
	nav.front-nav .nav-items {
		height: 0;
		transition: height 1s;
	}
}

nav.front-nav .nav-items hr {
	border: 1px solid #27ae60;
}

@media screen and (min-width: 1001px) {
	nav.front-nav .nav-items {
		left: 120px;
		width: auto;
		padding-right: 120px;
		background-color: white;
		text-align: left;
	}
}

nav.front-nav .nav-items a {
	font-family: 'Playfair Display', serif;
	text-decoration: none;
	font-weight: 400;
	position: relative;
}

@media screen and (min-width: 1001px) {
	nav.front-nav .nav-items a {
		padding-left: 90px;
		color: black;
		font-size: 22px;
		line-height: 44px;
		font-weight: bold;
	}
}

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

	nav.front-nav .nav-items a:hover,
	nav.front-nav .nav-items a:visited,
	nav.front-nav .nav-items a:focus {
		color: white;
	}
}

@media screen and (max-width: 1000px) {
	nav.front-nav .nav-items a {
		font-size: 24px;
		color: white;
		text-align: center;
		margin: 0;
		padding: 5px 20px;
	}

	nav.front-nav .nav-items a a:first-of-type {
		margin-left: 0;
	}

	nav.front-nav .nav-items a.contact-icon {
		padding: 0;
	}
}

nav.front-nav .nav-items a .icon {
	text-align: right;
	position: absolute;
	left: 0;
}

@media screen and (max-width: 1000px) {
	nav.front-nav .nav-items a .icon {
		display: none;
	}
}

nav.front-nav .nav-items a .icon .last-days-img {
	text-indent: 2.4em;
	display: inline-block;
}

@media screen and (max-width: 1000px) {
	nav.front-nav .nav-items--active {
		height: calc(100vh - 75px);
	}
}

@media screen and (min-width: 1001px) {
	nav.front-nav .nav-items--active {
		max-height: 270px;
	}
}

nav.front-nav #logo-container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

nav.front-nav .logo {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	box-shadow: 2px -3px 13px rgba(0, 0, 0, 0.45);
}

nav.front-nav .logo .img-wrapper {
	padding: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav.front-nav .logo .img-wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	background-color: #FFF;
	width: 100%;
}

section.home-footer {
	margin-top: 0;
}

@media screen and (min-width: 1001px) {
	nav.front-nav .logo.horizontal {
		margin-top: 38px;
		width: 575px;
		height: 130px;
		box-shadow: none;
	}

	nav.front-nav .logo.horizontal img {
		max-height: 110px;
		box-shadow: 2px -3px 7px rgba(0, 0, 0, 0.25);
	}

	nav.front-nav .logo.vertical {
		margin-top: 5px;
		width: 185px;
		height: 225px;
		box-shadow: none;
	}

	nav.front-nav .logo.vertical img {
		max-height: 205px;
		box-shadow: 2px -3px 7px rgba(0, 0, 0, 0.25);
	}

	nav.front-nav .logo.square {
		margin-top: 18px;
		width: 185px;
		height: 185px;
		box-shadow: none;
	}

	nav.front-nav .logo.square .img-wrapper img {
		box-shadow: 2px -3px 7px rgba(0, 0, 0, 0.25);
		max-height: 165px;
	}

	nav.front-nav .logo.round {
		margin-top: 18px;
		width: 185px;
		height: 185px;
		border-radius: 50%;
	}

	nav.front-nav .logo.round .img-wrapper {
		padding: 0;
	}

	nav.front-nav .logo.round .img-wrapper img {
		max-height: 185px;
	}

	.footer-left {
		flex-basis: 66%;
	}
}

@media screen and (max-width: 1000px) {
	nav.front-nav .logo.horizontal {
		margin-top: 10px;
		width: 242px;
		height: 64px;
	}

	nav.front-nav .logo.horizontal .img-wrapper {
		padding: 0;
	}

	nav.front-nav .logo.horizontal .img-wrapper img {
		max-height: 64px;
	}

	nav.front-nav .logo.vertical {
		margin-top: 8px;
		width: 86px;
		height: 102px;
	}

	nav.front-nav .logo.vertical .img-wrapper {
		padding: 0;
	}

	nav.front-nav .logo.vertical .img-wrapper img {
		max-height: 102px;
	}

	nav.front-nav .logo.square {
		margin-top: 24px;
		width: 86px;
		height: 86px;
	}

	nav.front-nav .logo.square .img-wrapper {
		padding: 0;
	}

	nav.front-nav .logo.round {
		margin-top: 24px;
		width: 86px;
		height: 86px;
		border-radius: 50%;
	}

	nav.front-nav .logo.round .img-wrapper {
		padding: 0;
	}
}

nav.front-nav img:first-of-type {
	margin: 0;
}

nav.front-nav img:nth-of-type(3) {
	margin-top: 50px;
}

nav.front-nav img:nth-of-type(4) {
	margin-top: 46px;
}

nav.front-nav img {
	margin-top: 47px;
	margin-right: 15px;
	margin-left: 25px;
}

nav.front-nav p.number {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	display: inline-block;
	float: right;
	margin-top: 54px;
	margin-left: 10px;
}

@media screen and (max-width: 1000px) {
	nav.front-nav p.number {
		display: none;
	}
}

@media screen and (min-width: 1001px) {
	nav.front-nav span {
		float: right;
		margin-top: 47px;
	}
}

nav.front-nav .menu-wrapper {
	text-align: left;
	float: left;
	margin-top: 47px;
	width: calc(100% - 90px);
}

nav.front-nav .display-block {
	display: block;
}

nav.front-nav .web {
	cursor: pointer;
	position: relative;
	height: 24px;
	width: 24px;
	display: inline-block;
	margin-left: 28px;
	margin-top: 48px;
}

@media screen and (max-width: 1000px) {
	nav.front-nav .web {
		display: none;
	}
}

nav.front-nav .web i {
	font-size: 33px;
}

nav.front-nav .web-popup {
	position: absolute;
	background-color: white;
	padding: 20px;
	left: -20px;
	top: 40px;
	display: none;
	white-space: nowrap;
}

nav.front-nav .web-popup div {
	display: inline;
}

nav.front-nav .web-popup button {
	font-family: "Playfair Display";
	font-weight: 700;
	color: white;
	display: inline-block;
	border: none;
	/* height: 100%;
     */
	height: 50px;
	margin: -14px -13px -15px 40px;
	width: 121px;
}

nav.front-nav .mail {
	cursor: pointer;
	position: relative;
	height: 24px;
	width: 24px;
	display: inline-block;
	margin-left: 28px;
	margin-top: 48px;
}

@media screen and (max-width: 1000px) {
	nav.front-nav .mail {
		display: none;
	}
}

nav.front-nav .mail i {
	font-size: 33px;
}

nav.front-nav .mail-popup {
	position: absolute;
	background-color: white;
	padding: 20px;
	left: -20px;
	top: 40px;
	display: none;
	white-space: nowrap;
	top: 37px;
}

nav.front-nav .mail-popup div {
	display: inline;
}

nav.front-nav .mail-popup button {
	font-family: "Playfair Display";
	font-weight: 700;
	color: white;
	display: inline-block;
	border: none;
	/* height: 100%;
     */
	height: 50px;
	margin: -14px -13px -15px 40px;
	width: 121px;
}

nav.front-nav .phone {
	cursor: pointer;
	position: relative;
	height: 24px;
	width: 24px;
	display: inline-block;
	margin-left: 28px;
	margin-top: 48px;
}

@media screen and (max-width: 1000px) {
	nav.front-nav .phone {
		display: none;
	}
}

nav.front-nav .phone i {
	font-size: 33px;
}

nav.front-nav .phone-popup {
	white-space: nowrap;
	position: absolute;
	background-color: white;
	padding: 20px;
	left: -20px;
	top: 40px;
	display: none;
	white-space: nowrap;
}

nav.front-nav .phone-popup div {
	display: inline;
}

nav.front-nav .phone-popup button {
	font-family: "Playfair Display";
	font-weight: 700;
	color: white;
	display: inline-block;
	border: none;
	/* height: 100%;
     */
	height: 50px;
	margin: -14px -13px -15px 40px;
	width: 121px;
}

.sales-container {
	width: 100%;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
}

.sales-container-bids {
	height: 400px;
}

.sale-item {
	display: inline-block;
	width: 265px;
	height: 370px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	background-color: white;
}
.sale-item-bids {
	height: 400px;
}

.overbids-small-listing {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
}

.sale-item h1 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 27px;
}

.sale-item h2 {
	margin: 14px 30px 0;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sale-img {
	height: 240px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.sale-info {
	font-family: 'Playfair Display', serif;
}

.sale-info-counts {
	text-align: center;
	margin-top: 7px;
}

.sale-info-counts div {
	display: inline-block;
	padding-right: 12px;
}

.sale-info-sleeps {
	font-size: 18px;
	vertical-align: middle;
}

.sale-info-sleeps i {
	font-size: 35px;
	vertical-align: middle;
}

.sale-info-baths {
	font-size: 18px;
	vertical-align: middle;
}

.sale-info-baths i {
	font-size: 35px;
	vertical-align: middle;
}

.sale-info-garage {
	font-size: 18px;
	vertical-align: middle;
}

.sale-info-garage i {
	font-size: 35px;
	vertical-align: middle;
}

.top-info {
	max-width: 1200px;
	display: flex;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

@media screen and (max-width: 1000px) {
	.top-info {
		padding-bottom: 20px;
	}
}

.top-info .left {
	font-family: 'Playfair Display', serif;
	flex: 1;
}

.top-info .left i {
	font-size: 1.6em;
	color: #aaaaaa;
}

.top-info .left h1 {
	font-size: 33px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	color: black;
}

@media screen and (max-width: 1000px) {
	.top-info .left h1 {
		text-align: center;
	}
	.top-info .left h1 span {
		font-size: 0.6em;
	}
	.top-info .left h1 span i {
		display: inline-block;
		margin-top: -15px;
	}
}

@media screen and (min-width: 1001px) {
	.top-info .left h1 span {
		margin-left: 20px;
	}
}

.top-info .left h2 {
	font-size: 35px;
	text-align: left;
	color: black;
	margin: 6px 0 0;
}

@media screen and (max-width: 1000px) {
	.top-info .left h2 {
		text-align: center;
	}
}

.top-info .left h3 {
	font-size: 23px;
	font-weight: 100;
	text-align: left;
	margin: 0 0 0 68px;
	padding-top: 0;
	color: black;
}

@media screen and (max-width: 1000px) {
	.top-info .left h3 {
		text-align: center;
		margin: 0;
	}
}

.top-info .right {
	flex: 0 0 480px;
	padding-left: 20px;
	display: flex;
	text-align: left;
	align-items: center;
	/* justify-content: center;
     */
}

@media screen and (max-width: 1000px) {
	.top-info .right {
		display: none;
	}
}

.personal-details {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.personal-details--mobile {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: white;
	min-height: 110px;
}

@media screen and (min-width: 1001px) {
	.personal-details--mobile {
		display: none;
	}
}

.personal-details--inline {
	width: auto;
	display: table;
	margin: 40px auto;
}

.personal-details--inline .info {
	display: inline-block;
	vertical-align: middle;
	padding-top: 13px;
}

.personal-details--inline .info .details {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.personal-details--inline .avatar {
	background-size: cover;
	vertical-align: middle;
}

.personal-details .avatar {
	width: 95px;
	height: 95px;
	display: inline-block;
	border: 3px solid #27ae60;
	background-size: cover;
	margin-right: 18px;
	border-radius: 120px;
}

.personal-details .info {
	display: inline-block;
}

.personal-details .info .icon {
	vertical-align: middle;
	margin-top: -2px;
	display: inline-block;
}

.personal-details .info .details-contact {
	text-align: left;
}

.personal-details .info .details-name {
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: 'Playfair Display', serif;
}

.personal-details .info .details-phone {
	display: inline-block;
	border: none;
	font-size: 18px;
	background-color: #27ae60;
	padding: 10px;
	border-radius: 5px;
	margin-left: 7px;
	margin-right: 7px;
	color: white;
}

@media screen and (max-width: 1000px) {
	.personal-details .info .details-phone {
		margin-top: 20px;
	}
}

.personal-details .info .details-email {
	display: inline-block;
	border: none;
	font-size: 18px;
	background-color: #27ae60;
	padding: 10px;
	border-radius: 5px;
	margin-left: 7px;
	margin-right: 7px;
	color: white;
}

@media screen and (max-width: 1000px) {
	.personal-details .info .details-email {
		margin-top: 20px;
	}
}

.details-gallery {
	white-space: nowrap;
}


.details-gallery .page {
	display: inline-block;
}

.details-gallery .slick-slide img {
	max-height: 250px;
	object-fit: cover;
	width: 100%;
}

.details-wrapper {
	position: relative;
	max-width: 1200px;
	overflow: hidden;
	height: 250px;
	margin: 20px auto 30px;
}

.details-wrapper #details-gallery .slick-slide {
	max-height: 250px;
}

.bottom-border {
	border-bottom: 1px solid #d6d6d6;
}

.location-heading {
	font-size: 23px;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	margin: 20px 0;
}

.details-container {
	background-color: #ebebeb;
}

.offer-details {
	max-width: 1200px;
	background-color: white;
	margin: auto;
	padding: 22px;
}

.offer-details .geo-map {
	margin-bottom: -22px;
	margin-left: -22px;
	margin-right: -22px;
	height: 330px;
}

.offer-details .desc {
	display: flex;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
}
@media screen and (min-width: 1001px) {
	.offer-details .desc .left {
		flex: 1;
		border-right: 1px solid #d6d6d6;
	}
}

.offer-details .desc .left .details {
	vertical-align: middle;
}

.offer-details .desc .left .details .price {
	display: inline-block;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	color: gray;
	padding-right: 50px;
}

.offer-details .desc .left .details .street {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: gray;
	vertical-align: middle;
}

.offer-details .desc .left .desc-text {
	padding-right: 20px;
}

.offer-details .desc .right {
	flex: 0 0 400px;
	text-align: center;
	padding-left: 30px;
	padding-right: 15px;
	font-size: 13px;
}

.offer-details .desc .right i {
	font-size: 3.5em;
}

.offer-details .desc .right .auto-margin {
	margin-left: auto;
	margin-right: auto;
}

.offer-details .desc .right .mini {
	font-size: 0.85em;
}

.offer-details .desc .right .row {
	padding-bottom: 10px;
	padding-top: 5px;
}

.offer-details .desc .right .inside-info {
	padding-top: 20px;
	padding-bottom: 20px;
}

.offer-details .desc .right .common-info {
	padding-top: 15px;
	padding-bottom: 15px;
}

.offer-details .desc .right b {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
}

.d-icon-pin {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/static/front/images/d-icons/pin.png");
}

.d-icon-garage {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/static/front/images/d-icons/garage.png");
}

.d-icon-bed {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/static/front/images/d-icons/bed.png");
}

.d-icon-bath {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/static/front/images/d-icons/bath.png");
}

.d-icon-geo {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/static/front/images/d-icons/geo.png");
}

.d-icon-type {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/static/front/images/d-icons/type.png");
}

.search-wrapper {
	background-color: #ebebeb;
	padding-top: 15px;
}

.search-wrapper .heading,
.search-wrapper .front-app h3,
.front-app .search-wrapper h3 {
	padding-top: 0;
	margin-top: 15px;
}

@media screen and (min-width: 1001px) {
	.search-wrapper hr {
/*		margin-bottom: 50px;*/
		margin: 0;
	    height: 50px;
	    background-color: transparent;
		border-color: transparent;
	}
}

.select-search-style {
	height: 45px;
	border: 1px solid #d7d7d7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-radius: 3px;
}

.mosaic-search-type {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}

.list-search-type {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}

.map-search-type {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
	margin-right: 0;
}

.search-container {
	max-width: 1200px;
	margin: auto;
}

.search-container .search-bar {
	margin-bottom: 20px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.search-container .filter-expander {
	margin-left: 45px;
	margin-right: 45px;
	cursor: pointer;
	vertical-align: middle;
}

.search-container .filter-expander .filter-icon {
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
}

.search-container .filter-expander .filter-icon .filter-count {
	position: absolute;
	right: -5px;
	top: -8px;
	font-size: 10px;
	background-color: #ed1c24;
	border-radius: 81px;
	width: 17px;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	color: white;
	border: 1px solid white;
	font-family: serif;
	box-sizing: border-box;
}

.search-container .filter-expander .filter-arrow {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.5s;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
}

.search-container .filter-expander .filter-arrow--active {
	transform: rotate(180deg);
}

.search-container .sorting {
	text-align: right;
}

.search-container .sorting-input {
	width: 100%;
}

.search-input-container {
	display: flex;
	margin-right: 60px;
	flex: 1;
	text-align: center;
}

.search-input-container .small-select {
	width: auto;
	flex: 0 0 140px;
	margin-left: -2px;
}

.search-input-container .custom-select {
	display: none;
}

.search-input-container .custom-select-gen {
	margin-right: -3px;
	max-height: 45px;
	width: 200px;
}

.search-input-container .custom-select-gen .choose-list {
	top: 42px;
	min-width: 100%;
}

.search-input-container .custom-select-gen .choose-list>* {
	padding: 10px;
}

.search-input-container .custom-select-gen .selected {
	text-align: center;
	padding: 10px;
}

.search-input-container .custom-select-gen[name=site_category] {
	border-radius: 6px 0 0 6px;
}

.search-input-container--half-middle {
	margin-top: -25px;
	z-index: 3;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.search-input-container .search-input {
	flex: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #d7d7d7;
	height: 45px;
	border-radius: 3px;
}
.search-input-container .search-input[name=string_query]:focus,
.search-input-container .search-input[name=string_query]:focus-visible {
	margin-left: 3px;
}

.search-input-button {
	z-index: 2;
	flex: 0 0 100px;
	background-color: #27ae60;
	font-size: 12px;
	color: white;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	border: 0;
	border-radius: 3px;
}
.search-input-button.guide-customize-important {
	height: 44px; 
	border-radius: 0 6px 6px 0;
}

.custom-select-gen {
	cursor: pointer;
	position: relative;
	display: inline-block;
	background-color: white;
	border-radius: 6px;
	min-width: 120px;
	border: 1px solid #dddddd;
	font-weight: bold;
	margin-left: 8px;
}

.custom-select-gen .arrow {
	transition: transform 0.4s;
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	right: 10px;
	top: calc(50% - 8px);
	background: url("images/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.custom-select-gen .arrow.rotate {
	transform: rotate(180deg);
}

.custom-select-gen .choose-list {
	z-index: 15;
	display: none;
	position: absolute;
	top: 48px;
	min-width: 100%;
	left: 0;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #dddddd;
	text-align: left;
	overflow-y: scroll;
	max-height: 400px;
	overflow-x: hidden;
}

.custom-select-gen .choose-list>* {
	padding: 15px 45px 15px 25px;
}

.custom-select-gen .choose-list>*:hover {
	background-color: #cccccc;
}

.custom-select-gen .selected {
	text-align: left;
	padding: 15px 45px 15px 25px;
}

.custom-select-gen.small-select {
	min-width: 110px;
}

.custom-select-gen.medium-select {
	min-width: 85%;
}

.custom-select-gen.big-select {
	min-width: 85%;
}


.filters-container {
	margin-top: 20px;
	background-color: #f4f4f4;
	text-align: center;
	padding: 15px;
}
.filters-container .show-mobile * {
	display: none;
}


.filters-container .show-desktop {
	display: none;
}

.filters-container select {
	display: none;
}

.filters-container i {
	font-size: 3.5em;
}

.filters-container .row {
	white-space: nowrap;
}

.filters-container .row:not(:first-of-type) {
	padding-bottom: 20px;
}

.search-clear-button {
	vertical-align: middle;
	padding: 12px;
	margin-left: 10px;
}
a.search-clear-button,
a.search-clear-button:visited {
	color: #FFF;
}

.search-apply-button {
	vertical-align: middle;
	padding: 15px;
}

.results-heading {
	color: #7e7e7e;
	font-size: 13px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
	margin-top: 10px;
}

.search-results {
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.search-item {
	position: relative;
	display: flex;
	background-color: white;
}

.search-item-img {
	background-color: black;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (min-width: 1001px) {
	.search-item-img {
		flex: 0 0 260px;
		min-height: 260px;
	}
}

@media screen and (max-width: 1000px) {
	.search-item-img {
		position: absolute;
		height: 100%;
		width: 100%;
	}
}

.search-item-mobile-grad {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: repeat-x;
	background-image: url("images/gradient_mosaic.png");
    background-color: rgba(0,0,0,0.3);
}

@media screen and (max-width: 1000px) {
	.offer-details .desc {
		flex-direction: column-reverse;
	}
	.offer-details .desc .left .details {
		display: none;
	}
	.offer-details .desc .right {
		flex: 1;
	}
	.mosaic-search-type {
		font-size: 2.3em;
		margin-right: 55px;
	}
	.list-search-type {
		font-size: 2.3em;
		margin-right: 55px;
	}
	.map-search-type {
		font-size: 2.3em;
		margin-right: 55px;
	}
	.search-container .search-bar {
		flex-direction: column;
	}
	.search-container .search-types {
		order: 5;
		padding-top: 30px;
	}
	.search-container .search-types .mosaic-search-type {
		display: none;
	}
	.search-container .filter-expander {
		order: 3;
		margin-top: 15px;
		background-color: white;
		width: 90%;
		text-align: center;
		padding: 15px;
	}
	.search-container .sorting {
		width: 90%;
		margin-bottom: 20px;
		order: 1;
	}
	.search-input-container {
		order: 2;
		margin-right: 0;
		width: 90%;
	}
	.custom-select-gen.small-select {
		min-width: 60%;
	}
	.custom-select-gen .choose-list {
		min-width: 100%;
	}
	.custom-select-gen.medium-select {
		min-width: 60%;
	}
	.custom-select-gen.big-select {
		min-width: 60%;
	}
	.filters-container .search-input-button {
		margin-top: 20px;
	}
	.filters-container .show-mobile * {
		display: initial;
	}
	.filters-container .row>* {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.search-item {
		height: 250px;
		color: white;
	}
	.footer-left a {
		margin-right: 0;
	}
}

@media screen and (min-width: 1001px) {
	.search-container .search-types {
		flex: 0 0 100px;
	}
	.search-container .sorting {
		flex: 0 0 200px;
	}
	.filters-container .show-desktop {
		display: block;
	}
	.align-left {
		text-align: left;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.align-right {
		text-align: right;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.search-item {
		margin-bottom: 20px;
	}
	.filters-container .row>*>span {
		display: inline-block;
		margin-top: 15px;
	}
}


@media screen and (min-width: 1001px) {
	.search-item-mobile-grad {
		display: none;
	}
}

.search-item-desc {
	position: relative;
	z-index: 5;
	padding-right: 20px;
	padding-left: 18px;
	padding-top: 20px;
	flex: 5;
}

@media screen and (max-width: 1000px) {
	.search-item-desc {
		position: absolute;
		bottom: 10px;
		left: 0;
	}
}

.search-item-desc h1,
.search-item-desc h2 {
	font-family: 'Playfair Display', serif;
}

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

	.search-item-desc h1,
	.search-item-desc h2 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.search-item-desc h1 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.search-item-desc h2 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.search-item-desc-text {
		display: none;
	}
	.search-item-spec {
		display: none;
	}
}

.search-item-desc h1 {
	font-size: 27px;
	font-weight: bold;
}

.search-item-desc h1 .label:nth-child(2) {
	margin-left: 0.4em;
}

.search-item-desc h2 {
	font-size: 24px;
	margin-top: 10px;
}

.search-item-desc-text {
	margin-top: 30px;
}

.search-item-num-info {
	font-size: 18px;
	vertical-align: middle;
	font-family: 'Playfair Display', serif;
}

.search-item-num-info span {
	margin-right: 25px;
	vertical-align: middle;
	display: inline-block;
}

.search-item-num-info i {
	vertical-align: middle;
	margin-right: 5px;
	font-size: 2.5em;
}

.search-item-spec {
	flex: 2;
	position: relative;
}
.search-item-spec h5 {
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bolder;
}

.search-item-spec p {
	margin: 0 0 10px;
}

.search-item-spec-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.popup-container {
	position: relative;
	cursor: pointer;
}

.popup-container .popup-box {
	z-index: 9999;
	position: absolute;
	background-color: white;
	padding: 20px;
	top: calc(100% + 5px);
	left: 25%;
	display: none;
	width: auto;
	white-space: nowrap;
	color: black;
	border: 1px solid #dddddd;
}

.popup-container .popup-box * {
	display: inline-block;
}

.popup-container .popup-box button {
	font-family: "Playfair Display";
	font-weight: 700;
	color: white;
	display: inline-block;
	border: none;
	/* height: 100%;
     */
	height: 50px;
	margin-top: -14px;
	margin-bottom: -16px;
	margin-right: -12px;
	margin-left: 20px;
}

.details-phone.popup-container.guide-customize-important a:active,
.details-phone.popup-container.guide-customize-important a:hover,
.details-phone.popup-container.guide-customize-important a:visited,
.details-phone.popup-container.guide-customize-important a:focus {
	color: white;
}

.popup-container.details-email.guide-customize-important a:active,
.popup-container.details-email.guide-customize-important a:hover,
.popup-container.details-email.guide-customize-important a:visited,
.popup-container.details-email.guide-customize-important a:focus {
	color: white;
}
.footer-background {
    background-color: #27241e;
}

.footer-text, .footer-text:hover, .footer-text:active, .footer-text:visited, .footer-text:focus {
    color: #cccccc;
}

.guide-customize {
    background-color: #27241e;
}
.guide-customize-important {
    background-color: #27241e !important;
}
.guide-customize-font {
    color: #27241e;
}
.guide-customize-border {
    border: 2px solid #27241e;
}
hr.heading-underline.guide-customize-border {
	margin: 20px auto 50px !important;
    height: 2px !important;
}
.avatar.guide-important-border-color {
	flex: 1;
}
.guide-important-border-color {
    border-color: #27241e !important;
}
.guide-customize-border-thick {
    border: 5px solid #27241e;
}

.header-color {
    color: #fdb927;
}

.text-color-customize, .text-color-customize:hover, .text-color-customize:active, .text-color-customize:visited, .text-color-customize:focus {
    color: #27241e
}

.bg-color-customize {
    background-color: #ffffff;
}

@media (max-width: 1200px) {
	.details-wrapper {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1400px) {
	.pre-footer .container {
		max-width: 90% !important;
	}
}

@media (min-width: 1001px) and (max-width: 1200px) {
	.footer-left {
	    flex-basis: 50%;
	}
	.profile-footer-wrapper {
	    flex-basis: 50%;
	}
}

/* Slick Slider */

#details-gallery .slick-list {
    margin: 0 -5px;
}

#details-gallery .slick-slide {
    margin: 0 5px;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 100;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 40px;
    line-height: 1;

    opacity: .8;
    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}

   .svg-style {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .svg-style svg * {
        stroke: #27241e;
    }

    .svg-fill-style svg *, path.svg-fill-style {
        fill: #27241e;
    }
    .hamburger-color {
        background: #27241e;
    }
    .hamburger-color::before {
        background-color: #27241e !important;
    }
    .hamburger-color::after {
        background-color: #27241e !important;
    }

/**
 * Dragdealer.js 0.10.0
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */

.dragdealer {
  position: relative;
  white-space: nowrap;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.dragdealer .disabled {
  background: #898989;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 42px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 40px;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 40px;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
.logged-in  .mfp-gallery .mfp-image-holder .mfp-figure {
	position: relative;
	top: 32px;
}

#primary article {
	max-width: 80%;
	margin: 100px auto 0;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.centered-info {
	max-width: 80%;
    text-align: center;
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 40px !important;
    margin-top: 100px;
}

.privacy-policy-footer {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.centered-info {
		margin-top: 40px;
		max-width: 75%;
	}
	#primary article.type-page {
		margin-top: 30px;
	}
	.home-filter-button {
		flex: 0 0 calc(50% - 15px);
    	max-width: calc(50% - 15px);
	}
}