@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework
*/

/*

font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;


*/

:root {
  --light-grey-blue: #97c0c7;
  --dark-grey: #333333;
}

/* 1. Clean Base
--------------------------------------------interest-form-section----------------------------------*/

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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  -webkit-text-size-adjust: none;
  height: 100%;
}

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
* Firefox specific rule
*/

@-moz-document url-prefix() {
  body {
    /*font-weight: lighter !important;*/
  }
}

iframe {
  vertical-align: top;
}

iframe[src^="https://www.youtube.com/embed"]
{
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  outline: none;
}

textarea:focus,
input:focus,
a,
div,
img {
  outline: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.clear {
  clear: both;
}

.max930 {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  width: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/

body {
  /* Typography */
  color: #333333;
  font-size: 18px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;

  /* Visual */
  background-color: #f8f6f4;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /* Box-model */
  margin-bottom: 10px;

  /* Typography */
  font-weight: normal;
  line-height: 1.2;
  color: #333333;
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
}

h1,
.h1 {
  /* Typography */
  font-size: 48px;

  /* Box-model */
  margin-bottom: 36px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

ul {
  /* Box-model */
  margin: 25px 20px;
  padding: 0;
}

ul > li {
  /* Positioning */
  position: relative;

  /* Box-model */
  padding: 0;

  /* Typography */
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  line-height: 1.6;
}

ol {
  /* Box-model */
  margin: 25px 20px;
  padding: 0;

  /* Typography */
  list-style: none;
}

ol > li {
  /* Box-model */
  padding: 0 0 0 0;

  /* Typography */
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  line-height: 1.6;
}

ol > li {
  list-style: outside decimal;
}

blockquote {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: block;
  padding: 80px 20px 10px;
  margin-bottom: 40px;

  /* Typography */
  text-align: center;

  /* Visual */
  background: #f5f5f5;
  border-left: none;
}

blockquote:before {
  /* Positioning */
  position: absolute;
  width: 120px;
  top: 0;
  left: 0;
  right: 0;

  /* Box-model */
  margin: auto;

  /* Typography */
  content: "\02BB\02BB";
  font-size: 120px;
  font-family: "Times New Roman";
  color: #ff0019;
  font-weight: 700;
  letter-spacing: -12px;
  text-align: center;
}

blockquote p {
  /* Box-model */
  margin: 0;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #333333;
}

hr {
  /* Box-model */
  clear: both;
  height: 0;
  margin: 45px 0 55px;

  /* Visual */
  border: 0 #e5e5e5 solid;
  border-top-width: 1px;
}

.alignnone {
  /* Box-model */
  float: none;
  margin: 20px 0;
}

.aligncenter {
  /* Box-model */
  display: block;
  clear: both;
  margin: 70px auto;
}

.alignleft {
  /* Box-model */
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  /* Box-model */
  float: right;
  margin: 0 0 20px 20px;
}

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

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

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

.columns-2 {
  column-count: 2;
  column-gap: 30px;
}

.columns-2 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* 3. Images
------------------------------------------------------------------------------*/

img {
  border: none;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

/* 4. Link
------------------------------------------------------------------------------*/

a {
  color: #333;
  transition: color 0.3s ease;
}

a:focus {
  outline: none;
}

a:hover {
  color: #0078bf;
  text-decoration: underline;
}

/* 5. Forms
------------------------------------------------------------------------------*/

label {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5e5e5e;
  margin: 0 0 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #000;

  /* Box-model */
  height: 46px;
  padding: 0 50px 0 24px;
  margin: 0;
  width: 100%;

  /* Visual */
  border-radius: 23px;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #909090;
}

textarea {
  /* Box-model */
  height: 180px;
  padding-top: 24px;
  padding-bottom: 24px;
  resize: none;
  margin: 0;
  overflow: auto;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  /* Box-model */
  height: 44px;
  padding: 0 20px;

  /* Typography */
  line-height: 44px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;

  /* Visual */
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  border-radius: 0;
  background-color: #4b0626;
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #143741;
  color: #fff;
}

input.error {
  border-color: #eecbcb;
  background-color: #fff9f9;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #888888;
}

:-moz-placeholder {
  opacity: 1 !important;
  color: #888888;
}

::-moz-placeholder {
  opacity: 1 !important;
  color: #888888;
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: #888888;
}

select {
  /* Box-model */
  width: 100%;
  display: block;
  height: 46px;
  padding: 0 50px 0 24px;
  margin: 0;

  /* Typography */
  font-size: 16px;
  color: #888888;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;

  /* Visual */
  -webkit-box-shadow: none;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 23px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 12px auto;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-image: url("../images/icon-ui-switchdown-24.svg");
}

select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  background-color: #eeeeee;
}

.custom-file-upload {
  /* Positioning */
  position: relative;

  /* Box-model */
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 30px;
}

.custom-file-upload a.btn-browse {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  width: 180px;
  line-height: 38px;
  border-radius: 23px;
  display: block;
  border: 2px solid #333;

  /* Visual */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.custom-file-upload a.btn-browse:hover {
  /* Visual */
  text-decoration: none;
  background-color: #333;
  color: #ffffff;
}

.custom-file-upload input[type="file"] {
  /* Visual */
  visibility: hidden;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}

.custom-file-upload input[type="text"] {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  text-align: left;
  color: #333333;
  text-overflow: ellipsis;

  /* Box-model */
  padding: 0 30px;
  width: calc(100% - 180px) !important;

  /* Visual */
  background: none;
  border: none;
  pointer-events: none;
}

span.cancel_file {
  /* Positioning */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;

  /* Box-model */
  margin: auto;
  cursor: pointer;
  display: none;
  align-items: center;
  height: 20px;
  width: 20px;
}

span.cancel_file:before {
  /* Typography */
  font-size: 18px;
  color: #333333;
  content: "\e000";
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  /* Box-model */
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.custom-file-upload input[type="text"]::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #333333;
}

.custom-file-upload input[type="text"]:-moz-placeholder {
  opacity: 1 !important;
  color: #333333;
}

.custom-file-upload input[type="text"]::-moz-placeholder {
  opacity: 1 !important;
  color: #333333;
}

.custom-file-upload input[type="text"]:-ms-input-placeholder {
  opacity: 1 !important;
  color: #333333;
}

/* #content-area .container a {
	text-decoration: underline;
} */

#content-area .category-menu a,
#content-area .breadcrumb-block a {
  text-decoration: none;
}

/*.ms-parent.form-select {width: 100% !important;}*/

.ms-parent.form-select .ms-choice {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  color: #888888;

  /* Box-model */
  height: 46px;
  display: flex;
  align-items: center;
  width: 100%;

  /* Visual */
  border: none;
  outline: 0;
  cursor: pointer;
  border-radius: 23px;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ms-parent.form-select .ms-choice:focus {
  border-color: #909090;
}

.ms-parent.form-select .ms-choice::-moz-focus-inner {
  border: 0;
}

.ms-parent.form-select .ms-choice > span {
  /* Positioning */
  position: static;

  /* Box-model */
  padding: 0;
  height: auto;
  display: block;
  align-items: center;
  padding: 0 50px 0 24px;
  width: calc(100% - 60px);
}

.ms-parent.form-select .ms-choice div {
  /* Box-model */
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}

.ms-parent.form-select .ms-choice div:before {
  /* Positioning */
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;

  /* Typography */
  font-size: 12px;
  color: #ff0019;
  content: "\e012";
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  /* Box-model */
  height: 12px;
  width: 12px;
  margin: auto;
}

.ms-parent.form-select .mCustomScrollbar {
  /* Visual */
  box-shadow: none;
  border: 1px solid #e3e2e1;
}

.ms-parent.form-select .mCSB_inside > .mCSB_container {
  margin: 0;
}

.ms-parent.form-select .mCSB_scrollTools .mCSB_draggerContainer {
  top: 4px;
  bottom: 5px;
}

.ms-parent.form-select .ms-drop {
  border-radius: 10px;
}

.ms-parent.form-select .ms-drop ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  overflow-x: hidden;

  /* Visual */
  background-color: #fff;
}

.ms-parent.form-select .ms-drop ul li label {
  /* Positioning */
  position: relative;

  /* Typography */
  color: #333;

  /* Box-model */
  margin: 0;
  padding: 5px 25px 5px 15px;
  text-align: left;
  display: block;

  /* Visual */
  cursor: pointer;
  border-top: 1px solid #e3e2e1;
}

.ms-parent.form-select .ms-drop ul li:first-child label {
  border-top: none;
}

.ms-parent.form-select .ms-drop ul li label:hover,
.ms-parent.form-select .ms-drop ul li.selected label {
  /* Visual */
  background-color: #c9c9c9;
}

.ms-parent.form-select .ms-drop ul li label input {
  /* Positioning */
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;

  /* Box-model */
  visibility: hidden;
}

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

.txt-light {
  color: #fff;
}

.txt-light * {
  color: #fff;
}

.txt-light a {
  text-decoration: underline;
}

.txt-headlinebig {
  /* Typography */
  color: #333;
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.167;
  font-weight: normal;
  font-style: normal;
}

.txt-headlinemedium {
  /* Typography */
  color: #333;
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.222;
  font-weight: normal;
  font-style: normal;
}

.txt-headlinesmall {
  /* Typography */
  color: #333;
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
}

.txt-headlinexsmall {
  /* Typography */
  color: #333;
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: normal;
  font-style: normal;
}

.txt-preamble {
  /* Typography */
  color: #333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.58;
  font-weight: 400;
  font-style: normal;
}

.section-head-text {
  margin-bottom: 40px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border-radius: inherit;
  padding: 5px;
  float: left;
  background-position: right 7px center;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .section-head-text {
    margin-bottom: 20px;
  }
}

.txt-preamble > *,
.section-head-text > * {
  margin-bottom: 0;
}

.txt-preamble p {
  font-size: 24px;
}

.about-current-info-section .txt-preamble + div {
  margin-top: 1.61em;
}

.about-current-info-section .txt-preamble + div p:last-child {
  margin-bottom: 0;
}

p {
  /* Typography */
  color: #333333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.61;
  font-weight: 400;
  font-style: normal;

  /* Box-model */
  margin-bottom: 30px;
}

big,
.big {
  font-size: 24px;
}

small,
.small {
  font-size: 16px;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.ui-tooltip,
.arrow:after {
  /* Visual */
  background: #333;
}

.ui-tooltip {
  /* Typography */
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;

  /* Box-model */
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  z-index: 2;
}

.arrow {
  /* Positioning */
  position: absolute;
  left: 50%;
  bottom: -16px;

  /* Box-model */
  width: 70px;
  height: 16px;
  overflow: hidden;
  margin-left: -35px;
}

.arrow.top {
  /* Positioning */
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  /* Positioning */
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;

  /* Box-model */
  width: 25px;
  height: 25px;

  /* Visual */
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  /* Positioning */
  bottom: -20px;
  top: auto;
}

figcaption {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 15px 0 0;
  padding: 0 20px 0;
}

body .radiobox-custom.ui-checkboxradio-radio-label .ui-checkboxradio-icon {
  /* Positioning */
  position: relative;

  /* Box-model */
  width: 24px;
  height: 24px;

  /* Visual */
  background-color: #f8f8f8;
  border: solid 1px #e3e3e3;
  box-shadow: none;
  border-radius: 100%;
}

body
  .radiobox-custom.ui-checkboxradio-radio-label
  .ui-checkboxradio-icon:before {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  /* Typography */
  content: "";

  /* Box-model */
  height: 12px;
  width: 12px;
  display: inline-block;
  vertical-align: top;
  margin: auto;

  /* Visual */
  border-radius: 100%;
  background-color: #fff;
  opacity: 0;
}

body
  .radiobox-custom.ui-checkboxradio-radio-label:hover
  .ui-checkboxradio-icon {
  /* Box-model */
  width: 24px;
  height: 24px;

  /* Visual */
  background-color: #f8f8f8;
  border: solid 1px #e3e3e3;
  box-shadow: none;
}

body
  .radiobox-custom.ui-checkboxradio-radio-label.ui-checkboxradio-checked
  .ui-checkboxradio-icon {
  /* Box-model */
  width: 24px;
  height: 24px;

  /* Visual */
  background-color: #ff0019;
  border: solid 1px #ff0019;
  box-shadow: none;
}

body
  .radiobox-custom.ui-checkboxradio-radio-label.ui-checkboxradio-checked
  .ui-checkboxradio-icon:before {
  opacity: 1;
}

body .checkbox-custom.ui-checkboxradio-label .ui-checkboxradio-icon {
  /* Positioning */
  position: relative;

  /* Box-model */
  width: 24px;
  height: 24px;
  text-indent: 0;

  /* Visual */
  background-color: #f8f8f8;
  /* border: solid 1px #e3e3e3; */
  box-shadow: none;
  border-radius: 4px;
}

body .checkbox-custom.ui-checkboxradio-label .ui-checkboxradio-icon:before {
  /* Positioning */
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;

  /* Box-model */
  margin: auto;

  /* Typography */
  content: "\e014";
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 14px;

  /* Visual */
  opacity: 0;
}

body .checkbox-custom.ui-checkboxradio-label:hover .ui-checkboxradio-icon {
  /* Box-model */
  width: 24px;
  height: 24px;

  /* Visual */
  background-color: #f8f8f8;
  border: solid 1px #e3e3e3;
  box-shadow: none;
}

body
  .checkbox-custom.ui-checkboxradio-label.ui-checkboxradio-checked
  .ui-checkboxradio-icon {
  /* Box-model */
  width: 24px;
  height: 24px;

  /* Visual */
  background-color: #ff0019;
  border: solid 1px #ff0019;
  box-shadow: none;
}

body
  .checkbox-custom.ui-checkboxradio-label.ui-checkboxradio-checked
  .ui-checkboxradio-icon:before {
  opacity: 1;
}

/*------------------------- Gravitiy forms  ---------------------------------------*/
.gfield_label {
  display: none !important;
}

.gform_body {
  width: 100%;
}

.gform_body br {
  display: none;
}

ul.gform_fields,
ul.gfield_radio,
ul.gfield_checkbox {
  list-style-type: none;
  margin: 0px;
}

.gfield {
  /* Positioning */
  position: relative;

  /* Box-model */
  margin: 0 0 24px;
  width: 100%;
  display: block;
}

.gform_footer {
  width: 100%;
}

.gform_button {
  width: 100%;
  color: #fff !important;
  background-color: #e10019 !important;
}

.form-block .gform_button {
  width: auto;
}

div:not(.container) .gform_wrapper {
  /*custom gravity form by shortcode*/
  max-width: 720px;
  padding: 0 15px;
  margin: 0 auto;
}

div:not(.container) .gform_wrapper h3 {
  font-family: "akzidenz-grotesk";
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #333;
  margin: 0 0 30px;
  background: transparent;
}

div:not(.container) .gform_wrapper .gform_description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #333;
  margin: 0 0 50px;
  display: block;
}

.gform_button:hover {
  /* Typography */
  color: #ff0019 !important;

  /* Visual */
  border-color: #ff0019 !important;
  background-color: transparent !important;
}

.gfield_contains_required input,
.gfield_contains_required textarea {
  background-image: url(../images/asterisk-icon.png);
  background-position: right 24px top 16px;
  background-size: 12px auto;
  background-repeat: no-repeat;
}

.ginput_container_select:before {
  color: #ff0019 !important;
}

.gfield_radio li {
  display: inline-block;
}

.gfield_contact_method {
  padding: 0 24px;
  text-align: left;
}

.gfield_contact_method > label,
.gfield_areas > label {
  display: block !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #333333;
  margin: 0 0 15px;
}

.gfield_required {
  color: #ff0019;
}

.gfield_contact_method .gfield_radio label,
.gfield_areas label {
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
}

.gfield_contact_method .gfield_radio label {
  margin-bottom: 0;
}

.gfield_contact_method .gfield_radio li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #333333;
  margin: 0 40px 0 0;
}

.gfield_gdpr {
  width: 100%;
  padding: 0px;
}

@property --circle-color-from {
  syntax: "<color>";
  inherits: true;
  initial-value: #fff;
}
@property --circle-percent-from {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 10%;
}


.gfield_contact_method span.ui-checkboxradio-icon {
  --circle-color-from: #fff;
  --circle-percent-from: 10%;
  width: 22px;
  height: 22px;
  background: radial-gradient(circle, var(--circle-color-from) var(--circle-percent-from), #fff calc(var(--circle-percent-from) + 8%));
  border: solid 2px #e3e3e3;
  transition: border 0.6s ease, --circle-color-from .5s ease, --circle-percent-from .4s ease;
  box-shadow: none;
  margin-right: 10px;
}
.gfield_contact_method .ui-checkboxradio-radio-label {
  transition: color 0.4s ease;
}

.gfield_contact_method .ui-checkboxradio-checked {
  color: #000;
}
.gfield_contact_method .ui-checkboxradio-checked span.ui-checkboxradio-icon,
.gfield_contact_method
  .ui-checkboxradio-checked
  span.ui-checkboxradio-icon:hover,
.gfield_contact_method
  .ui-checkboxradio-checked:hover
  span.ui-checkboxradio-icon {
    --circle-color-from: #e10019;
    --circle-percent-from: 43%;
    width: 22px;
    height: 22px;
    border: solid 2px #e10019;
    background: radial-gradient(circle, var(--circle-color-from) var(--circle-percent-from), #fff calc(var(--circle-percent-from) + 8%));
}

.gfield_contact_method .gfield_required {
  display: none;
}

.gfield_gdpr .gfield_checkbox label,
.gfield_gdpr label {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #333333;
  font-size: 16px;
  padding-left: 38px;
  padding-right: 25px;
}

.gfield_gdpr.single-field label {
  background-image: url(../images/asterisk-icon-blue.png);
  background-position: right 24px top 5px;
  background-size: 12px auto;
  background-repeat: no-repeat;
}

.gfield_gdpr.single-field {
  padding: 0;
}

.gfield_gdpr.single-field.gdpr_required label {
  border: 1px solid rgb(0, 120, 191);
  border-radius: 23px;
  padding-right: 35px;
}

.gfield_gdpr.single-field span.ui-checkboxradio-icon {
  left: 5px;
}

.gfield_gdpr span.ui-checkboxradio-icon,
.gfield_areas span.ui-checkboxradio-icon {
  width: 24px;
  height: 24px;
  text-indent: 0;
  background-color: #e1e1e1;
  border: solid 1px #878787;
  box-shadow: none;
  border-radius: 4px;
}

.gfield_gdpr .ui-checkboxradio-icon {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  margin: 0;
}

.gfield_gdpr .ui-checkboxradio-checked .ui-checkboxradio-icon,
.gfield_areas .ui-checkboxradio-checked .ui-checkboxradio-icon {
  background-color: #ff0019;
  border: solid 1px #ff0019;
}

.single-field.gfield_gdpr .ui-checkboxradio-checked .ui-checkboxradio-icon {
  background-color: #0078bf;
  border: solid 1px #0078bf;
}

.gfield_gdpr a {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #0078bf;
}

.gfield_gdpr a:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

.gfield_gdpr .ui-checkboxradio-icon:before,
.gfield_areas .ui-checkboxradio-icon:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  margin: auto;
  content: "\e014" !important;
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
  opacity: 0;
}

.gfield_gdpr:last-child .ui-checkboxradio-label {
  background-image: url(../images/asterisk-icon.png);
  background-position: right 24px top 5px;
  background-size: 12px auto;
  background-repeat: no-repeat;
}

.gform_validation_error
  .gfield_gdpr:last-child
  .ui-checkboxradio-label:not(.ui-state-active) {
  border: 1px solid #ff0019;
  border-radius: 23px;
  padding-right: 35px;
}

.gform_validation_error
  .gfield_gdpr:last-child
  .ui-checkboxradio-label
  span.ui-checkboxradio-icon {
  left: 5px;
}

.gfield_areas .ui-checkboxradio-icon {
  margin-right: 10px;
}

.gfield_gdpr .ui-checkboxradio-checked .ui-checkboxradio-icon:before,
.gfield_areas .ui-checkboxradio-checked .ui-checkboxradio-icon:before {
  opacity: 1;
}

.gfield_areas li {
  margin: 0 !important;
}

.gfield_waste {
  max-width: none;
}

.gfield_waste ul {
  text-align: left;
}

.gform_body .ginput_container_textarea:after,
.desc_text {
  display: block;
  content: "Våra fritextfält får inte användas för att skriva kränkande information.";
  font-size: 16px;
  text-align: center;
}

.desc_text {
  content: "";
  padding-top: 8px;
}

.validation_error,
.validation_message,
.gfield_responsible {
  display: none;
}

input[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border: 1px solid #ff0019 !important;
}

/* 6. Tables
------------------------------------------------------------------------------*/

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #e5e5e5;
}

th {
  background-color: #3c3b3b;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding: 6px 10px;
}

td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  padding: 4px 10px;
  font-size: 14px;
}

/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* main container */

#wrapper {
  /* Positioning */
  position: relative;

  /* Box-model */
  width: 100%;
  min-height: 100%;

  /* Typography */
  line-height: normal;

  /* Visual */
  background-color: #f8f6f4;
}

.container {
  /* Box-model */
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container-full {
  /* Box-model */
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.slick-arrow {
  /* Positioning */
  position: absolute;
  bottom: 38px;
  z-index: 3;

  /* Box-model */
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;

  /* Typography */
  text-align: center;
  font-size: 0;

  /* Visual */
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-prev:before,
.slick-next:before {
  /* Typography */
  font-size: 48px;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: #fff;
}

.slick-prev {
  left: 40px;
}

.slick-next {
  right: 40px;
}

.slick-prev:before {
  content: "\e035";
}

.slick-next:before {
  content: "\e01a";
}

.slick-arrow:hover {
  opacity: 0.7;
}

.slick-dots {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
  overflow: hidden;

  /* Visual */
  border-radius: 7px;
}

.slick-dots li {
  /* Box-model */
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: 0;
  background-color: #dedcda;
}

.slick-dots li:before {
  display: none;
}

.slick-dots li button {
  /* Box-model */
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  height: 10px;
  width: 42px;
  border-radius: 7px;
  overflow: hidden;
  padding: 0;
  margin: 0;

  /* Visual */
  box-shadow: none;
  background: none;
  background-color: #dedcda;
  border: none;
  cursor: pointer;
}

.slick-dots li button::-moz-focus-inner {
  border: 0;
}

.slick-dots li button:focus,
.slick-dots li button:active {
  outline: 0;
  border: 0;
}

.slick-arrow::-moz-focus-inner {
  border: 0;
}

.slick-arrow:focus,
.slick-arrow:active {
  outline: 0;
  border: 0;
}

.slick-dots li.slick-active button {
  background-color: #a5a2a1;
}

.btn,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  /* Box-model */
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  height: 46px;
  padding: 0 24px;

  /* Typography */
  color: #ff0019;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;

  /* Visual */
  border-radius: 23px;
  background-color: transparent;
  border: 2px solid;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.txt-light .btn {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.btn.small {
  /* Box-model */
  min-width: 162px;
  height: 38px;

  /* Typography */
  line-height: 34px;

  /* Visual */
  border-radius: 23px;
}

.btn:hover {
  /* Typography */
  color: #fff;
  text-decoration: none;

  /* Visual */
  background-color: #ff0019;
}

.btn.fill {
  /* Typography */
  color: #fff;

  /* Visual */
  background-color: #ff0019;
}

.btn.fill.invert {
  /* Typography */
  color: #ff0019;

  /* Visual */
  background-color: #fff;
  border-color: #fff;
}

.btn.fill:hover {
  /* Typography */
  color: #ff0019;

  /* Visual */
  border-color: #ff0019;
  background-color: transparent;
}

.style02 {
  color: #0078bf;
  border-color: #0078bf;
}

.style02:hover {
  /* Typography */
  color: #fff;
  text-decoration: none;

  /* Visual */
  background-color: #0078bf;
}

.style02.fill {
  /* Typography */
  color: #fff;

  /* Visual */
  background-color: #0078bf;
  border-color: #0078bf;
}

.style02.fill.invert {
  /* Typography */
  color: #0078bf;

  /* Visual */
  background-color: #fff;
  border-color: #fff;
}

.style02.fill:hover {
  /* Typography */
  color: #0078bf;

  /* Visual */
  border-color: #0078bf;
  background-color: transparent;
}

.style03 {
  color: #8fa73d;
  border-color: #8fa73d;
}

.style03:hover {
  /* Typography */
  color: #fff;
  text-decoration: none;

  /* Visual */
  background-color: #8fa73d;
}

.style03.fill {
  /* Typography */
  color: #fff;

  /* Visual */
  background-color: #8fa73d;
  border-color: #8fa73d;
}

.style03.fill.invert {
  /* Typography */
  color: #8fa73d;

  /* Visual */
  background-color: #fff;
  border-color: #fff;
}

.style03.fill:hover {
  /* Typography */
  color: #8fa73d;

  /* Visual */
  border-color: #8fa73d;
  background-color: transparent;
}

a.more-btn {
  /* Positioning */
  position: relative;

  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  margin: 0;
  padding: 0 34px 0 0;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

a.more-btn:hover {
  text-decoration: none;
}

a.more-btn:before {
  /* Positioning */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;

  /* Box-model */
  margin: auto 0;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;

  /* Typography */
  content: "\e01c";
  line-height: 24px;
  font-size: 22px;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  /* Visual */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.more-btn:hover:before {
  right: 5px;
}

a.back-btn:before {
  left: -30px;
  transform: rotate(180deg);
  content: "\e001";
  height: inherit;
  line-height: inherit;
}

a.back-btn:hover:before {
  left: -35px;
}

a.link-title {
  /* Positioning */
  position: relative;
  z-index: 2;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-decoration: none;

  /* Box-model */
  display: inline-block;
  vertical-align: top;

  /* Visual */
  /*border-bottom: 2px solid #0078bf;*/
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*
a.link-title:hover {
	color: #fff;
	box-shadow: inset 0 -24px 0 #0078bf;
}
*/

/* header */

header.main-header {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;

  /* Box-model */
  width: 100%;
  height: auto;
  padding: 0;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.36);
}

.admin-bar header.main-header {
  top: 32px;
}

body.single-premise header.main-header{
  z-index: 9 !important;
}

.header-extra-height {
  height: 83px;
}

header.main-header .container {
  /* Box-model */
  max-width: none;
  padding: 0 26px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* Visual */
  background-color: #fff;
}

header.main-header .left-head {
  /* Box-model */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header.main-header .right-head {
  /* Box-model */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header.main-header a.logo {
  /* Box-model */
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}

nav.main-menu ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  display: flex;

  /* Typography */
  list-style: none;
}

nav.main-menu ul li {
  /* Positioning */
  position: static;

  /* Box-model */
  margin: 0 0 0 30px;
  padding: 0;

  /* Typography */
  list-style: none;
}

nav.main-menu ul li a {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #565656;
  text-transform: uppercase;

  /* Box-model */
  display: block;
  padding: 28px 0;

  /* Visual */
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
}

nav.main-menu ul li.active a {
  /* Typography */
  text-decoration: none;
  border-color: #ff0019;
}

nav.main-menu ul li.active.parent-active > a,
nav.main-menu ul li:hover > a {
  /* Typography */
  text-decoration: none;
  border-color: #e3e2e1;
}

nav.main-menu ul li a:hover {
  text-decoration: none;
}

nav.menu-right ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  display: flex;

  /* Typography */
  list-style: none;
}

nav.menu-right ul li {
  /* Positioning */
  position: static;

  /* Box-model */
  margin: 0 0 0 30px;
  padding: 0;

  /* Typography */
  list-style: none;
}

nav.menu-right ul li a {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #565656;
  text-transform: uppercase;
  text-decoration: none;

  /* Box-model */
  display: block;
  padding: 28px 0;

  /* Visual */
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
}

nav.menu-right ul li:hover a,
nav.menu-right ul li.active a {
  /* Visual */
  border-color: #e3e2e1;
}

header.main-header a.bug-report {
  /* Box-model */
  margin-left: 30px;
}

header.main-header ul li ul {
  /* Visual */
  opacity: 0;
  visibility: hidden;
}

header.main-header ul li.active ul {
  /* Visual */
  opacity: 1;
  visibility: visible;
}

header.main-header ul ul {
  /* Positioning */
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;

  /* Typography */
  text-align: center;

  /* Box-model */
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Visual */
  background-color: #eceae8;
  box-shadow: 0 6px 4px -2px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header.main-header ul ul.nav-up {
  top: 0;
}

header.main-header ul ul li {
  /* Box-model */
  margin: 0;
  padding: 0 20px !important;
  list-style: none;
}

header.main-header ul ul li a:not(.btn) {
  /* Positioning */
  position: relative;

  /* Typography */
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #565656;
  text-transform: uppercase;
  display: block;

  /* Box-model */
  padding: 0;
  height: 56px;
  display: flex;
  align-items: center;

  /* Visual */
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

header.main-header ul ul li:hover a,
header.main-header ul ul li.active a {
  /* Typography */
  text-decoration: none;
  border-color: #ff0019;
}

header.main-header ul ul li.about-link a {
  /* Typography */
  color: #959493;

  /* Box-model */
  padding-left: 22px;
}

header.main-header ul ul li.about-link:hover a {
  /* Typography */
  border-color: transparent;
  color: #333;
}

header.main-header ul ul li.about-link a:before {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;

  /* Box-model */
  margin: auto;
  height: 16px;

  /* Typography */
  content: "\e01f";
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
}

.active-sub-menu-parent a {
  color: #959493 !important;
}

.active-sub-menu-parent a:before {
  /* Positioning */
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;

  /* Box-model */
  margin: auto;
  height: 18px;

  /* Typography */
  content: "\e01f";
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
}

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

.menu-linkprimary {
  /* Typography */
  color: #565656;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
  text-decoration: uppercase;
}

.menu-linksecondary {
  /* Typography */
  color: #565656;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  font-style: normal;
}

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

/* mobile-Hamburger */

html.scroll-hide {
  /* Positioning */
  position: fixed;
  top: 0;
  left: 0;

  /* Box-model */
  overflow: hidden;
  width: 100%;
}

.mobile-Hamburger {
  /* Box-model */
  display: none;
  margin-right: 0;
}

.slider-switch {
  /* Box-model */
  display: inline-block;
  margin: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  padding: 6px 0;

  /* Typography */
  text-align: right;
  cursor: pointer;
}

.slider-switch.close-menu {
  height: 50px;
}

.slider-switch.close-menu .lines {
  top: 20px;
}

.slider-switch .lines,
.slider-switch .lines:after,
.slider-switch .lines:before {
  /* Box-model */
  width: 24px;
  height: 2px;
  transition: 0.3s;

  /* Visual */
  background: #333;
  border-radius: 0.28571rem;
}

.slider-switch:hover {
  opacity: 1;
}

.slider-switch:active {
  transition: 0;
}

.slider-switch .lines {
  /* Positioning */
  top: 12px;
  position: relative;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
}

.slider-switch .lines:after,
.slider-switch .lines:before {
  /* Positioning */
  position: absolute;
  left: 0;

  /* Box-model */
  display: inline-block;
  content: "";
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

.slider-switch .lines:before {
  top: 8px;
}

.slider-switch .lines:after {
  top: -8px;
}

.slider-switch.view-maxi {
  /* Box-model */
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.slider-switch.view-maxi .lines {
  background: 0 0;
}

.slider-switch.view-maxi .lines,
.slider-switch.view-maxi .lines:after,
.slider-switch.view-maxi .lines:before {
  width: 28px;
}

.slider-switch.view-maxi .lines:after,
.slider-switch.view-maxi .lines:before {
  /* Positioning */
  top: 0;

  /* Box-model */
  height: 2px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #333 0 0;
}

.slider-switch.view-maxi .lines:before {
  /* Box-model */
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.slider-switch.view-maxi .lines:after {
  /* Box-model */
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.overlay {
  /* Positioning */
  position: fixed;
  z-index: 0;
  z-index: 99998;

  /* Box-model */
  height: 100%;
  width: 100%;

  /* Visual */
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
}

.overlay.open {
  /* Positioning */
  opacity: 1;

  /* Visual */
  visibility: visible;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../images/spinner.gif) center no-repeat
    rgba(255, 255, 255, 0.1);
}

.loader.loading {
  display: block;
  z-index: 1000;
}

.head-mobile-menu {
  /* Positioning */
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;

  /* Box-model */
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  height: 52px;

  /* Typography */
  text-align: right;

  /* Visual */
  box-shadow: none;
  background-color: #f8f6f4;
}

.head-mobile-menu.has-shadow {
  box-shadow: 0 0 8px 0px #a4a4a4;
}

.mobile-nav-block-inner .last-button {
  /* Box-model */
  display: none;
  text-align: center;
  padding: 33px 10px 20px;
}

.logo-mobile-menu {
  /* Positioning */
  position: relative;
  z-index: 11;

  /* Box-model */
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}

.mobile-nav-block {
  /* Positioning */
  position: absolute;

  /* Box-model */
  display: block;
  overflow: hidden;
  width: 100%;
}

.mobile-nav-block.show .mobile-nav-block-inner {
  /* Visual */
  opacity: 1;
  visibility: visible;
  left: 0;
}

.mobile-nav-block-inner {
  /* Positioning */
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99999;

  /* Box-model */
  height: 100%;
  overflow: hidden;
  width: 100%;
  visibility: hidden;
  padding-top: 52px;

  /* Visual */
  background: #f8f6f4;
  -webkit-box-shadow: 0.1875rem 0 1rem rgba(0, 0, 0, 0.4);
  box-shadow: 0.1875rem 0 1rem rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 0.3s;
}

.mobile-nav-block-inner::before {
  /* Positioning */
  position: absolute;
  top: -16%;
  right: -17%;
  z-index: 10;

  /* Box-model */
  content: "";
  width: 60%;
  height: 120%;

  /* Visual */
  background: linear-gradient(
    to left,
    transparent 0,
    rgba(255, 255, 255, 0.02) 90%
  );
  transform: rotate(-23deg);
  display: none;
}

.both-nav-content {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: 100%;
  padding: 0;
  overflow-y: auto;
}

.nav-content {
  /* Positioning */
  position: static;
  z-index: 11;
}

.nav-content ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}

.nav-content ul li {
  /* Box-model */
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;

  /* Visual */
  position: static;
  background-image: none;
}

.nav-content ul li:before {
  display: none;
}

.nav-content ul li:first-child {
  border: none;
}

.nav-content ul li a {
  /* Box-model */
  padding: 12px 50px 12px 20px;
  display: block;

  /* Typography */
  color: #565656;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.nav-content ul li.active > a {
  /* Typography */
  color: #0078bf;
}

.current-seen {
  min-height: 100% !important;
}

.nav-content ul ul {
  /* Positioning */
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 6;
  overflow: auto;

  /* Box-model */
  margin: 0;
  padding: 52px 0 0;
  width: 100%;
  height: 100vh;

  /* Visual */
  background-color: #f8f6f4;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.nav-content ul ul.is-slide {
  right: 0;
}

.nav-content ul ul li a {
  /* Typography */
  font-size: 16px;
  color: #565656;
  font-weight: 400;
}

.nav-content ul ul ul li a {
  font-weight: normal;
}

.nav-content > ul li em {
  /* Positioning */
  position: absolute;
  right: 0;

  /* Box-model */
  display: block;
  float: right;
  width: 55px;
  height: 38px;
  margin-top: -40px;

  /* Typography */
  color: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 30px;
}

.nav-content > ul li em:before,
.nav-content > ul li em:after {
  /* Positioning */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  /* Box-model */
  margin: auto;

  /* Visual */
  background: #565656;
  content: "";
}

.nav-content > ul ul li em:before,
.nav-content > ul ul li em:after {
  background: #565656;
}

.nav-content > ul li em:before {
  /* Box-model */
  width: 12px;
  height: 1px;
}

.nav-content > ul li em:after {
  /* Box-model */
  height: 12px;
  width: 1px;
}

.nav-content > ul li.open > em:after {
  content: none;
}

.mobile-nav-block-inner .back-btn {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;

  /* Box-model */
  display: flex;
  align-items: center;
  vertical-align: top;
  width: auto;
  height: 50px;
  width: 50px;
}

.mobile-nav-block-inner .back-btn a {
  /* Positioning */
  position: relative;

  /* Box-model */
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.mobile-nav-block-inner .back-btn a:before {
  /* Positioning */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;

  /* Typography */
  font-size: 16px;
  color: #565656;
  content: "\e01f";
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  /* Box-model */
  height: 18px;
  width: 18px;
  margin: auto;
}

.bottom-nav-content {
  /* Box-model */
  margin: 10px 0 0;
  display: none;

  /* Visual */
  background-color: transparent;
}

.bottom-nav-content ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}

.bottom-nav-content ul li {
  /* Box-model */
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;

  /* Visual */
  position: static;
  background-image: none;
}

.bottom-nav-content ul li:before {
  display: none;
}

.bottom-nav-content ul li:first-child {
  border: none;
}

.bottom-nav-content ul li a {
  /* Box-model */
  padding: 12px 50px 12px 20px;
  display: block;

  /* Typography */
  color: #565656;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.banner {
  /* Positioning */
  position: relative;

  /* Typography */
  text-align: center;

  /* Box-model */
  min-height: 600px;
  height: calc((100vh - 84px) * 0.77);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.banner .banner-overlay {
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.banner .banner-bg {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  /* Box-model */
  height: 100%;
  width: 100%;

  /* Visual */
  background-color: #fff;
  background-position: center center;
  background-size: cover;
}

.banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.banner .container {
  /* Positioning */
  position: relative;
  z-index: 2;
  margin: 0;
}

.banner .txt-headlinehero {
  /* Typography */
  line-height: 1.13;

  /* Box-model */
  margin: 0 0 30px;
  display: block;
}

.banner p {
  /* Box-model */
  margin: 0 0 64px;
}

.banner .direct-link-mobile {
  display: none;
}

.banner .direct-link-mobile a {
  /* Box-model */
  min-width: 244px;
  font-size: 16px;
}

.banner .direct-link-mobile a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff0019;
}

.video-bg-wrapper {
  position: absolute;
  object-fit: cover;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
}

.video-bg-wrapper .video-local {
  opacity: 1;
}

.video-bg-wrapper .video-local.is-playing {
  opacity: 1 !important;
  width: 100%;
  height: auto;
}

#menu-right-menu-1 .menu-item-20436 {
  display: none;
}

body.home #menu-right-menu-1 .menu-item-20436 {
  display: block;
}

#menu-right-menu-1 .menu-item-20436 a {
  width: 60%;
}
#menu-right-menu-1 .menu-item-20436 a img {
  vertical-align: inherit;
}

body.single-premise .media-gallery .video figure {
  width: 100%;
}

#wrapper header.main-header .ie-notice {
  background: red;
  display: inline-block;
}
#wrapper header.main-header .ie-notice p {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  padding: 5px 0px;
}

@media all and (max-width: 991px) {
  .video-bg-wrapper .video-local.is-playing {
    width: auto;
    height: 100%;
  }
}

@media all and (max-width: 560px) {
  .video-bg-wrapper {
    display: none;
  }
}

/*-----------------------------------------------------------*/
.txt-headlinehero {
  /* Typography */
  color: #fff;
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 90px;
  line-height: 1.13;
  font-weight: normal;
  font-style: normal;
}

.txt-herotext {
  /* Typography */
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.58;
  font-weight: 400;
  font-style: normal;
}

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

.filter-bar {
  /* Box-model */
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  /* Visual */
  background-color: #ff0019;
  box-shadow: 0 1px 12px 0 rgba(57, 57, 57, 0.3);
}

.filter-bar .box01,
.filter-bar .box02 {
  /* Box-model */
  width: 27.5%;

  /* Visual */
  border-right: 1px solid #e50016;
}

.home .filter-bar {
  max-width: 1149px;
}

.home .filter-bar .box01,
.home .filter-bar .box02 {
  /* Box-model */
  width: 20.5%;

  /* Visual */
  border-right: 1px solid #fff;
}

.filter-bar .box04 {
  /* Box-model */
  width: 17.3%;
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.filter-bar .box04 .filter-btn-outer {
  width: 100%;
}

.filter-bar .box04 .filter-btn-outer .btn {
  min-width: auto;
}

.filter-bar .box04 .btn:hover {
  /* Visual */
  background-color: #0078bf;
  color: #fff;
}

.filter-bar .box03 {
  /* Box-model */
  padding: 0 20px;
  width: 27.7%;
  display: flex;
  align-items: center;
}

input#range_slider {
  opacity: 0;
}

.filter-bar .box02 .range-outer {
  width: 100%;
  padding: 15px;
}

.filter-bar .box03 .range-outer {
  width: 100%;
}

.filter-bar .box02 .content-range,
.filter-bar .box03 .content-range {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.filter-bar .box02 .content-range i,
.filter-bar .box03 .content-range i {
  font-style: normal;
}

.filter-bar .box02 .content-range .text01 {
  /* Typography */
  font-size: 12px;
  line-height: 1.33;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-bar .box03 .content-range .text01 {
  /* Typography */
  font-size: 12px;
  line-height: 1.33;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-bar .box02.content-range .text02 {
  /* Typography */
  font-size: 12px;
  line-height: 1.33;
  color: #e50016;
  font-weight: 400;
}

.filter-bar .box03 .content-range .text02 {
  /* Typography */
  font-size: 12px;
  line-height: 1.33;
  color: #ffffff;
  font-weight: 400;
}

.filter-bar .box02 .range-slider .irs-from,
.filter-bar .box02 .range-slider .irs-to,
.filter-bar .box02 .range-slider .irs-single,
.filter-bar .box03 .range-slider .irs-from,
.filter-bar .box03 .range-slider .irs-to,
.filter-bar .box03 .range-slider .irs-single {
  display: none;
}

.filter-bar .irs {
  height: 20px;
}

.filter-bar .box02 .range-slider,
.filter-bar .box03 .range-slider {
  width: 100%;
}

.filter-bar.design07 .accordion-list {
  position: relative;
}

.filter-bar.design07 .accordion-list .ui-checkboxradio-label {
  font-size: 12px;
  padding: 0 2em 0 0;
}

.filter-bar.design07 .accordion-list .gform_button {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}

.filter-bar .range-slider .irs-line,
.filter-bar .range-slider .irs-bar {
  /* Positioning */
  top: 6px;

  /* Box-model */
  height: 3px;

  /* Visual */
  border: none;
  background: #333;
  border-radius: 1.5px;
}

.filter-bar .range-slider .irs-line {
  background: #333;
}

.filter-bar .range-slider .irs-bar {
  background: #fff;
}

.filter-bar .range-slider .irs-slider {
  /* Positioning */
  top: 0;

  /* Box-model */
  width: 15px;
  height: 15px;

  /* Visual */
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  border: none;
}

.drop-cell {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: block;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.drop-cell .drop-pair {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  padding: 16px 40px 16px 20px;
  min-height: 72px;
}

.drop-cell .drop-pair:after {
  position: absolute;
  right: 17px;
  top: 37px;
  height: 1px;
  width: 14px;
  content: "";
  display: block;
  background-color: #fff;
}

.drop-cell .drop-pair:before {
  position: absolute;
  right: 23px;
  top: 30px;
  height: 15px;
  width: 1px;
  content: "";
  display: block;
  background-color: #fff;
}

.drop-cell .sub-cat-title {
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  font-weight: 500;
  text-transform: none;
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.drop-cell .sub-page-title {
  /* Typography */
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  font-weight: 400;
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.drop-cell .list-cat {
  /* Box-model */
  display: none;
  margin-top: 0px;
  background: #fff;
}

.drop-cell .ms-parent {
  display: block;
}

.drop-cell.open {
  background-color: #fff;
}

.drop-cell.open .sub-cat-title {
  color: #333333;
}

.drop-cell.open .sub-page-title {
  color: #333333;
}

.drop-cell.open .drop-pair:before {
  content: none;
}

.drop-cell.open .drop-pair:after {
  background-color: #ff0019;
}

.drop-cell.open .list-cat {
  /* Positioning */
  position: absolute;
  top: calc(100% - 10px);

  /* Box-model */
  display: block;
  width: 100%;
}

.drop-cell .list-cat select {
  /* Box-model */
  width: 100%;
  display: block;
}

.drop-cell .ms-choice {
  display: none !important;
}

.drop-cell.open .ms-drop.bottom {
  display: block;
}

.drop-cell .ms-drop {
  /* Visual */
  box-shadow: none;
  border: none;
  border-radius: 0;

  max-height: 250px;
}

.drop-cell .ms-drop ul {
  /* Positioning */
  position: relative;

  /* Box-model */
  padding: 0 15px 10px 20px;
  max-height: 100% !important;
}

@media (min-width: 1260px) {
  .drop-cell .ms-drop .mCSB_container ul {
    max-height: 140px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1259px) {
  .drop-cell .ms-drop .mCSB_container ul {
    max-height: 220px !important;
  }
}

.drop-cell .ms-drop ul li {
  line-height: 1.2;
}

.drop-cell .ms-drop:after {
  /* Positioning */
  position: absolute;
  right: 0;
  bottom: 0;

  /* Box-model */
  width: 100%;
  height: 100px;
  content: "";
  display: block;
  pointer-events: none;

  /* Visual */
  background-image: url("../images/trans-shadow.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.drop-cell .not-end .ms-drop:after {
  opacity: 1;
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCSB_scrollTools {
  right: 4px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0078bf !important;
}

.drop-cell .ms-drop ul li.selected label:after {
  /* Typography */
  content: "\e000";
  font-size: 18px;
  color: #333;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  /* Visual */
  border-radius: 0;
  background-color: transparent;
  border: none;
}

.drop-cell .ms-drop ul li.selected label {
  font-weight: 700;
}

.drop-cell .ms-drop ul > li label {
  /* Positioning */
  position: relative;

  /* Box-model */
  margin: 0;
  padding: 6px 20px 6px 0;
  cursor: pointer;

  /* Typography */
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

.drop-cell .ms-drop ul > li label:after {
  /* Positioning */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  /* Box-model */
  width: 18px;
  height: 18px;
  line-height: 18px;
  content: "";
  display: block;
  margin: auto;

  /* Visual */
  border-radius: 3px;
  background-color: #f8f8f8;
  border: solid 1px #e3e3e3;
}

.drop-cell .ms-drop input[type="checkbox"] {
  /* Positioning */
  position: absolute;
  right: 0;

  /* Visual */
  opacity: 0;
  visibility: hidden;
}

.drop-cell .interval {
  display: flex;
  margin: 10px 10px 10px 10px;
}

.drop-cell .interval-col {
  flex-grow: 1;
}

.drop-cell .interval-col:not(:last-of-type) {
  margin-right: 10px;
}

.drop-cell .interval label {
  font-size: 14px;
  color: #333;
}

.drop-cell .interval select {
  font-size: 13px;
  margin-top: 3px;
}

.drop-cell .interval select {
  border-color: transparent;
  border-radius: 0;
  padding: 0 16px;
  color: #333;
  background-color: #f8f6f4;
}

.banner .txt-imagelocation {
  /* Positioning */
  position: absolute;
  bottom: 19px;
  right: 38px;
  z-index: 1;

  /* Box-model */
  width: auto;
  margin: auto;
}

.about-map-room-section {
  /* Box-model */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-map-room-section .section-head-text {
  padding: 50px 50px 0;
}

.about-section {
  /* Typography */
  text-align: center;

  /* Box-model */
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex: 1 0 auto;

  /* Visual */
  background-color: #f8f6f4;
}

.carousel-section {
  overflow: hidden;
  padding: 100px 50px;
}

.carousel {
  text-align: center;
}

.carousel .slick-list {
  overflow: visible;
}

.carousel-slide {
  float: left;
  max-width: 560px;
  padding: 8px 15px;
  text-align: left;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .carousel-slide {
    padding: 6px 8px;
  }
}

.carousel-slide figure {
  display: block;
  position: relative;
}

.carousel-slide [data-fancybox="gallery"] {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  content: "";
  background-image: url(../images/icon-maximize.svg);
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

@media screen and (max-width: 768px) {
  .carousel-section {
    padding: 40px 15px;
  }

  .carousel-slide [data-fancybox="gallery"] {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .carousel-section {
    padding: 30px 15px;
  }
}

.carousel-slide video {
  height: 100%;
  width: 100%;
}

.carousel .slick-dots {
  margin-top: 30px;
}

.about-section h1 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.17;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 45px 0 40px;
}

.about-section p {
  /* Typography */
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0;
}

.map-room-section {
  /* Visual */
  background-color: #f8f6f4;

  /* Box-model */
  padding: 0 0 50px;
}

.map-room-section .map-block {
  float: left;
  width: 50%;
  padding: 0 50px;
}

.map-room-section .room-block {
  float: right;
  width: 50%;
}

.map-room-section .map-block h3,
.map-room-section .room-block h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 33px;
}

.map-room-section .map-block h3:after,
.map-room-section .room-block h3:after {
  /* Typography */
  font-size: 24px;
  color: #333333;
  content: "\e01c";
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  /* Box-model */
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.map-room-section .map-block #map-api {
  /* Box-model */
  height: 520px;

  /* Visual */
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

.map-room-section .room-block {
  /* Box-model */
  overflow: hidden;
  padding: 0 8px;
}

.available-rooms-slider {
  /* Box-model */
  text-align: center;
  margin: 0 -15px;
}

.available-rooms-slider .single-room {
  /* Box-model */
  padding: 8px 15px;
  max-width: 458px;
  width: 100%;
  margin: -8px 0 0;
}

.available-rooms-slider .single-room .single-room-inner {
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

.single-room-inner a:hover {
  text-decoration: none !important;
  color: #333333;
}

.available-rooms-slider .single-room figure a img {
  width: 100%;
  transition: opacity 0.3s ease;
}

.available-rooms-slider .single-room figure a:hover img {
  opacity: 0.8;
}

.available-rooms-slider .single-room .info {
  /* Box-model */
  padding: 30px 30px;
  background-color: #fff;
}

.available-rooms-slider .single-room .info .info-top {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}

.available-rooms-slider .single-room .info .info-bottom {
  text-align: left;
}

.available-rooms-slider .single-room .info .category-name a {
  color: #333333;
}

.available-rooms-slider .single-room .info .category-name a:hover {
  text-decoration: none;
}

.available-rooms-slider .single-room .info .all-icons .icon {
  /* Typography */
  color: #333333;

  /* Box-model */
  margin-left: 5px;
}

.available-rooms-slider .single-room .info .all-icons .icon:hover {
  text-decoration: none;
}

.available-rooms-slider .single-room .info .name {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.33;
  text-align: left;
  color: #333333;
}

.available-rooms-slider .single-room .info .name a {
  color: #333333;
}

.available-rooms-slider .single-room .info .detail,
.available-rooms-slider .single-room .info .measurement {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  color: #333333;
}

.available-rooms-slider .single-room .single-room-inner .info .name a {
  padding-right: 43px;
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.available-rooms-slider .single-room .single-room-inner a:hover {
  text-decoration: none;
}

.available-rooms-slider .slick-dots {
  margin: 30px 0 0;
}

.latest-construction-section {
  /* Box-model */
  display: flex;
  flex-wrap: wrap;
  min-height: 680px;
  justify-content: center;

  /* Visual */
  background-color: #fff;
}

.latest-construction-section .left-block {
  /* Box-model */
  width: 50%;
  padding: 30px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

  /* Visual */
  background-color: #fff;
}

.latest-construction-section .right-block {
  width: 50%;
  overflow: hidden;
}

.latest-construction-section .left-block h4 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.17;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 30px;
}

.latest-construction-section .left-block p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #333333;
}

.latest-construction-section .left-block .more-read p {
  /* Box-model */
  margin: 0;
}

.latest-construction-section .left-block .more-read a {
  /* Typography */
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #333333;

  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.latest-construction-section .left-block .more-read a:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

.latest-construction-section .right-block {
  /* Typography */
  text-align: center;
}

.latest-construction-section .right-block .single-box {
  /* Box-model */
  float: left;
  width: 50%;
  height: 50%;
}

.latest-construction-section .right-block .single-box a {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.latest-construction-section .right-block .single-box a:hover {
  text-decoration: none;
}

.latest-construction-section .right-block .single-box a:hover .bg-img {
  opacity: 0.8;
}

.latest-construction-section .right-block .single-box .bg-img {
  /* Positioning */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  /* Box-model */
  width: 100%;
  height: 100%;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.latest-construction-section .right-block .single-box a .bg-img img {
  /* Box-model */
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.latest-construction-section .right-block .single-box .info {
  /* Positioning */
  position: relative;
  z-index: 2;

  /* Box-model */
  width: 100%;
  padding: 40px 40px 30px;

  /* Visual */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 3%,
    #000000 98%
  );
}

.latest-construction-section .right-block .single-box .info h6 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0;
}

.latest-construction-section .right-block .single-box .info p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0;
}

.latest-construction-section .slick-dots {
  /* Box-model */
  margin: 30px 0 0;
}

.mix-posts-section {
  /* Box-model */
  padding: 20px 0;
  min-height: 780px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;

  /* Visual */
  background-color: #f8f6f4;
}

.mix-posts-section .container,
.map-room-section .container {
  max-width: 1490px;
}

.mix-posts-section .posts-block-outer {
  /* Box-model */
  display: flex;
  flex-wrap: wrap;
}

.mix-posts-section .single-post-block {
  /* Box-model */
  width: 33.33%;
  padding: 25px;
}

.mix-posts-section .single-post-block .single-post-inner {
  min-height: 436px;
}

.mix-posts-section .single-post-block .single-post-inner .content {
  /* Positioning */
  z-index: 2;
}

.mix-posts-section .single-post-block.news-block .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: flex;
  height: 100%;
  padding: 30px 40px;
  align-items: center;

  /* Visual */
  text-decoration: none;
  background-color: #000;
}

.mix-posts-section .single-post-block.news-block .single-post-inner .bg-img {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

  /* Box-model */
  width: 100%;
  height: 100%;

  /* Visual */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.mix-posts-section
  .single-post-block.news-block
  .single-post-inner:hover
  .bg-img {
  opacity: 0.4;
}

.mix-posts-section .single-post-block.news-block .content {
  text-align: center;
  width: 100%;
}

.mix-posts-section .single-post-block.news-block .title {
  /* Positioning */
  position: absolute;
  top: 56px;
  left: 50%;

  /* Typography */
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  display: inline-block;
  vertical-align: top;

  /* Visual */
  border-bottom: 3px solid #ff0019;
  transform: translate(-50%, 0);
}

.mix-posts-section .single-post-block.news-block h6 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 14px;
}

.mix-posts-section .single-post-block.news-block .date {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}

.mix-posts-section .single-post-block.vacancy-block .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  padding: 30px 40px;
  height: 100%;

  /* Visual */
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
  transition: box-shadow 0.3s ease;
}

.mix-posts-section .single-post-block.vacancy-block .single-post-inner:hover {
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.6);
}

.mix-posts-section .single-post-block.vacancy-block h6 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 32px;
}

.mix-posts-section .single-post-block.vacancy-block .all-vacancy,
.mix-posts-section .single-post-block.vacancy-block .teamtailor-jobs-widget {
  padding: 0 0 30px;
}

.mix-posts-section
  .single-post-block.vacancy-block
  .all-vacancy
  .single-vacancy,
.mix-posts-section
  .single-post-block.vacancy-block
  .teamtailor-jobs-widget
  .teamtailor-jobs__job-wrapper
  .teamtailor-jobs__job {
  margin: 0 0 24px;
}

.mix-posts-section
  .single-post-block.vacancy-block
  .all-vacancy
  .single-vacancy
  a.name,
.mix-posts-section
  .single-post-block.vacancy-block
  .teamtailor-jobs-widget
  .teamtailor-jobs__job-wrapper
  .teamtailor-jobs__job
  a.teamtailor-jobs__job-title {
  /* Typography */
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  color: #333333;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  margin: 0 0 2px;

  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.mix-posts-section
  .single-post-block.vacancy-block
  .all-vacancy
  .single-vacancy
  a.name:hover,
.mix-posts-section
  .single-post-block.vacancy-block
  .teamtailor-jobs-widget
  .teamtailor-jobs__job-wrapper
  .teamtailor-jobs__job
  a.teamtailor-jobs__job-title:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

.mix-posts-section
  .single-post-block.vacancy-block
  .all-vacancy
  .single-vacancy
  p,
.mix-posts-section
  .single-post-block.vacancy-block
  .teamtailor-jobs-widget
  .teamtailor-jobs__job-wrapper
  .teamtailor-jobs__job
  .teamtailor-jobs__job-info {
  /* Typography */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #333333;

  /* Box-model */
  display: block;
  margin: 0;
}

.mix-posts-section .single-post-block.development-block .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: flex;
  height: 100%;
  padding: 30px 40px;
  align-items: flex-end;

  /* Visual */
  text-decoration: none;
  background-color: #000;
}

.mix-posts-section
  .single-post-block.development-block
  .single-post-inner
  .bg-img {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

  /* Box-model */
  width: 100%;
  height: 100%;

  /* Visual */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.mix-posts-section
  .single-post-block.development-block
  .single-post-inner:hover
  .bg-img {
  opacity: 0.8;
}

.mix-posts-section .single-post-block.development-block .content {
  text-align: center;
}

.mix-posts-section .single-post-block.development-block h6 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 14px;
}

.mix-posts-section .single-post-block.investors-block .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  padding: 30px 40px;

  /* Visual */
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
  transition: box-shadow 0.3s ease;
}

.mix-posts-section .single-post-block.investors-block .single-post-inner:hover {
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.6);
}

.mix-posts-section
  .single-post-block.investors-block
  .single-post-inner
  .content {
  padding: 0 0 50px;
}

.mix-posts-section .single-post-block.investors-block h6 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 20px;
}

.mix-posts-section .single-post-block.investors-block .date {
  /* Typography */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #333333;

  /* Box-model */
  /* margin: 0 0 14px; */
  margin: 20px 0 0px;
}

.mix-posts-section .single-post-block.investors-block a.name {
  /* Typography */
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #333333;

  /* Box-model */
  display: inline;
  vertical-align: top;
  margin: 0 0 2px;

  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.mix-posts-section .single-post-block.investors-block a.name:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

.mix-posts-section .single-post-block.investors-block p {
  /* Typography */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 5px 0 0;
}

.mix-posts-section .single-post-block .more-btn {
  /* Positioning */
  position: absolute;
  bottom: 58px;
  right: 60px;
}

.mix-posts-section .single-post-block.insta-block .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: flex;
  height: 100%;
  padding: 30px 40px;
  align-items: center;

  /* Visual */
  text-decoration: none;
  background-color: #000;
  background-size: cover;
  background-position: center center;
}

.mix-posts-section .single-post-block.insta-block .single-post-inner .bg-img {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

  /* Box-model */
  width: 100%;
  height: 100%;

  /* Visual */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.mix-posts-section
  .single-post-block.insta-block
  .single-post-inner:hover
  .bg-img {
  opacity: 0.2;
}

.mix-posts-section .single-post-block.insta-block .content {
  text-align: center;
}

.mix-posts-section .single-post-block.insta-block .icon {
  /* Typography */
  font-size: 55px;
  color: #fff;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  height: 55px;
  margin: -50px 0 40px;
}

.mix-posts-section .single-post-block.insta-block h6 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 0;
}

.mix-posts-section .single-post-block.help-block .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 40px;
  justify-content: center;
  align-items: center;

  /* Visual */
  text-decoration: none;
  background-color: #0078bf;
  transition: background-color 0.3s ease;
}

.mix-posts-section .single-post-block.help-block .content {
  text-align: center;
}

.mix-posts-section .single-post-block.help-block .icon {
  /* Typography */
  font-size: 60px;
  color: #fff;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  height: 60px;
}

.mix-posts-section .single-post-block.help-block h6 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 30px 0 62px;
  width: 100%;
}

.mix-posts-section .single-post-block.help-block .single-post-inner:hover {
  background-color: #035789;
}

.energy-workload-section {
  /* Positioning */
  position: relative;
  display: flex;

  /* Box-model */
  /*height: 80vh;*/
  min-height: 700px;
}

.energy-workload-section.small-height {
  /* Box-model */
  height: 650px;
}

.energy-workload-section .txt-imagelocation {
  /* Positioning */
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 2;
}

.energy-workload-section .bg-img {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  /* Box-model */
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Visual */
  background-color: #fff;
  background-position: center center;
  background-size: cover;
}

.energy-workload-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.energy-workload-section .bg-img .icon {
  /* Typography */
  font-size: 60px;
  color: #fff;
  text-decoration: none;

  /* Box-model */
  display: none;
  vertical-align: top;
  height: 60px;
  width: 60px;
}

.energy-workload-section .content-block {
  /* Positioning */
  position: relative;
  z-index: 2;

  /* Box-model */
  padding: 50px 80px 110px 120px;
  max-width: 1000px;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;

  /* Visual */
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0)
  );
}

.energy-workload-section .content-block.at-top {
  /* Box-model */
  align-items: flex-start;
  padding-top: 110px;
}

.energy-workload-section .content-block .content-block-inner > h5 {
  /* Typography */
  line-height: 1.17;
  color: #fff;

  /* Box-model */
  margin: 0 0 40px;
}

.energy-workload-section .content-block .content-block-inner > h5 a {
  color: #fff;
}

.energy-workload-section .content-block .content-block-inner > h6 {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;

  /* Box-model */
  margin: 0;
}

.energy-workload-section .content-block .content-block-inner > p {
  /* Box-model */
  margin: 0;
}

.energy-workload-section .content-block .client-detail {
  margin: 140px 0 0;
}

.energy-workload-section .content-block .client-detail p {
  /* Typography */
  text-align: right;

  /* Box-model */
  margin: 0;
}

.energy-workload-section .content-block .client-detail .name {
  /* Typography */
  text-align: right;

  /* Box-model */
  margin: 0;
  display: block;
}

/*----------------------------------------------------------------------------------------*/
.txt-imageheadline {
  /* Typography */
  color: #fff;
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
}

.txt-imagetext,
.txt-imagetext > p {
  /* Typography */
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.58;
  font-weight: 400;
  font-style: normal;
}

.txt-imagequote {
  /* Typography */
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  font-style: italic;
}

.txt-imagequotesource {
  /* Typography */
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  font-style: italic;
}

.txt-imagelocation {
  /* Typography */
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
}

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

footer.main-footer {
  /* Positioning */
  position: relative;

  /* Box-model */
  padding: 70px 0 100px;

  /* Visual */
  background-color: #373737;
}

footer.main-footer .container {
  max-width: 1100px;
}

footer.main-footer .social-footer {
  /* Typography */
  text-align: center;

  /* Box-model */
  margin: 0 0 70px;
}

footer.main-footer .social-footer a {
  /* Typography */
  color: #fff;
  line-height: 1;
  font-size: 20px;

  /* Box-model */
  display: inline-block;
  vertical-align: bottom;
  margin: 0 16px;
  width: 22px;
}

footer.main-footer .social-footer a:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

footer.main-footer .footer-grid {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

footer.main-footer .footer-grid .left-footer-block {
  width: 50%;
}

footer.main-footer .footer-grid .right-footer-block {
  width: 50%;
}

footer.main-footer .footer-grid .left-footer-block {
  /* Box-model */
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

footer.main-footer .footer-grid .left-footer-block .single-footer-block {
  /* Box-model */
  width: 50%;
}

footer.main-footer .footer-grid .right-footer-block .single-footer-block {
  /* Box-model */
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}

footer.main-footer .footer-grid .single-block {
  margin: 0 0 30px;
}

footer.main-footer .footer-grid .single-block a.post-number {
  /* Visual */
  border-bottom: 1px solid #0078bf;
}

footer.main-footer .footer-grid .single-block a.number:hover,
footer.main-footer .footer-grid .single-block a.post-number:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

footer.main-footer .footer-grid .single-block p {
  /* Visual */
  margin: 0 0 20px;
}

footer.main-footer .footer-grid .single-block a.style02:hover {
  background-color: #fff;
  color: #0078bf;
  border-color: #fff;
}

footer.main-footer .footer-textcopyright {
  /* Typography */
  text-align: center;
}

footer.main-footer .footer-gdpr {
  color: inherit;
  border-bottom: 1px solid #0078bf;
}

footer.main-footer .footer-gdpr:hover {
  text-decoration: none;
  color: #0078bf;
}

footer.main-footer .footer-grid .right-footer-block .single-footer-block {
  width: auto;
  max-width: 265px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
}

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

.footer-headline {
  /* Typography */
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 700;
  font-style: normal;
}

.footer-text {
  /* Typography */
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 400;
  font-style: normal;
}

.footer-textsupport {
  /* Typography */
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  font-style: normal;
}

.footer-textphone {
  /* Typography */
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.43;
  font-weight: 400;
  font-style: normal;
}

.footer-textcopyright {
  /* Typography */
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}

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

.promo-section {
  /* Typography */
  text-align: center;

  /* Box-model */
  padding: 0 0 80px;

  /* Visual */
  background-color: #f8f6f4;
}

.promo-section h1 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.17;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 40px;
}

.promo-section p,
.promo-section .readmore-container {
  /* Typography */
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58;
  text-align: center;
  color: #333333;
}

.promo-section p:last-child,
.promo-section p:last-of-type {
  margin-bottom: 0;
}

.filter-main {
  /* Box-model */
  width: 215px;
  padding: 0 0 50px 0;
}

/*.filter-main {
	width: 100%;
}*/

.filter-head {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 0 32px;
}

.filter-map-rooms:before {
  width: 100%;
  height: 10px;
  display: block;
  margin-bottom: 32px;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.02) 100%
  );
}

.filter-head .left-part {
  /* Typography */
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  color: #333333;
}

.filter-head .left-part:after {
  height: 1.2em;
  display: inline-block;
  margin-right: 25px;
  margin-left: 0.25em;
  border-right: 1px solid #e7e7e7;
  padding-right: 25px;
  vertical-align: middle;
  content: "";
}

.filter-head .right-part {
  /* Typography */
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  color: #333333;
}

.filter-head .right-part strong {
  /* Typography */
  font-weight: 700;
}

.filter-head .ms-drop {
  width: 100%;
  position: relative;
}

.filter-head .ms-drop ul {
  max-height: none !important;
  padding: 24px 40px;
}

.filter-head .ms-drop ul > li {
  margin-top: 34px;
}

.filter-head .ms-drop ul > li:first-child {
  margin-top: 0;
}

.filter-head .ms-drop label {
  margin-bottom: 0;
  font-size: 18px;
}

.filter-head .ms-drop input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.filter-head .ms-drop li span {
  position: relative;
}

.filter-head .ms-drop li span:before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 24px;
  border: 2px solid #333;
  border-radius: 11px;
  vertical-align: middle;
  content: "";
}

.filter-head .ms-drop li input:checked + span:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  border-radius: 50%;
  content: "";
  background: red;
}

.filter-head .ms-drop li input:checked + span:before {
  border-color: red;
}

.sort-view {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 350px;
  margin: 8px -6px 0 -6px;
  position: relative;
}

.sort-view > div {
  margin: 0 6px;
}

.sort-view .sorting-block.active {
  position: absolute;
  right: 0;
  left: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.sort-view .sorting-block > label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 10px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  background-color: #fff;
}

.sort-view .sorting-block.active > label {
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 20px 10px 28px;
  background: #efecec;
  box-shadow: none;
}

.filter-head .sorting-block.active > label:after {
  height: 18px;
  transform: rotate(45deg);
  font-size: 34px;
  line-height: 18px;
  content: "+";
  color: #e0001a;
}

.sort-view .select-sorting {
  height: 0;
}

.sort-view .sorting-block.active .select-sorting {
  height: auto;
}

.sort-view .sorting-block .single-select {
  width: 100% !important;
  position: static;
}

.sort-view .ms-choice {
  display: none;
}

.sort-view .ms-drop {
  margin-top: 0;
  border: none;
  border-radius: 0;
  right: 0;
  box-shadow: none;
}

.filter-bar.design02 {
  /* Box-model */
  max-width: none;
  padding: 0;
  flex-wrap: wrap;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

.filter-bar.design08 {
    /* Box-model */
    max-width: none;
    padding: 0;
    flex-wrap: wrap;
  
    /* Visual */
    background-color: transparent;
    box-shadow: none;
}
.filter-bar.design08 .inner-filter {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}
.filter-bar.design08 .available-rooms-help-text p {
  margin-top: 2em;
  font-size: 1em;
  padding: 1em;
  background: #fff;
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
  font-weight: normal;
}

.filter-bar.design07 {
  max-width: none;
  padding: 0;
  flex-wrap: wrap;
  color: #e10019;
  background-color: transparent;
  box-shadow: none;
}

.filter-bar.design07 .ui-accordion-header {
  color: #e10019;
}

.filter-bar.design02 .box01,
.filter-bar.design02 .box02 {
  /* Box-model */
  width: 22%;

  /* Visual */
  border-right: 1px solid #e3e2e1;
}

.filter-bar.design02 .box03 {
  /* Box-model */
  width: 22%;

  /* Visual */
  border-right: 1px solid #e3e2e1;
}

.filter-bar.design02 .box04 {
  /* Box-model */
  width: 22%;

  /* Visual */
  border-right: 1px solid #e3e2e1;
}

.filter-bar.design02 .box05 {
  /* Box-model */
  width: 220px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.filter-bar.design02 .box01,
.filter-bar.design02 .box02,
.filter-bar.design02 .box03,
.filter-bar.design02 .box04,
.filter-bar.design02 .box05 {
  border-bottom: 1px solid #e3e2e1;
  width: 100%;
}

.filter-bar .sorting-block {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.filter-bar .sorting-block .title {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  width: 50% !important;
}

.filter-bar .sorting-block .select-sorting {
  width: 50% !important;
}

.filter-bar .sorting-block .ms-parent {
  width: 100% !important;
}

.filter-bar .sorting-block .select-sorting .ms-choice {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  color: #333333;

  /* Visual */
  border: none;
  outline: 0;
}

.filter-bar .sorting-block .select-sorting .ms-choice::-moz-focus-inner {
  border: 0;
}

.filter-bar .sorting-block .select-sorting .ms-choice > span {
  text-align: right;
}

.filter-bar .sorting-block .select-sorting .ms-choice div:before {
  /* Positioning */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;

  /* Typography */
  font-size: 12px;
  color: #333333;
  content: "\e012";
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  /* Box-model */
  height: 12px;
  width: 12px;
  margin: auto;
}

.filter-bar .sorting-block .select-sorting .mCustomScrollbar {
  /* Visual */
  border: none;
  box-shadow: none;
}

.filter-bar .sorting-block .select-sorting .ms-drop ul {
  /* Box-model */
  margin: 0;
  padding: 0;

  /* Visual */
  background-color: #fff;
  border: 1px solid #e3e2e1;
}

.filter-bar .sorting-block .select-sorting .ms-drop ul li label {
  /* Positioning */
  position: relative;

  /* Typography */
  color: #333;

  /* Box-model */
  margin: 0;
  padding: 5px 15px;
  text-align: right;

  /* Visual */
  cursor: pointer;
  border-top: 1px solid #e3e2e1;
}

.filter-bar .sorting-block .select-sorting .ms-drop ul li:first-child label {
  border-top: none;
}

.filter-bar .sorting-block .select-sorting .ms-drop ul li label:hover,
.filter-bar .sorting-block .select-sorting .ms-drop ul li.selected label {
  /* Visual */
  background-color: #c9c9c9;
}

.filter-bar .sorting-block .select-sorting .ms-drop ul li label input {
  /* Positioning */
  position: absolute;

  /* Box-model */
  visibility: hidden;
}

.filter-head .main-filter {
  display: none;
}

.filter-bar .tabbing-filter .select-any {
  line-height: 0;
}

.filter-head .main-filter .select-any {
  display: none;
  width: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.filter-head .tabbing-filter .select-any {
  display: none;
  width: 100%;
  padding: 24px 40px;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.filter-bar .tabbing-filter .title {
  /* Typography */
  text-transform: uppercase;
  font-size: 18px;
}

.filter-head .main-filter.active,
.filter-head .tabbing-filter.active {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.filter-tabbing-box,
.filter-head .main-filter .title,
.filter-head .tabbing-filter .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 10px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  cursor: default;
  background-color: #fff;
}

.area-slideshow {
  position: relative;
  width: 100%;
  height: 320px;
  display: block;
}

.area-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.filter-tabbing-box {
  cursor: pointer !important;
}

.filter-head .main-filter.active .title,
.filter-head .tabbing-filter.active .title {
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 20px 10px 28px;
  background: #efecec;
  box-shadow: none;
}

.filter-head .main-filter.active .title:after,
.filter-head .tabbing-filter.active .title:after {
  height: 18px;
  transform: rotate(45deg);
  font-size: 34px;
  line-height: 18px;
  content: "+";
  color: #e0001a;
}

.filter-bar .tabbing-filter {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.filter-bar .tabbing-filter a {
  /* Typography */
  text-decoration: none;

  /* Typography */
  font-size: 24px;
  color: #959493;

  /* Box-model */
  height: 26px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.filter-head .tabbing-filter .select-any a {
  display: block;
  margin-bottom: 34px;
  text-decoration: none;
}

.filter-head .tabbing-filter .select-any a:before {
  margin-right: 24px;
  vertical-align: middle;
  color: #959493;
}

.filter-head .tabbing-filter .select-any .active:before {
  color: #333;
}

.filter-head .tabbing-filter .select-any a:last-child {
  margin-bottom: 0;
}

.filter-bar .tabbing-filter a.active {
  color: #333333;
}

.filter-bar.design02 .drop-cell .sub-cat-title,
.filter-bar.design02 .drop-cell .sub-page-title,
.filter-bar.design02 .box03 .content-range .text01,
.filter-bar.design02 .box03 .content-range .text02 {
  color: #333333;
}

.filter-bar.design02 .drop-cell .drop-pair::before,
.filter-bar.design02 .drop-cell .drop-pair::after {
  background-color: #ff0019;
}

.filter-bar.design02 .range-slider .irs-bar {
  background-color: #ff0019;
}

#mCSB_3 ul {
  max-height: none !important;
}

.room-section {
  /* Box-model */
  padding: 80px 45px 120px;

  /* Visual */
  background-color: #f8f6f4;
}

.room-section .load-more {
  /* Box-model */
  text-align: center;
  margin: 50px 0 0;
  line-height: 0;
}

.room-section .load-more a {
  /* Typography */
  font-size: 42px;
  color: #a5a2a1;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
}

.room-section .load-more a:before {
  /* Box-model */
  display: inline-block;
  vertical-align: top;
}

.room-section .load-more a:hover {
  /* Typography */
  text-decoration: none;
  color: #333;
}

.filter-map-rooms {
  position: relative;
  z-index: 950;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter-map-rooms .accordion-list {
  max-height: 400px !important;
}

.map-rooms {
  width: calc(100% - 230px);
}

.available-rooms-help {
  display: flex;
  align-items: center;
  padding-bottom: 32px;
  margin-top: 80px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
}

.available-rooms-help-text {
  flex-grow: 1;
}

.available-rooms-help-text .no-results {
  display: none;
}

.available-rooms-help-text .info {
}

.available-rooms-help-text p {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
}

.available-rooms-help-text strong {
  color: #e10019;
}

.random-contact {
  display: flex;
  flex-shrink: 0;
  margin-left: 44px;
  line-height: 1.66;
}

.random-contact-image-container {
  width: 172px;
  height: 172px;
  margin-right: 44px;
  border: 10px solid #fff;
  overflow: hidden;
  border-radius: 9em;
}

.random-contact-image-container img,
.contact-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.random-contact-information {
  margin-top: 0.25em;
}
.random-contact .random-contact-content {
  flex-grow: 1;
}
.random-contact .random-contact-content .contact-flex {
  display: flex;
  align-items: stretch;
  margin-top: .5em;
  gap: 1.5em;
}

.random-contact-content .phone-number a {
  font-size: 0.9em;
}
.overlay-full {
  position: fixed;
  top:0; left:0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  transition: opacity .5s ease;
  background: rgba(0, 0, 0, .3);
}
.overlay-full.hidden {
  display: none;
}
.overlay-full.active {
  opacity: 1;
}

.modal-form {
  position: fixed;
  left: calc(50% - 280px);
  font-size: 14px;
  top: 95px;
  z-index: 10000;
  width: 560px;
  max-height: calc(100vh - 120px);
  background: #F8F6F4;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.2);
  transform: scale(0.5);
  opacity: 0; 
  transition: opacity .3s .2s ease, transform .4s ease-in;
  padding: 50px 12px 30px 12px;
  box-shadow: 5px 5px 20px rgba(0,0,0,.2);
}
/* .modal-form h4 {
  padding: 0 12px;
} */
.form-scroll-area {
  padding: 0 12px 32px 12px;
  max-height: calc(100vh - 218px);
  overflow-y: scroll;
}
.modal-form .fade {
  position: absolute;
  bottom: 29px;
  left: 0;
  width: calc(100% - 22px);
  height: 30px;
  background: linear-gradient(rgba(248, 246, 244, 0), rgba(248, 246, 244, 1));
}
.modal-form.invisible {
  visibility: hidden;
}
.modal-form.hidden {
  display: none;
}
.modal-form.active {
  transform: scale(1);
  transition: opacity .3s ease, transform .4s ease-out;
  opacity: 1;
}

.close-modal {
  position: absolute;
  cursor: pointer;
  fill: #e10019;
  width: 32px; height: 32px;
  padding: 5px;
  right: 1em; top: 1em;
}

.modal-form .form-contact {
  display: flex;
  gap: 2em;
  align-items: center;
  padding: 1em;
  margin-bottom: 2em;
  margin-left: 0;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.modal-form p {
  line-height: 1.25em;
  font-size: 1.2em;
}
.modal-form .gfield_contact_method {
  padding: 0 1em;
}

.modal-form div.form-scroll-area .gform_wrapper {
  padding: 0;
}
.modal-form .gform-body .gfield_checkbox {
  padding: .5em 1em 0 1em;
}
.modal-form .gfield_gdpr .gfield_checkbox label {
  font-size: 14px;
}

.help-contact p.no-results {
  font-size: 1em;
}
.form-scroll-area .random-contact {
  margin-left: 0;
  margin-bottom: 2em;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2em;
}

.form-scroll-area .random-contact-image-container,
.form-contact .contact-image-container {
  width: 80px;
  height: 80px;
  margin-left: 0;
  flex-shrink: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: clip;
  margin-right: 0;
  padding: 0;
}
.available-rooms-form {
  font-size: 18px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 16px;
}

.available-rooms-form .toggle-container {
  display: none;
}

.available-rooms-form .toggle-container .gform_title {
  margin-top: 40px;
}

.available-rooms-form .toggle-container .gform_title,
.available-rooms-form .toggle-container .gform_description {
  text-align: center;
}

.available-rooms-form-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: bold;
  color: #ff0019;
}

.available-rooms-form-toggle:hover {
  text-decoration: none;
}

.available-rooms-form-toggle:after {
  margin-right: 38px;
  font-size: 40px;
  font-weight: 100;
  content: "+";
}

.available-rooms-form.expanded .available-rooms-form-toggle:after {
  content: "-";
}

.available-rooms {
  /* Box-model */
  text-align: center;
  margin: -15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.available-rooms.centered {
  justify-content: center;
}

.available-rooms.only-two {
  /* Box-model */
  justify-content: center;
}

.available-rooms.only-two .single-room {
  /* Box-model */
  max-width: 620px;
}

.available-rooms .single-room {
  /* Box-model */
  padding: 15px;
  width: 33.33%;
}

.available-rooms .single-room .single-room-inner {
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

.available-rooms .single-room figure a {
  /* Box-model */
  display: block;

  /* Visual */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.available-rooms .single-room figure a img {
  /* Box-model */
  width: 100%;
}

.available-rooms .single-room figure a:hover {
  opacity: 0.8;
}

.available-rooms .single-room .info {
  /* Box-model */
  padding: 30px 30px;
  background-color: #fff;
}

.available-rooms .single-room .info .info-top {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 18px;
}

.available-rooms .single-room .info .info-bottom {
  position: relative;
  text-align: left;
}

.available-rooms .single-room .info .info-bottom a:hover {
  text-decoration: none;
}

.available-rooms.grid03 .single-room .info .category-name {
  border-color: #ff0019;
}

.available-rooms .single-room .info .category-name a {
  color: #333333;
}

.available-rooms .single-room .info .category-name a:hover {
  text-decoration: none;
}

.available-rooms .single-room .info .all-icons .icon {
  /* Typography */
  color: #333333;
  font-size: 20px;

  /* Box-model */
  margin-left: 5px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

.available-rooms .single-room .info .all-icons .icon:hover {
  text-decoration: none;
}

.available-rooms .single-room .info .name {
  padding-right: 43px;
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.33;
  text-align: left;
  color: #333333;
}

.available-rooms .single-room .info .name a {
  color: #333333;
}

.available-rooms .single-room .info .view-360 {
  position: absolute;
  top: 0;
  right: 0;
}

.available-rooms .single-room .info .category-name,
.available-rooms .single-room .info .detail,
.available-rooms .single-room .info .measurement,
.available-rooms .single-room .info .measurement-price,
.available-rooms .single-room .info .office {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  text-align: left;
  color: #333333;
}

.available-rooms .single-room .info .office {
  font-size: 16px;
}

.available-rooms .single-room a.looking-for {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 30px;

  /* Visual */
  background-color: #ff7f8c;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.available-rooms .single-room a.looking-for .bg-img {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;

  /* Visual */
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.available-rooms .single-room a.looking-for .bg-img:before {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;

  /* Visual */
  content: "";
  background-color: #000;
}

.available-rooms .single-room a.looking-for:hover {
  text-decoration: none;
}

.available-rooms .single-room a.looking-for .content {
  /* Positioning */
  position: relative;
  z-index: 2;
}

.available-rooms .single-room a.looking-for h6 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.22;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 33px;
}

.available-rooms .single-room a.looking-for p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 0;
}

.available-rooms .single-room a.looking-for .icon {
  /* Positioning */
  position: relative;
  z-index: 2;

  /* Typography */
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  line-height: 0;
}

.available-rooms .single-room a.looking-for:hover {
  background-color: #fc6271;
}

.available-rooms .single-room a.looking-for.have-img {
  background-color: #000;
}

.available-rooms .single-room a.looking-for:hover .bg-img {
  /* Visual */
  opacity: 0.7;
}

.want-help-section {
  /* Box-model */
  padding: 90px 0 100px;

  /* Visual */
  text-align: center;
  background-color: #fff;
}

.want-help-section .container {
  max-width: 720px;
}

.want-help-section h3 {
  /* Typography */
  font-family: "akzidenz-grotesk";
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #333;

  /* Box-model */
  margin: 0 0 30px;
  background: transparent;
}

.want-help-section p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #333;

  /* Box-model */
  margin: 0 0 50px;
}

.want-help-section .view-form.open {
  display: none;
}

.want-help-section .form-block {
  display: none;
}

.want-help-section .form-block .single-field {
  /* Box-model */
  margin: 0 0 30px;
  text-align: left;
}

.want-help-section li {
  padding: 0 !important;
}

.want-help-section li:before {
  content: none !important;
}

input:not(.btn):required,
textarea:required,
input:not(.btn).required,
textarea.required {
  /* Visual */
  background-image: url(../images/asterisk-icon.png);
  background-position: right 24px top 16px;
  background-size: 12px auto;
  background-repeat: no-repeat;
}

.want-help-section .form-block .single-field textarea:required,
.want-help-section .form-block .single-field textarea.required {
  background-position: right 24px top 24px;
}

.want-help-section .form-block .single-field.radiobox-field {
  padding: 0 24px;
}

.want-help-section .form-block .single-field.radiobox-field p {
  /* Typography */
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 15px;
}

.want-help-section .form-block .single-field.radiobox-field .radiobox-custom {
  /* Positioning */
  position: relative;

  /* Typography */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #333333;

  /* Box-model */
  padding: 0 0 0 38px;
  margin: 0 40px 0 0;
}

.want-help-section
  .form-block
  .single-field.radiobox-field
  .radiobox-custom
  .ui-checkboxradio-icon {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;

  /* Box-model */
  margin: 0;
}

.want-help-section .form-block .single-field.checkbox-field {
  /* Box-model */
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}

.want-help-section .form-block .single-field.checkbox-field .checkbox-custom {
  /* Positioning */
  position: relative;

  /* Typography */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #333333;

  /* Box-model */
  padding: 0 0 0 38px;
  margin: 0 40px 0 0;
}

.want-help-section
  .form-block
  .single-field.checkbox-field
  .checkbox-custom
  .ui-checkboxradio-icon {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;

  /* Box-model */
  margin: auto 0;
}

.want-help-section .form-block .single-field.checkbox-field .checkbox-custom a {
  /* Typography */
  font-weight: 700;
  text-transform: uppercase;

  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.want-help-section
  .form-block
  .single-field.checkbox-field
  .checkbox-custom
  a:hover {
  /* Typography */
  text-decoration: none;

  /* Visual */
  border-color: #ff0019;
}

.want-help-section .form-block .single-field.send-btn-field {
  text-align: center;
}

.want-help-section .form-block .single-field:last-child {
  margin-bottom: 0;
}

.available-rooms-list {
  /* Box-model */
  display: none;

  /* Visual */
  box-shadow: 0 0 14px 2px #e3e3e3;
}

.available-rooms-list .list-head {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;

  /* Visual */
  border-bottom: 1px solid #e3e2e1;
  background-color: #fff;
}

.available-rooms-list .list-head > div {
  /* Typography */
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #333333;
}

.available-rooms-list .all-listing {
  /* Visual */
  background-color: #fff;
}

.available-rooms-list .single-room {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;

  /* Visual */
  border-bottom: 1px solid #e3e2e1;
}

.available-rooms-list .single-room:last-child {
  border-bottom: none;
}

.available-rooms-list .col01 {
  width: 418px;
}

.available-rooms-list .col02 {
  width: 400px;
}

.available-rooms-list .col03 {
  width: 280px;
}

.available-rooms-list .col04 {
  width: 200px;
}

.available-rooms-list .col05 {
  width: 180px;
}

.available-rooms-list .col06 {
  width: 60px;
}

.available-rooms-list .col01 {
  /* Box-model */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.available-rooms-list .list-head .col01 span {
  /* Box-model */
  width: 60px;
  margin-right: 40px;
}

.available-rooms-list .single-room .col01 .figure-bg {
  margin-right: 40px;
}

.available-rooms-list .single-room .figure-bg a {
  /* Box-model */
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;

  /* Visual */
  background-size: cover;
  border-radius: 100%;
}

.available-rooms-list .single-room .figure-bg a:hover {
  opacity: 0.8;
}

.available-rooms-list .single-room .name,
.available-rooms-list .single-room .detail,
.available-rooms-list .single-room .category-name,
.available-rooms-list .single-room .measurement {
  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  color: #333333;
}

.available-rooms-list .single-room .name {
  font-weight: 700;
}

.available-rooms-list .single-room .name a,
.available-rooms-list .single-room .detail a,
.available-rooms-list .single-room .category-name a,
.available-rooms-list .single-room .measurement a {
  color: #333333;
}

.available-rooms-list .single-room .all-icons a {
  /* Box-model */
  margin-left: 15px;

  /* Typography */
  color: #333;
}

.available-rooms-list .single-room .all-icons a:first-child {
  margin-left: 0;
}

.available-rooms-list .single-room .all-icons a:hover {
  text-decoration: none;
}

.available-rooms-list .single-room .setting-img {
  text-align: right;
}

.available-rooms-list .single-room .setting-img .icon {
  /* Typography */
  color: #fff;
  font-size: 14px;
  line-height: 32px;

  /* Box-model */
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;

  /* Visual */
  background-color: #ff0019;
}

.available-rooms-list .single-room .setting-img .icon:before {
  line-height: 32px;
  vertical-align: top;
}

.available-rooms-list .single-room .setting-img .icon:hover {
  /* Visual */
  text-decoration: none;
  background-color: #0078bf;
}

.map-cluster {
  /* Box-model */
  padding: 0 0 50px 0;

  /* Visual */
  background-color: #f8f6f4;
}

.map-cluster .map-bg {
  /* Box-model */
  height: auto;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.banner-available-facilities {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: calc(100vh - 85px - 146px);
  max-height: 511px;
  min-height: 187px;
  text-align: center;
}

.banner-available-facilities .bg-banner {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;

  /* Box-model */
  height: 100%;
  width: 100%;
  z-index: 1;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.bg-banner-overlay::after {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bg-banner-text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.banner-available-facilities .btn {
  /* Positioning */
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 40px;

  /* Box-model */
  margin: 0 auto;
  width: 129px;
  min-width: 0;
  height: 33px;
  border: none;

  /* Visual */
  font-size: 14px;
  text-transform: none;
  line-height: 33px;
}

.banner-available-facilities .btn:hover {
  /* Visual */
  background-color: #0078bf;
  color: #fff;
  border-color: #0078bf;
}

.category-menu {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

  /* Positioning */
  position: relative;

  /* Box-model */
  padding: 0;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.22);
}

@media all and (max-width: 461px) {
  .category-menu.fixed {
    margin-top: 50px !important;
  }
}

.category-menu ul {
  /* Box-model */
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Typography */
  text-align: center;
}

.category-menu ul li {
  /* Box-model */
  position: static;
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.category-menu ul li a:not(.btn) {
  /* Typography */
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #565656;
  text-transform: none;
  display: block;

  /* Box-model */
  padding: 24px 0;

  /* Visual */
  border-bottom: 2px solid transparent;
}

.category-menu ul li:hover a,
.category-menu ul li.active a {
  /* Typography */
  text-decoration: none;
}

.area-template-default .category-menu ul li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.area-template-default .category-menu ul li:hover a {
  border-color: #ff0019;
}

.category-menu-outer {
  /* Positioning */
  position: relative;
  z-index: 9;
}

.category-menu.fixed {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;

  /* Box-model */
  width: 100%;
}

.category-menu #categoy-outer-line {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #ff0019;
}

.extra-category-height {
  /* Box-model */
  height: 75px;
  width: 100%;
  display: none;
}

.breadcrumb-block {
  /* Box-model */
  padding: 30px 0 24px;

  /* Visual */
  background-color: #f8f6f4;
  border-bottom: 1px solid #e3e2e1;
}

.breadcrumb-block ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Typography */
  text-align: center;
}

.breadcrumb-block ul li {
  /* Positioning */
  position: relative;

  /* Box-model */
  margin: 0;
  padding: 0 20px;
  list-style: none;

  /* Typography */
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #333;
}

.breadcrumb-block ul li:before {
  /* Positioning */
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;

  /* Typography */
  color: #e3e2e1;

  /* Box-model */
  width: 1px;
  background-color: #e3e2e1;
  margin: auto;
  height: 12px;

  /* Visual */
  transform: rotate(20deg);
}

.breadcrumb-block ul li:first-child:before {
  display: none;
}

.breadcrumb-block ul li:first-child a:hover {
  text-decoration: none;
}

.breadcrumb-block ul li a {
  /* Typography */
  color: #959493;
  display: block;
  text-align: center;
}

.breadcrumb-block ul li a:hover {
  /* Typography */
  color: #333;
  text-decoration: none;
}

.single-detail-section {
  /* Box-model */
  padding: 70px 0 118px;
  overflow: hidden;

  /* Visual */
  background-color: #f8f6f4;
}

.single-detail-section .head-detail {
  /* Box-model */
  text-align: center;
  margin: 0 0 68px;
}

.single-detail-section .head-detail h6 {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  margin: 0 0 10px;
}

.single-detail-section .head-detail h1 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 25px;
}

.single-detail-section .head-detail h5 {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #333333;
  text-align: center;

  /* Box-model */
  margin: 0 0 66px;
}

.single-detail-section .head-detail h5 u {
  /* Typography */
  text-decoration: none;

  /* Box-model */
  display: inline-block;
  vertical-align: top;

  /* Visual */
  border-bottom: 4px solid #bcca8b;
}

.single-detail-section .head-detail p.big {
  /* Typography */
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58;
  text-align: left;
  color: #333333;
}

.single-detail-section .both-box-outer h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 34px;
}

.single-detail-section .both-box {
  /* Box-model */
  display: flex;
  justify-content: center;
  margin: 0 -25px 70px;
  flex-wrap: wrap;
}

.single-detail-section .both-box .single-box {
  /* Box-model */
  width: calc(50% - 50px);
  margin: 0 25px 25px 25px;
}

.single-detail-section .both-box .single-box-full {
  /* Box-model */
  width: 100%;
  margin: 0 25px 25px 25px;
}

.single-detail-section .both-box .single-box-full .box-outer {
  /* Box-model */
  padding: 50px 40px 36px;
}

.fw-bold {
  font-weight: bold;
}

.colored-box-pink {
  background-color: #fbe7e7 !important;
}

.colored-box-light-grey-blue {
  background-color: var(--light-grey-blue) !important;
}

.text-dark-grey,
.text-dark-grey p,
.text-dark-grey .box-title,
.text-dark-grey .price-sub-headline {
  color: var(--dark-grey) !important;
}

.rent-indication-box .box-outer .box-title,
.rent-indication-box .box-outer p {
  color: #fff;
}

.rent-indication-box .box-outer p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0px;
}

.rent-indication-box .box-outer p.price-sub-headline {
  font-size: 16px;
}

.single-detail-section .both-box.rent-indication-box-outer {
  margin-top: -35px;
}

.single-detail-section .both-box .single-box.box01 .box-outer {
  /* Box-model */
  padding: 50px 40px 36px;
  height: 100%;
}

.single-detail-section .both-box .single-box .box-outer {
  /* Visual */
  background-color: #fff;
  box-shadow: 0 0 14px 2px #e3e3e3;
}

.single-detail-section .both-box .single-box.box01 .title {
  /* Typography */
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 14px;
}

.single-detail-section .both-box .single-box.box01 p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 2.2;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 0;
}

.single-detail-section .both-box .single-box.box01 p strong {
  /* Typography */
  font-weight: 700;
}

.single-detail-section .both-box .single-box.box01 p u,
.single-detail-section .both-box .single-box.box01 p a {
  /* Typography */
  text-decoration: none;
  border-bottom: 2px solid #0078bf;
}

.single-detail-section .both-box .single-box.box01 p a:hover {
  text-decoration: none;
}

.single-detail-section .both-box .single-box.box01 .img-block {
  /* Box-model */
  display: flex;
  margin: 40px 0 0;

  /* Typography */
  text-align: center;
}

.single-detail-section .both-box .single-box.box01 .img-block .img-single {
  /* Box-model */
  margin: 0 14px 0 0;
  padding: 0 12px;
  width: 100px;
  cursor: default;
}

.single-detail-section
  .both-box
  .single-box.box01
  .img-block
  .img-single:hover {
  text-decoration: none;
}

.single-detail-section
  .both-box
  .single-box.box01
  .img-block
  .img-single
  .icon {
  /* Typography */
  text-align: center;
  color: #fff;
  font-size: 34px;

  /* Box-model */
  height: 72px;
  width: 72px;
  display: block;
  margin: 0 auto 10px;

  /* Visual */
  background-color: #ff0019;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-detail-section
  .both-box
  .single-box.box01
  .img-block
  .img-single
  .icon:before {
  line-height: 72px;
}

.single-detail-section
  .both-box
  .single-box.box01
  .img-block
  .img-single:hover
  .icon {
  /*background-color: #ce0014; */
}

.single-detail-section .both-box .single-box.box01 .img-block .img-single div {
  /* Typography */
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  color: #333333;
}

.single-detail-section
  .both-box
  .single-box.box01
  .img-block
  .img-single
  div.name {
  text-transform: uppercase;
}

.single-detail-section
  .both-box
  .single-box.box01
  .img-block
  .img-single
  div.meter {
  font-weight: 700;
}

.single-detail-section .both-box .single-box.box02 .contact-title {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 20px;
}

.single-detail-section .both-box .single-box.box02 .staff-img {
  /* Box-model */
  height: 328px;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.single-detail-section .both-box .single-box.box02 .staff-detail {
  padding: 35px 40px;
}

.single-detail-section .both-box .single-box.box02 .staff-detail .info01 {
  /* Typography */
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.2px;
  text-align: left;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px;

  /* Visual */
  border-bottom: 3px solid #97c0c7;
}

.single-detail-section .both-box .single-box.box02 .staff-detail .info02 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.33;
  text-align: left;
  color: #333333;
}

.single-detail-section .both-box .single-box.box02 .staff-detail .info03,
.single-detail-section .both-box .single-box.box02 .staff-detail .info04 {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #333333;
}

.single-detail-section .both-box .single-box.box02 .staff-detail .info04 a {
  /* Typography */
  text-decoration: none;
  border-bottom: 2px solid #0078bf;
  color: #333;
}

.single-detail-section
  .both-box
  .single-box.box02
  .staff-detail
  .info04
  a:hover {
  color: #0078bf;
}

.single-detail-section .info-detail {
  margin: 0 0 90px;
}

.single-detail-section .info-detail p {
  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 30px;
}

.single-detail-section .info-detail h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 6px;
}

.single-detail-section .share-block {
  /* Box-model */
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-detail-section .share-block a {
  /* Typography */
  color: #333333;

  /* Box-model */
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 30px;
}

.single-detail-section .share-block a:before {
  line-height: 26px;
}

.single-detail-section .share-block a:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

.single-detail-section .share-block span {
  /* Typography */
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #333333;

  /* Box-model */
  display: inline-block;
  vertical-align: middle;
}

.environment-development-section {
  position: relative;
  /* Box-model */
  padding: 0;

  /* Visual */
  background-color: #e9edd8;
}

.environment-development-section .container {
  /* Box-model */
  display: flex;
  justify-content: space-between;
}

.environment-development-section .logo-environment {
  /* Box-model */
  max-width: 420px;
  width: 100%;
  padding: 112px 20px 102px 0;
}

.environment-development-section .environment-development-inner {
  /* Box-model */
  max-width: 690px;
  margin: 0;
  width: 100%;
  padding: 112px 0 102px;
}

.environment-development-section h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 30px;
}

.environment-development-section p {
  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 50px;
}

.environment-development-section .environment-logo-bottom {
  /* Box-model */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding-left: 20px;
}

.environment-development-section .environment-logo-bottom img {
  /* Box-model */
  margin-bottom: -10px;
  opacity: 0.5;
}

.about-property-section {
  /* Box-model */
  padding: 120px 0;

  /* Visual */
  background-color: #fff;
}

.about-property-section > div {
  margin: 120px 0 0;
}

.about-property-section > div:first-child {
  margin: 0;
}

.about-property-section .row01 {
  background-color: #fff;
}

.about-property-section .row01 .row01-inner {
  /* Box-model */
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 120px;
}

.about-property-section .row01 .bg-img {
  /* Box-model */
  min-height: 610px;
  width: 50%;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.about-property-section .row01 .content {
  /* Box-model */
  width: 50%;
  padding-left: 150px;
}

.about-property-section .row01 .content span.area {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  margin: 0 0 3px;
  display: block;
}

.about-property-section .row01 .content h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 30px;
}

.about-property-section .row01 .content p {
  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 50px;
}

.about-property-section .row02 {
  /* Visual */
  background-color: #fff;
}

.about-property-section .row02 .row02-inner {
  /* Box-model */
  max-width: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0 120px;
}

.about-property-section .row02 .bg-img {
  /* Positioning */
  position: relative;

  /* Box-model */
  width: 64%;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.map-custom {
  /* Box-model */
  min-height: 610px;
}

.map-custom .tool-tip h4 {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #333;

  /* Box-model */
  margin: 0;
}

.indication-block {
  /* Positioning */
  position: absolute;
  bottom: 20px;
  left: 50px;
  right: 50px;
  z-index: 1;

  /* Box-model */
  text-align: center;
  max-width: none;
  width: auto;
  margin: auto;
}

.indication-block .indication-block-inner {
  /* Box-model */
  padding: 20px 0px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  max-width: 818px;
  width: 100%;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 0 8px 0px #a4a4a4;
}

.indication-block .single-indication {
  /* Box-model */
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 5px;
}

.indication-block .single-indication span.marker {
  /* Box-model */
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;

  /* Visual */
  border-radius: 100%;
}

.indication-block .single-indication.local span.marker,
.indication-block .single-indication.ongoing-project span.marker {
  /* Box-model */
  width: 20px;
  height: 20px;
  margin-top: -5px;
}

.indication-block .single-indication.stop span.marker {
  background-color: #00aaeb;
}

.indication-block .single-indication.parking span.marker {
  background-color: #f7941d;
}

.indication-block .single-indication.lunch-room span.marker {
  background-color: #00a651;
}

.indication-block .single-indication.hotel span.marker {
  background-color: #a27cc5;
}

.indication-block .single-indication.gym span.marker {
  background-color: #f49ac1;
}

.indication-block .single-indication span.name {
  /* Typography */
  font-weight: 700;
  font-size: 11px;
  line-height: 1.33;
  text-align: left;
  color: #333333;

  /* Box-model */
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
}

[style*="mc-"] {
  border-radius: 50%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
}

[style*="mc-40.png"] {
  background: rgba(255, 0, 25, 1) !important;
}

[style*="mc-60.png"] {
  background: rgba(255, 0, 25, 1) !important;
}

[style*="mc-80.png"] {
  background: rgba(255, 0, 25, 1) !important;
}

.about-property-section .row02 .content {
  /* Box-model */
  width: 36%;
  padding-right: 105px;
}

.about-property-section .row02 .content span.area {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  margin: 0 0 3px;
}

.about-property-section .row02 .content h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 30px;
}

.about-property-section .row02 .content p {
  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 50px;
}

body .fancybox-stage {
  /* Positioning */
  left: 10px;
  right: 10px;
}

body .fancybox-container.fancybox-is-open .fancybox-toolbar {
  /* Visual */
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-bg {
  background-color: #333;
}

.fancybox-caption {
  border-top: none;
}

.fancybox-button {
  color: #fff;
}

.fancybox-button--close {
  background: none;
}

.fancybox-navigation button,
.fancybox-navigation button:hover {
  color: #333;
}

.fancybox-navigation button:before,
.fancybox-navigation button:after {
  background: #f8f6f4;
}

.bilder-img-section {
  /* Box-model */
  padding: 120px 0;

  /* Visual */
  background-color: #f8f6f4;
  border-bottom: 1px solid #e3e2e1;
}

.bilder-img-section .img-row.light-box-block {
  /* Positioning */
  position: relative;

  /* Box-model */
  padding: 80px 20px;

  /* Visual */
  background-color: #fff;
}

.bilder-img-section .img-row.light-box-block figure {
  /* Box-model */
  width: 100%;
  margin: 0 auto;
}

.bilder-img-section .img-row.light-box-block figure img {
  width: 75%;
  display: flex;
  margin: 0 auto;
}

.bilder-img-section .img-row.light-box-block .actions {
  /* Positioning */
  position: relative;
  z-index: 2;
}

.bilder-img-section .img-row.light-box-block .actions a {
  /* Typography */
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #333333;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
}

.bilder-img-section .img-row.light-box-block .actions a span {
  /* Box-model */
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  height: 22px;

  /* Typography */
  font-size: 18px;
}

.bilder-img-section .img-row.light-box-block .actions .icon-icon-file-pdf {
  width: 38px;
  height: 38px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: #666;
  background-color: #fff;
}

.bilder-img-section
  .img-row.light-box-block
  .actions
  .icon-icon-file-pdf:before {
  vertical-align: middle;
}

.bilder-img-section .img-row.light-box-block .actions .icon-icon-ui-maximize {
  width: 38px;
  height: 38px;
}

.bilder-img-section
  .img-row.light-box-block
  .actions
  .icon-icon-ui-maximize:before {
  width: 38px;
  height: 38px;
  content: "";
  background-image: url(../images/icon-maximize.svg);
}

.bilder-img-section .img-row.light-box-block .actions a span:before {
  /* Box-model */
  display: inline-block;
  vertical-align: top;
}

.bilder-img-section .img-row.light-box-block .actions a:hover {
  text-decoration: none;
}

.bilder-img-section .img-row.light-box-block .actions a:hover {
  color: #0078bf;
}

.bilder-img-section .img-row.light-box-block {
  /* Box-model */
  flex-flow: column;
}

.bilder-img-section .img-row {
  /* Box-model */
  display: flex;
  margin: 0 0 50px;
}

.bilder-img-section .img-row.video figure > div.wp-video video,
.bilder-img-section .img-row.video-3d figure > iframe,
.bilder-img-section .img-row.oembed figure > iframe {
  width: 100%;
  min-height: 500px;
}

.bilder-img-section .img-row.video-3d figure,
.bilder-img-section .img-row.oembed figure {
  width: 100%;
  margin: 0 !important;
}

.bilder-img-section .img-row .bilder-img-section--center {
  text-align: center;
  display: flex;
  justify-content: center;
}

.bilder-img-section h3.title {
  text-align: center;
  padding: 50px 0px 40px 0px;
}

.bilder-img-section .img-row .bilder-img-section--center h3.title {
  margin: 0 auto;
  padding: 0;
}

.bilder-img-section .img-row [data-fancybox="gallery"] {
  display: block;
  position: relative;
}

.bilder-img-section .img-row [data-fancybox="gallery"]:after {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  content: "";
  background-image: url(../images/icon-maximize.svg);
}

.bilder-img-section figcaption {
  margin-top: 1em;
  padding: 0;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.bilder-img-section .img-row {
  display: flex;
  gap: 30px;
}

.bilder-img-section .img-row:last-child {
  margin: 0;
}

.bilder-img-section .img-row figure {
  min-width: 0;
  margin: 0;
  width: 100%;
}

.bilder-img-section .img-row.drone {
  position: relative;
  padding-top: 56.17%;
  /* ratio of height 1410 / width 792 */
}

.bilder-img-section .img-row.drone iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bilder-img-section-more-button {
  display: block;
  margin: 50px auto 0;
}

.similar-places-section {
  /* Typography */
  text-align: center;

  /* Box-model */
  padding: 110px 0 90px;
  overflow: hidden;

  /* Visual */
  background-color: #f8f6f4;
}

.similar-places-section .available-rooms {
  /* Box-model */
  justify-content: center;
}

.similar-places-section .available-rooms .single-room {
  max-width: 465px;
}

.similar-places-section h4 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 30px;
}

.similar-places-section .see-all {
  /* Box-model */
  text-align: center;
  margin: 30px 0 0;
}

.similar-places-section .see-all a {
  /* Typography */
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #333333;

  /* Box-model */
  display: inline-block;
  vertical-align: top;

  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.similar-places-section .see-all a:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

.see-all {
  /* Box-model */
  text-align: center;
  margin: 50px 0 0;
}

.see-all a {
  /* Typography */
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #333333;

  /* Box-model */
  display: inline-block;
  vertical-align: top;

  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.see-all a:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

.interest-form-section .form-block,
.waste-order-section .form-block,
.waste-info-section .form-block {
  display: block !important;
}

.waste-order-section,
.waste-info-section {
  margin-bottom: 50px;
  display: none;
  position: relative;
}

.waste-info-section table {
  border: none;
  margin-bottom: 50px;
}

.waste-info-section table thead td {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.waste-info-section table tbody td {
  text-align: right;
  font-size: 16px;
}

.waste-info-section .actions {
  margin-bottom: 40px;
}

.section-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.waste-order-section .icon,
.waste-info-section .icon {
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.banner-realestate {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: 850px;
}

.banner-realestate .bg-banner {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;

  /* Box-model */
  height: 100%;
  width: 100%;
  z-index: 1;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.banner-realestate .bg-banner .map-custom {
  /* Box-model */
  min-height: 1px;
  height: 100%;
}

.checked-count {
  display: contents;
}

.toggle-title-status {
  display: contents;
}

@media (max-width: 640px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 641px) {
  .hide-desktop {
    display: none;
  }
}

.filter-title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  padding: 16px 0 10px 16px;
  width: 100%;
  border-bottom: solid 1px #e7e7e7;
}

.filter-bar.design03 {
  /* Box-model */
  max-width: none;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

.filter-bar.design03 .box01,
.filter-bar.design03 .box02,
.filter-bar.design03 .box03 {
  /* Box-model */
  max-width: 400px;
  padding: 22px 20px;

  /* Visual */
  border-right: 1px solid #e3e2e1;
}

.filter-bar.design03 .box03 {
  border-right: none;
}

.filter-bar.design03 .box04 {
  /* Box-model */
  flex: 1;
  display: inline-flex;
  justify-content: flex-end;
}

.filter-bar.design03 .box04 .tabbing-filter {
  width: auto;
}

.filter-bar.design04 .ui-accordion,
.filter-bar.design07 .ui-accordion {
  width: 100%;
}

.filter-bar.design04 .ui-accordion-header,
.filter-bar.design07 .ui-accordion-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  border-top: 1px solid #e7e7e7;
  padding: 16px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 100%;
}

.filter-bar.design07 .ui-accordion-header {
  display: flex;
  border-top: 1px solid #e7e7e7;
}

.filter-bar.design07:last-of-type .ui-accordion-header {
  border-bottom: 1px solid #e7e7e7;
}

.filter-bar.design04 .ui-accordion-header:first-child {
  border-top: none;
}

.filter-bar.design04 .ui-accordion-header .ui-icon,
.filter-bar.design07 .ui-accordion-header .ui-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.75em;
  margin-top: 0;
  font-size: 34px;
  text-indent: 0;
  color: #e0001a;
}

.filter-bar.design04 .ui-accordion-header .ui-icon:after,
.filter-bar.design07 .ui-accordion-header .ui-icon:after {
  line-height: 1;
  content: "+";
}

.filter-bar.design04 .ui-accordion-header-active .ui-icon:after {
  content: "-";
}

.filter-bar.design07 .ui-accordion-header-active .ui-icon:after {
  content: "-";
  margin-right: 5px;
}

.filter-bar.design04 .ui-accordion-content {
  border-top: 1px solid #e7e7e7;
  padding: 16px;
  overflow: auto;
}

.filter-bar.design04 .accordion-list {
  margin: 0;
  list-style-type: none;
}

.filter-bar.design04 .accordion-list li {
  margin-bottom: 1.5em;
  /* min-width: 305px; */
  padding-right: 16px;
}

.post-type-archive-area .filter-bar.design04 .accordion-list li {
  min-width: 100%;
  padding-right: 0;
}

.post-type-archive-area
  .filter-bar.design04
  .accordion-list
  .ui-checkboxradio-label {
  padding: 0;
}

.post-type-archive-area .accordion-list-description {
  padding-left: 3em;
}

.post-type-archive-area .filter-bar.design04 .accordion-list li span.text {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.post-type-archive-area
  .filter-bar.design04
  .accordion-list
  li
  span.text
  .accordion-list-badge {
  margin-left: auto;
}

.filter-bar.design04 .accordion-list li:last-child {
  margin-bottom: 0;
}

.filter-bar.design04 .accordion-list .ui-checkboxradio-label {
  margin: 0;
  padding: 0 1em;
  font-size: 18px;
  line-height: 1.5;
  white-space: nowrap;
  background: no-repeat;
  color: #5e5e5e;
  border: 0px none;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .filter-bar.design04 .accordion-list .ui-checkboxradio-label {
    font-size: 16px;
  }
}

.filter-bar.design04 .accordion-list .ui-checkboxradio-icon {
  border: 2px solid #333;
  border-radius: 4px;
  width: 1.22em;
  height: 1.22em;
  vertical-align: middle;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-position: center;
}

.filter-bar.design04 .accordion-list .ui-checkboxradio-icon.ui-icon-check {
  background-image: url(../images/icon-check.svg);
}

.filter-bar.design04 .accordion-list .ui-checkboxradio-icon-space {
  display: inline-block;
  width: 1em;
}



.filter-bar.design04 .interval-col {
  flex-grow: 1;
  margin: 0 12px;
}

.filter-bar.design04 .interval label {
  font-size: 16px;
  color: #333;
}

.filter-bar.design04 .interval select {
  border-color: transparent;
  border-radius: 0;
  padding: 0 16px;
  color: #333;
  background-color: #f8f6f4;
}

.available-rooms.grid03 .single-room {
  /* Box-model */
  width: 33.33%;
}

.want-help-section.tenant-information-section .container {
  max-width: 890px;
}

.want-help-section.tenant-information-section p {
  font-size: 18px;
}

.pb-0 {
  padding-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.banner-available-facilities .bg-banner:before {
  /* Positioning */
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;

  /* Box-model */
  width: 100%;
  height: 300px;
  content: "";

  /* Visual */
  opacity: 0.5;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 3%,
    #000000 98%
  );
}

.banner-available-facilities .bg-banner a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
}

.banner-available-facilities .tag-banner {
  /* Positioning */
  right: 0;
  position: absolute;
  bottom: 0;
  z-index: 2;

  /* Positioning */
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  height: auto;
  width: 50%;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.center {
  text-align: center;
}

.single-detail-section .detail-box {
  /* Box-model */
  margin: 0 0 73px;
  padding: 60px 60px 70px;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 0 14px 2px #e3e3e3;
}

.single-detail-section .detail-box .img-block {
  /* Box-model */
  display: flex;
  margin: 0 0 40px;

  /* Typography */
  text-align: center;
}

.single-detail-section .detail-box .img-block.center {
  justify-content: center;
}

.single-detail-section .detail-box .img-block .img-single {
  /* Box-model */
  margin: 0 25px 0 25px;
  padding: 0 12px;
  width: 180px;
  cursor: default;
}

.single-detail-section .detail-box .img-block .img-single:hover {
  text-decoration: none;
}

.single-detail-section .detail-box .img-block .img-single .icon {
  /* Typography */
  text-align: center;
  color: #fff;
  font-size: 48px;

  /* Box-model */
  height: 96px;
  width: 96px;
  display: block;
  margin: 0 auto 10px;

  /* Visual */
  background-color: #ff0019;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-detail-section .detail-box .img-block .img-single .icon:before {
  line-height: 96px;
}

.single-detail-section .detail-box .img-block .img-single:hover .icon {
  /*background-color: #ce0014; */
}

.single-detail-section .detail-box .img-block .img-single div {
  /* Typography */
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  color: #333333;
}

.single-detail-section .detail-box .img-block .img-single div.meter {
  /* Typography */
  font-weight: 600;
  font-size: 20px;
}

.single-detail-section .detail-box .img-block .img-single div.name {
  min-height: 44px;
}

.single-detail-section .listing-block {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.single-detail-section .single-lists {
  /* Box-model */
  width: 33.33%;
  padding-right: 50px;
}

.single-detail-section .single-lists p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 2.2;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 0;
}

.single-detail-section .single-lists p span {
  /* Box-model */
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.single-detail-section .single-lists p span:before {
  line-height: inherit;
}

.single-detail-section .single-lists p strong {
  /* Typography */
  font-weight: 700;
}

.single-detail-section .img-hotspot {
  margin: 0 0 90px;
}

.single-detail-section .vacant-property h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 24px;
}

.single-detail-section .vacant-property h3.center {
  text-align: center;
}

.single-detail-section .vacant-property {
  margin: 0 0 80px;
}

.single-detail-section .vacant-property.no-margin {
  margin-bottom: 0;
}

.single-detail-section .vacant-property .available-rooms-list {
  display: block;
}

.single-detail-section
  .vacant-property
  .available-rooms-list
  .single-room
  .measurement {
  text-align: right;
}

.single-detail-section .both-box.no-margin {
  margin-bottom: 0;
}

.single-detail-section .both-box .single-box.tenant-of-property {
  /* Typography */
  text-align: center;
}

.single-detail-section .both-box .single-box.tenant-of-property .box-outer {
  /* Box-model */
  height: 100%;
}

.single-detail-section .both-box .single-box.tenant-of-property a {
  /* Box-model */
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px 50px;

  /* Visual */
  background-color: #0078bf;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-detail-section .both-box .single-box.tenant-of-property a:hover {
  /* Typography */
  text-decoration: none;

  /* Visual */
  background-color: #005f98;
}

.single-detail-section .both-box .single-box.tenant-of-property h4 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 30px auto 20px;
  max-width: 85%;
}

.single-detail-section .both-box .single-box.tenant-of-property p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 60px;
}

.single-detail-section .both-box .single-box.tenant-of-property .icon {
  /* Typography */
  font-size: 58px;
  color: #fff;

  /* Box-model */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}

.promo-section01 {
  /* Box-model */
  padding: 80px 0 80px;
  overflow: hidden;

  /* Visual */
  background-color: #f8f6f4;
}

.tenant-property-section {
  /* Box-model */
  padding: 70px 0 80px;
  text-align: center;

  /* Visual */
  background-color: #fff;
}

.tenant-property-section h4 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 40px;
}

.picture-slider .single-slide-img {
  /* Positioning */
  position: relative;

  /* Box-model */
  width: 100%;
  height: 85vh;

  /* Visual */
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}

.picture-slider .single-slide-img:before {
  /* Positioning */
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;

  /* Box-model */
  width: 100%;
  height: 300px;
  content: "";

  /* Visual */
  opacity: 0.8;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 3%,
    #000000 98%
  );
}

.hide-overlay .picture-slider .single-slide-img:before {
  display: none;
}

.picture-slider .single-slide-img video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.all-picture-section {
  /* Positioning */
  position: relative;

  /* Visual */
  background-color: #333;
}

.all-picture-section .picture-extra {
  /* Positioning */
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;

  /* Typography */
  text-align: center;

  /* Box-model */
  height: auto;
  padding-bottom: 44px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.all-picture-section .picture-extra .slide-number {
  /* Typography */
  font-weight: 600;
  font-size: 30px;
  line-height: 1.47;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;

  /* Box-model */
  margin: 0 0 16px;
  width: 100%;
}

.all-picture-section .picture-extra .see-all-btn {
  width: 100%;
}

.all-picture-section .picture-extra .slide-number span {
  /* Box-model */
  padding: 0 6px;
  display: inline-block;
  vertical-align: top;
}

.all-picture-section .picture-extra .see-all-btn .btn {
  min-width: 180px;
}

.all-picture-section .picture-extra .see-all-btn .btn:hover {
  /* Visual */
  color: #fff;
  border-color: #0078bf;
  background-color: #0078bf;
}

.project-category-menu {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;

  /* Box-model */
  padding: 0;

  /* Visual */
  background-color: #eceae8;
  box-shadow: 0 0 4px 2px #c6c6c6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-category-menu.nav-up {
  top: -60px;
}

.extra-project-category-height {
  /* Box-model */
  height: 56px;

  /* Visual */
  background-color: #f8f6f4;
}

.project-category-menu ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Typography */
  text-align: center;
}

.project-category-menu ul li {
  /* Box-model */
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.project-category-menu ul li a:not(.btn) {
  /* Positioning */
  position: relative;

  /* Typography */
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #565656;
  text-transform: uppercase;
  display: block;

  /* Box-model */
  padding: 0;
  height: 56px;
  display: flex;
  align-items: center;

  /* Visual */
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.project-category-menu ul li.active a {
  /* Typography */
  text-decoration: none;
  border-color: #ff0019;
}

.project-listing-section {
  /* Box-model */
  padding: 110px 120px 110px;

  /* Visual */
  background-color: #f8f6f4;
}

.project-listing-section .project-listing-inner {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

.project-listing-section .single-project {
  /* Box-model */
  margin-bottom: 50px;

  /* Visual */
  box-shadow: 0 0 8px 0px #e4e4e4;
}

.project-listing-section .single-project.design01 {
  width: calc(50% - 25px);
}

.project-listing-section .single-project.design02 {
  width: calc(33.33% - 33.33px);
}

.project-listing-section .single-project.design03 {
  width: calc(66.66% - 16.67px);
}

.project-listing-section .single-project.design01 .project-info .detail-bottom {
  max-width: 540px;
}

.project-listing-section .single-project.design02 .project-info .detail-bottom {
  max-width: 407px;
}

.project-listing-section .single-project.design03 .project-info .detail-bottom {
  max-width: 540px;
}

.project-listing-section .single-project > a {
  /* Positioning */
  position: relative;

  /* Box-model */
  min-height: 640px;
  height: 100%;
  display: block;
}

.project-listing-section .single-project .bg-img {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  /* Box-model */
  height: 100%;
  width: 100%;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.project-listing-section .single-project > a:hover .project-info {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.project-listing-section .single-project .project-info {
  /* Positioning */
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;

  /* Box-model */
  height: 100%;
  width: 100%;

  /* Visual */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.4) 100%
  );
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-listing-section .single-project .project-info .icon {
  /* Positioning */
  position: absolute;
  top: 60px;
  right: 60px;

  /* Typography */
  color: #fff;
  font-size: 60px;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;

  /* Visual */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}

.project-listing-section .single-project .project-info .detail-bottom {
  /* Positioning */
  position: absolute;
  bottom: 48px;
  left: 60px;
  right: 60px;

  /* Box-model */
  width: auto;
}

.project-listing-section .single-project .project-info .detail-bottom .name {
  /* Typography */
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;

  /* Box-model */
  margin: 0 0 13px;
  display: inline-block;
  vertical-align: top;

  /* Visual */
  border-bottom: 3px solid #ff0019;
}

.project-listing-section .single-project .project-info .detail-bottom .title {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 3px;
}

.project-listing-section .single-project .project-info .detail-bottom p {
  /* Typography */
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0;
}

.project-listing-section
  .single-project
  .project-info
  .detail-bottom
  .title.small {
  font-size: 30px;
}

.project-listing-section .single-project .project-info .detail-bottom p.small {
  font-size: 20px;
}

.project-listing-section .single-project .white-box {
  /* Positioning */
  position: relative;

  /* Box-model */
  padding: 81px 60px 90px;
  height: 100%;

  /* Visual */
  background-color: #fff;
}

.project-listing-section .single-project .white-box h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 30px;
}

.project-listing-section .single-project .white-box p {
  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 26px;
}

.project-listing-section .single-project .white-box a.more-btn {
  /* Positioning */
  position: absolute;
  bottom: 58px;
  right: 60px;
}

.project-customer-section {
  /* Box-model */
  padding: 70px 45px 110px;

  /* Visual */
  background-color: #f8f6f4;
}

.project-customer-section .project-listing-inner {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

.project-listing-inner.centered {
  justify-content: center;
}

.project-listing-inner.centered .single-project {
  padding: 30px;
  box-shadow: none;
}

.project-customer-section .single-project {
  /* Box-model */
  min-height: 576px;
  margin-bottom: 50px;
  width: calc(33.33% - 33.33px);

  /* Visual */
  box-shadow: 0 0 8px 0px #e4e4e4;
}

.project-customer-section .single-project.half-width {
  width: calc(50% - 10px);
}

.project-customer-section .single-project > a {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: 100%;
  display: block;
}

.project-customer-section .single-project .bg-img {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  /* Box-model */
  height: 100%;
  width: 100%;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.project-customer-section .single-project > a:hover .project-info {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.project-customer-section .single-project .project-info {
  /* Positioning */
  position: relative;
  z-index: 2;

  /* Box-model */
  height: 100%;
  width: 100%;

  /* Visual */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.4) 100%
  );
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-customer-section .single-project .project-info .icon {
  /* Positioning */
  position: absolute;
  top: 60px;
  right: 60px;

  /* Typography */
  color: #fff;
  font-size: 60px;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;

  /* Visual */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}

.project-customer-section .single-project .project-info .detail-bottom {
  /* Positioning */
  position: absolute;
  bottom: 48px;
  left: 60px;
  right: 60px;

  /* Box-model */
  width: auto;
  max-width: none;
}

.project-customer-section .single-project .project-info .detail-bottom .name {
  /* Typography */
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;

  /* Box-model */
  margin: 0 0 13px;
  display: inline-block;
  vertical-align: top;

  /* Visual */
  border-bottom: 3px solid #ff0019;
}

.project-customer-section .single-project .project-info .detail-bottom .title {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.22;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 3px;
}

.project-customer-section .single-project .project-info .detail-bottom p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.58;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0;
}

.project-customer-section .load-more {
  /* Box-model */
  text-align: center;
  margin: 50px 0 0;
  line-height: 0;
}

.project-customer-section .load-more a {
  /* Typography */
  font-size: 42px;
  color: #a5a2a1;
}

.project-customer-section .load-more a:hover {
  /* Typography */
  text-decoration: none;
  color: #333;
}

.project-customer-section .single-project.design02 {
  min-height: 640px;
}

.project-customer-section
  .single-project.design02
  .project-info
  .detail-bottom
  .title {
  font-size: 36px;
}

.project-customer-section
  .single-project.design02
  .project-info
  .detail-bottom {
  /* Positioning */
  left: 40px;
  right: 40px;
}

.project-info-section {
  /* Box-model */
  padding: 76px 0 120px;

  /* Visual */
  background-color: #f8f6f4;
}

.project-info-section .container {
  /* Box-model */
  max-width: 960px;
}

.project-info-section h6 {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58;
  text-align: left;

  /* Box-model */
  margin: 0 0 26px;
}

.project-info-section .left-right {
  /* Box-model */
  display: flex;
  margin: 70px 0 0;
}

.project-info-section .left-right .left-part {
  /* Box-model */
  margin-left: -240px;
  width: 450px;
}

.project-info-section .left-right .right-part {
  /* Box-model */
  width: calc(100% - 210px);
  padding-left: 50px;
}

.project-info-section .current-development {
  margin-top: 64px;
}

.project-info-section .current-development h3 {
  margin-bottom: 24px;
}

.project-info-section .current-development-lists {
  /* Box-model */
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-info-section .current-development-lists li {
  /* Positioning */
  position: relative;

  /* Box-model */
  margin: 0 0 20px;
  padding: 0 0 0;
  list-style: none;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 0 8px 0px #e7e7e7;
}

.project-info-section .current-development-lists li a {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: flex;
  align-items: center;
  padding-right: 60px;

  /* Visual */
  background-color: #fff;
}

.project-info-section .current-development-lists li a {
  text-decoration: none;
}

.project-info-section .current-development-lists li .icon {
  /* Positioning */
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;

  /* Box-model */
  margin: auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;

  /* Typography */
  color: #333;
  font-size: 24px;

  /* Visual */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-info-section .current-development-lists li figure {
  /* Box-model */
  width: 150px;
}

.project-info-section .current-development-lists li p {
  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0;
  width: calc(100% - 150px);
  padding-left: 40px;
}

.project-info-section .current-development-lists li p strong {
  /* Typography */
  font-weight: 700;
  padding-right: 6px;
}

.project-info-section .current-development-lists li a:hover .icon {
  color: #0078bf;
}

.project-info-section .current-development-lists li a:hover figure img {
  opacity: 0.8;
}

.customer-banner-section {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: 1000px;
}

.customer-banner-section .bg-img {
  /* Positioning */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  /* Box-model */
  width: 100%;
  height: 100%;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.customer-banner-section .bg-img:before {
  /* Positioning */
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;

  /* Box-model */
  width: 100%;
  height: 500px;
  content: "";

  /* Visual */
  opacity: 0.5;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 3%,
    #000000 98%
  );
}

.customer-banner-section .content {
  /* Positioning */
  position: relative;
  z-index: 3;

  /* Box-model */
  height: calc(100% - 357px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-banner-section .content .container {
  margin: 0;
}

.customer-banner-section .content .txt-headlinehero,
.customer-banner-section .content h2 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 1.59;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-transform: none;

  /* Box-model */
  margin: 0;
  display: block;
}

.customer-info-section {
  /* Positioning */
  position: relative;
  z-index: 3;

  /* Box-model */
  padding: 0 40px;
}

.customer-info-section .customer-info-main {
  /* Box-model */
  max-width: 1410px;
  width: 100%;
  min-height: 360px;
  margin: -357px auto 0;

  /* Visual */
  background-color: #f8f6f4;
}

.customer-info-section .max930 {
  /* Box-model */
  max-width: 930px;
  margin: 0 auto;
  width: 100%;
}

.customer-info-section .customer-content {
  /* Box-model */
  padding: 70px 0 120px;
}

.customer-info-section .customer-content .date {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 2.38;
  text-align: left;
  color: #959493;
}

.customer-info-section .customer-content h6 {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 26px;
}

.customer-info-section .left-right {
  /* Box-model */
  display: flex;
  margin: 70px 0 50px;
}

.customer-info-section .left-right .left-part {
  /* Box-model */
  margin-left: -375px;
  width: 585px;
}

.customer-info-section .left-right .right-part {
  /* Box-model */
  width: calc(100% - 210px);
  padding-left: 50px;
}

.customer-info-section .left-right.reverse {
  flex-direction: row-reverse;
}

.customer-info-section .left-right.reverse .left-part {
  /* Box-model */
  margin-right: -375px;
  margin-left: 0;
}

.customer-info-section .left-right.reverse .right-part {
  /* Box-model */
  padding-right: 50px;
  padding-left: 0;
}

.customer-info-section h3 {
  margin: 0 0 3px;
}

.customer-info-section .customer-content .facts-about {
  /* Box-model */
  padding: 70px 20px;
  margin: 70px 0 0;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 0 8px 0px #e7e7e7;
}

.customer-info-section .customer-content .facts-about h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 3px;
}

.customer-info-section .customer-content .facts-about a {
  /* Typography */
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #333333;

  /* Box-model */
  display: inline-block;
  vertical-align: top;

  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.customer-info-section .customer-content .facts-about a:hover {
  /* Typography */
  color: #0078bf;
  text-decoration: none;
}

.customer-slides-section .top-slide {
  /* Positioning */
  position: relative;
  overflow: hidden;
}

.customer-slides-section .top-slide figure:before {
  /* Positioning */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;

  /* Box-model */
  content: "";
  width: 100%;
  height: 300px;

  /* Visual */
  opacity: 0.5;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 3%,
    #000000 98%
  );
}

.customer-slides-section .top-slide figure {
  overflow: hidden;
}

.customer-slides-section .top-slide figure img {
  width: 100%;
}

.customer-slides-section .customer-slide-info {
  /* Positioning */
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 40px;
  z-index: 2;

  /* Box-model */
  max-width: 1170px;
  width: auto;
  margin: 0 auto;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* Visual */
  background-color: #fff;
}

.customer-slides-section .customer-slide-info .left-part {
  /* Box-model */
  width: calc(100% - 120px);
  padding-right: 80px;
}

.customer-slides-section .customer-slide-info .right-part {
  /* Box-model */
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 120px;
}

.customer-slides-section .customer-slide-info .right-part a {
  text-decoration: none;
}

.customer-slides-section .customer-slide-info .right-part .icon {
  /* Positioning */
  position: static;

  /* Typography */
  font-size: 24px;
  color: #333333;

  /* Box-model */
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
}

.customer-slides-section .customer-slide-info .right-part .icon:before {
  display: inline-block;
}

.customer-slides-section .customer-slide-info .right-part .icon:hover {
  color: #0078bf;
}

.customer-slides-section .customer-slide-info .slide-number {
  /* Typography */
  font-weight: 400;
  font-size: 24px;
  height: 1.58;
  text-align: center;
  color: #333333;
}

.customer-slides-section .customer-slide-info .slide-number span {
  /* Box-model */
  display: inline-block;
  vertical-align: top;
}

.customer-slides-section .customer-slide-info p {
  /* Typography */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0;
}

.bottom-next-prev-bar {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;

  /* Visual */
  background-color: #fff;
}

.bottom-next-prev-bar a {
  /* Typography */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #333333;

  /* Box-model */
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}

.bottom-next-prev-bar .left-name {
  text-align: left;
}

.bottom-next-prev-bar .right-name {
  text-align: right;
}

.bottom-next-prev-bar .icon {
  /* Typography */
  font-size: 24px;
  line-height: inherit;

  /* Box-model */
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.bottom-next-prev-bar .icon:before {
  display: inline-block;
}

.bottom-next-prev-bar a:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

.banner-project-page {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: calc(100vh - 154px);
  /*min-height: 350px;*/
  max-height: 400px;
  text-align: center;
}

.banner-project-page .bg-banner {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;

  /* Box-model */
  height: 100%;
  width: 100%;
  z-index: 1;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.banner-project-page .bg-banner:before {
  /* Positioning */
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;

  /* Box-model */
  width: 100%;
  height: 300px;
  content: "";

  /* Visual */
  opacity: 0.5;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 3%,
    #000000 98%
  );
}

.banner-project-page .content {
  /* Positioning */
  position: relative;
  z-index: 3;

  /* Box-model */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-project-page .content .container {
  margin: 0;
}

.banner-project-page .content span.txt-headlinehero {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 1.22;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-transform: none;

  /* Box-model */
  margin: 0;
  display: block;
}

.banner-project-page .tag-banner {
  /* Positioning */
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: 2;

  /* Positioning */
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  text-align: right;
  color: #ffffff;

  /* Box-model */
  height: auto;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.banner-project-page .tag-banner img {
  max-width: 160px;
}

.listing-block .lists-big {
  /* Box-model */
  border-left: 1px solid #e3e2e1;
  padding-left: 50px;
  width: 66.66%;
}

.listing-block .lists-big ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-block .lists-big ul li {
  /* Box-model */
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.listing-block .lists-big ul li:first-child {
  margin: 0;
}

.single-detail-section .detail-box.project-page-box .single-lists p {
  font-size: 16px;
}

.listing-block .lists-big ul li h6,
.listing-block .lists-big ul li p {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0;
}

.listing-block .lists-big ul li h6 {
  font-weight: 700;
}

.listing-block .lists-big ul li p a {
  /* Typography */
  font-weight: 600;
  border-bottom: 2px solid #0078bf;
  color: #333;
}

.listing-block .lists-big ul li p a:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

.infoBox {
  transform: translateX(-50%) translateY(-42px) !important;
}

.infoBox:after {
  /* Positioning */
  position: absolute;
  top: 100%;
  left: 50%;

  /* Box-model */
  content: " ";
  width: 0;
  height: 0;
  margin-left: -10px;

  /* Visual */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.infoBox > img {
  display: none;
}

.infoBox > div {
  /* Typography */
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;

  /* Box-model */
  padding: 7px 12px;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgb(143 143 143 / 60%);
}

.post-type-archive-area .infoBox:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
}

.banner-our-area {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: 1130px;
  min-height: 580px;
}

.banner-our-area .bg-banner {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;

  /* Box-model */
  height: 100%;
  width: 100%;
  z-index: 1;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.banner-our-area .bg-banner .map-custom {
  /* Box-model */
  min-height: 1px;
  height: 100%;
}

.banner-our-area .pos-map-info {
  /* Positioning */
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 2;

  /* Box-model */
  padding: 52px 60px 62px;
  max-width: 600px;
  width: 100%;
  margin: 0;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

.banner-our-area .pos-map-info h2 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.17;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 32px;
}

.banner-our-area .pos-map-info p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 72px;
}

.banner-our-area .pos-map-info .load-more {
  /* Box-model */
  text-align: center;
  margin: 0;
  line-height: 0;
}

.banner-our-area .pos-map-info .load-more a {
  /* Typography */
  font-size: 42px;
  color: #333333;
  display: inline-block;
  vertical-align: top;
}

.banner-our-area .pos-map-info .load-more a:before {
  display: inline-block;
}

.banner-our-area .pos-map-info .load-more a:hover {
  /* Typography */
  text-decoration: none;
  color: #a5a2a1;
}

.our-areas-section {
  /* Box-model */
  padding: 110px 45px 80px;

  /* Visual */
  background-color: #f8f6f4;
}

.our-areas-section .notify-bar {
  /* Box-model */
  text-align: center;
  margin: 0 0 65px;
}

.our-areas-section .notify-bar ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;

  /* Typography */
  list-style: none;
}

.our-areas-section .notify-bar ul li {
  /* Box-model */
  margin: 0 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Typography */
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  color: #333333;
}

.our-areas-section .notify-bar ul li .icon {
  /* Box-model */
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 24px;
  height: 24px;
  width: 24px;
}

.our-areas-section .all-areas-lists {
  /* Box-model */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  padding: 0;
}

.our-areas-section .all-areas-lists .single-area {
  /* Box-model */
  margin: 15px;
  width: calc(33.33% - 30px);
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

.single-area-color {
  background: #a5a2a1;
  height: 3px;
}

.our-areas-section .all-areas-lists .single-area figure img {
  width: 100%;
  object-fit: cover;
}

.our-areas-section .all-areas-lists .single-area-inner {
  /* Box-model */
  padding: 0 30px;

  /* Visual */
  background-color: #fff;
}

.our-areas-section .all-areas-lists .single-area .name {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 2px;
}

.our-areas-section .all-areas-lists .single-area .desc {
  /* Typography */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0;
}

.our-areas-section .all-areas-lists .single-area .content-part {
  padding: 23px 0;
}

.our-areas-section .all-areas-lists .single-area .action-block {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;

  /* Visual */
  border-top: 1px solid #e3e2e1;
}

.our-areas-section .all-areas-lists .single-area .action-block ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* Typography */
  list-style: none;
}

.our-areas-section .all-areas-lists .single-area .action-block ul li {
  /* Box-model */
  margin: 0 24px 0 0;
  padding: 0;
  display: flex;
  align-items: center;

  /* Typography */
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #333333;
}

.our-areas-section .all-areas-lists .single-area .action-block ul li a {
  display: inherit;
}

.our-areas-section .all-areas-lists .single-area .action-block ul li a:hover {
  text-decoration: none;
  color: inherit;
}

.our-areas-section .all-areas-lists .single-area .action-block ul li .icon {
  /* Typography */
  font-size: 20px;
  color: #333;

  /* Box-model */
  margin-right: 10px;
  display: flex;
  align-items: center;
  height: 20px;
  width: 20px;
}

.our-areas-section .all-areas-lists .single-area .action-block > .icon {
  /* Typography */
  color: #333333;
  font-size: 20px;
  height: 20px;
}

.our-areas-section .all-areas-lists .single-area .action-block > .icon:hover {
  /* Typography */
  text-decoration: none;
  color: #0078bf;
}

.single-detail-section
  .vacant-property.our-area-farm
  .available-rooms-list
  .col01 {
  /* Box-model */
  width: 500px;
  padding-right: 20px;
}

.single-detail-section .vacant-property .table-caption {
  /* Typography */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 30px 0 0;
}

.single-detail-section .vacant-property .table-caption .icon {
  /* Typography */
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;

  /* Box-model */
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 10px 0 0;

  /* Visual */
  background-color: #ff0019;
}

.single-detail-section .vacant-property.available-vacant-property h3 {
  margin: 0 0 43px;
}

.single-detail-section .vacant-property.vacant-premises-property h3,
.single-detail-section .vacant-property.available-vacant-property h3 {
  font-size: 30px;
}

.full-map-section {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: 650px;
}

.full-map-section .map-custom {
  /* Box-model */
  min-height: 1px;
  height: 100%;
}

.full-map-section .indication-block .indication-block-inner {
  max-width: 422px;
}

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

.shop-restaurant-section {
  /* Box-model */
  padding: 110px 0 110px;
  overflow: hidden;

  /* Visual */
  background-color: #f8f6f4;
}

.shop-restaurant-section .container {
  /* Box-model */
  max-width: 1440px;
}

.shop-restaurant-section .caption {
  /* Box-model */
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 70px;
}

.shop-restaurant-section .caption h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 3px;
}

.shop-restaurant-section .caption p {
  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  color: #333333;

  /* Box-model */
  margin: 0;
}

.shop-restaurant-listing {
  /* Box-model */
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -25px;
}

.shop-restaurant-listing .single-block {
  /* Box-model */
  width: 33.33%;
  padding: 25px;
}

.shop-restaurant-listing .single-block a {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: block;
}

.shop-restaurant-listing .single-block a:hover .bg-img {
  opacity: 0.8;
}

.shop-restaurant-listing .single-block a:before {
  /* Positioning */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  /* Box-model */
  content: "";
  height: 150px;

  /* Visual */
  opacity: 0.5;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 3%,
    #000000 98%
  );
}

.shop-restaurant-listing .single-block .bg-img {
  /* Box-model */
  height: 280px;
  display: block;

  /* Visual */
  background-position: center center;
  background-size: cover;
}

.shop-restaurant-listing .single-block .info {
  /* Positioning */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;

  /* Typography */
  text-align: center;

  /* Box-model */
  width: 100%;
  padding: 20px 36px;
}

.shop-restaurant-listing .single-block .info h6 {
  /* Box-model */
  margin: 0 0 2px;

  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
}

.shop-restaurant-listing .single-block .info p {
  /* Box-model */
  margin: 0;

  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: center;
  color: #ffffff;
}

.project-customer-section .caption {
  margin: 0 0 70px;
}

.project-customer-section .caption h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 20px;
}

.room-section .caption {
  margin: 0 0 70px;
}

.room-section .caption h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 20px;
}

.promo-section02 {
  /* Box-model */
  padding: 110px 0 80px;

  /* Visual */
  border-top: 1px solid #e3e2e1;
  background-color: #f8f6f4;
}

.promo-section02 h2 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 3px;
}

.our-area-top {
  /* Box-model */
  padding-top: 70px;
  padding-bottom: 110px;
}

.our-area-top h1 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0;
}

.our-area-top .caption {
  margin: 0 0 50px;
}

.our-areas-lindholmen-section {
  /* Box-model */
  padding: 70px 0 110px;
  text-align: center;

  /* Visual */
  background-color: #f8f6f4;
}

.our-areas-lindholmen-section .content {
  margin: 70px auto 0;
}

.our-areas-lindholmen-section .content .icon {
  /* Typography */
  font-size: 260px;
  line-height: normal;
  color: #959493;

  /* Box-model */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
}

.our-areas-lindholmen-section .content p {
  /* Typography */
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0;
}

.our-areas-lindholmen-section h1 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0;
}

.our-areas-lindholmen-section .see-all {
  margin: 20px 0 0;
}

.banner-tenant-section {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: calc(100vh - 182px);
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Typography */
  text-align: center;
}

.banner-tenant-section .banner-bg {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  /* Box-model */
  height: 100%;
  width: 100%;

  /* Visual */
  background-color: #fff;
  background-position: center center;
  background-size: cover;
}

.banner-tenant-section .container {
  /* Positioning */
  position: relative;
  z-index: 2;
  margin: 0;

  /* Box-model */
  max-width: 930px;
}

.banner-tenant-section h1 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 1.59;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 22px;
  display: block;
}

.banner-tenant-section p {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 48px;
}

.search-bar {
  /* Positioning */
  position: relative;
  z-index: 2;

  /* Box-model */
  width: 100%;
  margin: 0 auto;

  /* Visual */
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #ff0019;
}

.search-bar form {
  /* Box-model */
  width: 100%;
  margin: 0 auto;
  padding: 17px 20px;
  display: flex;
  justify-content: space-between;
}

.search-bar .input-field {
  /* Positioning */
  position: relative;

  /* Box-model */
  width: calc(100% - 210px);
  padding: 0 40px;

  /* Visual */
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.search-bar .input-field:before {
  /* Positioning */
  position: absolute;
  left: 10px;
  bottom: 0;
  top: 0;

  /* Box-model */
  margin: auto;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;

  /* Typography */
  content: "\e023";
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.search-bar .input-field:after {
  /* Positioning */
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;

  /* Box-model */
  margin: auto;
  height: 12px;
  width: 12px;
  display: flex;
  align-items: center;

  /* Typography */
  content: "\e012";
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.search-bar .input-field input {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  color: #ffffff;
  text-overflow: ellipsis;

  /* Box-model */
  height: 38px;
  width: 100%;

  /* Visual */
  background-color: transparent;
  border: none;
}

.search-bar input.btn {
  line-height: 36px;
}

.search-bar .btn:hover {
  /* Visual */
  background-color: #0078bf;
  color: #fff;
}

.search-bar .input-field input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #fff;
}

.search-bar .input-field input:-moz-placeholder {
  opacity: 1 !important;
  color: #fff;
}

.search-bar .input-field input::-moz-placeholder {
  opacity: 1 !important;
  color: #fff;
}

.search-bar .input-field input:-ms-input-placeholder {
  opacity: 1 !important;
  color: #fff;
}

.search-bar.is-open ul.ui-autocomplete {
  max-height: 409px;
  overflow-y: scroll;
}

.search-bar .ui-autocomplete {
  /* Positioning */
  left: 0 !important;
  width: 100% !important;
  top: calc(100% - 2px) !important;

  /* Box-model */
  padding: 10px 40px 20px;

  /* Visual */
  background-color: #fff;
}

.search-bar .ui-autocomplete li {
  /* Typography */
  text-align: left;
}

.search-bar .ui-autocomplete li .ui-menu-item-wrapper {
  /* Typography */
  font-size: 16px;
  font-weight: 400;
  color: #333333;

  /* Box-model */
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.search-bar .ui-autocomplete li .ui-menu-item-wrapper.ui-state-focus,
.search-bar .ui-autocomplete li .ui-menu-item-wrapper.ui-state-active {
  /* Typography */
  color: #989898;

  /* Box-model */
  margin: 0;
}

.banner-tenant-section .search-bar .match-word {
  color: #ff0019;
}

.search-bar.is-open {
  background-color: #fff;
}

.search-bar.is-open .input-field {
  border-color: #ff0019;
}

.search-bar.is-open .input-field:after,
.search-bar.is-open .input-field:before,
.search-bar.is-open .input-field input {
  color: #ff0019;
}

.search-bar.is-open .input-field:after {
  transform: rotate(-180deg);
}

.search-bar.is-open .btn {
  /* Visual */
  background-color: #ff0019;
  color: #fff;
  border-color: #ff0019;
}

.search-bar.is-open .btn:hover {
  /* Visual */
  background-color: transparent;
  color: #ff0019;
  border-color: #ff0019;
}

.question-bar-section {
  /* Box-model */
  padding: 30px 0;

  /* Visual */
  background-color: #fff;
}

.question-bar-section .container {
  /* Box-model */
  display: flex;
  justify-content: center;
  align-items: center;
}

.question-bar-section p {
  /* Typography */
  font-size: 24px;
  font-weight: 400;
  line-height: 1.58;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 30px 0 0;
}

.tenant-grid-section {
  /* Box-model */
  overflow: hidden;
  padding: 80px 0 100px;

  /* Visual */
  background-color: #f8f6f4;
}

.tenant-grid-section .container {
  max-width: 1430px;
}

.tenant-grid-section .tenant-grid-outer {
  /* Box-model */
  margin: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tenant-grid-section .single-block {
  /* Box-model */
  width: 33.33%;
  padding: 25px;
}

.tenant-grid-section .single-block a {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: block;

  /* Visual */
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
}

.tenant-grid-section .single-block a:hover .bg-img {
  opacity: 0.8;
}

.tenant-grid-section .single-block a:before {
  /* Positioning */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  /* Box-model */
  content: "";
  height: 150px;

  /* Visual */
  opacity: 0.5;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 3%,
    #000000 98%
  );
}

.tenant-grid-section .single-block .bg-img {
  /* Box-model */
  height: 436px;
  display: block;

  /* Visual */
  background-position: center center;
  background-size: cover;
}

.tenant-grid-section .single-block .info {
  /* Positioning */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;

  /* Typography */
  text-align: center;

  /* Box-model */
  width: 100%;
  padding: 50px 40px;
}

.tenant-grid-section .single-block .info h6 {
  /* Box-model */
  margin: 0 0 2px;

  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
}

.tenant-grid-section .single-block .info p {
  /* Box-model */
  margin: 0;

  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: center;
  color: #ffffff;
}

.banner-half-section {
  /* Box-model */
  padding: 50px 45px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;

  /* Visual */
  background-color: #f8f6f4;
}

.banner-half-section .img-left {
  /* Box-model */
  min-height: 576px;
  width: 66%;

  /* Visual */
  background-position: center center;
  background-size: cover;
}

.banner-half-section .content-right {
  /* Box-model */
  width: 34%;
  padding-left: 50px;
}

.banner-half-section .content-right .content-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: 100%;
  padding: 110px 60px;

  /* Visual */
  background-color: #0078bf;
}

.banner-half-section .content-right .title {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 30px;
}

.banner-half-section .content-right p {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0;
}

.banner-half-section .content-right .more-btn {
  /* Positioning */
  position: absolute;
  bottom: 58px;
  right: 60px;

  /* Typography */
  color: #fff;
}

.property-information {
  margin: 0 0 113px;
}

.property-information h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 44px;
}

.property-information .listing-property-info {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  margin: 0 -25px;
}

.property-information .listing-property-info .single-list {
  /* Box-model */
  width: 50%;
  padding: 0 25px;

  /* Visual */
  border-left: 1px solid #e3e2e1;
}

.property-information .listing-property-info .single-list:first-child {
  border-left: none;
}

.property-information .listing-property-info .single-list p,
.property-information .listing-property-info .single-list div {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 26px;
}

.property-information .listing-property-info .single-list span.icon {
  line-height: inherit;
  vertical-align: middle;
  display: inline-flex;
}

.property-information .listing-property-info .single-list span.icon:before {
  line-height: inherit;
}

.property-information .listing-property-info .single-list p:last-child {
  margin: 0;
}

.property-information .listing-property-info .single-list p strong {
  /* Typography */
  font-weight: 700;

  /* Box-model */
  display: block;
}

.waste-management-energy {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}

.waste-management-energy .single-box {
  /* Typography */
  text-align: center;

  /* Box-model */
  width: calc(50% - 25px);
  min-height: 386px;
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 0 14px 2px #e3e3e3;
}

.waste-management-energy .single-box .title {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 4px;
}

.waste-management-energy .single-box .sub-text {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0;
}

.waste-management-energy .single-box .row-head {
  margin: 0 0 20px;
}

.waste-management-energy .single-box ul.listing-waste {
  /* Box-model */
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.waste-management-energy .single-box ul.listing-waste li {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.61;
  text-align: left;
  color: #333333;
  list-style: none;

  /* Box-model */
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
}

.waste-management-energy .single-box ul.listing-waste li .icon {
  /* Box-model */
  width: 18px;
  display: inline-flex;
  vertical-align: middle;
  line-height: inherit;
  margin: 0 14px 0 0;
}

.waste-management-energy .single-box ul.listing-waste li .icon:before {
  line-height: inherit;
}

.waste-management-energy .single-box .btn-outer {
  margin: 0 0 20px;
}

.more-link {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #333333;
  text-decoration: none;

  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.more-link:hover {
  /* Typography */
  color: #0078bf;
  text-decoration: none;
}

.waste-management-energy .single-box .energy-count {
  /* Positioning */
  position: relative;

  /* Box-model */
  padding-top: 36px;
  margin: 0 0 20px;
}

.waste-management-energy .single-box .energy-count .color-box {
  /* Box-model */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 24px;
}

.waste-management-energy .single-box .energy-count .color-box span {
  /* Box-model */
  height: 25px;
  width: 16.66%;
  display: inline-block;
  vertical-align: top;
}

.waste-management-energy .single-box .energy-count .value-energy {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 40%;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.63;
  text-align: left;
  color: #333333;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  padding-left: 34px;
}

.waste-management-energy .single-box .energy-count .energy-dark-green {
  left: 7%;
}

.waste-management-energy .single-box .energy-count .energy-light-green {
  left: 23%;
}

.waste-management-energy .single-box .energy-count .energy-yellow {
  left: 40%;
}

.waste-management-energy .single-box .energy-count .energy-light-orange {
  left: 21%;
}

.waste-management-energy .single-box .energy-count .energy-orange {
  left: 38%;
}

.waste-management-energy .single-box .energy-count .energy-red {
  left: 55%;
}

.energy-light-orange span,
.energy-orange span,
.energy-red span {
  left: 130px !important;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.waste-management-energy .single-box .energy-count .value-energy .icon {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;

  /* Typography */
  font-size: 24px;

  /* Box-model */
  width: 24px;
  display: inline-block;
  vertical-align: top;
}

.waste-management-energy .single-box .energy-consumption {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.61;
  text-align: center;
  color: #333333;
}

.single-detail-section .help-block {
  /* Box-model */
  padding: 15px;
  display: flex;
  justify-content: center;
  margin: 0 0 112px;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 0 14px 2px #e3e3e3;
}

.single-detail-section .help-block .single-block {
  /* Positioning */
  position: relative;

  /* Typography */
  text-align: center;

  /* Box-model */
  width: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Visual */
  border-left: 1px solid #e3e2e1;
}

.single-detail-section .help-block .single-block:first-child {
  border: none;
}

.single-detail-section .help-block .single-block .text {
  /* Positioning */
  position: relative;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  color: #333333;

  /* Box-model */
  max-width: 90%;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 17px 34px 17px 48px;
}

.single-detail-section .help-block .single-block .text:hover {
  /* Typography */
  color: #0078bf;
  text-decoration: none;
}

.single-detail-section .help-block .single-block .text .icon {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;

  /* Typography */
  font-size: 33px;
  line-height: inherit;

  /* Box-model */
  margin: auto;
  width: 33px;
  display: flex;
  align-items: center;
}

.single-detail-section .help-block .single-block .text:after {
  /* Positioning */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;

  /* Typography */
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  content: "\e01c";
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  /* Box-model */
  margin: auto;
}

.about-posts-section {
  background-color: #f8f6f4;
  padding: 25px 20px 55px;
}

.about-posts-section .posts-block-outer {
  /* Box-model */
  display: flex;
  flex-wrap: wrap;
}

.about-posts-section .single-post-block {
  /* Box-model */
  width: 33.33%;
  padding: 25px;
}

.about-posts-section .single-post-block .single-post-inner {
  min-height: 576px;
}

.about-posts-section .single-post-block .single-post-inner .content {
  /* Positioning */
  z-index: 2;
}

.about-posts-section .single-post-block .head-text {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
}

.about-posts-section .single-post-block.platzer-big {
  width: 66.66%;
}

.about-posts-section .single-post-block.platzer-big .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: flex;
  height: 100%;
  padding: 30px 40px;
  align-items: center;

  /* Visual */
  text-decoration: none;
  background-color: #000;
}

.about-posts-section .single-post-block.platzer-big .single-post-inner .bg-img {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

  /* Box-model */
  width: 100%;
  height: 100%;

  /* Visual */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about-posts-section
  .single-post-block.platzer-big
  .single-post-inner:hover
  .bg-img {
  opacity: 0.9;
}

.about-posts-section .single-post-block.platzer-big .content {
  /* Box-model */
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.about-posts-section .single-post-block.platzer-big .title {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.17;
  text-align: center;
  color: #fff;

  /* Box-model */
  margin: 0 0 30px;
}

.about-posts-section .single-post-block.platzer-big p {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #fff;

  /* Box-model */
  margin: 0 0 54px;
}

.about-posts-section .single-post-block .icon {
  /* Typography */
  font-size: 60px;
  color: #fff;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  height: 60px;
  width: 60px;
}

.about-posts-section .single-post-block.platzer-big .icon {
  /* Typography */
  color: #fff;
}

.about-posts-section .single-post-block.development-block .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: flex;
  height: 100%;
  padding: 40px 50px;
  align-items: flex-end;

  /* Visual */
  text-decoration: none;
  background-color: #000;
}

.about-posts-section
  .single-post-block.development-block
  .single-post-inner
  .bg-img {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

  /* Box-model */
  width: 100%;
  height: 100%;

  /* Visual */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.about-posts-section
  .single-post-block.development-block
  .single-post-inner:hover
  .bg-img {
  opacity: 0.8;
}

.about-posts-section .single-post-block.development-block .content {
  text-align: center;
}

.about-posts-section .single-post-block.development-block .head-text {
  /* Box-model */
  margin: 0;
}

.about-posts-section .single-post-block.news-block .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: flex;
  height: 100%;
  padding: 30px 40px;
  justify-content: center;
  align-items: center;

  /* Visual */
  text-decoration: none;
  background-color: #000;
}

.about-posts-section .single-post-block.news-block .single-post-inner .bg-img {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

  /* Box-model */
  width: 100%;
  height: 100%;

  /* Visual */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.about-posts-section
  .single-post-block.news-block
  .single-post-inner:hover
  .bg-img {
  opacity: 0.4;
}

.about-posts-section .single-post-block.news-block .content {
  text-align: center;
}

.about-posts-section .single-post-block.news-block .title {
  /* Typography */
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  margin: 0 0 60px;

  /* Visual */
  border-bottom: 3px solid #ff0019;
}

.about-posts-section .single-post-block.news-block .head-text {
  /* Typography */
  text-align: center;

  /* Box-model */
  margin: 0 0 14px;
}

.about-posts-section .single-post-block.news-block .date {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}

.about-posts-section .single-post-block.looking-for .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;

  /* Visual */
  background-color: #ff7f8c;
  transition: background-color 0.3s ease;
}

.about-posts-section .single-post-block.looking-for .bg-img {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.about-posts-section .single-post-block.looking-for .bg-img:before {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;

  /* Visual */
  content: "";
  background-color: #000;
}

.about-posts-section .single-post-block.looking-for .single-post-inner:hover {
  text-decoration: none;
}

.about-posts-section .single-post-block.looking-for .content {
  /* Positioning */
  position: relative;
  z-index: 2;

  /* Box-model */
  max-width: 474px;
  margin: 0 auto 55px;
  width: 100%;
}

.about-posts-section .single-post-block.looking-for .head-text {
  /* Typography */
  text-align: center;

  /* Box-model */
  margin: 22px auto 33px;
  max-width: 400px;
  width: 100%;
}

.about-posts-section .single-post-block.looking-for p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 33px;
}

.about-posts-section .single-post-block.looking-for .tag-name {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  /* Box-model */
  display: block;
  margin: 0 0 22px;
}

.about-posts-section .single-post-block.looking-for .single-post-inner:hover {
  background-color: #fc6271;
}

.company-grid-section {
  /* Box-model */
  padding: 0;
  overflow: hidden;
}

.company-grid-section .single-row {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;

  /* Visual */
  background-color: #fff;
}

.company-grid-section .single-row.reverse {
  /* Box-model */
  flex-direction: row-reverse;

  /* Visual */
  background-color: #f8f6f4;
}

.company-grid-section .single-row .img-block {
  /* Positioning */
  position: relative;

  /* Box-model */
  width: 50%;
  min-height: 960px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.company-grid-section .single-row .img-block .bg-img {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

  /* Box-model */
  height: 100%;
  width: 100%;
  min-height: 1px;

  /* Visual */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-history-grid-section .single-row .img-block .bg-video,
.company-grid-section .single-row .img-block .bg-video,
.energy-workload-section .bg-video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.company-grid-section .single-row .img-block .info {
  /* Positioning */
  position: relative;
  z-index: 2;

  /* Box-model */
  width: 100%;
  padding: 70px 80px;

  /* Visual */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 3%,
    #000000 98%
  );
}

.company-grid-section .single-row .img-block .info h2 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.17;
  text-align: right;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 20px;
}

.company-grid-section .single-row .img-block .info p {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.58;
  text-align: right;
  color: #ffffff;

  /* Box-model */
  margin: 0;
}

.company-grid-section .single-row .img-block .info ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-grid-section .single-row .img-block .info ul li {
  /* Positioning */
  position: relative;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  color: #fff;

  /* Box-model */
  margin: 30px 0;
  padding: 0 0 0 40px;
  list-style: none;
}

.company-grid-section .single-row .img-block .info ul li:before {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;

  /* Box-model */
  margin: auto;
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: top;

  /* Typography */
  content: "\e026";
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
}

.company-grid-section .single-row.reverse .img-block .info h2 {
  text-align: left;
}

.company-grid-section .single-row.reverse .img-block .info p {
  text-align: left;
}

.company-grid-section .single-row .content-block {
  /* Positioning */
  position: relative;

  /* Box-model */
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-grid-section .single-row .content-block .info {
  /* Box-model */
  width: 100%;
  padding: 30px 120px;
}

.company-grid-section .single-row .content-block .info h1,
.company-grid-section .single-row .content-block .info h2 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.17;
  text-align: left;

  /* Box-model */
  margin: 0 0 36px;
}

.company-grid-section .single-row .content-block .info p {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;

  /* Box-model */
  margin: 0 0 30px;
}

.company-grid-section .single-row .content-block .info p.big {
  font-size: 24px;
}

.company-grid-section .single-row .content-block .info .load-more {
  /* Positioning */
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 120px;

  /* Box-model */
  text-align: center;
  margin: 0;
  line-height: 0;
}

.company-grid-section .single-row .content-block .info .load-more a {
  /* Typography */
  font-size: 42px;
  height: 42px;
  color: #333333;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
}

.company-grid-section .single-row .content-block .info .load-more a:hover {
  /* Typography */
  text-decoration: none;
  color: #a5a2a1;
}

.company-grid-section .single-row .content-block .info .more-btn {
  /* Typography */
  font-weight: 700;
  text-align: left;
  color: #333333;
  text-transform: none;

  /* Box-model */
  margin: 30px 0 0;
}

.company-grid-section .single-row .content-block .info ul {
  /* Box-model */
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-grid-section .single-row .content-block .info ul li {
  /* Positioning */
  position: relative;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 30px 0;
  padding: 0 0 0 40px;
  list-style: none;
}

.company-grid-section .single-row .content-block .info ul li:before {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;

  /* Box-model */
  margin: auto;
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: top;

  /* Typography */
  content: "\e026";
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  color: #ff0019;
}

.want-help-section p.small {
  font-size: 18px;
}

.about-current-landing-section {
  /* Box-model */
  padding: 70px 0 120px;
  overflow: hidden;
}

.category-select {
  /* Box-model */
  max-width: 360px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-select .text {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  width: 50%;
}

.category-select .drop-down-select {
  width: 50%;
}

.category-select .drop-down-select .ms-parent {
  width: 100% !important;
}

.category-select .drop-down-select .ms-choice {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  color: #333333;

  /* Visual */
  border: none;
  outline: 0;
  background-color: transparent;
}

.category-select .drop-down-select .ms-choice::-moz-focus-inner {
  border: 0;
}

.category-select .drop-down-select .ms-choice > span {
  text-align: right;
}

.category-select .drop-down-select .ms-choice div:before {
  /* Positioning */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;

  /* Typography */
  font-size: 12px;
  color: #333333;
  content: "\e012";
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  /* Box-model */
  height: 12px;
  width: 12px;
  margin: auto;
}

.category-select .drop-down-select .mCustomScrollbar {
  /* Visual */
  border: none;
  box-shadow: none;
}

.category-select .drop-down-select .ms-drop ul {
  /* Box-model */
  margin: 0;
  padding: 0;

  /* Visual */
  background-color: #fff;
  border: 1px solid #e3e2e1;
}

.category-select .drop-down-select .ms-drop ul li label {
  /* Positioning */
  position: relative;

  /* Typography */
  color: #333;

  /* Box-model */
  margin: 0;
  padding: 5px 15px;
  text-align: right;

  /* Visual */
  cursor: pointer;
  border-top: 1px solid #e3e2e1;
}

.category-select .drop-down-select .ms-drop ul li:first-child label {
  border-top: none;
}

.category-select .drop-down-select .ms-drop ul li label:hover,
.category-select .drop-down-select .ms-drop ul li.selected label {
  /* Visual */
  background-color: #c9c9c9;
}

.category-select .drop-down-select .ms-drop ul li label input {
  /* Positioning */
  position: absolute;

  /* Box-model */
  visibility: hidden;
}

.about-grid-section {
  /* Box-model */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: -70px;
}

.about-grid-section .single-about-block {
  /* Box-model */
  width: 25%;
  padding: 0 15px;
  margin: 0 0 70px;
}

.about-grid-section .single-about-block figure {
  margin: 0 0 14px;
}

.about-grid-section .single-about-block figure a {
  /* Positioning */
  position: relative;

  /* Box-model */
  display: block;

  /* Visual */
  background-color: #000;
}

.about-grid-section .single-about-block figure a img {
  width: 100%;
}

.about-grid-section .single-about-block figure a:hover img {
  opacity: 0.9;
}

.about-grid-section .single-about-block figure a .category-name {
  /* Positioning */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;

  /* Box-model */
  padding: 30px;
}

.about-grid-section .single-about-block figure a .category-name span {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;

  /* Box-model */
  display: inline-block;
  vertical-align: top;

  /* Visual */
  border-bottom: 3px solid #ff0019;
}

.about-grid-section .single-about-block .info .posted-date {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 10px;
}

.about-grid-section .single-about-block .info .title {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 6px;
}

.about-grid-section .single-about-block .info .title a {
  color: #333333;
}

.about-grid-section .single-about-block .info .calender-date {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  text-align: left;
  color: #333333;

  /* Box-model */
  display: flex;
  align-items: center;
}

.about-grid-section .single-about-block .info .calender-date .icon {
  /* Box-model */
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.about-grid-section .single-about-block .info .calender-date .icon:before {
  line-height: inherit;
}

.about-current-landing-section .load-more {
  /* Box-model */
  text-align: center;
  margin: 85px 0 0;
  line-height: 0;
}

.about-current-landing-section .load-more a {
  /* Typography */
  font-size: 42px;
  color: #a5a2a1;

  /* Box-model */
  height: 42px;
  display: inline-block;
  vertical-align: top;
}

.about-current-landing-section .load-more a:hover {
  /* Typography */
  text-decoration: none;
  color: #333;
}

.about-current-info-section {
  /* Box-model */
  padding: 110px 0 110px;

  /* Visual */
  background-color: #f8f6f4;
}

.about-current-info-section .max930,
.section-head {
  /* Box-model */
  max-width: 930px;
  margin: 0 auto;
  width: 100%;
}

.about-current-info-section .category-name {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px;
}

.about-current-info-section .category-name u {
  /* Typography */
  text-decoration: none;

  /* Visual */
  border-bottom: 3px solid #333333;
}

.about-current-info-section .img-row {
  /* Box-model */
  display: flex;
  margin: 0 0 70px;
}

.about-current-info-section .img-row:last-child {
  margin: 0;
}

.about-current-info-section .img-row figure {
  margin: 0 0 0 50px;
}

.about-current-info-section .img-row figure {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.about-current-info-section .img-row figure:first-child {
  margin: auto;
}

.about-current-info-section ul:not(.gfield_checkbox) {
  /* Box-model */
  margin: 0 0 64px;
  padding: 0;
  list-style: none;
}

.about-current-info-section ul li:not(.gfield):not([class^="gchoice"]) {
  /* Positioning */
  position: relative;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 30px 0;
  padding: 0 0 0 40px;
  list-style: none;
}

.about-current-info-section ul li:not(.gfield):not([class^="gchoice"]):before {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;

  /* Box-model */
  margin: auto;
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: top;

  /* Typography */
  content: "\e026";
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  color: #ff0019;
}

.promo-section-top {
  /* Typography */
  text-align: center;

  /* Box-model */
  padding: 70px 0 110px;

  /* Visual */
  background-color: #f8f6f4;
}

.promo-section-top h1 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.17;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 40px;
}

.promo-section-top h6 {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  margin: 0 0 10px;
}

.promo-section-top .txt-preamble {
  /* Typography */
  text-align: center;

  /* Box-model */
  margin: 0;
}

.about-history-grid-section {
  /* Box-model */
  padding: 0 120px;

  /* Visual */
  background-color: #f8f6f4;
}

.about-history-grid-section.wide {
  padding: 0;
}

.about-history-grid-section .single-row {
  /* Box-model */
  padding: 0;
  margin: 120px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-history-grid-section .single-row:first-child {
  margin-top: 0;
}

.about-history-grid-section .single-row:last-child {
  margin-bottom: 0;
}

.about-history-grid-section .single-row-container {
  padding: 110px 120px;
}

.about-history-grid-section .single-row .img-block {
  /* Box-model */
  width: 50%;
}

.about-history-grid-section .single-row .img-block .bg-img {
  /* Box-model */
  min-height: 610px;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.about-history-grid-section .single-row .content-block {
  /* Box-model */
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 150px;
}

.about-history-grid-section .single-row.reverse {
  flex-direction: row-reverse;
}

.about-history-grid-section .single-row.reverse .content-block {
  /* Box-model */
  padding-left: 0;
  padding-right: 150px;
}

.about-history-grid-section .single-row .content-block .category-name {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: -0.2px;
  text-align: left;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  margin: 0 0 5px;
}

.about-history-grid-section .single-row .content-block h3 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 30px;
}

.about-history-grid-section.contact-showroom-grid-section {
  /* Box-model */
  padding-bottom: 120px;
}

.about-history-grid-section.contact-showroom-grid-section
  .single-row
  .content-block
  h3 {
  font-size: 30px;
}

.about-history-grid-section .single-row .content-block h3 a {
  color: #333333;
}

.promo-section-bottom {
  /* Box-model */
  padding: 110px 0;

  /* Visual */
  background-color: #f8f6f4;
}

.promo-section-bottom .container {
  /* Box-model */
  max-width: 810px;
  width: 100%;
}

.promo-section-bottom h5 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 30px;
}

.promo-section-bottom p {
  /* Typography */
  text-align: center;

  /* Box-model */
  margin: 0;
}

.project-category-menu ul li.about-link a {
  /* Typography */
  color: #959493;

  /* Box-model */
  padding-left: 22px;
}

.project-category-menu ul li.about-link a:before {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;

  /* Box-model */
  margin: auto;
  height: 16px;

  /* Typography */
  content: "\e01f";
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
}

.sustainability-grid-section {
  /* Positioning */
  position: relative;

  /* Box-model */
  min-height: 640px;
}

.sustainability-grid-section .bg-img {
  /* Positioning */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  /* Box-model */
  width: 100%;
  height: 100%;

  /* Visual */
  background-size: cover;
  background-position: center center;
}

.sustainability-grid-section .bg-img:before {
  /* Positioning */
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;

  /* Box-model */
  width: 100%;
  height: 100%;
  content: "";

  /* Visual */
  opacity: 0.6;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 3%,
    #000000 98%
  );
  background: #000;
}

.sustainability-grid-section .sustainability-promo-section {
  background: none;
  position: relative;
  z-index: 3;
}

.sustainability-grid-section .sustainability-promo-section h1,
.sustainability-grid-section .sustainability-promo-section p {
  color: #fff;
}

.sustainability-grid-section .sustainability-grid-inner {
  /* Positioning */
  position: relative;
  z-index: 3;

  /* Box-model */
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 20px;
}

.sustainability-grid-section .single-blox {
  /* Box-model */
  width: 33.33%;
  padding: 0 25px;
  max-width: 630px;
}

.sustainability-grid-section .single-blox .single-blox-inner {
  /* Box-model */
  text-align: center;
  padding: 60px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
  height: 100%;

  /* Visual */
  border: 2px solid #ffffff;
}

.sustainability-grid-section .single-blox .single-blox-inner .title {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 10px 0;
}

.sustainability-grid-section .single-blox .single-blox-inner .title a {
  color: #ffffff;
}

.sustainability-grid-section .single-blox .single-blox-inner p {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 10px 0;
}

.sustainability-grid-section .single-blox .single-blox-inner .link-icon {
  margin: 10px 0;
}

.sustainability-grid-section .single-blox .single-blox-inner .link-icon .icon {
  /* Typography */
  font-size: 58px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  height: 60px;
  width: 60px;

  /* Visual */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sustainability-grid-section
  .single-blox
  .single-blox-inner
  .link-icon
  .icon:before {
  display: block;
}

.sustainability-grid-section
  .single-blox
  .single-blox-inner
  .link-icon
  .icon:hover {
  color: #0078bf;
}

.sustainability-grid-section .single-blox .single-blox-inner .img-icon {
  margin: 10px 0;
}

.sustainability-grid-section .single-blox .single-blox-inner .img-icon .icon {
  /* Typography */
  font-size: 48px;
  color: #fff;
  text-decoration: none;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
  height: 48px;
  width: 48px;
}

.max1440 {
  /* Box-model */
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 0 35px;
}

.top-content-section {
  padding: 70px 0;
}

.top-content-section .content-inner {
  /* Box-model */
  max-width: 930px;
  margin: 0;
  width: 100%;
}

.top-content-section .content-inner h1 {
  /* Typography */
  font-size: 48px;
  font-weight: normal;
  line-height: 1.17;
  text-align: left;
  color: #333333;
}

.newslatter-grid-section {
  /* Box-model */
  padding: 20px 0 120px;
  overflow: hidden;
}

.newslatter-grid-section .newslatter-grid-inner {
  /* Box-model */
  margin: -15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.newslatter-grid-section .single-box {
  /* Box-model */
  width: 25%;
  padding: 15px;
}

.newslatter-grid-section .single-box .single-box-inner {
  /* Box-model */
  padding: 36px 30px;
  min-height: 350px;
  height: 100%;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

.newslatter-grid-section .single-box .year {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.08;
  text-align: left;
  color: #333333;
}

.newslatter-grid-section .single-box ul {
  /* Box-model */
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.newslatter-grid-section .single-box ul li {
  /* Box-model */
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.newslatter-grid-section .single-box ul li .headline-link {
  /* Positioning */
  position: relative;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 6px;
  padding: 0 24px 0 0;
}

.newslatter-grid-section .single-box ul li .headline-link span.with-ny {
  /* Positioning */
  position: absolute;
  right: 0;
  top: 0;

  /* Box-model */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Visual */
  background-color: #ff0019;
  border-radius: 50%;
}

.newslatter-grid-section .single-box ul li .headline-link a {
  /* Typography */
  color: #333333;
  text-decoration: none;

  /* Box-model */
  display: inline;
  vertical-align: top;

  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.newslatter-grid-section .single-box ul li .headline-link a:hover {
  /* Typography */
  color: #0078bf;
  text-decoration: none;
}

.newslatter-grid-section .single-box ul li p {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0;
}

.newsletter-frame {
  border: none;
  width: 600px;
  height: 6000px;
  margin: 50px auto;
  display: block;
}

.newsletter-header {
  height: 60px;
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0);
  background: #ffffff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

/*
.newsletter-header a{
	width: 192px;
	height: 26px;
	font-family: ProximaNova;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
}
*/

.want-help-section .container.max870 {
  max-width: 870px;
}

.contact-top-section {
  /* Box-model */
  padding: 60px 0 120px;
  overflow: hidden;
}

.contact-top-section .row01 {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}

.contact-top-section .row01 .left-part {
  /* Box-model */
  width: 50%;
  margin-right: 25px;
}

.contact-top-section .row01 .right-part {
  /* Box-model */
  width: 50%;
  margin-left: 25px;
}

.contact-top-section .row01 .left-part h1 {
  /* Typography */
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 35px;
}

.contact-top-section .row01 .left-part .title {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.contact-top-section .row01 .left-part .block-row a {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  color: #333333;
  text-decoration: none;

  /* Box-model */
  display: inline-block;
  vertical-align: top;
}

.contact-top-section .row01 .left-part .block-row {
  /* Box-model */
  padding: 26px 0;
}

.contact-top-section .row01 .left-part .block-row a.post-number {
  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.contact-top-section .row01 .left-part .block-row a:hover {
  color: #0078bf;
}

.contact-top-section .row01 .left-part .block-row.contact-number-mail {
  /* Box-model */
  padding-bottom: 32px;
  padding-top: 0;
}

.contact-top-section .row01 .left-part .block-row.contact-number-mail > div {
  margin-top: 26px;
}

.contact-top-section
  .row01
  .left-part
  .block-row.contact-number-mail
  > div:first-child {
  margin-top: 0;
}

.contact-top-section .row01 .left-part address {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.contact-top-section .row01 .left-part .width50 {
  width: 50%;
}

.contact-top-section .row01 .left-part .block-row.contact-address {
  /* Box-model */
  display: flex;
  justify-content: space-between;

  /* Visual */
  border-top: 1px solid #e3e2e1;
  border-bottom: 1px solid #e3e2e1;
}

.contact-top-section .row01 .left-part .block-row.contact-timing {
  padding-bottom: 6px;
}

.contact-top-section
  .row01
  .left-part
  .block-row.contact-timing
  .single-timing {
  /* Box-model */
  display: flex;
  justify-content: space-between;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.contact-top-section .row01 .right-part .map-custom {
  min-height: 1px;
  height: 100%;
}

.contact-top-section .row02 {
  /* Box-model */
  display: flex;
  justify-content: space-between;
}

.contact-top-section .row02 .single-box {
  width: 50%;
}

.contact-top-section .row02 .single-box.box01 {
  /* Box-model */
  text-align: center;
  margin-right: 25px;
}

.contact-top-section .row02 .single-box.box01 .box-outer {
  height: 100%;
}

.contact-top-section .row02 .single-box.box01 a {
  /* Box-model */
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px 50px;

  /* Visual */
  background-color: #0078bf;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-top-section .row02 .single-box.box01 a:hover {
  /* Typography */
  text-decoration: none;

  /* Visual */
  background-color: #005f98;
}

.contact-top-section .row02 .single-box.box01 h4 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 0 auto 30px;
  max-width: 400px;
  width: 100%;
}

.contact-top-section .row02 .single-box.box01 p {
  /* Typography */
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 60px;
  min-height: 100px;
}

.contact-top-section .row02 .single-box.box01 .icon {
  /* Typography */
  font-size: 58px;
  color: #fff;

  /* Box-model */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}

.contact-top-section .row02 .single-box.box02 {
  margin-left: 25px;
}

.contact-top-section .row02 .single-box.box02 .single-post-inner {
  /* Positioning */
  position: relative;

  /* Box-model */
  padding: 70px 60px 70px;
  height: 100%;

  /* Visual */
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

.contact-top-section .row02 .single-box.box02 .single-post-inner .content {
  padding: 0 0 70px;
}

.contact-top-section .row02 .single-box.box02 h6 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.22;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 38px;
}

.contact-top-section .row02 .single-box.box02 p {
  /* Typography */
  font-weight: 400;
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 5px 0 0;
}

.contact-top-section .row02 .single-box.box02 .more-btn {
  /* Positioning */
  position: absolute;
  bottom: 58px;
  right: 60px;
}

.coworker-section {
  /* Box-model */
  padding: 110px 0;
  overflow: hidden;

  /* Visual */
  background-color: #f8f6f4;
}

.coworker-section .content {
  /* Box-model */
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.coworker-section .content h4 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 40px;
}

.filter-coworker {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  margin: 0 0 52px;
}

.filter-coworker .width50 {
  /* Box-model */
  width: 50%;
  padding: 8px 30px;
  display: flex;
  align-items: center;

  /* Visual */
  border-left: 1px solid #e3e2e1;
}

.filter-coworker .width50:first-child {
  border: none;
}

.filter-coworker .category-select {
  /* Box-model */
  margin: 0;
  padding: 0;
}

.filter-coworker .drop-down-select {
  width: 100%;
}

.filter-coworker .width50 form {
  /* Box-model */
  display: block;
  width: 100%;
}

.filter-coworker .input-field {
  /* Positioning */
  position: relative;

  /* Box-model */
  width: 100%;
  padding: 0 40px;

  /* Visual */
  border-bottom: 1px solid #333333;
}

.filter-coworker .input-field:before {
  /* Positioning */
  position: absolute;
  left: 10px;
  bottom: 0;
  top: 0;

  /* Box-model */
  margin: auto;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;

  /* Typography */
  content: "\e023";
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: #333333;
  font-size: 18px;
  text-align: center;
}

.filter-coworker .input-field input {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #333333;

  /* Box-model */
  width: 100%;
  padding: 0;
  height: 35px;

  /* Visual */
  background: none;
  box-shadow: none;
  border: none;
}

.filter-coworker .input-field input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #333333;
}

.filter-coworker .input-field input:-moz-placeholder {
  opacity: 1 !important;
  color: #333333;
}

.filter-coworker .input-field input::-moz-placeholder {
  opacity: 1 !important;
  color: #333333;
}

.filter-coworker .input-field input:-ms-input-placeholder {
  opacity: 1 !important;
  color: #333333;
}

.filter-coworker .input-field button {
  /* Positioning */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;

  /* Box-model */
  height: 35px;
  width: 40px;
  margin: auto;
  padding: 0;
  color: #333333;

  /* Visual */
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.filter-coworker .input-field button:hover {
  color: #0078bf;
}

.filter-coworker .input-field button span {
  /* Typography */
  font-size: 18px;
  line-height: inherit;

  /* Box-model */
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: top;
}

.filter-coworker .input-field button span:before {
  /* Box-model */
  display: inline-block;
  vertical-align: top;
}

.coworker-grid-section {
  /* Box-model */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 30px;
  margin: -35px 0;
}

.coworker-grid-section .single-coworker {
  /* Box-model */
  width: 25%;
  padding: 0 15px;
  margin: 35px 0;
}

.coworker-grid-section .single-coworker figure {
  /* Box-model */
  margin: 0 0 10px;

  /* Visual */
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

.coworker-grid-section .single-coworker figure img {
  width: 100%;
}

.coworker-grid-section .single-coworker .top-desc {
  margin: 0 0 10px;
}

.coworker-grid-section .single-coworker .name {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  color: #333333;
  word-wrap: break-word;

  /* Box-model */
  margin: 0 0 6px;
}

.coworker-grid-section .single-coworker .designation {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22;
  text-align: left;
  color: #333333;
  word-wrap: break-word;

  /* Box-model */
  min-height: 44px;
}

.coworker-grid-section .single-coworker .ph-number,
.coworker-grid-section .single-coworker .mail-id {
  padding: 4px 0;
}

.coworker-grid-section .single-coworker .ph-number a,
.coworker-grid-section .single-coworker .mail-id a {
  /* Positioning */
  position: relative;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #333333;
  text-decoration: none;
  word-wrap: break-word;

  /* Box-model */
  max-width: 100%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
}

.coworker-grid-section .single-coworker .ph-number a:hover,
.coworker-grid-section .single-coworker .mail-id a:hover {
  color: #0078bf;
}

.coworker-grid-section .single-coworker .mail-id a u {
  /* Visual */
  border-bottom: 2px solid #0078bf;
  text-decoration: none;
}

.coworker-grid-section .single-coworker .ph-number a:before,
.coworker-grid-section .single-coworker .mail-id a:before {
  /* Positioning */
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;

  /* Box-model */
  margin: auto;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;

  /* Typography */
  line-height: inherit;
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: #333333;
  font-size: 18px;
  text-align: center;
}

.coworker-grid-section .single-coworker .ph-number a:before {
  content: "\e02c";
}

.coworker-grid-section .single-coworker .mail-id a:before {
  content: "\e02d";
}

.contact-main-section {
  /* Box-model */
  padding: 70px 0 90px;
  overflow: hidden;
}

.contact-main-section .top-desc {
  /* Box-model */
  width: 59%;
  margin: 0 0 70px;
}

.contact-main-section .top-desc:last-child {
  /* Box-model */
  margin: 0;
}

.contact-main-section .top-desc .sub-title {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: #333333;
  text-transform: uppercase;

  /* Box-model */
  margin: 0 0 3px;
}

.contact-main-section .top-desc h1 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  text-align: left;
  color: #333333;

  /* Box-model */
  margin: 0 0 30px;
}

.contact-main-section .top-desc p a {
  /* Typography */
  text-decoration: none;
}

.contact-main-section .top-desc p a u {
  /* Typography */
  text-decoration: none;

  /* Typography */
  border-bottom: 2px solid #0078bf;
}

.contact-main-section .left-right-main {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact-main-section .left-right-main .left-part {
  /* Box-model */
  width: 59%;
}

.contact-main-section .left-right-main .right-part {
  /* Box-model */
  width: calc(100% - 59% - 50px);
}

.contact-main-section .left-right-main .left-part form {
  /* Box-model */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.contact-main-section .left-right-main .left-part .single-field {
  /* Positioning */
  position: relative;

  /* Box-model */
  margin: 0 0 30px;
  width: 100%;
  display: block;
}

.contact-main-section .left-right-main .left-part .attachment > label {
  display: block !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #333333;
  margin: 0 0 15px;
  /* Typography */
  /*font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.43;
	text-align: left;
	color: #333333;
	*/

  /* Box-model */
  /*display: block;
	width: 100%;
	margin: 0 0 14px;
	*/
}

.contact-main-section .left-right-main .left-part .single-field.half-width {
  width: calc(50% - 15px);
}

.contact-main-section .left-right-main .left-part .single-field input {
  /* Box-model */
  width: 100%;
}

.contact-main-section .left-right-main .right-part .sidebaar-box {
  /* Box-model */
  padding: 42px 48px 48px;

  /* Visual */
  background-color: #0078bf;
}

.contact-main-section .left-right-main .right-part .sidebaar-box .title {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 27px;
}

.contact-main-section .left-right-main .right-part .sidebaar-box p {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  margin: 0 0 50px;
}

.contact-main-section .left-right-main .right-part .sidebaar-box .more-outer {
  text-align: right;
}

.contact-main-section .left-right-main .right-part .sidebaar-box .more-btn {
  /* Typography */
  color: #fff;
}

.banner-error-section {
  /* Positioning */
  position: relative;

  /* Box-model */
  height: calc(100vh - 84px - 124px);
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Typography */
  text-align: center;
}

.banner-error-section .banner-bg {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  /* Box-model */
  height: 100%;
  width: 100%;

  /* Visual */
  background-color: #fff;
  background-position: center center;
  background-size: cover;
}

.banner-error-section .container {
  /* Positioning */
  position: relative;
  z-index: 2;
  margin: 0;

  /* Box-model */
  max-width: 930px;
}

.banner-error-section h1 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 1.2;
  color: #333333;

  /* Box-model */
  margin: 0 0 26px;
  display: block;
}

.banner-error-section p {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58;
  text-align: center;
  color: #333333;

  /* Box-model */
  margin: 0 0 48px;
}

.banner-error-section .search-bar {
  background-color: #0078bf;
}

.banner-error-section .search-bar .btn:hover {
  /* Visual */
  border-color: #ffffff;
  color: #ffffff;
}

.banner-error-section .search-bar .match-word {
  color: #0078bf;
}

.banner-error-section .search-bar.is-open {
  background-color: #fff;
}

.banner-error-section .search-bar.is-open .input-field {
  border-color: #0078bf;
}

.banner-error-section .search-bar.is-open .input-field:after,
.banner-error-section .search-bar.is-open .input-field:before,
.banner-error-section .search-bar.is-open .input-field input {
  color: #0078bf;
}

.banner-error-section .search-bar.is-open .btn {
  /* Visual */
  background-color: #0078bf;
  color: #fff;
  border-color: #0078bf;
}

.banner-error-section .search-bar.is-open .btn:hover {
  /* Visual */
  background-color: #ffffff;
  border-color: #0078bf;
  color: #0078bf;
}

.emergency-help-section {
  /* Box-model */
  padding: 30px 0;
  text-align: center;

  /* Visual */
  background-color: #fff;
}

.emergency-help-section .title {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
  color: #333333;
}

.emergency-help-section .title a {
  /* Typography */
  font-weight: 700;
  color: #0078bf;
  text-decoration: none;
}

.emergency-help-section .title a:hover {
  color: #333333;
}

.emergency-help-section .note {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  text-align: center;
  color: #333333;
}

.faq-section {
  padding: 80px 0 120px;
}

.faq-section h2 {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  text-align: center;
  color: #333333;
  text-align: center;

  /* Box-model */
  margin: 0 0 40px;
}

.accordion-part .single-accordion .accordion-content {
  /* Box-model */
  display: none;
  padding: 6px 5px 36px;
}

.accordion-part .single-accordion {
  border-bottom: 1px solid #e3e2e1;
}

.accordion-part .single-accordion:first-child {
  border-top: 1px solid #e3e2e1;
}

.accordion-part .single-accordion .accordion-click {
  /* Positioning */
  position: relative;

  /* Typography */
  text-decoration: none;

  /* Box-model */
  display: flex;
  padding: 11px 50px 11px 5px;
  justify-content: space-between;
  align-items: center;
}

.accordion-part .single-accordion .accordion-click:before {
  /* Positioning */
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;

  /* Typography */
  font-size: 18px;
  color: #333333;
  content: "\e03a";
  font-family: "platzer" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  /* Box-model */
  height: 18px;
  width: 18px;
  margin: auto;

  /* Visual */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion-part .single-accordion.active .accordion-click:before {
  transform: rotate(-180deg);
}

.accordion-part .single-accordion .accordion-click .title {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #333333;

  /* Box-model */
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.accordion-part .single-accordion .accordion-click .total-issues {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  text-align: right;
  color: #959493;

  /* Box-model */
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

.accordion-part .single-accordion .text-link {
  padding: 5px 0;
}

.accordion-part .single-accordion .text-link a {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #333333;
  text-decoration: none;

  /* Visual */
  border-bottom: 2px solid #0078bf;
}

.accordion-part .single-accordion .text-link a:hover {
  color: #0078bf;
}

.project-category-menu .selected-property {
  /* Box-model */
  padding: 18px 0;
  text-align: center;
}

.project-category-menu .selected-property p,
.project-category-menu .selected-property a {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #565656;

  /* Box-model */
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.project-category-menu .selected-property strong,
.project-category-menu .selected-property a {
  font-weight: 700;
}

.project-category-menu .selected-property a {
  /* Positioning */
  position: relative;

  /* Box-model */
  margin-left: 26px;

  /* Visual */
  text-decoration: none;
  border-bottom: 2px solid #0078bf;
}

.project-category-menu .selected-property a:hover {
  color: #0078bf;
}

.project-category-menu .selected-property a:before {
  /* Positioning */
  position: absolute;
  left: -16px;
  top: 3px;
  bottom: 3px;

  /* Box-model */
  content: "";
  width: 1px;
  display: inline-block;
  vertical-align: middle;

  /* Visual */
  background-color: #565656;
}

.ms-parent.form-select.selected-property-dropdown .ms-choice {
  color: #333;
}

.ms-parent.form-select .ms-choice > span:before {
  /* Positioning */
  position: absolute;
  right: 46px;
  top: 0;
  bottom: 0;

  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: right;
  color: #afaeae;
  text-transform: uppercase;

  /* Box-model */
  margin: auto;
  content: attr(data-placeholder);
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  padding-top: 2px;
}

.ms-parent.form-select .ms-drop {
  max-height: 250px !important;
}

.ms-parent.form-select .ms-drop ul {
  max-height: 100% !important;
}

.form-blue .ms-parent.form-select .ms-choice div::before {
  color: #0078bf;
}

.form-blue input:not(.btn):required,
.form-blue textarea:required,
.form-blue input:not(.btn).required,
.form-blue textarea.required {
  background-image: url(../images/asterisk-icon-blue.png);
}

.contact-main-section .left-right-main .right-part .box-person {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;

  /* Visual */
  background-color: #0078bf;
  box-shadow: 0 0 14px 2px #e3e3e3;
}

.contact-main-section .left-right-main .right-part .box-person .info {
  /* Box-model */
  width: calc(100% - 190px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px 54px 14px 20px;
}

.contact-main-section .left-right-main .right-part .box-person .per-img {
  /* Box-model */
  width: 190px;
}

.contact-main-section .left-right-main .right-part .box-person .info .name {
  /* Typography */
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;

  /* Box-model */
  width: 100%;
  display: block;
  margin: 0 0 4px;
}

.contact-main-section .left-right-main .right-part .box-person .info .title {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  word-wrap: break-word;

  /* Box-model */
  width: 100%;
  display: block;
}

.contact-main-section .left-right-main .right-part .tenant-info-sidebar {
  /* Box-model */
  padding: 23px 30px;

  /* Visual */
  background-color: #fff;
  box-shadow: 0 0 14px 2px #e3e3e3;
}

.contact-main-section .left-right-main .right-part .tenant-info-sidebar a {
  /* Box-model */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-main-section
  .left-right-main
  .right-part
  .tenant-info-sidebar
  .left-info {
  /* Box-model */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 20px);
}

.contact-main-section .left-right-main .right-part .tenant-info-sidebar .name {
  /* Typography */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  text-align: left;
  color: #333333;

  /* Box-model */
  padding-left: 20px;
  width: calc(100% - 78px);
}

.contact-main-section .left-right-main .right-part .tenant-info-sidebar figure {
  /* Box-model */
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;

  /* Visual */
  border-radius: 100%;
}

.contact-main-section .left-right-main .right-part .tenant-info-sidebar .icon {
  /* Box-model */
  display: inline-block;
  height: 18px;
  width: 18px;
  font-size: 18px;
}

.contact-main-section
  .left-right-main
  .right-part
  .tenant-info-sidebar
  a:hover {
  text-decoration: none;
}

.contact-main-section
  .left-right-main
  .right-part
  .tenant-info-sidebar
  a:hover
  .name {
  color: #0078bf;
}

.bg-img {
  transition: all 0.3s ease;
}

/*
	Styling for template: 100 idéer
	------------------------------------------------------------
*/

/* Reset */
section#one-hundred-ideas * {
  box-sizing: border-box;
}

/* Main container */
section#one-hundred-ideas {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
}

section#one-hundred-ideas .wrapper {
  margin: 0px auto;
  max-width: 980px;
  padding: 0 50px 0 50px;
  width: 100%;
}

/* Page */
section#one-hundred-ideas .page {
  margin: 0 0 50px 0;
  overflow: hidden;
  position: relative;
  scroll-behavior: smooth;
}

section#one-hundred-ideas .page .content {
  width: 100%;
}

/* Typography */
section#one-hundred-ideas h1,
section#one-hundred-ideas p {
  font-family: Caecilia LT Std;
  font-weight: light;
}

section#one-hundred-ideas h1 {
  color: rgba(236, 103, 107, 1);
}

section#one-hundred-ideas h1.groups {
  border-bottom: 2px solid rgba(236, 103, 107, 1);
  padding: 0 0 30px 0;
}

section#one-hundred-ideas .group h4 {
  padding: 0 0 20px 0;
  text-transform: uppercase;
}

section#one-hundred-ideas .page h1 {
  font-size: 42px;
}

/* Groups */
section#one-hundred-ideas .group {
  max-width: 960px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0 50px;
  transition: padding 300ms ease-out;
  width: 100%;
}

/* Rows */
section#one-hundred-ideas .row {
  clear: both;
  float: left;
  margin: 0 0 30px 0;
}

section#one-hundred-ideas .row .indicator {
  background-color: rgba(236, 103, 107, 1);
  border-radius: 100%;
  float: left;
  height: 50px;
  pointer-events: none;
  position: relative;
  width: 50px;
}

section#one-hundred-ideas .row .indicator span {
  color: rgba(255, 255, 255, 1);
  display: block;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}

section#one-hundred-ideas .row .read_div {
  display: block;
  font-family: Caecilia LT Std;
  margin: 0px 0px 0px 80px;
}

section#one-hundred-ideas .row p {
  margin: 0 0 0 80px;
}

/* Comment */

section#one-hundred-ideas .comment {
  max-width: 960px;
  margin: 0px auto;
  overflow: hidden;
  padding: 90px 50px;
  transition: padding 300ms ease-out;
  width: 100%;
}

section#one-hundred-ideas .comment h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  padding: 130px 0 0 0;
  transition: width 300ms ease-out, padding 300ms ease-out;
  width: calc(100% - 330px);
}

section#one-hundred-ideas .comment .profile {
  font-family: Caecilia LT Std;
  font-size: 22px;
  font-style: italic;
  line-height: 28px;
  padding: 10px 0 20px 0;
  transition: width 300ms ease-out;
  width: calc(100% - 330px);
}

section#one-hundred-ideas .comment [data-type="name"] {
  font-weight: bolder;
}

section#one-hundred-ideas .comment [data-type="role"] {
  font-weight: light;
}

section#one-hundred-ideas .comment .profile_image {
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
  float: right;
  height: 280px;
  margin: -210px 0 30px 30px;
  transition: width 300ms ease-out, height 300ms ease-out;
  width: 280px;
}

/* Table of contents */
section#one-hundred-ideas .table_of_contents {
  position: relative;
}

section#one-hundred-ideas .table_of_contents,
section#one-hundred-ideas .image {
  background-position: center center;
  background-size: cover;
  float: left;
  width: 100%;
}

section#one-hundred-ideas .table_of_contents .logo {
  bottom: 50px;
  max-width: 200px;
  position: absolute;
  right: 50px;
}

section#one-hundred-ideas .table_of_contents .content {
  background-color: rgba(57, 77, 128, 0.85);
  float: left;
  padding: 200px 30px 30px 30px;
  position: relative;
  transition: width 300ms ease-out;
  width: 50%;
}

section#one-hundred-ideas .table_of_contents .content h1,
section#one-hundred-ideas .table_of_contents .content h2,
section#one-hundred-ideas .table_of_contents .content h4,
section#one-hundred-ideas .table_of_contents .content a {
  color: rgba(255, 255, 255, 1);
}

section#one-hundred-ideas .table_of_contents .content h4 {
  cursor: pointer;
  padding: 10px 0 0 0;
}

section#one-hundred-ideas .table_of_contents .content a {
  display: block;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 10px 0;
  position: relative;
  text-decoration: none;
}

section#one-hundred-ideas .table_of_contents .content .links {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: height 150ms ease-out, opacity 150ms ease-out;
}

section#one-hundred-ideas .table_of_contents .content .links.active {
  height: auto;
  opacity: 1;
}

section#one-hundred-ideas .table_of_contents .content .links a .rows {
  background: rgba(114, 136, 192, 0.75);
  float: left;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 10px 0;
  text-align: center;
  width: 45px;
}

section#one-hundred-ideas .table_of_contents .content .links a .rows + div {
  float: left;
  width: calc(100% - 55px);
}

section#one-hundred-ideas
  .table_of_contents
  .content
  .links
  a[data-type="anchor-link"] {
  overflow: hidden;
  width: 100%;
}

section#one-hundred-ideas
  .table_of_contents
  .content
  .links
  a[data-type="anchor-link"]
  * {
  pointer-events: none;
}

section#one-hundred-ideas .table_of_contents .content .links a span {
  color: black;
}

section#one-hundred-ideas a.pdf {
  position: absolute;
  right: 160px;
  top: 0px;
}

section#one-hundred-ideas a.pdf img {
  margin: 0 0 10px 0;
  width: 90px;
}

section#one-hundred-ideas a.pdf span {
  display: block;
  font-size: 14px;
}

section#one-hundred-ideas .table_of_contents h2 {
  font-size: 32px;
}

section#one-hundred-ideas .table_of_contents h4[data-type="toggle"] {
  display: inline-block;
  font-size: 21px;
  position: relative;
}

section#one-hundred-ideas .table_of_contents h4[data-type="toggle"] span {
  float: left;
  pointer-events: none;
}

section#one-hundred-ideas .table_of_contents h4[data-type="toggle"] .triangle {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  float: left;
  height: 0;
  margin: 8px 0 0 8px;
  pointer-events: none;
  transition: transform 150ms ease-out;
  transform: rotate(0deg) translateZ(0);
  width: 0;
}

section#one-hundred-ideas
  .table_of_contents
  h4[data-type="toggle"]
  .triangle.active {
  transform: rotate(90deg) translateZ(0);
}

section#one-hundred-ideas .table_of_contents h4[data-type="toggle"]:after {
  content: "";
  background: rgba(255, 255, 255, 1);
  bottom: 0;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 300ms ease-out, width 300ms ease-out;
  width: 0%;
}

section#one-hundred-ideas
  .table_of_contents
  h4[data-type="toggle"]:hover:after {
  opacity: 1;
  width: 100%;
}

section#one-hundred-ideas .table_of_contents p {
  margin-bottom: 5px;
}

/* Image */
section#one-hundred-ideas .image {
  min-height: 400px;
}

/* Footer/Thanks */
section#one-hundred-ideas .footer {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

section#one-hundred-ideas .footer .wrapper {
  overflow: hidden;
  padding: 80px;
}

section#one-hundred-ideas .footer .content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  float: right;
  padding: 50px;
  transition: width 300ms ease-out;
  width: 50%;
}

.environment-development-section .certificates {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.environment-development-section .container {
  display: block;
}

.environment-development-section .certificate_text {
  display: inline-block;
  padding-top: 112px;
  font-size: 16px;
}

.environment-development-section .certificates .environment-development-inner {
  position: relative;
  z-index: 1;
  padding-top: 15px;
}

/*changes on 18-oct*/
/*.mix-posts-section .single-post-block{
    width: 25%;
    padding: 15px;
}*/
.map-room-section .available-rooms-slider .single-room {
  width: 25%;
  margin: 0;
  float: left;
}

/*.map-room-section .room-block {
    width: 100%;
    padding: 0 15px;
}*/
.map-room-section .filter-bar {
  margin: 30px auto 50px;
}

.mix-posts-section .single-post-block.investors-block h6 {
  font-size: 29px;
}

.room-block .direct-link-mobile {
  display: none;
}

body .wpml-ls-legacy-list-horizontal a {
  display: flex;
}

body .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  font-size: 15px;
  text-transform: uppercase;
  float: left;
  margin-left: 0;
  margin-right: 0.4em;
  margin-top: 0;
  order: 1;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  order: 2;
}

/* Added by HH */
.tag-container {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.single-room-inner figure {
  position: relative;
}

.tag-container .tag {
  margin-right: 5px;
  margin-top: 10px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  height: 24px;
  padding: 0 24px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*.tag-container .tag {
    display: inline-block;
    vertical-align: top;
    padding: 0 24px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 23px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 38px;
    line-height: 38px;
}*/

/* Responsive styling for #one-hundred-ideas */

.graphs-section {
  padding: 110px 120px;
}

.about-current-info-section + .graphs-section,
.graphs-section + .graphs-section {
  border-top: 1px solid #e3e2e1;
}

.graphs {
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
}

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

.graph-toggle {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  transition: background-color 300ms ease;
}

.graph-toggle-header {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-right: 30px;
}

.graph-toggle-heading {
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
  transition: color 300ms ease;
}

.graph-tags {
  display: flex;
}

.graph-tag {
  background-color: #e40321;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 0.25em;
  min-width: 2em;
  padding: 0.5em;
  text-align: center;
}

.graph-tag:last-child {
  margin-right: 0;
}

.graph-toggle svg {
  fill: #333;
  transition: all 300ms ease;
}

.collapsed .graph-toggle {
  background-color: #333;
}

.collapsed .graph-toggle-heading {
  color: #fff;
}

.collapsed .graph-toggle svg {
  fill: #fff;
  transform: rotate(-180deg);
}

.graph-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}

.collapsed .graph-content {
  max-height: 1000px;
}

.graph-panel {
  padding: 30px;
}

.graph-intro {
  margin-bottom: 30px;
}

.graph-meta-content {
  border: 1px solid #e3e3e3;
  padding: 30px;
}

.graph-meta-heading {
  font-size: 16px;
}

.graph-meta-heading img {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.graph-meta-content > *:last-child {
  margin-bottom: 0;
}

.graph-data {
  margin-bottom: 30px;
}

.graph-scales {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  font-weight: bold;
  width: 12.5%;
}

.graph-scales:first-child {
  margin-right: 15px;
}

.graph-scales:first-child .graph-scale-value,
.graph-scales:first-child .graph-label {
  justify-content: flex-end;
}

.graph-scales:last-child {
  margin-left: 15px;
}

.graph-scale-value {
  align-items: flex-start;
  display: flex;
  flex: 1;
  font-size: 16px;
  position: relative;
}

.graph-scale-value div {
  transform: translateY(-50%);
}

.graph-scales:first-child .graph-scale-value::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: calc(100% + 15px);
  opacity: 0.2;
  position: absolute;
  width: calc(600% - 30px);
}

.graph-scales:first-child .graph-scale-value:first-child::before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  left: calc(100% + 15px);
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: calc(600% - 30px);
}

.graph-data-content {
  align-items: flex-end;
  display: flex;
  height: 25vh;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 30px;
}

.graph-bar {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  margin: 0 15px;
  text-align: center;
}

.graph-label {
  background-color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  padding-top: 30px;
  position: relative;
}

.graph-scales .graph-label::before {
  content: "0";
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.graph-scales:last-child .graph-label {
  justify-content: flex-start;
}

.graph-value {
  background-color: #e40321;
}

.graph-data-legend {
  display: flex;
  justify-content: center;
}

.graph-data-legend-item {
  display: flex;
  margin-right: 1em;
}

.graph-data-legend-item:last-child {
  margin-right: 0;
}

.graph-data-legend-color {
  margin-right: 0.5em;
  height: 1em;
  width: 1em;
}

.chosen-container {
  position: relative;
  z-index: 1;
  width: 100% !important;
  margin-top: 24px;
}

.chosen-drop {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}

.chosen-results {
  max-height: 260px;
  overflow: auto;
  padding: 0 15px !important;
}

.chosen-choices li {
  position: relative;
  display: inline-block;
  padding: 0 18px 0 0 !important;
  margin: 0 25px 0 0 !important;
  cursor: pointer;
}

.chosen-choices li:before {
  display: none !important;
}

.search-choice-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  cursor: pointer;
  z-index: 1;
}

.search-choice-close:after {
  content: "x";
  color: red;
  text-align: center;
  display: block;
  font-weight: 600;
}

.chosen-results li {
  cursor: pointer;
}

.chosen-container .chosen-search-input {
  width: 100% !important;
}

.chosen-container .search-field {
  width: 100% !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.search-choice-close:hover:after {
  text-decoration: none;
}

.chosen-container-active .chosen-drop {
  display: block;
}

body .chosen-drop ul li:not(.gfield):not([class^="gchoice"]) {
  margin: 15px 0;
}

body .chosen-drop ul:not(.gfield_checkbox) {
  margin-bottom: 0;
}

.tag-container {
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
}

.single-room-inner figure {
  position: relative;
}

.tag-container .tag {
  margin-right: 5px;
  margin-top: 10px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  height: 24px;
  padding: 0 24px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  border-radius: 12px 12px 0 0;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.available-rooms-list .category-name {
  display: block !important;
}

/* 08-06-2020 - Css change to show gform 3 */
body.single-post .gform_wrapper {
  display: block !important;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.btn-primary {
  background-color: #ff0019;
  color: #fff;
}
.btn-new-primary {
  margin-top: 1em;
  padding: 16px 36px;
  height: auto;
  background-color: #e10019;
  line-height: 1em;
  font-size: 16px;
  border-radius: 32px;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}
.btn-new-secondary {
  padding: 16px 36px;
  height: auto;
  background-color: #fff;
  color: #e10019;
  line-height: 18px;
  font-size: 16px;
  border-radius: 32px;
  font-weight: 700;
  text-transform: none;  
}
.btn svg {
  vertical-align: bottom;
}
.btn-new-primary svg,
.btn-new-secondary:hover svg {
  fill: #fff;
}
.category-menu .btn-new-primary svg,
.premise-contact-box .btn-new-primary svg {
  stroke: #fff;
  fill: none;
}

/* .category-menu .contact-renter {
  opacity: 0;
  cursor: default;
  transition: opacity 0.4s ease;
} */
.category-menu.fixed .contact-renter {
  opacity: 1;
  cursor: pointer;
}
.btn-new-secondary svg {
  transition: fill .3s ease;
  fill: #e10019;
}
.btn.full-width {
  width: 100%;
}

.btn-primary:hover {
  background-color: #fff;
  color: #ff0019;
}

.box-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22;
  text-align: left;
  color: #333333;
  margin: 0 0 14px;
}

.available-rooms .single-room .single-room-inner,
.room-block .single-room .single-room-inner,
.our-areas-section .single-area .single-area-inner {
  cursor: pointer;
}

#map-api.clickable-map {
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s;
}

#map-api.clickable-map.has-indicator {
  background-size: cover;
  background-position: bottom;
}

#map-api.clickable-map:hover {
  opacity: 0.95;
  cursor: pointer;
}

.img-row {
  width: 100%;
  display: flex;
}

.par-bilder figure {
  width: 50%;
}

/* 08-06-2020 - Css change to show gform 3 */
@media only screen and (max-width: 1380px) {
  section#one-hundred-ideas .page .pdf {
    float: right;
    padding: 0 0 30px 30px;
    position: relative;
    right: auto;
    top: auto;
  }

  .mix-posts-section .single-post-block.development-block h6,
  .mix-posts-section .single-post-block.insta-block h6 {
    font-size: 29px !important;
  }

  /* section#one-hundred-ideas .page .content {
		width: calc(100% - 160px);
	} */
}

/* Added by HH */
@media (max-width: 1366px) {
  .tag-container .tag {
    font-size: 14px;
    margin-left: 3px;
    margin-right: 3px;
  }
}

@media only screen and (max-width: 1024px) {
  section#one-hundred-ideas .footer .content,
  section#one-hundred-ideas .table_of_contents .content {
    width: 100%;
  }

  section#one-hundred-ideas .group {
    padding: 0;
  }

  section#one-hundred-ideas .comment {
    padding: 90px 0;
  }

  section#one-hundred-ideas .table_of_contents .links {
    max-width: calc(100% - 150px);
  }

  section#one-hundred-ideas .table_of_contents .logo {
    bottom: 30px;
    right: 80px;
    width: 120px;
  }

  /*.map-room-section .available-rooms-slider .single-room {
	    width: 50%;
	    max-width: 100%;( Due to this slider not shown)
	    opacity: 1;
	}*/
}

@media only screen and (max-width: 860px) {
  section#one-hundred-ideas .wrapper {
    padding: 0 30px;
  }

  section#one-hundred-ideas .comment {
    padding: 0;
  }

  section#one-hundred-ideas .comment h4,
  section#one-hundred-ideas .comment .profile {
    width: 100%;
  }

  section#one-hundred-ideas .comment h4 {
    padding: 0;
  }

  section#one-hundred-ideas .comment .profile_image {
    border-radius: 0%;
    float: left;
    height: 330px;
    margin: 0 0 30px 0;
    width: 100%;
  }

  section#one-hundred-ideas .table_of_contents .logo {
    bottom: auto;
    left: 80px;
    right: auto;
    top: 30px;
    width: 100px;
  }

  section#one-hundred-ideas .table_of_contents .links {
    max-width: 100%;
  }

  section#one-hundred-ideas .footer .wrapper {
    padding: 50px 30px;
  }

  section#one-hundred-ideas .footer .wrapper .content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .room-block .direct-link-mobile {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .par-bilder figure {
    width: 100%;
    margin-bottom: 5px;
  }

  .img-row.par-bilder {
    display: block;
  }

  /*.filter-bar{display: none;}*/
}

@media (max-width: 640px) {
  .about-current-info-section .img-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-current-info-section .img-row figure:first-child {
    margin-bottom: 10px;
  }

  .about-current-info-section .img-row figure {
    margin: 0 0 10px 10px;
    flex: 0 0 100%;
  }
}

.btn-primary {
  background-color: #ff0019;
  color: #fff;
}

.btn-primary:hover {
  background-color: #fff;
  color: #ff0019;
}

.box-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22;
  text-align: left;
  color: #333333;
  margin: 0 0 14px;
}

.available-rooms .single-room .single-room-inner,
.room-block .single-room .single-room-inner,
.our-areas-section .single-area .single-area-inner {
  cursor: pointer;
}

#map-api.clickable-map {
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s;
}

#map-api.clickable-map.has-indicator {
  background-size: cover;
  background-position: bottom;
}

#map-api.clickable-map:hover {
  opacity: 0.95;
  cursor: pointer;
}

.img-row {
  width: 100%;
  display: flex;
}

.par-bilder figure {
  width: 50%;
}

@media (max-width: 768px) {
  #map-api.clickable-map.is-archive-area {
    background-position: right;
  }
}

.bold {
  font-weight: bold;
}

/* Read more */
.readmore-container {
  width: 100%;
  position: relative;
}

.readmore-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  left: 0;
  top: 0;
  z-index: 2;
  margin-top: -50px;
  background: -moz-linear-gradient(
    180deg,
    rgba(248, 246, 244, 0.7917542016806722) 0%,
    rgba(248, 246, 244, 1) 34%,
    rgba(248, 246, 244, 1) 54%,
    rgba(248, 246, 244, 0) 75%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(248, 246, 244, 0.7917542016806722) 0%,
    rgba(248, 246, 244, 1) 34%,
    rgba(248, 246, 244, 1) 54%,
    rgba(248, 246, 244, 0) 75%
  );
  background: linear-gradient(
    180deg,
    rgba(248, 246, 244, 0.7917542016806722) 0%,
    rgba(248, 246, 244, 1) 34%,
    rgba(248, 246, 244, 1) 54%,
    rgba(248, 246, 244, 0) 75%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f6f4", endColorstr="#f8f6f4", GradientType=1);
}

.readmore-container.expanded::before {
  display: none;
}

.promo-section .readmore-container {
  margin-top: -20px;
}

.readmore-container.expanded {
  margin-top: 20px;
}

.promo-section .readmore-container::before {
}

.readmore-container span {
  z-index: 2;
  position: relative;
}

*[id^="readlink"] {
  font-weight: normal;
  color: #000000;
  background: #f8f6f4;
  padding: 0px;
  border-bottom: 0px solid #2779bf;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
}

*[id^="readlink"]:hover {
  font-weight: normal;
  color: #2779bf;
  padding: 0px;
  border-bottom: 0px solid #2779bf;
}

*[id^="readlink"]:focus {
  outline: none;
  color: #000000;
}

.ui-tooltip {
  z-index: 990;
}

@media all and (min-width: 462px) {
  .filter-main.fixed .filter-bar.design04 {
    position: sticky;
    top: 116px;
  }

  body.page-template-archive-real_estate .filter-main.fixed {
    width: calc(95% - 14px);
    z-index: 999;
  }

  .map-rooms.float {
    margin-left: auto;
  }
}

.single-premise .breadcrumb-block ul {
  justify-content: left;
}

.single-premise .filter-bar.design04 .ui-accordion-header,
.single-premise .filter-bar.design07 .ui-accordion-header {
  padding: 16px 0;
}

.single-premise .single-detail-section .head-detail,
.single-premise .single-detail-section .head-detail h6,
.single-premise .single-detail-section .head-detail h1,
.single-premise .single-detail-section .head-detail h5 {
  text-align: left;
}

.single-premise .single-detail-section .head-detail h1 {
  margin-bottom: 0;
}

.single-premise .single-detail-section .head-detail h6.below-title {
  font-size: 18px;
  margin-top: 5px;
  text-transform: none;
}

.single-premise .category-menu ul {
  justify-content: left;
  align-items: left;
  text-align: left;
}

.single-premise .premise-details {
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  padding: 29px 0;
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  margin-bottom: 27px;
}

.single-premise .premise-details .block {
  min-width: 20%;
  font-size: 16px;
}

.premise-wrapper.flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.single-premise .premise-wrapper.flex .head-detail {
  margin-right: 38px;
  padding-top: 70px;
  width: 60%;
}

.premise-wrapper.flex .read_div {
  display: contents;
}

.premise-wrapper.flex .description {
  color: #333333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.61;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}

.single-premise .premise-wrapper.flex .right {
  flex: none;
  margin-left: auto;
  width: 370px;
  max-width: 100%;
  position: relative;
}

.single-premise .single-detail-section {
  overflow: visible;
  padding-top: 0;
}

.single-premise .premise-wrapper.flex .premise-contact-box {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  margin-top: 1em;
  margin-bottom: 2em;
  background-color: #fff;
}
.single-premise .premise-wrapper.flex .premise-contact-box.flyout {
  padding: 18px 24px;
  margin: 0;
}

.premise-contact-box .phone-numbers {
  max-height: 0px;
  padding: 0 !important;
  height: auto;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.premise-contact-box .phone-numbers.open {
  max-height: 100px;
}
.premise-contact-box .phone-numbers p {
  margin: .75em 0;
}
.single-premise .premise-wrapper.flex .premise-contact-box a {
  text-decoration: none !important;
}

.single-premise
  .premise-wrapper.flex
  .premise-contact-box
  .ui-accordion-content {
  padding: 30px 0px;
}

.page-template-vacant-premises .gform_confirmation_wrapper,
.single-premise .premise-wrapper.flex .gform_confirmation_wrapper {
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}

.single-premise
  .premise-wrapper.flex
  .premise-contact-box
  .ui-accordion-content
  .gform_footer {
  padding-bottom: 100px;
}

.single-premise
  .premise-wrapper.flex
  .premise-contact-box
  .ui-accordion-content
  .gfield_description {
  font-size: 12px;
  margin-bottom: 20px;
}

.single-premise
  .premise-wrapper.flex
  .premise-contact-box
  .filter-bar.design07
  .accordion-list
  .ui-checkboxradio-label {
  font-size: 12px;
  padding: 0;
}

.accordion-list-badge {
  display: inline-block;
  border-radius: 50%;
  float: right;
  height: 0.66em;
  width: 0.66em;
}

.accordion-list-description {
  font-size: 14px;
  padding-left: 4.143em;
}

.single-premise .filter-bar .document-box {
  margin-top: 22px;
  margin: 0;
  list-style-type: none;
}

.single-premise .filter-bar .document-box li a {
  color: #e10019;
}

.single-premise .ui-accordion .ui-accordion-content {
  padding: 1em 0;
  text-align: left;
}

.single-premise .fact-box {
  padding: 87px 50px 50px 50px;
  height: 100%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 14px 2px #e3e3e3;
}

.single-premise .fact-box .top-section {
  padding: 0 100px;
}

.single-premise .small-icons {
  display: flex;
  flex-flow: row;
  justify-content: center;
  /* margin: 0 -25px 70px; */
  flex-wrap: wrap;
  margin-top: 27px;
  margin-bottom: 45px;
}

.single-premise .similar-places-section h4 {
  font-size: 30px !important;
}

.single-premise .small-icons .icon {
  margin-right: 10px;
}

.single-premise .small-icons strong {
  margin-right: 8px;
}

.single-premise .small-icons .img-single {
  margin-right: 50px;
  margin-bottom: 16px;
  display: flex;
  cursor: default;
}

.single-premise .small-icons .img-single:hover {
  color: #333;
  text-decoration: none;
}

.single-premise .gfield_visibility_hidden {
  display: none;
}

.single-premise h3.gform_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.single-premise .gform_description {
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  text-align: center;
}


.single-premise #label_2_12_1,
.single-premise #label_12_12_1 {
  padding: 0 3em;
  line-height: 1.2;
}

.single-premise .ginput_container_textarea:after,
.single-premise .desc_text {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.single-premise .close-accordion {
  position: absolute;
  bottom: 0;
  margin-bottom: 50px;
  width: 100%;
  font-size: 17px;
  text-align: center;
  color: #aaa;
}

.single-premise .ginput_container textarea {
  height: 8em;
  padding: 24px 50px 24px 24px;
}

.single-premise .gfield_contact_method > label,
.single-premise .gfield_areas > label {
  margin-top: 20px;
}

.single-premise .premise-wrapper.flex h5.intro {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.45px;
  margin-bottom: 30px;
}

.single-premise .premise-wrapper.flex .premise-contact-box .staff-img {
  width: 150px;
  height: 150px;
  /* background-position: center; */
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
}

.single-premise .premise-wrapper.flex .premise-contact-box .staff-detail {
  text-align: center;
  padding: 16px 0 25px 0;
}

.single-premise .premise-wrapper.flex .premise-contact-box .staff-detail > div {
  padding: 5px 0;
}

.single-premise .premise-wrapper.flex .premise-contact-box .info01 {
  font-weight: bold;
  padding: 8px 0;
}
.single-premise .premise-wrapper.flex .premise-contact-box .info02 {
  margin-bottom: 24px;
}

.single-premise .fact-box .about-property-section .row01 .row01-inner {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.single-premise .fact-box .about-property-section {
  padding-bottom: 0;
}

.single-premise .fact-box .about-property-section .row01 .content {
  width: 50%;
  padding-left: 50px;
}

.single-premise .fact-box .about-property-section .row01 .bg-img {
  min-height: 513px;
  width: 50%;
  background-size: cover;
  background-position: center center;
}

.single-premise .fact-box .about-property-section .row01 .row01-inner .btn,
.single-premise .fact-box .about-property-section .row02 .row02-inner .btn {
  float: left;
  display: inline-block;
}

.single-premise .fact-box .about-property-section .row02 .row02-inner {
  max-width: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.single-premise .fact-box .about-property-section .row02 .content {
  width: 36%;
  padding-right: 50px;
}

.single-premise .fact-box .about-property-section .row01 .content span.area,
.single-premise .fact-box .about-property-section .row02 .content span.area {
  display: block;
}

@media (max-width: 640px) {
  .category-menu #categoy-outer-line {
    position: absolute;
    bottom: 0;
  }

  .premise-wrapper.flex {
    flex-flow: column;
  }

  .single-premise .fact-box {
    padding: 33px 15px;
  }

  .single-premise .fact-box .top-section {
    padding: 0;
  }

  .single-premise .fact-box .top-section .title {
    font-weight: bold;
    padding: 0;
  }

  .single-premise h3.title {
    font-size: 24px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.5;
  }

  .single-premise .small-icons {
    margin: 0;
  }

  .single-premise .small-icons {
    justify-content: left;
    flex-flow: column;
  }

  .single-premise .small-icons .img-single {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .single-premise .about-property-section {
    padding: 0;
  }

  .single-premise .fact-box .about-property-section .row01 .content {
    width: 100%;
    padding-left: 0;
  }

  .single-premise .fact-box .about-property-section .row01 .bg-img {
    min-height: 200px;
    width: 100%;
  }

  .single-premise .fact-box .about-property-section .row02 .content {
    width: 100%;
    padding-right: 0;
  }

  .single-premise .premise-wrapper.flex .premise-contact-box .inner-content {
    display: block !important;
  }

  .single-premise .premise-wrapper.flex .premise-contact-box {
    position: relative;
    margin-top: 40px;
    top: 0;
    z-index: 0;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: none;
  }

  .bilder-img-section h3.title {
    padding: 50px 0px 10px 0px;
  }

  .bilder-img-section .img-row .bilder-img-section--center {
    text-align: center;
    display: block;
  }

  .single-premise .bilder-img-section .img-row.light-box-block .actions {
    position: absolute;
    right: 0;
    width: auto;
  }

  .bilder-img-section
    .img-row.light-box-block
    .actions
    .icon-icon-ui-maximize:before {
    border: solid 1px #979797;
  }

  .bilder-img-section .img-row.video figure > div.wp-video video,
  .bilder-img-section .img-row.video-3d figure > iframe,
  .bilder-img-section .img-row.oembed figure > iframe {
    min-height: 300px;
  }

  /* Orders */
  .premise-wrapper.flex .head-detail {
    order: 0;
  }

  .premise-wrapper.flex .right {
    order: 3;
  }

  .premise-wrapper.flex .digital-showing-block {
    order: 4;
  }

  .premise-wrapper.flex .fact-development-section {
    order: 1;
  }

  .single-premise .premise-wrapper.flex .head-detail {
    width: 100%;
  }

  .category-menu ul li a:not(.btn) {
    text-transform: none;
  }

  .single-premise .premise-details {
    flex-flow: column;
  }

  .single-premise .premise-details .block:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 641px) {
  .single-premise .premise-wrapper.flex .premise-contact-box .flyout-bar {
    margin-bottom: 20px;
    display: none;
  }

  .single-premise
    .premise-wrapper.flex
    .premise-contact-box
    .flyout-bar
    h3
    > span {
    display: none;
  }

  .single-premise .premise-wrapper.flex .premise-contact-box.flyout {
    position: fixed;
    top: 83px;
    width: 450px;
    z-index: 999;
    overflow-y: scroll;
    max-height: 100%;
  }

  .single-premise
    .premise-wrapper.flex
    .premise-contact-box.flyout.closed
    .flyout-bar {
    margin-bottom: 0;
  }

  .single-premise .premise-wrapper.flex .premise-contact-box.flyout.closed {
    box-shadow: none;
  }

  .single-premise
    .premise-wrapper.flex
    .premise-contact-box.flyout
    .flyout-bar {
    max-width: none;
    padding: 0;
    display: block;
    flex-wrap: wrap;
    color: #e10019;
    background-color: transparent;
    box-shadow: none;
  }

  .single-premise .premise-wrapper.flex .premise-contact-box .flyout-bar h3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #e10019;
    cursor: pointer;
    margin: 0;
    margin-top: 0;
    padding: 0 36px;
    font-size: 18px;
    font-weight: bold;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  }

}

/* Cookiebot custom styling  */

#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
}

#CookiebotWidget,
#CookiebotWidget * {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
}


.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}
.responsive-table thead td:last-child {
  border: 0px none;
}

@media (max-width: 600px) {
  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
      display: block;
  }

  .responsive-table thead {
      display: none;
  }

  .responsive-table tr {
      margin-bottom: 15px;
      border: 1px solid #ddd;
  }

  .responsive-table td {
      text-align: right;
      position: relative;
      padding-left: 50%;
  }

  .responsive-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 10px;
      width: 45%;
      padding-left: 10px;
      font-weight: bold;
      text-align: left;
  }
}

.grid-popup-container{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  padding: 0;
}

.grid-popup-container .grid-element{
  margin: 15px;
  width: calc(33.33% - 30px);
  box-shadow: 0 1px 12px 0 rgba(143, 143, 143, 0.3);
  background-color: #fff;
}
.grid-popup-container .grid-element .grid-element-inner{
  padding: 0 30px;
}

.grid-popup-container .grid-element a{
  cursor: pointer;
}

.grid-popup-container .grid-element .grid-element-inner .grid-element-title{
  font-family: "akzidenz-grotesk", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  margin: 20px 0px 20px;
}

.grid-popup-container .grid-element .grid-element-inner .grid-element-title a{
  color: #333333;
  text-decoration: none;
}

.grid-popup-container .grid-element .grid-element-inner .grid-element-title a:hover{
  color:#0078bf;
}



.grid-popup-container .grid-element .grid-element-inner .grid-element-text{
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  color: #333333;
  margin-bottom: 10px;
}

.grid-popup-container .grid-element .grid-element-inner .action-block{
  text-align: right;
  font-size: 30px;
  padding: 16px 0;
  margin-top: 10px;
}
.grid-popup-container .grid-element .grid-element-inner .action-block a{
  color:#333333;
  text-decoration: none;
}
.grid-popup-container .grid-element .grid-element-inner .action-block a:hover{
  text-decoration: none;
  color:#0078bf;
}

.popup-items{
  display: none;
  max-width: 700px;
  padding:50px 20px;
}

@media screen and (max-width: 1024px) {
  .grid-popup-container .grid-element{
    width: calc(50% - 30px);
  }
  .popup-items{
    max-width: 600px;
    padding:30px 20px;
  }
}  

@media screen and (max-width: 768px) {
  .grid-popup-container .grid-element{
    width: calc(100% - 30px);
  }
  .popup-items{
    max-width: 400px;
    padding:20px 20px;
  }
}