/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 22, 2021 */



@font-face {
  font-family: 'source_sans_proregular';
  src: url(../fonts/source-sans-pro-web/sourcesanspro-regular-webfont.woff2) format('woff2'),
    url(../fonts/source-sans-pro-web/sourcesanspro-regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;

}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 23, 2021 */



@font-face {
  font-family: 'latoregular';
  src: url(../fonts/lato-regular/lato-regular-webfont.woff2) format('woff2'),
    url(../fonts/lato-regular/lato-regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;

}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 23, 2021 */



@font-face {
  font-family: 'latobold';
  src: url(../fonts/lato-bold/lato-bold-webfont.woff2) format('woff2'),
    url(../fonts/lato-bold/lato-bold-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;

}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 4, 2021 */



@font-face {
  font-family: 'social_media_circledregular';
  src: url(../fonts/social/social_media_circled-webfont.woff2) format('woff2'),
    url(../fonts/social/social_media_circled-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;

}

/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 2px solid #707070;
  border-top: none;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
  display: none;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel>ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel>ul::before,
.datepicker-panel>ul::after {
  content: " ";
  display: table;
}

.datepicker-panel>ul::after {
  clear: both;
}

.datepicker-panel>ul>li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel>ul>li:hover {
  background-color: #e5f2ff;
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
  color: #999;
}

.datepicker-panel>ul>li.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel>ul>li.highlighted:hover {
  background-color: #cce5ff;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
  color: #39f;
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel>ul>li[data-view="years current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel>ul[data-view="years"]>li,
.datepicker-panel>ul[data-view="months"]>li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel>ul[data-view="week"]>li,
.datepicker-panel>ul[data-view="week"]>li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 20px;
  color: #707070;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  color: #707070;
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  border: 2px solid #707070;
  outline: 0;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #707070;
  line-height: 36px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  display: none;
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: none;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  border: 2px solid #707070;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #6c9b7d;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

body {
  margin: 0;
  padding: 0;
  font-family: "latoregular";
}

body,
html {
  font-size: 16px;
  height: 100%;
}

body {
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

.gm-style-iw-d {
  margin: 0 !important;
  padding: 0 !important;
}

.gm-style-iw button {
  display: none !important;
}

.gm-style-iw {
  margin: 0 !important;
  padding: 0 !important;
}

.gm-style-iw-d {
  overflow: initial !important;
}

.gm-style-iw-c {
  border-radius: initial !important;
}

html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

header {
  width: 100%;
  height: 150px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

header span {
  display: block;
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 1em;
  padding: 10px;
  transform: translate(-50%, -50%) scale(0.8);
}

header span a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

header span a img.logo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

header nav {
  display: flex;
  height: 100%;
  font-size: 1.2rem;
}

header nav section {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

header nav section>a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0px 20px;
  color: #717171;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 500ms;
}

header nav section>a:hover {
  color: #007a41;
}

header nav section>a.active {
  background-color: #394a40;
  color: #fff;
}

header nav section.left {
  padding-right: 180px;
  justify-content: flex-end;
}

header nav section.left a.phone {
  display: none;
}

header nav section.left>a {
  margin: 0 5px;
  text-align: center;
}

header nav section.left .submenuContainer {
  position: relative;
  overflow: visible;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  background-image: url(../images/hamb.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 50px;
}

header nav section.left .submenuContainer .submenu {
  display: none;
  position: absolute;
  top: 0px;
  left: -25px;
  margin-top: 50px;
  width: 310px;
  background-color: #fff;
}

header nav section.left .submenuContainer .submenu div {
  background-color: #fff;
  padding: 25px;
  margin-top: 85px;
  box-shadow: 0 3px 10px 0 rgba(200, 200, 200, 0.7);
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

header nav section.left .submenuContainer .submenu div button.close {
  position: absolute;
  top: 50px;
  right: 0;
  border: none;
  outline: none;
  background-color: #394a40;
  color: #FFF;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  cursor: pointer;
}

header nav section.left .submenuContainer .submenu div a {
  color: #717171;
  padding: 7px 0;
  display: inline-block;
  text-decoration: none;
  font-size: 0.9em;
  text-transform: uppercase;
}

header nav section.left .submenuContainer .submenu div a.active {
  font-family: "latobold";
  color: #6c9b7d;
}

header nav section.left .submenuContainer .submenu div a:hover {
  color: #007a41;
  font-family: "latobold";
}

header nav section.left .submenuContainer .submenu div hr {
  height: 1px;
  border: none;
  background-color: #717171;
  width: 100%;
}

header nav section.left .submenuContainer.show .submenu {
  display: block;
}

header nav section.left .submenuContainer.show.hide .submenu {
  display: none !important;
}

header nav section.right {
  text-align: left;
  padding-left: 90px;
}

header nav section.right a {
  margin: 0px 5px;
  text-align: center;
  display: block;
}

header nav section.right a.tel {
  font-size: 1.8em;
  color: #007a41;
  white-space: nowrap;
}

.hero {
  width: 100%;
  height: calc(100% - 150px);
  margin-top: 150px;
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}

.hero img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero div.lamp {
  position: relative;
  background-image: url(../images/lamp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100%;
  height: 50%;
}

.hero div.text {
  margin-top: 50px;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "latobold";
}

.hero div.text h1 {
  font-size: 5rem;
  margin: 0;
  padding: 0;
}

main h2 {
  margin: 0;
  padding: 0;
}

main.error404 {
  margin-top: 150px;
}

main.error404 h1 {
  width: 100%;
  color: #fff;
  background-color: #6c9b7d;
  margin: 0;
  padding: 0;
  height: 350px;
  line-height: 350px;
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
}

main.error404 .button {
  display: inline-block;
  background-color: #394a40;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}

main.error404 h3 {
  color: #007a41;
  font-size: 2rem;
}

main.error404 button:hover {
  background-color: #6c9b7d;
}

main.home,
main.aboutus {
  width: 100%;
  overflow: auto;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}

main.home.page,
main.aboutus.page {
  margin: 0;
  margin-top: 150px;
}

main.home h1,
main.aboutus h1 {
  width: 100%;
  color: #fff;
  background-color: #6c9b7d;
  margin: 0;
  padding: 0;
  height: 350px;
  line-height: 350px;
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 6px;
  background-position: left center;
  background-repeat: no-repeat;
}

main.home h1.aboutus,
main.aboutus h1.aboutus {
  background-image: url(../images/whiskey.png);
}

main.home .articleContainer,
main.aboutus .articleContainer {
  width: 100%;
}

main.home .articleContainer article,
main.aboutus .articleContainer article {
  width: 990px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

main.home .articleContainer article .buttonsContainer,
main.aboutus .articleContainer article .buttonsContainer {
  display: flex;
  margin-bottom: 100px;
}

main.home .articleContainer article .buttonsContainer a.button,
main.aboutus .articleContainer article .buttonsContainer a.button {
  display: block;
  background-color: #394a40;
  width: calc(50% - 15px);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 20px;
  text-align: center;
  transition: all 700ms;
}

main.home .articleContainer article .buttonsContainer a.button:hover,
main.aboutus .articleContainer article .buttonsContainer a.button:hover {
  background-color: #6c9b7d;
}

main.home .articleContainer article .buttonsContainer a:nth-child(1),
main.aboutus .articleContainer article .buttonsContainer a:nth-child(1) {
  margin-right: 15px;
}

main.home .articleContainer article .buttonsContainer a:nth-child(2),
main.aboutus .articleContainer article .buttonsContainer a:nth-child(2) {
  margin-left: 15px;
}

main.home .articleContainer article .buttonsContainer a.buttonBack,
main.aboutus .articleContainer article .buttonsContainer a.buttonBack {
  display: inline-block;
  background-color: #394a40;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}

main.home .articleContainer article h3,
main.aboutus .articleContainer article h3 {
  font-size: 2.5rem;
  color: #6c9b7d;
  text-transform: uppercase;
}

main.home .articleContainer article p,
main.aboutus .articleContainer article p {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

main.home .articleContainer article hr,
main.aboutus .articleContainer article hr {
  width: 100%;
  height: 1;
  display: block;
  border: 0;
  margin: 50px 0;
}

main.home .articleContainer article.aboutUs,
main.aboutus .articleContainer article.aboutUs {
  padding-top: 50px;
  padding-bottom: 50px;
}

main.home .articleContainer article.aboutUs ul,
main.aboutus .articleContainer article.aboutUs ul {
  margin: 0;
  padding: 0;
  padding-top: 50px;
}

main.home .articleContainer article.aboutUs ul li,
main.aboutus .articleContainer article.aboutUs ul li {
  text-align: left;
  margin: 0;
  padding: 5px 0;
  color: #717171;
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

main.home .articleContainer article.aboutUs ul li a,
main.aboutus .articleContainer article.aboutUs ul li a {
  color: #717171;
  text-decoration: none;
  transition: all 500ms;
}

main.home .articleContainer article.aboutUs ul li a:hover,
main.aboutus .articleContainer article.aboutUs ul li a:hover {
  text-decoration: underline;
  color: #6c9b7d;
}

main.home .articleContainer article.aboutUs ul li::before,
main.aboutus .articleContainer article.aboutUs ul li::before {
  content: "\2022";
  display: inline-block;
  margin-right: 20px;
}

main.home .chair,
main.aboutus .chair {
  background-image: url(../images/chair.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 700px) calc(100% - 150px);
  padding-bottom: 150px;
}

main.home .lamp,
main.aboutus .lamp {
  background-image: url(../images/lamp-aboutus.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 400px) calc(100% - 50px);
  background-size: 450px;
  padding-bottom: 150px;
}

main .testimonials {
  background-color: #e9f0eb;
  padding: 100px 0;
}

main .testimonials article {
  width: 990px;
  margin: 0 auto;
  height: 450px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-position: center calc(100% - 20px);
  background-image: url(../images/quotes.png);
  background-repeat: no-repeat;
}

main .testimonials article a {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
}

main .testimonials article a.left {
  background-image: url(../images/arrow-left.png);
  left: 0;
}

main .testimonials article a.right {
  background-image: url(../images/arrow-right.png);
  right: 0;
}

main .testimonials article section {
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  height: 100%;
}

main .testimonials article section div {
  box-sizing: border-box;
  padding: 60px 200px;
  height: 100%;
  float: left;
  clear: none;
  color: #717171;
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

main .lightGreenBG {
  background-color: #e9f0eb;
}

main .bottle {
  background-image: url(../images/bottle.png);
  background-position: calc(50% - 650px) calc(100% - 40px);
  background-repeat: no-repeat;
  overflow: visible;
}

main.broker {
  width: 100%;
  overflow: auto;
  margin: 0 auto;
  margin-top: 150px;
  padding: 0;
  position: relative;
}

main.broker .articleContainer {
  margin: 0;
}

main.broker .articleContainer article.top {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 80px;
  overflow: auto;
  font-size: 2rem;
}

main.broker .articleContainer article.top h1 {
  margin: 100px 0 50px;
  text-align: center;
  font-size: 2.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6c9b7d;
  letter-spacing: 3px;
}

main.broker .articleContainer article.top p {
  font-size: 0.8em;
  line-height: 1.6em;
  color: #717171;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

main.broker .articleContainer article.top p span {
  white-space: nowrap;
}

main.broker .articleContainer article.bottom {
  width: 1400px;
  margin: 0 auto;
}

main.broker .articleContainer article.bottom h3 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.2rem;
  letter-spacing: 2px;
  color: #6c9b7d;
  text-transform: uppercase;
}

main.broker .articleContainer article.bottom section {
  width: 100%;
  position: relative;
  overflow: auto;
  height: auto;
  padding-bottom: 80px;
}

main.broker .articleContainer article.bottom section>div {
  clear: none;
  width: 50%;
  height: 570px;
  box-sizing: border-box;
  font-size: 2rem;
}

main.broker .articleContainer article.bottom section>div span {
  display: none;
}

main.broker .articleContainer article.bottom section>div i {
  display: none;
}

main.broker .articleContainer article.bottom section>div div {
  width: 100%;
}

main.broker .articleContainer article.bottom section>div div h4 {
  font-size: 0.9em;
  color: #6c9b7d;
  margin: 0;
  padding: 0;
  font-family: "latobold";
  margin-bottom: 10px;
}

main.broker .articleContainer article.bottom section>div div p {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #717171;
  margin: 0;
  padding: 0;
}

main.broker .articleContainer article.bottom section>div:nth-of-type(2n+1) {
  float: left;
  text-align: right;
  padding-right: 100px;
}

main.broker .articleContainer article.bottom section>div:nth-of-type(2n) {
  float: right;
  text-align: left;
  padding-left: 100px;
  padding-top: 285px;
}

main.broker .articleContainer article.bottom section ul {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
}

main.broker .articleContainer article.bottom section ul li {
  height: 285px;
  margin: 0;
  padding: 0;
}

main.broker .articleContainer article.bottom section ul li span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #6c9b7d;
  font-size: 2.5rem;
}

main.broker .articleContainer article.bottom section ul::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #6c9b7d;
}

main.broker .articleContainer article.bottomGreen {
  margin: 0 auto;
  box-sizing: border-box;
  width: 500px;
  padding: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
  background-color: #6c9b7d;
  color: #fff;
}

main.broker .articleContainer article.bottomGreen p {
  margin: 0;
  padding: 0;
}

main.broker .articleContainer article.bottomGreen p a {
  color: #fff;
}

main.broker .green {
  background-color: #e9f0eb;
}

main.broker .chess-king {
  background-image: url(../images/chess-king2.png);
  background-repeat: no-repeat;
  background-position: right calc(100% - 80px);
}

main.broker .chess-tower {
  background-image: url(../images/chess-tower.png);
  background-repeat: no-repeat;
  background-size: 350px 350px;
  background-position: calc(50% - 600px) calc(100% + 40px);
}

main.team {
  margin-top: 150px;
}

main.team h1 {
  width: 100%;
  color: #6c9b7d;
  background-color: #e9f0eb;
  margin: 0;
  padding: 0;
  height: 350px;
  line-height: 350px;
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 6px;
  background-position: left center;
  background-repeat: no-repeat;
}

main.team h1.team {
  background-image: url(../images/lamp-team.png);
  background-repeat: no-repeat;
  background-position: right top;
}

main.team .articleContainer {
  width: 100%;
  background-color: #e9f0eb;
  box-sizing: border-box;
}

main.team .articleContainer div.innerContainer {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

main.team .articleContainer div.innerContainer article {
  width: 50%;
  box-sizing: border-box;
  padding: 25px;
}

main.team .articleContainer div.innerContainer article section {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 60px;
  box-sizing: border-box;
}

main.team .articleContainer div.innerContainer article section .teamPhoto {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

main.team .articleContainer div.innerContainer article section .teamPhoto img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all 500ms;
}

main.team .articleContainer div.innerContainer article section .teamPhoto img.current {
  z-index: 1;
  opacity: 1;
}

main.team .articleContainer div.innerContainer article section h3 {
  font-size: 1.5rem;
  color: #6c9b7d;
  margin: 40px 0 10px;
  padding: 0;
  font-family: "latobold";
}

main.team .articleContainer div.innerContainer article section span {
  display: block;
  color: #717171;
  font-size: 1.1rem;
  font-family: "latobold";
}

main.team .articleContainer div.innerContainer article section p {
  margin: 40px 0 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #717171;
  text-decoration: none;
}

main.team .articleContainer div.innerContainer article section p a {
  display: block;
  text-decoration: none;
}

main.team .articleContainer div.innerContainer article section p a.phone {
  font-size: 1.5rem;
  color: #6c9b7d;
}

main.team .articleContainer div.innerContainer article section p a.mail {
  color: #717171;
}

main.team .articleContainer div.innerContainer article section p:first-child {
  margin-bottom: 40px;
}

main.team .articleContainer div.innerContainer article button {
  display: none;
}

main.propertyManagement {
  margin-top: 150px;
}

main.propertyManagement h1 {
  width: 100%;
  color: #6c9b7d;
  background-color: #e9f0eb;
  margin: 0;
  padding: 0;
  height: 350px;
  line-height: 350px;
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 6px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #6c9b7d;
  color: #fff;
  letter-spacing: 0;
}

main.propertyManagement h1 br {
  display: none;
}

main.propertyManagement h1.pen {
  background-image: url(../images/pen2.png);
  background-repeat: no-repeat;
  background-position: left calc(100% + 150px);
}

main.propertyManagement .articleContainer {
  width: 100%;
}

main.propertyManagement .articleContainer article {
  width: 990px;
  margin: 80px auto 150px;
}

main.propertyManagement .articleContainer article p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #717171;
}

main.propertyManagement .articleContainer article a {
  display: block;
  margin: 50px auto 0;
  background-color: #394a40;
  text-decoration: none;
  color: #fff;
  height: 85px;
  line-height: 85px;
  width: 500px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  transition: all 0.7s;
}

main.propertyManagement .articleContainer article a:hover {
  background-color: #6c9b7d;
}

main.propertyManagement .tableContainer {
  width: 100%;
  background-color: #e9f0eb;
  margin: 0;
  overflow: auto;
  padding-bottom: 180px;
}

main.propertyManagement .tableContainer article {
  width: 1500px;
  margin: 0 auto;
}

main.propertyManagement .tableContainer article h3 {
  padding: 80px 0;
  margin: 0;
  text-align: center;
  color: #6c9b7d;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.3rem;
}

main.propertyManagement .tableContainer article table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  border: none;
  padding: 10px;
  background-color: #fff;
}

main.propertyManagement .tableContainer article table tr {
  padding: 0 10px;
}

main.propertyManagement .tableContainer article table tr th,
main.propertyManagement .tableContainer article table tr td {
  border: 2px solid #d9d9d9;
  padding: 5px 20px;
}

main.propertyManagement .tableContainer article table tr th {
  font-weight: normal;
  font-family: "latobold";
  background-color: #6c9b7d;
  color: #fff;
  height: 80px;
  border-bottom: none;
  border-color: #8fb39c;
}

main.propertyManagement .tableContainer article table tr th:nth-child(1) {
  width: 50%;
}

main.propertyManagement .tableContainer article table tr th:nth-child(2),
main.propertyManagement .tableContainer article table tr th:nth-child(3) {
  width: 25%;
}

main.propertyManagement .tableContainer article table tr td {
  color: #717171;
  height: 60px;
  text-align: center;
}

main.propertyManagement .tableContainer article table tr td i,
main.propertyManagement .tableContainer article table tr td b {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto auto;
  text-indent: -100px;
  overflow: hidden;
  background-repeat: no-repeat;
}

main.propertyManagement .tableContainer article table tr td i {
  background-image: url(../images/checked.png);
}

main.propertyManagement .tableContainer article table tr td b {
  background-image: url(../images/unchecked.png);
}

main.propertyManagement .tableContainer article table tr td:first-child {
  text-align: left;
}

main.propertyManagement .tableContainer article table tr:first-child th {
  border-top: 0;
}

main.propertyManagement .tableContainer article table tr:last-child td {
  border-bottom: 0;
}

main.propertyManagement .tableContainer article table tr td:first-child,
main.propertyManagement .tableContainer article table tr th:first-child {
  border-left: 0;
}

main.propertyManagement .tableContainer article table tr td:last-child,
main.propertyManagement .tableContainer article table tr th:last-child {
  border-right: 0;
}

main.services {
  margin-top: 150px;
}

main.services h1 {
  width: 100%;
  color: #6c9b7d;
  background-color: #e9f0eb;
  margin: 0;
  padding: 0;
  height: 350px;
  line-height: 350px;
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 6px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #6c9b7d;
  color: #fff;
  letter-spacing: 0;
}

main.services h1.services {
  background-image: url(../images/bucket.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

main.services h1.sellers {
  background-image: url(../images/signboard.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 250px;
}

main.services h1.magnifier {
  background-image: url(../images/magnifier.png);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: 40px calc(100% - 30px);
}

main.services .articleContainer {
  width: 990px;
  margin: 80px auto 100px;
}

main.services .articleContainer h3 {
  padding: 20px 0;
  margin: 0;
  text-align: center;
  color: #6c9b7d;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.3rem;
}

main.services .articleContainer p {
  text-align: center;
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

main.services .articleContainer p a {
  color: #717171;
  text-decoration: underline;
}

main.services .articleContainer p a:hover {
  color: #007a41;
}

main.services .articleContainer a.button {
  display: block;
  margin: 50px auto 0;
  background-color: #394a40;
  text-decoration: none;
  color: #fff;
  height: 85px;
  line-height: 85px;
  width: 500px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  transition: all 0.7s;
}

main.services .articleContainer a.button:hover {
  background-color: #6c9b7d;
}

main.services .articleContainer2 {
  width: 100%;
  background-color: #e9f0eb;
  padding-bottom: 100px;
}

main.services .articleContainer2 h3 {
  padding: 80px 0;
  margin: 0;
  text-align: center;
  color: #6c9b7d;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.3rem;
}

main.services .articleContainer2 a {
  display: block;
  margin: 50px auto 0;
  background-color: #394a40;
  text-decoration: none;
  color: #fff;
  height: 85px;
  line-height: 85px;
  width: 500px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  transition: all 0.7s;
}

main.services .articleContainer2 a:hover {
  background-color: #6c9b7d;
}

main.services .articleContainer2>div {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  background-image: url(../images/ficus.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 30px) calc(100% - 10px);
  background-size: 300px;
}

main.services .articleContainer2>div article {
  width: 600px;
  box-sizing: border-box;
}

main.services .articleContainer2>div article h4 {
  padding: 0;
  margin: 0;
  color: #6c9b7d;
  font-size: 1.8rem;
  color: #6c9b7d;
  line-height: 3.3rem;
  font-family: "latobold";
}

main.services .articleContainer2>div article p {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

main.services .articleContainer2>div article:nth-of-type(2) {
  margin-left: auto;
}

main.services .articleContainer3 {
  padding-bottom: 80px;
}

main.services .articleContainer3 h3 {
  padding: 0 0 80px;
  margin: 0;
  text-align: center;
  color: #6c9b7d;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.3rem;
}

main.services .articleContainer3 h3.space {
  padding-top: 70px;
}

main.services .articleContainer3 ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  list-style: none;
}

main.services .articleContainer3 ul li {
  box-sizing: border-box;
  width: 50%;
  color: #717171;
  padding-bottom: 30px;
  padding-left: 90px;
  min-height: 120px;
  background-image: url(../images/checked-green.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

main.services .articleContainer3 ul li:nth-of-type(2n+1) {
  padding-right: 50px;
}

main.policy {
  margin-top: 150px;
}

main.policy h1 {
  width: 100%;
  color: #6c9b7d;
  background-color: #e9f0eb;
  margin: 0;
  padding: 0;
  height: 350px;
  line-height: 350px;
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 6px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #6c9b7d;
  color: #fff;
  letter-spacing: 0;
}

main.policy h1.policy {
  background-image: url(../images/books.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 200px;
}

main.policy div.anchorContainer {
  position: relative;
}

main.policy div.anchorContainer a.anchor {
  position: absolute;
  top: -150px;
}

main.policy .articleContainer {
  width: 1500px;
  margin: 0 auto;
  padding-bottom: 10px;
}

main.policy .articleContainer ul li {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

main.policy .articleContainer ul li a {
  color: inherit;
  text-decoration: none;
}

main.policy .articleContainer ul li a:hover {
  text-decoration: underline;
  color: #007a41;
}

main.policy .articleContainer h2 {
  color: #6c9b7d;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 50px 0 20px;
}

main.policy .articleContainer article h4 {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-family: "latobold";
  margin: 30px 0;
  padding: 0;
}

main.policy .articleContainer article p {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin: 30px 0;
  padding: 0;
}

main.policy .articleContainer article p a {
  color: #717171;
}

main.policy .articleContainer article p b,
main.policy .articleContainer article p strong {
  counter-reset: #717171;
}

main.policy .articleContainer article ul li {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

main.listing {
  margin-top: 150px;
}

main.listing h1 {
  width: 100%;
  color: #6c9b7d;
  background-color: #e9f0eb;
  margin: 0;
  padding: 0;
  height: 350px;
  line-height: 350px;
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 6px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #6c9b7d;
  color: #fff;
  letter-spacing: 0;
}

main.listing h1.key {
  background-image: url(../images/key.png);
  background-position: right calc(100% - 25px);
  background-repeat: no-repeat;
}

main.listing .articleContainer {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  align-items: stretch;
}

main.listing .articleContainer a.section {
  width: 50%;
  height: auto;
  box-sizing: border-box;
  padding: 15px;
  display: block;
  text-decoration: none;
  transition: all 500ms;
}

main.listing .articleContainer a.section article {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

main.listing .articleContainer a.section article .imgContainer {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
}

main.listing .articleContainer a.section article .imgContainer img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

main.listing .articleContainer a.section article .imgContainer b {
  position: absolute;
  top: 10%;
  right: 0;
  font-weight: normal;
  font-family: "latobold";
  background-color: #fff;
  color: #6c9b7d;
  padding: 12px 20px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

main.listing .articleContainer a.section article div.info {
  background-color: #e9f0eb;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  flex: 1;
}

main.listing .articleContainer a.section article div.info h4 {
  margin: 0;
  padding: 0;
  color: #6c9b7d;
  font-size: 1.4rem;
  font-family: "latobold";
}

main.listing .articleContainer a.section article div.info p {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  color: #717171;
  font-size: 1.4rem;
  width: calc(100% - 100px);
}

main.listing .articleContainer a.section article div.info section {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #FFF;
  background-color: #394a40;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "latobold";
}

main.property {
  margin-top: 150px;
  padding-bottom: 50px;
}

main.property h1 {
  width: 100%;
  color: #6c9b7d;
  background-color: #e9f0eb;
  margin: 0;
  padding: 0;
  height: 350px;
  line-height: 350px;
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 6px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 4rem;
  background-color: #e9f0eb;
  letter-spacing: 0;
}

main.property h1 span {
  font-size: 2rem;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: relative;
  top: -120px;
  z-index: 100;
  color: #6c9b7d;
  text-transform: initial;
}

main.property .articleContainer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

main.property .articleContainer article {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

main.property .articleContainer article h3 {
  font-size: 2.5rem;
  color: #6c9b7d;
  text-transform: uppercase;
}

main.property .articleContainer article p {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

main.property .articleContainer2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 50px;
}

main.property .articleContainer2 .wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

main.property .articleContainer2 .wrap article {
  width: 50%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
}

main.property .articleContainer2 .wrap article h4 {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #6c9b7d;
  margin: 0;
  padding: 0;
}

main.property .articleContainer2 .wrap article ul li {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

main.property .articleContainer2 .wrap article.house {
  background-image: url(../images/house.png);
  background-repeat: no-repeat;
  background-position: 0 130px;
  height: 500px;
  position: relative;
  padding-left: 0;
}

main.property .articleContainer2 .wrap article.house a {
  position: absolute;
  top: 390px;
  left: 30px;
  text-decoration: none;
  color: #6c9b7d;
  font-size: 2rem;
  font-family: "latobold";
  display: block;
  padding: 20px 80px 20px 10px;
  background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 500ms;
}

main.property .articleContainer2 .wrap article.house a:hover {
  opacity: 0.6;
}

main.property .buttonsContainer .wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

main.property .buttonsContainer .wrap a {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
  display: block;
  width: 33.333%;
  margin: 0 10px;
  background-color: #394a40;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  padding: 20px 0;
  text-transform: uppercase;
  text-align: center;
  background-position: 30px center;
  background-repeat: no-repeat;
  transition: all 0.7s;
}

main.property .buttonsContainer .wrap a:hover {
  background-color: #567e64;
}

main.property .buttonsContainer .wrap a.mobile {
  display: none;
}

main.property .buttonsContainer .wrap a.desktop {
  cursor: default;
  padding-left: 50px;
}

main.property .buttonsContainer .wrap a.desktop:hover {
  background-color: #394a40;
}

main.property .buttonsContainer .wrap a.callus {
  background-image: url(../images/callus.png);
}

main.property .buttonsContainer .wrap a.emailus {
  background-image: url(../images/emailus.png);
}

main.property .buttonsContainer .wrap a.bookaviewing {
  background-image: url(../images/bookaviewing.png);
  text-indent: 40px;
}

main.property button.share {
  display: block;
  box-sizing: border-box;
  padding-left: 70px;
  margin: 10px auto;
  margin-top: 30px;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  background-image: url(../images/share.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  color: #6c9b7d;
  font-size: 1.5rem;
}

main.property .sliderContainer {
  width: 100%;
  background-color: #e9f0eb;
  padding-bottom: 30px;
}

main.property .sliderContainer .slider {
  width: 1006px;
  margin: 0 auto;
}

main.property .sliderContainer .slider .bigImage {
  width: 100%;
  padding-bottom: 600px;
  height: 0;
  position: relative;
}

main.property .sliderContainer .slider .bigImage .imgWrapper {
  width: 100%;
  padding-bottom: 600px;
  height: 0;
  position: relative;
}

main.property .sliderContainer .slider .bigImage .imgWrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: all 2s;
}

main.property .sliderContainer .slider .bigImage .imgWrapper img.fit {
  object-fit: contain;
  background-color: #fff;
}

main.property .sliderContainer .slider .bigImage .imgWrapper img.down {
  opacity: 0;
}

main.property .sliderContainer .slider .bigImage .imgWrapper img.top {
  opacity: 1;
}

main.property .sliderContainer .slider .bigImage .imgWrapper div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.property .sliderContainer .slider .bigImage .imgWrapper div iframe {
  width: 100%;
  height: 100%;
  border: none;
}

main.property .sliderContainer .slider .bigImage .imgWrapper div button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #394a40;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

main.property .sliderContainer .slider .bigImage .imgWrapper div button:hover {
  opacity: 0.6;
}

main.property .sliderContainer .slider .bigImage button.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  width: 60px;
  height: 60px;
  border: none;
  background-size: cover;
  cursor: pointer;
  z-index: 20;
}

main.property .sliderContainer .slider .bigImage button.left {
  left: 0;
  background-image: url(../images/arrow-left.png);
}

main.property .sliderContainer .slider .bigImage button.right {
  right: 0;
  background-image: url(../images/arrow-right.png);
}

main.property .sliderContainer .slider .imageList {
  width: 100%;
  height: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

main.property .sliderContainer .slider .imageList .slideLine {
  width: 10000px;
  display: flex;
  flex-direction: row;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
}

main.property .sliderContainer .slider .imageList .slideLine img {
  box-sizing: border-box;
  padding-right: 30px;
  display: block;
  width: 259px;
  height: inherit;
  object-fit: cover;
  cursor: pointer;
  position: relative;
}

main.property .sliderContainer .slider .imageList .slideLine img.playIcon {
  object-fit: contain;
  background-size: 120%;
  background-position: -30px center;
  background-repeat: no-repeat;
  background-clip: content-box;
}

main.property .sliderContainer .slider .imageList button.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  width: 30px;
  height: 30px;
  border: none;
  background-size: cover;
  cursor: pointer;
}

main.property .sliderContainer .slider .imageList button.left {
  left: 0;
  background-image: url(../images/arrow-left.png);
}

main.property .sliderContainer .slider .imageList button.right {
  right: 0;
  background-image: url(../images/arrow-right.png);
}

main.blog img.heroTitle {
  display: block;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

main.blog h4.subtitle {
  width: 100%;
  text-align: center;
  color: #717171;
  font-size: 2rem;
  box-sizing: border-box;
  padding: 0 20px;
}

main.blog article {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  padding: 40px 0 0;
  cursor: pointer;
}

main.blog article section:nth-of-type(1) {
  width: 30%;
}

main.blog article section:nth-of-type(2) {
  width: 70%;
  box-sizing: border-box;
  padding-left: 50px;
}

main.blog article section h2,
main.blog article section p {
  margin: 0;
  padding: 0;
}

main.blog article section h2 {
  font-size: 2.5em;
  color: #717171;
}

main.blog article section p {
  font-size: 1.7em;
  color: #717171;
  line-height: 135%;
  padding-top: 5px;
}

main.blog article section p a {
  color: #007a41;
  text-decoration: none;
}

main.blog article section p a:hover {
  color: #717171;
}

main.blog article section p a.readmore {
  float: right;
}

main.blog article section p.link {
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
}

main.blog article section p.date {
  font-size: 1.3em;
}

main.blog article .pagination {
  text-align: center;
  width: 100%;
}

main.blog article .pagination i {
  display: none;
}

main.blog article .pagination span,
main.blog article .pagination strong {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d0d0d0;
  margin-right: 10px;
}

main.blog article .pagination strong {
  background-color: #007a41;
  color: #fff;
}

main.blog article .pagination span a {
  text-decoration: none;
  display: inline-block;
  width: inherit;
  height: inherit;
  line-height: inherit;
  color: #a0a0a0;
}

main.blog article .pagination span:hover {
  background-color: #007a41;
}

main.blog article .pagination span:hover a {
  color: #fff;
}

main.blog article:nth-of-type(1) {
  margin-top: 50px;
}

main.blog article:last-child {
  margin-bottom: 50px;
}

main.blogSingle img.heroBlog {
  max-height: 300px;
  object-fit: cover;
  display: block;
  width: 100%;
}

main.blogSingle article {
  margin: 0 auto;
  width: 1000px;
  padding: 40px 0;
}

main.blogSingle article h2,
main.blogSingle article h3,
main.blogSingle article p {
  margin: 0;
  padding: 0;
}

main.blogSingle article h2 {
  font-size: 2.5em;
  color: #717171;
  width: 100%;
  display: block;
}

main.blogSingle article h3 {
  margin-top: 30px;
  font-size: 2em;
  color: #717171;
  width: 100%;
  display: block;
}

main.blogSingle article p {
  font-size: 1.7em;
  color: #717171;
  line-height: 135%;
  padding-top: 20px;
  width: 100%;
  display: block;
}

main.blogSingle article p a {
  color: #007a41;
  text-decoration: none;
  overflow-wrap: break-word;
}

main.blogSingle article p a.share {
  text-decoration: none;
  background-image: url(../images/share.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 30px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
}

main.blogSingle article p a:hover {
  color: #717171;
}

main.blogSingle article p img {
  display: block;
  max-width: 100%;
}

main.blogSingle article.bottomArticles {
  display: flex;
  flex-wrap: wrap;
}

main.blogSingle article.bottomArticles h3 {
  width: 100%;
  text-align: center;
}

main.blogSingle article.bottomArticles div {
  display: block;
  width: 32%;
  margin: 0 3px;
  box-sizing: border-box;
}

main.blogSingle article.bottomArticles div img {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}

main.blogSingle article.bottomArticles div div.iframeWrapper {
  width: 100%;
  height: 213px;
  margin-top: 20px;
  padding-bottom: 100px;
  position: relative;
}

main.blogSingle article.bottomArticles div div.iframeWrapper iframe {
  width: 100%;
  height: calc(100% - 100px);
}

main.blogSingle article.bottomArticles div div.iframeWrapper .clickCapture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  cursor: pointer;
  background-image: url(../images/play2.png);
  background-position: center calc(50% + 20px);
  background-size: 80px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

main.blogSingle article.bottomArticles div a {
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
  display: block;
  width: 100%;
  color: #007a41;
  padding-top: 20px;
  text-decoration: none;
  float: left;
  clear: both;
}

main.blogSingle article.bottomArticles div:first-child {
  margin-left: 0;
}

main.blogSingle article.bottomArticles div:last-child {
  margin-right: 0;
}

footer {
  display: block;
  background-color: #6c9b7d;
}

footer div {
  padding: 100px 200px 20px;
  display: flex;
}

footer div section {
  width: 380px;
  color: #fff;
  position: relative;
}

footer div section h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

footer div section p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.7rem;
}

footer div section p a {
  text-decoration: none;
  color: #fff;
}

footer div section p a.tel {
  font-size: 2rem;
  display: inline-block;
  margin: 30px 0;
}

footer div section p.social {
  display: flex;
  width: 100%;
  position: absolute;
  left: -7px;
  bottom: 0;
}

footer div section p.social a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
}

footer div section p.social a.instagram {
  background-image: url(../images/social_instagram.png);
}

footer div section p.social a.twitter {
  background-image: url(../images/social_twitter.png);
}

footer div section p.social a.facebook {
  background-image: url(../images/social_facebook.png);
}

footer div section p.social a.in {
  background-image: url(../images/social_in.png);
}

footer div section p.social a:hover {
  opacity: 0.5;
}

footer div section.section3 {
  margin-left: auto;
  width: 300px;
}

footer div section.section3 form input.text {
  display: block;
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  height: 55px;
  line-height: 55px;
  outline: none !important;
}

footer div section.section3 form input.text::placeholder {
  color: #d0d0d0;
}

footer div section.section3 form input.checkbox {
  display: none;
}

footer div section.section3 form input.parsley-error {
  background-color: #f8dcde;
}

footer div section.section3 form label.checkbox {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

footer div section.section3 form label.checkbox span {
  display: block;
  background-color: #fff;
  width: 35px !important;
  height: 35px;
  margin-right: 20px;
}

footer div section.section3 form label.checkbox i {
  font-style: normal;
  width: calc(100% - 35px);
}

footer div section.section3 form label.checkbox a {
  color: #fff;
}

footer div section.section3 form label.checkbox input.checkbox:checked+span:before {
  content: "";
  z-index: 5;
  color: #007a41;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/checked.png);
  background-size: cover;
}

footer div section.section3 form label.checkbox.parsley-error input.checkbox+span {
  background-color: #f8dcde;
}

footer div section.section3 form button {
  border: 0;
  background-color: #394a40;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px 30px;
  outline: none;
  cursor: pointer;
}

footer div section.section3 form button:hover {
  background-color: #007a41;
}

footer div section.section3 form button.error {
  background-color: #cc0000;
}

footer div section.section3 form button:disabled {
  background-image: url(../images/loading1.gif);
  background-position: center center;
  background-size: 30px;
  background-repeat: no-repeat;
  color: transparent;
}

footer div section.section3 form button.checked {
  background-image: url(../images/checked-white.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  cursor: default;
}

footer div section.section3 form button.checked:hover {
  background-color: #394a40;
}

footer section.footerSocial {
  display: none;
}

footer section.section4 {
  width: 100%;
  height: 100px;
  padding: 0 200px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

footer section.section4 a {
  display: block;
  margin-left: 40px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

footer section.section4 a:nth-of-type(1) {
  margin-left: auto;
}

footer section.section4 p {
  color: #fff;
}

footer img.eyeglasses-mobile {
  display: none;
}

footer img.eyeglasses {
  display: block;
  width: 100%;
}

footer section.bottom {
  display: flex;
  padding: 50px 200px;
  background-color: #fff;
  overflow: visible;
}

footer section.bottom a {
  margin: 0 auto;
  display: block;
  height: auto;
  width: 200px;
}

footer section.bottom a img {
  display: block;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

footer section.bottom a:nth-of-type(1) {
  margin-left: 0;
}

footer section.bottom a:last-child {
  margin-right: 0;
}

footer section.bottom a.tds {
  width: 130px;
}

footer section.bottom a.tsi {
  width: 160px;
}

.popupContainer {
  visibility: hidden;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(255, 255, 255, 0);
  overflow: auto;
  transition: all 1s;
}

.popupContainer input {
  color: #717171 !important;
}

.popupContainer div.formContainer {
  width: 650px;
  height: auto;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #FFF;
  margin: auto;
  padding: 40px 50px 20px;
  transform: translateY(-800px);
  transition: all 500ms;
  overflow: auto;
  font-size: 1rem;
  color: #717171;
  position: relative;
}

.popupContainer div.formContainer.green {
  width: 500px;
  background-color: #6c9b7d;
  border: 1px solid #394a40;
}

.popupContainer div.formContainer.green h5 {
  color: #FFF;
  text-align: center;
}

.popupContainer div.formContainer.green button.close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background-color: #394a40;
  color: #FFF;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  cursor: pointer;
}

.popupContainer div.formContainer.image {
  width: 100%;
  height: 100%;
}

.popupContainer div.formContainer.image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popupContainer div.formContainer.image button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  outline: none;
  background-color: #394a40;
  color: #FFF;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  cursor: pointer;
}

.popupContainer div.formContainer button.close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  color: #fff;
  background-color: #394a40;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  cursor: pointer;
}

.popupContainer div.formContainer h5 {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}

.popupContainer div.formContainer p {
  font-size: 1em;
}

.popupContainer div.formContainer p.group {
  font-size: 1.2em;
}

.popupContainer div.formContainer p.cookieText {
  line-height: 1.5rem;
  margin-bottom: 30px;
}

.popupContainer div.formContainer ol li {
  color: #808080;
  font-size: 1.2rem;
  line-height: 2rem;
  line-height: 130%;
  margin-bottom: 15px;
}

.popupContainer div.formContainer a.cookieLink {
  color: #717171;
}

.popupContainer div.formContainer p.share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupContainer div.formContainer p.share a {
  font-family: "social_media_circledregular";
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 3rem;
  margin: 0 10px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
}

.popupContainer div.formContainer form input {
  height: 40px;
  line-height: 40px;
  border: 2px solid #717171;
  outline: none;
  padding-left: 20px;
}

.popupContainer div.formContainer form input.parsley-error {
  background-color: #f8dcde;
}

.popupContainer div.formContainer form .groupContainer1 {
  display: flex;
}

.popupContainer div.formContainer form .groupContainer1 input {
  width: 48%;
  display: block;
  margin-right: 4%;
}

.popupContainer div.formContainer form .groupContainer1 select {
  margin-left: auto;
  width: 48%;
  display: block;
}

.popupContainer div.formContainer form .groupContainer1 select.parsley-error+.select2-container--classic .select2-selection--single {
  background-color: #f8dcde;
}

.popupContainer div.formContainer form .groupContainer1 select.selectBox3,
.popupContainer div.formContainer form .groupContainer1 select.selectBox4 {
  width: 50%;
}

.popupContainer div.formContainer form .groupContainer1 .select2-container {
  width: 50% !important;
}

.popupContainer div.formContainer form .groupContainer1 span.select2-container:nth-of-type(2) {
  margin-left: 20px !important;
}

.popupContainer div.formContainer form .groupContainer1 .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  border: 1px solid #f00 !important;
}

.popupContainer div.formContainer form .select2-container {
  width: 48% !important;
}

.popupContainer div.formContainer form .groupContainer2 {
  display: flex;
  flex-direction: column;
}

.popupContainer div.formContainer form .groupContainer2 input {
  width: 100% !important;
  display: block;
  margin-bottom: 10px;
}

.popupContainer div.formContainer form .buttons {
  margin-top: 10px;
  width: 100%;
}

.popupContainer div.formContainer form .buttons button {
  display: inline-block;
  background-color: #394a40;
  border: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0px;
  width: 175px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 40px;
  transition: all 0.7s;
  cursor: pointer;
  outline: none;
  background-image: url(../images/loading1.gif);
  background-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.popupContainer div.formContainer form .buttons button:hover {
  background-color: #6c9b7d;
}

.popupContainer div.formContainer form .buttons button:disabled {
  color: transparent;
  background-size: 30px;
}

.popupContainer div.formContainer form .buttons button.error {
  background-color: #cc0000;
}

.popupContainer div.formContainer form .buttons.right {
  text-align: right;
}

.popupContainer div.formContainer form .buttons.right button {
  margin-right: 0 !important;
  margin-left: 20px;
}

.popupContainer div.formContainer.cookie {
  width: 650px;
}

.popupContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.popupContainer>button#closeIframe {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  outline: none;
  background-color: #394a40;
  color: #FFF;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  cursor: pointer;
}

.popupContainer.show {
  visibility: visible;
  background-color: rgba(88, 102, 94, 0.7);
}

.popupContainer.show div.formContainer {
  transform: translateY(0);
}

.gMap {
  width: 100%;
  height: 0;
  padding-bottom: 600px;
  box-sizing: border-box;
  position: relative;
}

.gMap .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.gMap .map .infoWindow div.wrapper {
  display: block;
}

.gMap .map .infoWindow div.wrapper h4 {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  background-color: #007a41;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.gMap .map .infoWindow div.wrapper p {
  margin: 0;
  padding: 0;
  color: #6c9b7d;
  font-size: 1.2rem;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.gMap .map .infoWindow div.wrapper p.tel {
  font-size: 2rem;
  padding: 0;
  color: #007a41;
}

.gMap .map .infoWindow div.wrapper p.mails a {
  color: #717171;
  text-decoration: none;
}

.gMap .map .infoWindow img {
  display: none;
  width: 100px;
  height: 100px;
}

.gMap .map2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.gMap .map2 .infoWindowProperty {
  padding: 20px 30px;
  font-size: 1.5rem;
  font-family: "latobold";
  color: #394a40;
}

.messageContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(160, 160, 160, 0.9);
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.messageContainer>div {
  background-color: #fff;
  padding: 30px 80px;
  box-sizing: border-box;
  width: 500px;
  text-align: center;
}

.messageContainer>div p {
  margin: 0;
  padding: 0;
  color: #808080;
  font-size: 1.7rem;
  line-height: 2.5rem;
  text-align: center;
}

.messageContainer>div button {
  border: none;
  background-color: #394a40;
  color: #fff;
  padding: 10px 30px;
  margin-top: 30px;
  cursor: pointer;
}

.iframeContainer {
  width: 100%;
  display: block !important;
}

.iframeContainer .videoIframe {
  border: none;
  width: 100%;
  height: 600px;
}

.marketUpdatesContainer {
  position: fixed;
  display: flex;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 300;
  align-items: center;
  justify-content: center;
}

.marketUpdatesContainer .inner {
  width: 100% !important;
  max-width: 400px !important;
  background-color: #6c9b7d;
  padding: 30px;
  box-sizing: border-box;
  transform: translateY(-800px);
  transition: all 500ms;
}

.marketUpdatesContainer .inner h5 {
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.marketUpdatesContainer .inner button.close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: #007a41;
  color: #fff;
  border: none;
  outline: none;
  transition: all 500ms;
  font-size: 20px;
  cursor: pointer;
}

.marketUpdatesContainer .inner button.close:hover {
  background-color: #f00;
}

.marketUpdatesContainer .inner form {
  width: 100%;
}

.marketUpdatesContainer .inner form input.text {
  display: block;
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  height: 55px;
  line-height: 55px;
  outline: none !important;
}

.marketUpdatesContainer .inner form input.text::placeholder {
  color: #d0d0d0;
}

.marketUpdatesContainer .inner form input.checkbox {
  display: none;
}

.marketUpdatesContainer .inner form input.parsley-error {
  background-color: #f8dcde;
}

.marketUpdatesContainer .inner form label.checkbox {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.marketUpdatesContainer .inner form label.checkbox span {
  display: block;
  background-color: #fff;
  width: 35px !important;
  height: 35px;
  margin-right: 20px;
}

.marketUpdatesContainer .inner form label.checkbox i {
  font-style: normal;
  width: calc(100% - 35px);
  color: #fff;
  font-size: 0.8rem;
}

.marketUpdatesContainer .inner form label.checkbox a {
  color: #fff;
}

.marketUpdatesContainer .inner form label.checkbox input.checkbox:checked+span:before {
  content: "";
  z-index: 5;
  color: #007a41;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/checked.png);
  background-size: cover;
}

.marketUpdatesContainer .inner form label.checkbox.parsley-error input.checkbox+span {
  background-color: #f8dcde;
}

.marketUpdatesContainer .inner form button {
  border: 0;
  background-color: #394a40;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px 30px;
  outline: none;
  cursor: pointer;
}

.marketUpdatesContainer .inner form button:hover {
  background-color: #007a41;
}

.marketUpdatesContainer .inner form button.error {
  background-color: #cc0000;
}

.marketUpdatesContainer .inner form button:disabled {
  background-image: url(../images/loading1.gif);
  background-position: center center;
  background-size: 30px;
  background-repeat: no-repeat;
  color: transparent;
}

.marketUpdatesContainer .inner form button.checked {
  background-image: url(../images/checked-white.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  cursor: default;
}

.marketUpdatesContainer .inner form button.checked:hover {
  background-color: #394a40;
}

.marketUpdatesContainer.show {
  visibility: visible;
  background-color: rgba(88, 102, 94, 0.7);
}

.marketUpdatesContainer.show div.inner {
  transform: translateY(0);
}

.buttonsContainerLoadMore {
  display: flex;
  margin-bottom: 100px;
}

.buttonsContainerLoadMore a.button {
  display: block;
  background-color: #394a40;
  width: calc(50% - 15px);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 20px;
  text-align: center;
  transition: all 700ms;
  margin: 0 auto;
}

.buttonsContainerLoadMore a.button:hover {
  background-color: #6c9b7d;
}

#outerVideoWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.5);
}

#videoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 480px;
  display: block;
  outline: solid 10px #808080;
  border: solid 10px #000;
  background-color: #000 !important;
}

#videoWrapper #videoIframe {
  width: 100%;
  height: calc(100% - 30px);
  background-color: #000;
}

#videoWrapper button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #808080;
  color: #fff;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#videoWrapper button:hover {
  opacity: 0.5;
}

#videoWrapper .bottomLinks {
  text-align: center;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#videoWrapper .bottomLinks a {
  color: #007a41;
  height: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 50px;
  text-decoration: none;
}

#videoWrapper .bottomLinks a.share {
  background-image: url(../images/share.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 30px;
}

@media only screen and (max-width: 1599px) {
  header {
    height: 150px;
  }

  header span {
    transform: translate(-50%, -50%) scale(0.8);
  }

  header nav section {
    font-size: 0.9rem;
  }

  header nav section>a {
    margin: 0 5px;
  }

  header nav section>a.twoRows {
    width: 100px;
  }

  header nav section.left .submenuContainer {
    margin-left: 50px;
    margin-right: 30px;
  }

  header nav section.left .submenuContainer .submenu div {
    margin-top: 50px;
  }

  header nav section.left .submenuContainer .submenu div a {
    font-size: 0.8em;
  }

  header nav section.left .submenuContainer .submenu div button.close {
    top: 50px;
  }

  header nav section.right {
    padding-left: 10px;
  }

  header nav section.right a.tel {
    font-size: 1.2rem;
  }

  main.error404 {
    margin-top: 150px;
  }

  main.error404 h1 {
    height: 250px;
    line-height: 250px;
  }

  main.home.page,
  main.aboutus.page {
    margin-top: 150px;
  }

  main.home h1,
  main.aboutus h1 {
    height: 250px;
    line-height: 250px;
  }

  main.home h1.aboutus,
  main.aboutus h1.aboutus {
    background-size: 300px 300px;
  }

  main.home .articleContainer,
  main.aboutus .articleContainer {
    width: 100%;
  }

  main.home .articleContainer article,
  main.aboutus .articleContainer article {
    width: 800px;
  }

  main.home .articleContainer article p,
  main.aboutus .articleContainer article p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.home .articleContainer article.aboutUs ul li,
  main.aboutus .articleContainer article.aboutUs ul li {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.home .chair,
  main.aboutus .chair {
    background-position: calc(50% + 500px) calc(100% - 50px);
    background-size: 200px 200px;
    padding-bottom: 50px;
  }

  main .testimonials article {
    width: 800px;
    height: 400px;
  }

  main .testimonials article section div {
    font-size: 1.2rem;
    width: 800px;
    padding: 60px 120px;
  }

  main .bottle {
    background-position: calc(50% - 500px) calc(100% - 100px);
    background-size: 250px 250px;
  }

  main.broker {
    margin-top: 150px;
  }

  main.broker .articleContainer {
    margin: 0;
  }

  main.broker .articleContainer article.top {
    font-size: 1.5rem;
  }

  main.broker .articleContainer article.top p {
    width: 600px;
  }

  main.broker .articleContainer article.bottom {
    width: 94%;
  }

  main.broker .articleContainer article.bottom section>div {
    font-size: 1.5rem;
  }

  main.broker .articleContainer article.bottom section>div:nth-of-type(2n+1) {
    padding-right: 80px;
  }

  main.broker .articleContainer article.bottom section>div:nth-of-type(2n) {
    padding-left: 80px;
  }

  main.broker .green {
    background-color: #e9f0eb;
  }

  main.broker .chess-king {
    background-position: right calc(100% - 30px);
    background-size: 300px 300px;
  }

  main.broker .chess-tower {
    background-position: calc(50% - 450px) calc(100% + 40px);
    background-size: 300px 300px;
  }

  main.team {
    margin-top: 150px;
  }

  main.team h1 {
    height: 250px;
    line-height: 250px;
  }

  main.team h1.team {
    background-size: 200px 200px;
  }

  main.team .articleContainer div.innerContainer {
    width: 1000px;
  }

  main.propertyManagement {
    margin-top: 150px;
  }

  main.propertyManagement h1 {
    height: 250px;
    line-height: 250px;
    font-size: 4rem;
  }

  main.propertyManagement h1.pen {
    background-size: 300px 300px;
    background-position: left calc(100% + 120px);
  }

  main.propertyManagement .articleContainer {
    width: 100%;
  }

  main.propertyManagement .articleContainer article {
    width: 800px;
    margin: 80px auto 150px;
  }

  main.propertyManagement .articleContainer article p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.propertyManagement .tableContainer article {
    width: 1100px;
  }

  main.propertyManagement .tableContainer article table {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.propertyManagement .tableContainer article table tr {
    padding: 0 10px;
  }

  main.services {
    margin-top: 150px;
  }

  main.services h1 {
    height: 250px;
    line-height: 250px;
    background-color: #6c9b7d;
    color: #fff;
  }

  main.services h1.services {
    background-size: calc(20% - 140px);
  }

  main.services h1.sellers {
    background-size: 180px;
  }

  main.services h1.magnifier {
    background-size: 13vw;
    background-position: 10px calc(100% - 30px);
  }

  main.services .articleContainer {
    width: 100%;
  }

  main.services .articleContainer h3 {
    width: 100%;
  }

  main.services .articleContainer p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  main.services .articleContainer2 {
    width: 100%;
    padding-bottom: 100px;
  }

  main.services .articleContainer2>div {
    width: 1000px;
    background-size: 280px;
  }

  main.services .articleContainer2>div article {
    width: 400px;
  }

  main.services .articleContainer2>div article p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.services .articleContainer3 ul {
    width: 1000px;
  }

  main.services .articleContainer3 ul li {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.policy {
    margin-top: 150px;
  }

  main.policy h1 {
    height: 250px;
    line-height: 250px;
  }

  main.policy div.anchorContainer a.anchor {
    top: -150px;
  }

  main.policy .articleContainer {
    width: 1100px;
  }

  main.policy .articleContainer ul li {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #007a41;
  }

  main.policy .articleContainer h3 {
    font-size: 2.5rem;
  }

  main.policy .articleContainer article h4 {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.policy .articleContainer article p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.policy .articleContainer article ul li {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.listing {
    margin-top: 150px;
  }

  main.listing h1 {
    height: 250px;
    line-height: 250px;
  }

  main.listing h1.key {
    background-size: 200px;
  }

  main.listing .articleContainer {
    width: 1100px;
  }

  main.property {
    margin-top: 150px;
  }

  main.property h1 {
    height: 250px;
    line-height: 250px;
    font-size: 3rem;
  }

  main.property h1 span {
    margin-top: 20px;
    font-size: 2rem;
  }

  main.property .articleContainer article h3 {
    font-size: 2rem;
  }

  main.property .articleContainer article p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.property .articleContainer2 .wrap article ul li {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.property .buttonsContainer .wrap {
    width: 1100px;
  }

  main.property .buttonsContainer .wrap a {
    box-sizing: border-box;
    background-position: 20px center;
  }

  main.property .buttonsContainer .wrap a.bookaviewing {
    padding-left: 30px;
  }

  main.blog article section h2 {
    font-size: 2rem;
  }

  main.blog article section p {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.blog article section p.date {
    font-size: 1rem;
  }

  main.blog article:nth-of-type(1) {
    margin-top: 50px;
  }

  main.blog article:last-child {
    margin-bottom: 50px;
  }

  main.blogSingle article h2 {
    font-size: 2rem;
  }

  main.blogSingle article h3 {
    font-size: 2em;
  }

  main.blogSingle article p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.blogSingle article.bottomArticles div a {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #007a41;
  }

  main.listing h1,
  main.blog h1 {
    font-size: 4rem;
  }

  .hero {
    height: calc(100% - 150px);
    margin-top: 150px;
  }

  .hero div.lamp {
    height: 40%;
  }

  .hero div.text {
    margin-top: 50px;
    font-size: 2rem;
    line-height: 4rem;
  }

  .hero div.text h1 {
    font-size: 4rem;
  }

  footer div {
    padding: 80px 50px 20px;
  }

  footer div section {
    width: 300px;
  }

  footer div section h5 {
    font-size: 1rem;
  }

  footer div section p {
    font-size: 0.8rem;
  }

  footer div section.section3 form input.text {
    height: 35px;
    line-height: 35px;
  }

  footer div section.section3 form label.checkbox i {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  footer section.section4 {
    padding: 0 50px 10px;
    font-size: 0.8rem;
  }

  footer section.bottom a {
    margin-left: 10px;
    margin-right: 10px;
  }

  footer section.bottom a:nth-of-type(1) {
    margin-left: 0;
  }

  footer section.bottom a:last-child {
    margin-right: 0;
  }

  .messageContainer>div p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .marketUpdatesContainer .inner form input.text {
    height: 35px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 1199px) {
  header {
    height: 120px;
  }

  header span {
    transform: translate(-50%, -50%) scale(0.6);
  }

  header nav section {
    font-size: 0.7rem;
  }

  header nav section>a {
    padding: 3px 5px;
    margin: 0px 5px;
  }

  header nav section.left .submenuContainer {
    background-size: 70%;
  }

  header nav section.left .submenuContainer .submenu div {
    margin-top: 35px;
  }

  header nav section.left .submenuContainer .submenu div a {
    font-size: 1rem;
  }

  header nav section.left .submenuContainer .submenu div button.close {
    top: 35px;
  }

  header nav section.left {
    padding-right: 130px;
  }

  header nav section.right a.tel {
    font-size: 1.1rem;
  }

  main.error404 {
    margin-top: 120px;
  }

  main.error404 h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.home.page,
  main.aboutus.page {
    margin-top: 120px;
  }

  main.home h1,
  main.aboutus h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.home h1.aboutus,
  main.aboutus h1.aboutus {
    background-size: 200px 200px;
  }

  main.home .articleContainer,
  main.aboutus .articleContainer {
    width: 100%;
    padding: 50px 50px;
    box-sizing: border-box;
  }

  main.home .articleContainer article,
  main.aboutus .articleContainer article {
    width: 100%;
    font-size: 1.2rem;
  }

  main.home .articleContainer article hr,
  main.aboutus .articleContainer article hr {
    display: none;
  }

  main.home .chair,
  main.aboutus .chair {
    background-position: right calc(100% - 20px);
    background-size: 200px 200px;
    padding-bottom: 220px;
  }

  main.home .lamp,
  main.aboutus .lamp {
    background-position: right bottom;
    background-size: 350px 350px;
  }

  main .testimonials {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  main .testimonials article {
    position: relative;
    height: 350px;
  }

  main .testimonials article::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left bottom;
    background-size: 250px 250px;
    background-image: url(../images/bottle.png);
    background-repeat: no-repeat;
  }

  main .bottle {
    background-image: none;
  }

  main.broker {
    margin-top: 120px;
  }

  main.broker .articleContainer article.bottomGreen p {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.broker .chess-king {
    background-position: right calc(100% - 30px);
    background-size: 200px 200px;
  }

  main.broker .chess-tower {
    background-position: calc(50% - 400px) calc(100% - 50px);
    background-size: 200px 200px;
    padding-bottom: 20px;
  }

  main.team {
    margin-top: 120px;
  }

  main.team h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.team .articleContainer div.innerContainer {
    width: 900px;
  }

  main.propertyManagement {
    margin-top: 120px;
  }

  main.propertyManagement h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.propertyManagement h1.pen {
    background-size: 200px 200px;
    background-position: left calc(100% + 70px);
  }

  main.propertyManagement .articleContainer {
    width: 100%;
  }

  main.propertyManagement .articleContainer article {
    width: 800px;
    margin: 80px auto 150px;
  }

  main.propertyManagement .articleContainer article p {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  main.propertyManagement .articleContainer article a {
    font-size: 1.2rem;
    height: 60px;
    line-height: 60px;
  }

  main.propertyManagement .tableContainer article {
    width: 900px;
  }

  main.propertyManagement .tableContainer article table {
    font-size: 1.2rem;
  }

  main.propertyManagement .tableContainer article table tr {
    padding: 0 10px;
  }

  main.services {
    margin-top: 120px;
  }

  main.services h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
    background-color: #6c9b7d;
    color: #fff;
    letter-spacing: 0;
  }

  main.services h1.services {
    background-size: 150px 150px;
  }

  main.services .articleContainer {
    width: 100%;
  }

  main.services .articleContainer h3 {
    width: 100%;
  }

  main.services .articleContainer p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  main.services .articleContainer2 {
    width: 100%;
    padding-bottom: 360px;
    background-image: url(../images/ficus.png);
    background-repeat: no-repeat;
    background-size: 300px 300px;
    background-position: calc(50% - 30px) calc(100% - 10px);
  }

  main.services .articleContainer2>div {
    width: 800px;
    background-image: none;
  }

  main.services .articleContainer2>div article {
    width: 380px;
  }

  main.services .articleContainer2>div article p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.services .articleContainer3 ul {
    width: 800px;
  }

  main.services .articleContainer3 ul li {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  main.blog article {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 30px;
  }

  main.blog article section:nth-of-type(1) img {
    display: block;
    width: 100%;
  }

  main.blogSingle article {
    width: 100%;
    padding: 50px 40px;
    box-sizing: border-box;
  }

  main.blogSingle article.bottomArticles div div.iframeWrapper {
    width: 100%;
    height: 20vw;
    margin-top: 20px;
  }

  main.blogSingle article.bottomArticles div img {
    height: 20vw;
    object-fit: cover;
  }

  footer div {
    padding: 80px 50px 20px;
  }

  footer div section {
    width: 250px;
  }

  footer div section h5 {
    font-size: 1rem;
  }

  footer div section p {
    font-size: 0.8rem;
  }

  footer div section p.social {
    display: flex;
    width: 100%;
    position: absolute;
    left: -7px;
    bottom: 0;
  }

  footer div section p.social a {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  footer div section.section3 {
    width: 250px;
  }

  footer section.section4 {
    padding: 0 50px 10px;
    font-size: 0.7rem;
  }

  footer section.bottom {
    padding: 50px 50px;
    justify-content: center;
  }

  footer section.bottom a {
    width: 100px !important;
    margin: 0 30px;
  }

  footer section.bottom a:nth-of-type(1) {
    margin-left: 0;
    transform: scale(1);
  }

  footer section.bottom a:last-child {
    margin-right: 0;
    transform: scale(1);
  }

  footer section.bottom a.tds {
    width: auto;
  }

  footer section.bottom a.tsi {
    width: auto;
  }

  main.policy {
    margin-top: 120px;
  }

  main.policy h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.policy h1.policy {
    background-size: 200px;
  }

  main.policy div.anchorContainer a.anchor {
    top: -120px;
  }

  main.policy .articleContainer {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
  }

  main.policy .articleContainer h2 {
    font-size: 2.5rem;
  }

  main.listing {
    margin-top: 120px;
  }

  main.listing h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.listing .articleContainer {
    width: 860px;
  }

  main.listing .articleContainer a.section article .imgContainer {
    height: 250px;
  }

  main.listing .articleContainer a.section article div.info h4 {
    font-size: 1rem;
  }

  main.listing .articleContainer a.section article div.info p {
    padding-top: 3px;
    font-size: 1rem;
  }

  main.listing .articleContainer a.section article div.info section {
    font-size: 1rem;
    padding: 5px 10px;
  }

  main.property {
    margin-top: 120px;
  }

  main.property h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
    font-size: 2.3rem;
  }

  main.property h1 span {
    margin-top: 40px;
    font-size: 1.5rem;
  }

  main.property .articleContainer article {
    width: 700px;
  }

  main.property .articleContainer2 .wrap {
    width: 900px;
  }

  main.property .articleContainer2 .wrap article {
    padding: 0;
  }

  main.property .articleContainer2 .wrap article h4 {
    font-size: 1.5rem;
  }

  main.property .articleContainer2 .wrap article.house {
    background-size: 400px;
    background-position: 0 120px;
    height: 390px;
  }

  main.property .articleContainer2 .wrap article.house a {
    top: 300px;
    background-size: 40px;
    padding-right: 50px;
  }

  main.property .buttonsContainer .wrap {
    width: 900px;
  }

  main.property .buttonsContainer .wrap a {
    font-size: 1rem;
    padding: 6px 0;
    background-position: 15px center;
    background-size: 30px;
  }

  main.property .buttonsContainer .wrap a.desktop {
    padding-left: 0px;
  }

  main.property .buttonsContainer .wrap a.bookaviewing {
    padding-left: 0;
    text-indent: 0;
  }

  main.property .sliderContainer .slider {
    width: 801px;
  }

  main.property .sliderContainer .slider .imageList .slideLine img {
    width: 277px;
  }

  .hero {
    height: calc(100% - 120px);
    margin-top: 120px;
  }

  .hero div.text {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .hero div.text h1 {
    font-size: 3rem;
  }

  .iframeContainer .videoIframe {
    height: 50vw;
  }
}

@media only screen and (max-width: 959px) {
  header {
    height: 100px;
    display: flex;
    width: 100%;
  }

  header span {
    width: 100px;
    height: 100px;
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    padding: 0;
  }

  header nav {
    width: calc(100% - 100px);
    height: 100%;
    padding: 0;
  }

  header nav section.left {
    width: 100%;
    padding: 0;
  }

  header nav section.left>a {
    display: none;
  }

  header nav section.left a.phone {
    display: block;
    margin-left: auto;
    width: 50px;
    height: 50px;
    background-image: url(../images/phone.png);
    background-position: center;
    background-repeat: no-repeat;
  }

  header nav section.left .submenuContainer {
    background-size: 100%;
    top: 0;
    right: 0;
    margin: 0;
    margin-right: 40px;
  }

  header nav section.left .submenuContainer .submenu {
    right: -20px;
    left: initial;
    background-color: transparent;
  }

  header nav section.left .submenuContainer .submenu div {
    background-color: #fff;
    margin-top: 25px;
  }

  header nav section.left .submenuContainer .submenu div a {
    font-size: 1rem;
  }

  header nav section.left .submenuContainer .submenu div button.close {
    top: 25px;
  }

  header nav section.right {
    display: none;
  }

  main.error404 {
    margin-top: 100px;
  }

  main.error404 h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.home.page,
  main.aboutus.page {
    margin-top: 100px;
  }

  main.home h1,
  main.aboutus h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.home h1.aboutus,
  main.aboutus h1.aboutus {
    background-size: 150px 150px;
  }

  main.home .articleContainer,
  main.aboutus .articleContainer {
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
  }

  main.home .articleContainer article,
  main.aboutus .articleContainer article {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    font-size: 1.2rem;
  }

  main.home .chair,
  main.aboutus .chair {
    background-position: right calc(100% - 20px);
    background-size: 200px 200px;
    padding-bottom: 220px;
  }

  main .testimonials {
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
  }

  main .testimonials article {
    height: 500px;
    width: 100%;
    box-sizing: border-box;
  }

  main .testimonials article a {
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  main .bottle {
    background-image: none;
  }

  main.broker {
    margin-top: 100px;
  }

  main.broker .articleContainer {
    margin: 0;
  }

  main.broker .articleContainer article.top {
    font-size: 1.5rem;
  }

  main.broker .articleContainer article.top p {
    width: 600px;
  }

  main.broker .articleContainer article.bottom {
    padding-right: 50px;
    padding-left: 50px;
    width: 100%;
    box-sizing: border-box;
  }

  main.broker .articleContainer article.bottom h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0;
  }

  main.broker .articleContainer article.bottom section {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  main.broker .articleContainer article.bottom section>div {
    width: 100%;
    font-size: 1.5rem;
    clear: both;
    height: initial;
    display: flex;
    position: relative;
    padding-bottom: 30px;
  }

  main.broker .articleContainer article.bottom section>div i {
    position: absolute;
    top: 0;
    left: 22px;
    width: 3px;
    height: 100%;
    background-color: #6c9b7d;
    display: block;
    z-index: -1;
  }

  main.broker .articleContainer article.bottom section>div span {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background-color: #6c9b7d;
    margin-right: 20px;
    color: #fff;
    display: block;
    text-align: center;
  }

  main.broker .articleContainer article.bottom section>div div {
    width: calc(100% - 50px - 20px);
  }

  main.broker .articleContainer article.bottom section>div div h4 {
    width: 100%;
    font-family: inherit;
  }

  main.broker .articleContainer article.bottom section>div div p {
    width: 100%;
  }

  main.broker .articleContainer article.bottom section>div:last-child i {
    display: none;
  }

  main.broker .articleContainer article.bottom section div:nth-of-type(2n+1) {
    float: left;
    text-align: left;
    padding-right: 0;
    padding-top: 0;
  }

  main.broker .articleContainer article.bottom section div:nth-of-type(2n) {
    float: left;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
  }

  main.broker .articleContainer article.bottom section ul {
    display: none;
  }

  main.broker .articleContainer article.bottomGreen {
    width: 500px;
  }

  main.broker .articleContainer article.bottomGreen p {
    font-size: 1.5rem;
  }

  main.broker .bottomGreenContainer {
    padding: 50px;
  }

  main.broker .green {
    background-color: #e9f0eb;
  }

  main.broker .chess-king {
    background-position: right calc(100% - 30px);
    background-size: 100px 100px;
  }

  main.broker .chess-tower {
    background-position: 50px calc(100% - 0px);
    background-size: 250px 250px;
    padding-bottom: 200px !important;
  }

  main.team {
    margin-top: 100px;
  }

  main.team h1.team {
    background-size: 150px 150px;
  }

  main.team .articleContainer div.innerContainer {
    width: 650px;
  }

  main.team .articleContainer div.innerContainer article {
    padding: 10px;
  }

  main.team .articleContainer div.innerContainer article section {
    padding: 30px;
  }

  main.propertyManagement {
    margin-top: 100px;
  }

  main.propertyManagement h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
    font-size: 2.5rem;
    line-height: 2.5rem;
    display: block;
    padding-top: 60px;
    box-sizing: border-box;
  }

  main.propertyManagement h1 br {
    display: initial;
  }

  main.propertyManagement .articleContainer {
    width: 100%;
  }

  main.propertyManagement .articleContainer article {
    width: 700px;
  }

  main.propertyManagement .tableContainer article {
    width: 700px;
  }

  main.services {
    margin-top: 100px;
  }

  main.services h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.services h1.services {
    background-size: calc(15vw - 20px);
  }

  main.services h1.sellers {
    background-size: 12vw;
  }

  main.services .articleContainer {
    width: 100%;
  }

  main.services .articleContainer h3 {
    width: 100%;
  }

  main.services .articleContainer p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 30px;
  }

  main.services .articleContainer2>div {
    width: 700px;
    flex-wrap: wrap;
  }

  main.services .articleContainer2>div article {
    width: 100%;
  }

  main.services .articleContainer2>div article h4 {
    text-align: center;
  }

  main.services .articleContainer2>div article p {
    text-align: center;
  }

  main.services .articleContainer3 ul {
    width: 700px;
    flex-wrap: wrap;
  }

  main.services .articleContainer3 ul li {
    width: 100%;
    background-size: 45px 45px;
    padding-left: 60px;
    padding-top: 10px;
    min-height: initial;
  }

  main.policy {
    margin-top: 100px;
  }

  main.policy h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.policy h1.policy {
    background-size: 150px;
  }

  main.policy div.anchorContainer a.anchor {
    top: -100px;
  }

  main.policy .articleContainer h2 {
    font-size: 2rem;
  }

  main.listing {
    margin-top: 100px;
  }

  main.listing h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
  }

  main.listing h2.key {
    background-position: right calc(100% - 10px);
  }

  main.listing .articleContainer {
    width: 700px;
  }

  main.listing .articleContainer a.section article .imgContainer {
    height: 250px;
  }

  main.property {
    margin-top: 100px;
  }

  main.property h1 {
    height: 200px;
    line-height: 200px;
    font-size: 3rem;
    font-size: 2rem;
  }

  main.property h1 span {
    font-size: 1.5rem;
  }

  main.property .articleContainer2 .wrap {
    width: 650px;
  }

  main.property .articleContainer2 .wrap article:first-child {
    padding-right: 50px;
  }

  main.property .articleContainer2 .wrap article.house {
    background-size: 300px;
  }

  main.property .articleContainer2 .wrap article.house a {
    top: 245px;
    font-size: 1.5rem;
  }

  main.property .buttonsContainer .wrap {
    width: 650px;
  }

  main.property .buttonsContainer .wrap a.desktop {
    padding-left: 20px;
  }

  main.property .buttonsContainer .wrap a.bookaviewing {
    padding-left: 35px;
  }

  main.property .sliderContainer .slider {
    width: 702px;
  }

  main.property .sliderContainer .slider .bigImage {
    padding-bottom: 450px;
  }

  main.property .sliderContainer .slider .bigImage .imgWrapper {
    padding-bottom: inherit;
  }

  main.property .sliderContainer .slider .imageList .slideLine img {
    width: 244px;
  }

  .hero {
    width: 100%;
    height: calc(100% - 100px);
    margin-top: 100px;
  }

  footer div {
    padding: 80px 20px 20px;
  }

  footer section.section4 {
    padding: 0 20px 10px;
    font-size: 0.7rem;
    height: 60px;
  }

  footer section.section4 a {
    margin-left: 10px;
  }

  footer section.bottom {
    padding: 20px 20px;
  }

  .popupContainer div.formContainer {
    width: 700px;
  }

  .gMap {
    padding-bottom: 250px;
  }

  .gMap .map .gm-style .gm-style-iw-t::after {
    color: #f00;
    border-color: #f00;
    background-image: url(../images/map-arrow.png);
    background-position: center bottom;
    transform: rotate(0deg);
    left: -6px !important;
  }

  .gMap .map .infoWindow div.wrapper {
    display: none;
  }

  .gMap .map .infoWindow img {
    display: block;
    width: 100px;
    height: 100px;
  }

  .gMap .map2 .infoWindowProperty {
    padding: 15px 25px;
    font-size: 0.8rem;
  }

  main.blogSingle article.bottomArticles div div.iframeWrapper {
    height: 20vw;
  }

  main.blogSingle article.bottomArticles div img {
    height: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    max-height: 300px;
  }

  .hero div.text {
    font-size: 4vw;
    line-height: 7vw;
  }

  .hero div.text h1 {
    font-size: 6.5vw;
  }

  main.error404 {
    margin-top: 100px;
  }

  main.error404 h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
  }

  main.error404 h3 {
    font-size: 1rem;
  }

  main.home {
    margin-top: 30px;
  }

  main.home h1,
  main.aboutus h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  main.home h1.aboutus,
  main.aboutus h1.aboutus {
    background-size: 150px 150px;
  }

  main.home .articleContainer article .buttonsContainer,
  main.aboutus .articleContainer article .buttonsContainer {
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }

  main.home .articleContainer article .buttonsContainer a.button,
  main.aboutus .articleContainer article .buttonsContainer a.button {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 20px;
  }

  main.home .lamp,
  main.aboutus .lamp {
    background-position: right bottom;
    background-size: 200px 200px;
    padding-bottom: 150px;
  }

  main .testimonials {
    padding: 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  main .testimonials article {
    width: 100%;
  }

  main .testimonials article section div {
    padding: 0 50px;
    line-height: 1.7rem;
  }

  main.broker {
    margin-top: 100px;
  }

  main.broker .articleContainer {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }

  main.broker .articleContainer article.top {
    width: 100%;
  }

  main.broker .articleContainer article.top h1 {
    margin-top: 50px;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0;
  }

  main.broker .articleContainer article.top p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 1.2rem;
  }

  main.broker .articleContainer article.bottom {
    padding-right: 50px;
    padding-left: 50px;
    width: 100%;
    box-sizing: border-box;
  }

  main.broker .articleContainer article.bottom h3 {
    margin: 50px auto;
  }

  main.broker .articleContainer article.bottom section {
    padding-bottom: 0;
  }

  main.broker .articleContainer article.bottom section>div {
    height: auto;
  }

  main.broker .articleContainer article.bottom section>div div h4 {
    width: 100%;
  }

  main.broker .articleContainer article.bottom section>div div p {
    width: 100%;
    margin-bottom: 60px;
  }

  main.broker .articleContainer article.bottom section ul {
    display: none;
  }

  main.broker .articleContainer article.bottomGreen {
    width: 100%;
  }

  main.broker .chess-king {
    background-position: right calc(100% - 30px);
    background-size: 100px 100px;
    padding-bottom: 60px;
  }

  main.broker .chess-tower {
    background-position: left calc(100%);
    background-size: 200px 200px;
    padding-bottom: 160px !important;
  }

  main.team {
    margin-top: 100px;
  }

  main.team h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  main.team h1.team {
    background-size: 100px 100px;
  }

  main.team .articleContainer {
    overflow: auto;
  }

  main.team .articleContainer div.innerContainer {
    width: 100%;
    display: block;
    overflow: auto;
  }

  main.team .articleContainer div.innerContainer article {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
  }

  main.team .articleContainer div.innerContainer article section {
    height: auto;
  }

  main.team .articleContainer div.innerContainer article section p {
    display: none;
    height: 0;
  }

  main.team .articleContainer div.innerContainer article section p.show {
    display: block;
    height: initial;
  }

  main.team .articleContainer div.innerContainer article button {
    display: block;
    border: none;
    width: 100%;
    height: 40px;
    background-color: #394a40;
    background-image: url(../images/arrow-down.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 40px;
    outline: none;
  }

  main.team .articleContainer div.innerContainer article button.down {
    background-image: url(../images/arrow-up.png);
  }

  main.propertyManagement {
    margin-top: 100px;
  }

  main.propertyManagement h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-top: 50px;
    line-height: 2rem;
  }

  main.propertyManagement h1.pen {
    background-size: 150px 150px;
    background-position: left calc(100% + 50px);
  }

  main.propertyManagement .articleContainer {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }

  main.propertyManagement .articleContainer article {
    width: 100%;
    margin-bottom: 80px !important;
  }

  main.propertyManagement .articleContainer article a {
    width: 100%;
  }

  main.propertyManagement .tableContainer {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }

  main.propertyManagement .tableContainer article {
    width: 100%;
  }

  main.propertyManagement .tableContainer article h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  main.propertyManagement .tableContainer article table {
    font-size: 1rem;
    width: 100%;
  }

  main.propertyManagement .tableContainer article table tr th,
  main.propertyManagement .tableContainer article table tr td {
    padding: 5px;
  }

  main.propertyManagement .tableContainer article table tr th:nth-child(1) {
    width: 60%;
  }

  main.propertyManagement .tableContainer article table tr th:nth-child(2),
  main.propertyManagement .tableContainer article table tr th:nth-child(3) {
    width: 20%;
  }

  main.services h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  main.services h1.services {
    background-size: calc(15vw + 20px);
  }

  main.services h1.sellers {
    background-size: 100px;
  }

  main.services .articleContainer {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 20px;
  }

  main.services .articleContainer h3 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  main.services .articleContainer p {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }

  main.services .articleContainer a.button {
    width: 100%;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
  }

  main.services .articleContainer2 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 250px;
    background-size: 200px 200px;
    background-position: calc(50% - 10px) calc(100% - 10px);
  }

  main.services .articleContainer2 h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  main.services .articleContainer2 a {
    width: 100%;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
  }

  main.services .articleContainer2>div {
    width: 100%;
  }

  main.services .articleContainer3 {
    width: 100%;
  }

  main.services .articleContainer3 h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 50px;
    padding-right: 50px;
  }

  main.services .articleContainer3 ul {
    width: 100%;
  }

  main.services .articleContainer3 ul li {
    min-height: 80px;
  }

  main.policy h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  main.policy h1.policy {
    background-size: 100px;
  }

  main.policy .articleContainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  main.policy .articleContainer h2 {
    font-size: 1.5rem;
    margin: 20px 0 0;
  }

  main.listing {
    margin-top: 100px;
  }

  main.listing h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  main.listing h1.key {
    background-size: 150px;
  }

  main.listing .articleContainer {
    width: 100%;
  }

  main.listing .articleContainer a.section {
    width: 100%;
  }

  main.listing .articleContainer a.section article .imgContainer {
    height: 0;
    padding-bottom: 50%;
    position: relative;
  }

  main.listing .articleContainer a.section article .imgContainer img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  main.listing .articleContainer a.section article div.info {
    box-sizing: border-box;
  }

  main.listing .articleContainer a.section article div.info p {
    width: 100%;
  }

  main.listing .articleContainer a.section article div.info section {
    position: initial;
    display: inline-block;
    box-sizing: border-box;
    font-size: 1rem;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
  }

  main.property {
    margin-top: 100px;
  }

  main.property h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  main.property h1 span {
    margin-top: 50px;
    font-size: 1rem;
  }

  main.property h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-top: 40px;
    height: auto;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
    margin: 0 !important;
    position: relative;
  }

  main.property h1 span {
    font-size: 1rem;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 0px;
  }

  main.property .articleContainer {
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
  }

  main.property .articleContainer article h3 {
    font-size: 1.6rem;
  }

  main.property .articleContainer2 {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  main.property .articleContainer2 .wrap {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 !important;
  }

  main.property .articleContainer2 .wrap article {
    padding: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }

  main.property .articleContainer2 .wrap article.house {
    display: block;
    background-size: 100%;
    background-position: left 100px;
    height: 0;
    padding-bottom: 84% !important;
  }

  main.property .articleContainer2 .wrap article.house a {
    top: calc(50% + 100px);
  }

  main.property .buttonsContainer {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    width: 100%;
  }

  main.property .buttonsContainer .wrap {
    width: 100%;
    flex-wrap: wrap;
  }

  main.property .buttonsContainer .wrap a {
    width: 100%;
    margin: 0 0 20px !important;
  }

  main.property .buttonsContainer .wrap a.mobile {
    display: block;
  }

  main.property .buttonsContainer .wrap a.desktop {
    display: none;
  }

  main.property .buttonsContainer .wrap a.bookaviewing {
    padding-left: 0;
  }

  main.property .sliderContainer {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  main.property .sliderContainer .slider {
    width: 100%;
    box-sizing: border-box;
  }

  main.property .sliderContainer .slider .bigImage {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 60%;
  }

  main.property .sliderContainer .slider .bigImage .imgWrapper {
    height: 100%;
  }

  main.property .sliderContainer .slider .imageList {
    height: 100px;
  }

  main.property .sliderContainer .slider .imageList .slideLine img {
    padding-right: 10px;
  }

  main.blog h4.subtitle {
    margin-bottom: 0 !important;
  }

  main.blog article {
    display: flex;
    flex-direction: column;
  }

  main.blog article section {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-top: 50px !important;
  }

  main.blog article section h2,
  main.blog article section p {
    padding: 0;
    margin: 0;
  }

  main.blog article:nth-of-type(1) {
    margin-top: 0;
  }

  main.blogSingle article.bottomArticles div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  main.blogSingle article.bottomArticles div div.iframeWrapper {
    height: 60vw;
  }

  main.blogSingle article.bottomArticles div img {
    height: 60vw;
  }

  footer div {
    padding: 10px 30px 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  footer div section {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  footer div section h5 {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: "latobold";
  }

  footer div section p {
    font-size: 1rem;
  }

  footer div section p.social {
    display: none;
  }

  footer div section.section3 {
    margin-left: initial;
    width: 100%;
  }

  footer section.footerSocial {
    width: 100%;
    display: block;
  }

  footer section.footerSocial p.socialBottom {
    display: flex;
    justify-content: center;
  }

  footer section.footerSocial p.socialBottom a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 20px;
  }

  footer section.footerSocial p.socialBottom a.instagram {
    background-image: url(../images/social_instagram.png);
  }

  footer section.footerSocial p.socialBottom a.twitter {
    background-image: url(../images/social_twitter.png);
  }

  footer section.footerSocial p.socialBottom a.facebook {
    background-image: url(../images/social_facebook.png);
  }

  footer section.footerSocial p.socialBottom a.in {
    background-image: url(../images/social_in.png);
  }

  footer section.section4 {
    padding: 0 20px 10px;
    font-size: 0.7rem;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin: 20px 0;
  }

  footer section.section4 a {
    margin: 5px 0 !important;
    order: 1;
    white-space: nowrap;
  }

  footer section.section4 p {
    order: 2;
    margin-top: 30px;
  }

  footer section.bottom {
    height: auto;
    padding: 20px 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  footer section.bottom a {
    margin: 20px 10px !important;
  }

  footer img.eyeglasses-mobile {
    display: block;
    width: 100%;
  }

  footer img.eyeglasses {
    display: none;
    width: 100%;
  }

  .popupContainer div.formContainer {
    width: 100%;
  }

  .popupContainer div.formContainer form .groupContainer1 {
    flex-direction: column;
  }

  .popupContainer div.formContainer form .groupContainer1 input {
    width: 100%;
    margin-bottom: 20px;
  }

  .popupContainer div.formContainer form .groupContainer1 select {
    width: 100%;
  }

  .popupContainer div.formContainer form .groupContainer1 .select2-container {
    width: 100% !important;
  }

  .popupContainer div.formContainer form .groupContainer1 .select2-container:first-of-type {
    margin-bottom: 20px;
  }

  .popupContainer div.formContainer form .groupContainer1 span.select2-container:nth-of-type(2) {
    margin-left: 0px !important;
  }

  .popupContainer div.formContainer form .buttons button {
    margin-right: 20px;
  }

  .messageContainer>div {
    width: 450px;
  }

  .messageContainer>div p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 130%;
  }
}

@media only screen and (max-width: 479px) {
  header nav section.left .submenuContainer .submenu {
    right: -40px;
    width: 320px;
  }

  header nav section.left .submenuContainer .submenu div a {
    font-size: 0.9rem;
  }

  main.error404 h3 {
    font-size: 1rem;
  }

  main.home h1.aboutus,
  main.aboutus h1.aboutus {
    background-size: 30vw;
  }

  main.home .articleContainer article p,
  main.aboutus .articleContainer article p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.home .articleContainer article.aboutUs ul li,
  main.aboutus .articleContainer article.aboutUs ul li {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.home .chair,
  main.aboutus .chair {
    background-size: 150px 150px;
    padding-bottom: 160px;
  }

  main .testimonials article section div {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  main .testimonials article::before {
    background-size: 150px 150px;
  }

  main.broker .articleContainer article.top {
    box-sizing: border-box;
  }

  main.broker .articleContainer article.top p {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.broker .articleContainer article.bottom section {
    padding-bottom: 0;
  }

  main.broker .articleContainer article.bottom section>div {
    height: auto;
  }

  main.broker .articleContainer article.bottom section>div div h4 {
    font-size: 18px;
  }

  main.broker .articleContainer article.bottom section>div div p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.broker .articleContainer article.bottom section ul {
    display: none;
  }

  main.broker .articleContainer article.bottomGreen {
    padding: 30px;
  }

  main.team h1.team {
    background-size: 80px 80px;
  }

  main.propertyManagement .articleContainer article p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.propertyManagement .tableContainer article table {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.propertyManagement .tableContainer article table tr th,
  main.propertyManagement .tableContainer article table tr td {
    line-height: 1.2rem;
  }

  main.propertyManagement .tableContainer article table tr th {
    font-size: 0.6rem;
  }

  main.services h1.services {
    background-position: left calc(100% + 10px);
    background-size: 80px;
  }

  main.services h1.sellers {
    background-size: 80px;
    background-position: left calc(100% - 10px);
  }

  main.services .articleContainer p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.services .articleContainer a.button {
    font-size: 1rem;
    line-height: 1.2rem;
    height: auto;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
  }

  main.services .articleContainer2 a {
    font-size: 1rem;
    line-height: 1.2rem;
    height: auto;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
  }

  main.services .articleContainer2>div article h4 {
    font-size: 1.3rem;
  }

  main.services .articleContainer2>div article p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.services .articleContainer3 ul li {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.policy h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  main.policy h1.policy {
    background-size: 70px;
  }

  main.policy .articleContainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  main.policy .articleContainer ul li {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    color: #007a41;
  }

  main.policy .articleContainer h2 {
    font-size: 1.2rem;
  }

  main.policy .articleContainer article h4 {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.policy .articleContainer article p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.policy .articleContainer article ul li {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.listing h1.key {
    background-size: 100px;
  }

  main.listing .articleContainer section article .imgContainer b {
    font-size: 1rem;
  }

  main.property h1 {
    height: 150px;
    line-height: 150px;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-top: 40px;
    height: auto;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    margin: 0 !important;
    position: relative;
  }

  main.property h1 span {
    font-size: 1rem;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 0px;
  }

  main.property .articleContainer article h3 {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    color: #6c9b7d;
  }

  main.property .articleContainer article p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.property .articleContainer2 .wrap article h4 {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    color: #6c9b7d;
  }

  main.property .articleContainer2 .wrap article ul {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  main.property .articleContainer2 .wrap article ul li {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 16px;
  }

  main.property .articleContainer2 .wrap article.house {
    background-position: left 60px;
    padding-bottom: calc(62% + 70px) !important;
  }

  main.property .articleContainer2 .wrap article.house a {
    font-size: 1rem;
    top: calc(54% + 73px);
    left: 8%;
    background-size: 30px;
    padding: 5px;
    padding-right: 40px;
  }

  main.property .sliderContainer .slider .bigImage button.arrow {
    width: 30px;
    height: 30px;
  }

  main.property .sliderContainer .slider .imageList {
    margin-top: 20px;
  }

  main.property .sliderContainer .slider .imageList button.arrow {
    width: 20px;
    height: 20px;
  }

  .popupContainer div.formContainer {
    padding: 20px;
  }

  .popupContainer div.formContainer h5 {
    font-size: 2rem;
  }

  .popupContainer div.formContainer ol li {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .popupContainer div.formContainer form .buttons button {
    width: 100px;
    margin-right: 10px;
  }

  .popupContainer div.formContainer p.share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
  }

  main.blog h1 {
    font-size: 5vw;
  }

  main.blogSingle h1 {
    font-size: 5vw;
  }

  main.blogSingle article h2 {
    color: #808080;
    font-size: 1.7rem;
    line-height: 2.5rem;
  }

  main.blogSingle article h3 {
    color: #808080;
    font-size: 1.2rem;
    line-height: 2rem;
    font-family: "latobold";
  }

  main.blogSingle article p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  footer section.footerSocial p.socialBottom a {
    margin: 0 5px;
  }

  footer section.section1 p.mails a {
    font-size: 0.8rem;
  }

  .messageContainer>div {
    width: 100%;
    padding: 30px 30px;
  }
}

