/* 1.1 General */
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("animate.css");
@import url("hover.css");
@import url("magnific-popup.css");
@import url("owl.carousel.css");
@import url("owl.transitions.css");
@import url("settings.css");
@import url("layers.css");
@import url("navigation.css"); 
/* @import url(https://db.onlinewebfonts.com/c/997558c492079033de54ba7c382635f4?family=Univers+LT+Std+39+Thin+Ultra+Condensed); */
/* @import url(https://db.onlinewebfonts.com/c/e24a79f6c95b50866d9d9dee1f05a20e?family=Univers+LT+Std+85+Extra+Black); */
@font-face {
  font-family: "Univers LT lite";
  src: url("../../../../../im_firmi/104764/imc/UniversLTStd-45-Light.woff2")
      format("woff2"),
    url("../../../../../im_firmi/104764/imc/UniversLTStd-45-Light.woff")
      format("woff"),
    url("../../../../../im_firmi/104764/imc/UniversLTStd-45-Light.ttf")
      format("truetype"),
    url("../../../../../im_firmi/104764/imc/UniversLTStd-45-Light.svg#UniversLTStd-45-Light")
      format("svg");
  /* font-weight: 300; */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT 75";
  src: url("../../../../../im_firmi/104764/imc/UniversLT-75-Black.woff2")
      format("woff2"),
    url("../../../../../im_firmi/104764/imc/UniversLT-75-Black.woff")
      format("woff"),
    url("../../../../../im_firmi/104764/imc/UniversLT-75-Black.ttf")
      format("truetype"),
    url("../../../../../im_firmi/104764/imc/UniversLT-75-Black.svg#UniversLT-75-Black")
      format("svg");
  /* font-weight: bold; */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT Std 85 Extra Black";
  src: url("../../../../../im_firmi/104764/imc/Univers-LT-Std-85-Extra-Black.eot");
  src: url("../../../../../im_firmi/104764/imc/Univers-LT-Std-85-Extra-Blackd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../../../../../im_firmi/104764/imc/Univers-LT-Std-85-Extra-Black.woff2")
      format("woff2"),
    url("../../../../../im_firmi/104764/imc/Univers-LT-Std-85-Extra-Black.woff")
      format("woff"),
    url("../../../../../im_firmi/104764/imc/Univers-LT-Std-85-Extra-Black.eot#Univers LT Std 85 Extra Black")
      format("svg");
}

@font-face {
  font-family: "Univers LT Std 39 Thin Ultra Condensed";
  src: url("../../../../../im_firmi/104764/imc/UniversLTStd-ThinUltraCn.woff2")
      format("woff2"),
    url("../../../../../im_firmi/104764/imc/UniversLTStd-ThinUltraCn.woff")
      format("woff"),
    url("../../../../../im_firmi/104764/imc/UniversLTStd-ThinUltraCn.ttf")
      format("truetype"),
    url("../../../../../im_firmi/104764/imc/UniversLTStd-ThinUltraCn.svg#Univers LT Std 39 Thin Ultra Condensed")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  font-family: "Univers LT lite", sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: #58585a;
  font-weight: 300;
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering:optimizeQuality;
    -ms-interpolation-mode: nearest-neighbor;
}
.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ed1a3b;
}
::selection {
  background-color: #ed1a3b;
  color: #fff;
}
-webkit-::selection {
  background-color: #ed1a3b;
  color: #fff;
}
::-moz-selection {
  background-color: #ed1a3b;
  color: #fff;
}
/* 1.2 Typography */
h1,
.h1 {
  font-family: "Univers LT 75", sans-serif;
  font-weight: 400;
  font-size: 8vmin;
  line-height: 1.2;
  text-transform: uppercase;
  color: #58585a;
}
h2,
.h2 {
  font-family: "Univers LT 75", sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  text-transform: uppercase;
  color: #58585a;
}
h3,
.h3 {
  font-family: "Univers LT 75", sans-serif;
  font-size: 1.875em;
  line-height: 1.1;
  /*font-weight: normal;*/
  font-weight: 600;
  color: #58585a;
}
h4,
.h4 {
  font-family: "Univers LT 75", sans-serif;
  font-size: 1em;
  /*font-size: 1.125em;*/
  line-height: 1.35;
  /*font-weight: normal;*/
  font-weight: 600;
  color: #58585a;
  text-transform: uppercase;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
  color: inherit;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 1.6em;
}
b,
strong {
  font-family: "Univers LT 75", sans-serif;
}
ul {
  list-style: none;
  padding-left: 0;
}
a {
  color: #c5a47e;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a:hover,
a:focus {
  color: #c5a47e;
  outline: none;
}
a:focus {
  text-decoration: none;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
/* 1.3 Fields */
.contacts {
  margin-top: 4em;
}
.section-form {
  margin: 4em 0;
}
.section-form-2 {
  margin: 2em 0;
}
.form-control,
textarea.form-control {
  font-size: 1em;
  height: 3.625em;
  border-radius: 0.75em;
  padding-left: 22px;
  color: #666666;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
textarea.form-control {
  height: 7.9em;
  padding-top: 1.1em;
  resize: none;
}
.form-control:focus {
  border-color: #c5a47e;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666666;
}
.form-control::-webkit-input-placeholder {
  color: #666666;
}
.form-control.error {
  border-color: #c5a47e;
}
.form-group {
  margin-bottom: 10px;
}
.wobble-error {
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
  animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}
label.error {
  display: none !important;
}
/* 1.4 Buttons */
.btn {
  font-family: "Univers LT lite", sans-serif;
  font-weight: bold;
  position: relative;
  display: inline-block;
  border: 0.2em solid #ed1a3b;
  border-radius: 2px;
  padding: 1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ed1a3b;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}
.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #cc9f6b;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.btn .icon-next {
  position: relative;
  top: -0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}
.btn-gray {
  background-color: #f2f2f2;
  color: #a7a7a7;
}
.btn-shadow-1 {
  /*box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);*/
}
.btn-shadow-2 {
  /*box-shadow: 0 15px 34px rgba(197, 164, 126, 0.5);*/
}
/* 1.5 Icons */
.icon-next {
  display: inline-block;
  width: 0.94em;
  height: 0.75em;
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: 0.94em 0.75em;
}
.icon-prev {
  display: inline-block;
  width: 0.94em;
  height: 0.75em;
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: 0.94em 0.75em;
}
.btn .icon-prev {
  position: relative;
  top: -0.1em;
  margin-right: 1.3em;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C compliant browsers */
}
/* 1.6 Loader */
.loader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fff;
  text-align: center;
}
.loader .page-lines .line {
  background-color: #ededed;
}
.loader-brand {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c5a47e;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* 1.7 Content styles */
.layout {
  position: relative;
  overflow: hidden;
}
.text-primary {
  color: #c5a47e;
}
.page-lines {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-lines .col-line {
  padding: 0;
}
.page-lines .line {
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color: #f4f4f4;
}
.page-lines .col-line:last-child .line:last-child {
  left: auto;
  right: 0;
}
.row-base {
  margin-top: -3em;
}
.col-base {
  margin-top: 3em;
}
.section {
  position: relative;
  /*  margin-top: 7.1em;*/
  margin-top: 0em;
  margin-bottom: 7.1em;
}
.section-header {
  position: relative;
}
.section-title {
  text-align: center;
  margin: 0;
  margin-left: 0.32em;
}
.fade-title-left,
.fade-title-right {
  font-family: "Univers LT lite", sans-serif;
  font-weight: 700;
  font-size: 10.8em;
  line-height: 1;
  color: #000;
  position: absolute;
  left: 0;
  top: 0.03em;
  opacity: 0.035;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fade-title-right {
  left: 100%;
}
.section-content {
  margin-top: 7.1em;
}
.section-content-2 {
  margin-top: 2em;
}
.entry ul {
  list-style: disc;
  margin: 10px 30px;
}
.content {
  margin-top: 5rem;
}
/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/
.header-line h1 {
  /* background: #c5a47e; */
  margin: 0 auto !important;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20%;
  opacity: 0.9;
  font-size: 70px;
  letter-spacing: 12px;
}
.header-line-no-bgr h1 {
  background: none;
  margin: 0 auto !important;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20%;
  opacity: 0.9;
  font-size: 6vmin;
}
.main-header h1.small-title {
  padding-left: 20%;
  padding-right: 0%;
  font-size: 36px;
}
#sub_page_title01 {
  padding-right: 20%;
}
#sub_page_title01 span {
  display: none;
}
.header-inner .vertical-panel-content {
  bottom: auto;
  /*  top: 12.2vmin;*/
  top: 25vmin;
}
.header-inner .vertical-panel-title {
  letter-spacing: 0.4em;
}
.project-info-km {
  font-family: "Univers LT lite", sans-serif;
  font-weight: bold;
  font-size: 2vmin;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #e31936;
}
/* 2.1 Brand */
.brand-panel {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 27vmin;
    height: 23vmin;
    padding: 2vmin 2em 2vmin;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-inner .brand-panel {
  height: 40vmin;
}
.brand {
  display: inline-block;
  font-family: "Univers LT lite", sans-serif;
  font-weight: 700;
  font-size: 4vmin;
  line-height: 1;
  color: #58585a;
}
.brand:hover,
.brand:focus {
  color: #58585a;
  text-decoration: none;
}
.brand img {
  max-width: 200px;
}
.brand-name {
  position: absolute;
  z-index: -1;
  bottom: -0.4em;
  right: -0.37em;
  font-family: "Univers LT lite", sans-serif;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  opacity: 0.05;
}
.slide-number {
  font-family: "Univers LT lite", sans-serif;
  margin-top: 8vmin;
}
.slide-number .current-number {
  font-size: 8vmin;
  letter-spacing: 0.1em;
  line-height: 1;
}
.slide-number sup {
  display: inline-block;
  position: relative;
  top: -3px;
  font-size: 2vmin;
  letter-spacing: 0.1em;
  color: #58585a;
  vertical-align: top;
  margin-left: 0.46em;
}
.slide-number sup .delimiter {
  display: inline-block;
  margin-right: 0.4em;
}
.header-phone {
  font-family: "Univers LT lite", sans-serif;
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 50vmin;
  top: 5.9vmin;
}
.header-phone a {
  color: #fff;
  text-decoration: none;
}
.header-phone a:hover {
  color: #fff;
  text-decoration: none;
}
.project-details-last {
  /*background-color: #fefefe;*/
  padding: 3em 3em 3em;
  color: #56565a;
  font-family: "Univers LT lite", sans-serif;
  font-weight: 200;
  font-size: 1em;
  line-height: 1.5;
  text-transform: none;
  /*box-shadow: 0px 0px 10px #d6d6d6;*/
}
.project-details-last h2 {
  font-family: "Univers LT lite", sans-serif;
  font-size: 1.1em;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.project-details-last h3 {
  font-family: "Univers LT lite", sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  font-weight: unset !important;
  line-height: normal;
  margin: 0;
  color: #56565a;
}
.project-details-last p {
  margin-bottom: 1.1em;
}
@media (max-width: 480px) {
  .header-phone {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-phone {
    display: none;
  }
}
/* 2.2 Vertical Panel */
.vertical-panel,
.vertical-panel-content {
  position: absolute;
  width: 5vmin;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vertical-panel {
  z-index: 3;
  height: 10000px;
  background-color: #f6f5f3;
}
.vertical-panel-content {
  z-index: 4;
}
.vertical-panel-info {
  margin-bottom: 3.5vmin;
}
.vertical-panel-info-projects {
  margin-bottom: 25vmin;
}
.vertical-panel-info .line,
.vertical-panel-info-projects .line {
  height: 5vmin;
  width: 1px;
  margin: 15px auto 0;
  background-color: #c5c4c2;
}
.vertical-panel-title {
  /*font-family: 'Univers LT lite', sans-serif;*/
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #58585a;
  position: relative;
  left: -6px;
  margin: 0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.social-list {
  margin-bottom: 3.5vmin;
}
.social-list li {
  margin-top: 3.8vmin;
}
.social-list li a {
  text-transform: uppercase;
}
.social-list .fa {
  font-size: 2.4vmin;
  color: #c5c4c2;
}
.social-list .fa:hover {
  color: #c5a47e;
  text-decoration: none;
}
#contact_form {
  margin-top: 8em;
}
.socials {
    position: absolute;
    left: 270px;
    bottom: 0;
}
.socials a i {
    font-size: 1.8rem;
    color: #ffffff;
    display: inline-block;
    margin: 0 5px 0 0;
}
nav.affix .socials {
    left: 200px;
    bottom: 10px;
 
}
nav.affix .socials a i {
    font-size: 1.8rem;
    color: #000;
 
}
/* 2.3 Navbar Desctop */
.navbar-desctop {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3.5vmin 0 0;
  /* background: #56565a; */
}
.navbar-desctop .brand {
  display: none;
  position: relative;
  float: left;
  /*  top: -0.22em;*/
  top: -0.2em;
  /*  font-size: 1.6em;*/
}
.navbar-desctop a.brand img {
  width: 150px;
}
.header-home .navbar-desctop-menu {
  float: right;
  font-family: "Univers LT lite", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: flex-end;
}
.header-inner .navbar-desctop-menu {
  float: right;
  font-family: "Univers LT lite", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: 0;
  border-bottom: 1px solid #58585a;
  display: flex;
  justify-content: flex-end;
}
.navbar-desctop-menu li {
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active > a {
  color: #40ae49;
}
.navbar-desctop-menu > li {
  float: left;
  margin-left: 5em;
}
.header-home .navbar-desctop-menu > li > a {
  color: #ffffff;
  background-color: transparent;
}
.header-inner .navbar-desctop-menu > li > a {
  color: #58585a;
  background-color: transparent;
}
.navbar-desctop-menu li ul {
  position: absolute;
  z-index: 10;
  left: 100%;
  top: 60%;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-desctop-menu > li > ul {
  left: -20px;
  margin-top: 0;
}
.navbar-desctop-menu li:hover > ul {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.navbar-desctop-menu > li:hover > ul {
  top: 100%;
}
.navbar-desctop-menu li li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar-desctop-menu li li:last-child {
  border-bottom: 0;
}
.navbar-desctop-menu li li a {
  color: #000;
  padding: 12px 20px 10px;
}
.navbar-desctop-menu > li:nth-child(3) ul,
.navbar-desctop-menu > li:nth-child(4) ul {
  display: none;
}
.navbar-desctop-menu::before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #ed1a3b;
    border-radius: 50%;
    position: relative;
    left: -10px;
    bottom: -29px;
}
/* 2.4 Navbar Desctop Affix */
.navbar-desctop.affix {
  position: fixed;
  z-index: 1075;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1em 0 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.navbar-desctop.affix.affix-top {
  padding-top: 2.2em;
}
.navbar-desctop.affix .brand {
  display: inline-block;
}
.navbar-desctop.affix .navbar-desctop-menu li a {
  color: #000;
}
.navbar-desctop.affix .navbar-desctop-menu li > a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active > a {
  color: #c5a47e;
}
.navbar-desctop.affix .navbar-desctop-menu {
  border: none;
}
.navbar-desctop.affix .navbar-desctop-menu::before {
  display: none;
}
/* 2.5 Navbar Mobile */
/*
.navbar-mobile {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  padding: 6vmin 0;
}
*/
.navbar-mobile {
  position: absolute;
  left: 0;
  position: fixed;
  z-index: 5;
  padding: 0.4em 0;
  right: 0;
}
.navbar-mobile .brand {
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}
.navbar-collapse {
  background-color: #fff;
}
@media (max-height: 320px) {
  .navbar-collapse {
    max-height: 240px;
  }
}
.navbar-toggle {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
  height: 2px;
  width: 30px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggle.collapsed .icon-bar {
  background-color: #40ae49;
}
.navbar-nav-mobile {
  font-family: "Univers LT lite", sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
}
.navbar-nav-mobile li {
  position: relative;
  border-top: 1px solid #ececec;
}
.navbar-nav-mobile li a {
  display: block;
  padding: 1em 1em;
  color: #000;
  text-decoration: none;
}
.navbar-nav-mobile > .current > a {
  color: #c5a47e;
}
.navbar-nav-mobile li a .fa-angle-down {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.navbar-nav-mobile > .current > a .fa-angle-down {
  top: -0.2em;
  left: -0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navbar-nav-mobile > .active > a,
.navbar-nav-mobile > .active > a:hover {
  background-color: #c5a47e;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-nav-mobile ul {
  display: none;
}
.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active > a {
  color: #c5a47e;
}
.navbar-nav-mobile li ul {
padding-left: 13px;
}
/* 2.6 Navbar Mobile Affix */
.navbar-mobile.affix {
  position: fixed;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  /*  padding: 1.2em 0;*/
  padding: 0.4em 0;
}
.navbar-mobile.affix .brand {
  display: inline-block;
}
.navbar-mobile.affix a.brand img {
  width: 50px;
}
.navbar-mobile.affix .navbar-toggle .icon-bar {
  background-color: #40ae49;
}
/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/
.main {
  position: relative;
  /*overflow: hidden;*/
  min-height: 420px;
  top: -80px;
}
.main-inner {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 33.7vmin 0 17vmin;
}
.main-inner:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #171717;
  /*opacity: 0.6;*/
  opacity: 0;
}
.main-projects,
.main-contacts {
  padding: 30vmin 0 30vmin;
}
.main-news {
  padding: 0vmin 0 0vmin;
  /* border-bottom: 40px solid #c5a47e;
  background: #c5a47e; */
}
.main-project {
  padding: 33.7vmin 0 11vmin;
  background-size: cover;
  background-position: center 0;
}
.main-contacts:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  /*opacity: 0.4;*/
  opacity: 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(39, 39, 39, 0.95) 0%,
    rgba(39, 39, 39, 0.95) 26%,
    rgba(39, 39, 39, 0.6) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    rgba(39, 39, 39, 0.95) 0%,
    rgba(39, 39, 39, 0.95) 26%,
    rgba(39, 39, 39, 0.6) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.main-header {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}
.main-header h1 {
  color: #fff;
  margin: 0;
  margin-right: -0.32em;
}
.main-header h1.small {
  color: #fff;
  margin: 0;
  margin-right: -0.32em;
  font-size: 5rem;
  margin-left: 35rem !important;
  text-transform: none;
}
.main-inner .page-lines {
  z-index: 1;
  opacity: 0.15;
}
.main-inner .page-lines .line {
  border-color: #fff;
}
.main-blog .page-lines,
.main-projects .page-lines,
.main-project .page-lines,
.main-contacts .page-lines {
  opacity: 0.08;
}
.projects {
  position: relative;
  z-index: 4;
}
.news-list {
  -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 15%);
  box-shadow: 0 0 16px rgb(0 0 0 / 15%);
  padding: 10px;
  min-height: 300px;
  margin-bottom: 30px;
}
.news-list a {
  display: block;
  color: #58585a;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  font-family: "Univers LT lite", sans-serif;
}
.news-list .news-img {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-list .news-img img {
  transition: 300ms;
}
.news-list .news-img img:hover {
  opacity: 0.8;
}
.news-list .date {
  margin-bottom: 5px;
}
.home-news .news-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #58585a;
  font-weight: 600;
}
.news-item {
  line-height: 18px;
  margin-bottom: 15px;
  /* clear: both; */
  /* height: 66px; */
  /* float: inherit; */
  display: table;
}
.news-item .news-thumb {
  /* float: left; */
  /* overflow: hidden; */
  margin-right: 10px;
  /* max-height: 66px; */
}
.news-item .news-thumb img {
  /* width: 100px; */
  /* height: 65px; */
  display: block;
  margin-bottom: 20px;
}
.news-item .news-thumb img:hover {
  opacity: 0.9;
}
.news-item span.date {
  display: block;
  font-size: 15px;
  color: #c5a47e;
  font-weight: 500;
}
.news-item .hews-text {
  float: none;
}
.news-item .hews-text strong a {
  font-family: "Univers LT lite", sans-serif;
  display: block;
  color: #58585a;
  font-weight: 300;
}
.news-date {
  display: block;
  font-size: 17px;
  color: #c5a47e;
  font-weight: 500;
}
.news-detail-image {
  float: left;
  width: 500px;
  padding-right: 15px;
}
.news-detail-image-340 {
  float: left;
  width: 340px;
  padding-right: 15px;
}
.news-detail-image-450 {
  float: left;
  width: 450px;
  padding-right: 15px;
}
.news-detail-image-400 {
  float: left;
  width: 400px;
  padding-right: 15px;
}
.small-image {
  width: 290px !important;
}
.news-detail-image-290 {
  float: left;
  width: 290px;
  padding-right: 15px;
}
.date {
  font-size: 16px;
  color: #c5a47e;
  font-weight: 500;
}
.holder-data-news {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin: 50px -15px;
  justify-content: center;
}
.holder-data-news div {
  display: block;
  padding-bottom: 20px;
  width: auto;
  text-align: center;
  color: #c5a47e;
  position: relative;
}
.holder-data-news div .btn-details {
  margin-top: 30px;
}
.see-project {
  display: block !important;
}
.holder-data-news div.zavurshenost strong {
  padding-left: 55px;
}
.holder-data-news strong {
  font-size: 118px;
  font-family: "Univers LT lite", sans-serif;
  font-weight: normal;
  display: inline-block;
  -webkit-transform: scale(1, 1.2);
  -moz-transform: scale(1, 1.2);
  -ms-transform: scale(1, 1.2);
  -o-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
}
.holder-data-news i {
  font-size: 70px;
  font-family: "Univers LT lite", sans-serif;
  font-variant: normal;
  font-style: italic;
}
.holder-data-news span {
  display: block;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "Univers LT lite", sans-serif;
  color: #56555d;
}
.holder-data-news a:hover span {
  color: #fff;
}
.holder-data-news .project-img {
  height: 235px;
}
.holder-data-news span.project-title {
  background: #ffffffba;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.holder-data-news a {
  display: block;
  width: 350px;
  text-align: center;
  margin: 0 auto;
}
.holder-data-news a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #c5a47e;
  color: #fff;
}
.btn-details.video-btn {
  padding-top: 20px;
}
.other-news {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
}
.other-news .col-about-title {
  display: block;
}
.other-news .news-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #58585a;
  font-weight: 600;
}
.other-news .news-item {
  line-height: 18px;
  margin-bottom: 15px;
  width: 380px;
}
.other-news .news-item .news-thumb {
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.other-news .news-item .news-thumb img {
  width: 100px;
  height: 70px;
}
.other-news .news-item .news-thumb img:hover {
  opacity: 0.9;
}
.other-news .news-item span.date {
  display: block;
  font-size: 15px;
  color: #c5a47e;
  font-weight: 500;
}
.other-news .news-item .hews-text {
  float: none;
}
.other-news .news-item .hews-text strong a {
  display: block;
  color: #58585a;
}
.other-news .news-date {
  display: block;
  font-size: 17px;
  color: #c5a47e;
  font-weight: 500;
}
/* 3.1 Slider */
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
  /*    background: #c5a47e!important;
    opacity: 0.9!important;*/
}
.rev_slider {
  color: #fff;
  min-height: 420px;
}
.rev_slider .btn {
  -webkit-transition: background-color 0.3s ease-out !important;
  transition: background-color 0.3s ease-out !important;
  background: #ed1a3b !important;
}
.tp-caption {
  padding: 0 20px;
  text-align: right;
}
/*.arrow-left, .arrow-right {
    position: absolute;
    z-index: 4;
    bottom: 4vh;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
.arrow-left,
.arrow-right {
  position: absolute;
  z-index: 4;
  bottom: -4vh;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.arrow-left {
  right: 12vmin;
  padding-left: 0em;
}
.arrow-right {
  right: 15px;
}
.arrow-left:after,
.arrow-right:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-family: "Univers LT lite", sans-serif;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #57585d;
}
.arrow-left:after {
  content: "Prev";
}
.arrow-right:before {
  content: "Next";
}
.arrow-left:before,
.arrow-right:after {
  content: "";
  display: inline;
  vertical-align: middle;
  width: 1.3em;
  height: 1em;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.arrow-left:hover:before,
.arrow-right:hover:after {
  opacity: 1;
}
.arrow-left:before {
  /*background: url(../img/img-icon/prev.png) 0 0 no-repeat;
    background-size: 1.3em 1em;*/
  margin-right: 0.82em;
  content: "\276e";
  color: #56575c;
  font-size: 16px;
  font-weight: bold;
}
.arrow-right:after {
  /*background: url(../img/img-icon/next.png) 0 0 no-repeat;
    background-size: 1.3em 1em;*/
  margin-left: 0.72em;
  color: #56575c;
  content: "\276f";
  font-size: 16px;
  font-weight: bold;
}
.slide-title {
  /*font-family: 'Univers LT lite', sans-serif;
    font-size: 50px;*/
  font-size: 40px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.slide-subtitle {
  font-size: 18px;
  line-height: 1.7;
}
/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */
.bg-about {
  background: url(../img/about.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.entry {
  margin: 3.2em 0;
}
.entry-title {
  font-size: 2em;
  margin: 0 0 1em;
}
.entry-text {
  font-size: 1.6em;
  line-height: 1.6;
}
.about .fade-title-left {
  top: 1em;
}
.col-about-title {
  margin-top: 0;
  margin-bottom: 0.8em;
  padding: 0 15px;
}
.col-about-info p:first-child {
  margin-bottom: 1em;
}
.col-about-info p:last-child {
  margin-bottom: 20px;
}
.col-about-img {
  position: relative;
}
.col-about-img img {
  display: block;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
/* 4.1 Services */
.row-services {
  margin-left: -4.1em;
  margin-right: -4.1em;
}
.col-service {
  padding: 0 4.1em;
}
.service-item {
  margin-bottom: 2em;
}
.service-item:last-child {
  margin-bottom: 0;
}
.service-item h4 {
  margin-top: 0.8em;
  margin-bottom: 1.1em;
}
.services .service-item h4 {
  margin-top: 1.25em;
}
.service-item p:last-child {
  margin-bottom: 0;
}
/* 4.2 Object Map */
.objects {
  position: relative;
}
.object-label {
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #e5bf93;
  border-radius: 50%;
  cursor: pointer;
}
.popover.top {
  margin-top: -20px;
}
.object-info {
  position: absolute;
  display: none;
  z-index: 1;
  left: 50%;
  bottom: 40px;
  width: 12.4em;
  margin-left: -6.2em;
  padding: 1.1em 1.3em 3em;
  border: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.object-info.in {
  display: block;
}
.object-info:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0, 0, 0, 0.6);
}
.object-title {
  font-size: 1em;
  font-family: "Univers LT lite", sans-serif;
  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c5a47e;
  padding: 0 0 1em;
  border-bottom: 1px solid rgba(249, 249, 249, 0.2);
  margin: 0 0 0.5em;
}
.object-content {
  font-family: "Univers LT lite", sans-serif;
  font-size: 0.75em;
  line-height: 2.6;
  color: #fff;
  padding: 0;
}
.popover.top > .arrow {
  border-top-color: transparent;
}
.popover.top > .arrow:after {
  border-top-color: rgba(0, 0, 0, 0.6);
}
/* ------------------------------------------------------------------------------- */
/*  5. Projects
/* ------------------------------------------------------------------------------- */
.bg-projects {
  position: relative;
  background: url(../img/projects.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.project {
  padding: 0;
  overflow: hidden;
  /*float: right;*/
}
.project figure {
  position: relative;
}
.project figure img {
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}
.project figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.project.project-light figure:after {
  opacity: 0.6;
}
.blog-thumbnail-img.project figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.project figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 3.2em 1em;
}
.project-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-family: "Univers LT lite", sans-serif;
  font-weight: 600;
  /*font-weight: normal;*/
  font-size: 1.56em;
  line-height: 1.45;
  /*letter-spacing: 0.07em;  */
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.project-title .sale {
  margin-top: 100px;
  background-color: rgba(197, 164, 126, 0.84);
  padding: 0px 10px;
  text-align: center;
}
.project-title .sale strong {
  font-size: 32px;
  font-family: "Univers LT lite", sans-serif;
}
.project-title .sale i {
  font-style: normal;
  font-size: 24px;
  font-family: "Univers LT lite", sans-serif;
}
.project-title .sale span {
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  font-family: "Univers LT lite", sans-serif;
}
.project-category {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -0.8em;
  font-family: "Univers LT lite", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sold {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 11em;
  font-family: "Univers LT lite", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #b19778;
  letter-spacing: 0.5em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.project-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9em;
  height: 9em;
  margin: -4.5em;
  border-radius: 50%;
  background-color: rgba(197, 164, 126, 0.84);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.project-zoom:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625em;
  height: 2.625em;
  background: url(../img/img-icon/zoom.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project figure:hover:after {
  opacity: 0;
}
.project figure:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.project figure:hover .project-title {
  top: 30px;
  opacity: 0;
}
.project figure:hover .project-category {
  opacity: 0;
  letter-spacing: 2em;
}
.project figure:hover .sold {
  opacity: 0;
  letter-spacing: 2em;
}
.project figure:hover .project-zoom {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.go_to_project_details {
  display: block;
  height: 100%;
}
.go_to_project_details:hover {
  display: block;
  height: 100%;
  position: relative;
  z-index: 9999;
}
.timeline_progress {
  position: absolute;
  top: 135px;
  left: 0;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.timeline_result {
  border: 1px solid #c2a17c;
  padding: 1px;
  margin-top: 20px;
}
.timeline_result div {
  font-size: 0;
  background: rgba(197, 164, 126, 0.84);
  padding: 3px 4px;
  color: #000;
}
.project figure:hover .timeline_progress {
  opacity: 0;
}
.project-stats-1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.56em;
  line-height: 1.45;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.project-stats-2 {
  position: absolute;
  top: 100px;
  left: 0;
  margin: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.56em;
  line-height: 1.45;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.project-stats-1 .sale,
.project-stats-2 .sale {
  margin-top: 100px;
  background-color: rgba(197, 164, 126, 0.84);
  padding: 0px 10px;
  text-align: center;
  width: 210px;
}
.project-stats-1 .sale strong,
.project-stats-2 .sale strong {
  font-size: 32px;
  font-family: "Univers LT lite", sans-serif;
}
.project-stats-1 .sale i,
.project-stats-2 .sale i {
  font-style: normal;
  font-size: 24px;
  font-family: "Univers LT lite", sans-serif;
}
.project-stats-1 .sale span,
.project-stats-2 .sale span {
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  font-family: "Univers LT lite", sans-serif;
}
.project figure:hover .project-stats-1,
.project figure:hover .project-stats-2 {
  top: 30px;
  opacity: 0;
}
.project-stats {
  margin: 40px auto;
}
.project-stats .title {
  clear: both;
  background-color: #fff;
  color: #56555d;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
.project-stats .timeline_progress-project {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}
.project-stats .timeline_result-project {
  border: 1px solid #c5a47e;
  padding: 1px;
  background: #fff;
}
.timeline_result-project div {
  font-size: 13px;
  background-image: linear-gradient(to right, #c5a47e, #f4cea2);
  padding: 0px 10px;
  color: #fff;
  font-weight: bold;
}
.mar-80 {
  margin-bottom: 40px;
}
.timeline_result-project-date {
  display: flow-root;
}
.timeline_result-project-date .start {
  float: left;
}
.timeline_result-project-date .end {
  float: right;
}
.timeline_result-project-date .start span {
  width: max-content;
  background: #c5a47e;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 5px;
  margin-bottom: 2px;
  border-radius: 2px;
}
.timeline_result-project-date .end span {
  width: max-content;
  background: #c5a47e;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 5px;
  margin-bottom: 2px;
  border-radius: 2px;
}
.timeline_result-project-date .start strong {
  padding-left: 10px;
  font-size: 13px;
}
.timeline_result-project-date .end strong {
  float: left;
  padding-right: 10px;
  font-size: 13px;
  padding-top: 3px;
}
.timeline_result-project-tooltip {
  background: #ffffff !important;
  color: #fff;
}
.timeline_result-project-tooltip span {
  background: #c5a47e;
  display: block;
  width: 150px;
  padding: 5px 10px;
  margin-top: 8px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 14px;
}
.timeline_result-project-tooltip span:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid rgb(197, 164, 126);
  border-right: 1px solid rgb(197, 164, 126);
  position: absolute;
  top: -5px;
  background-color: #c5a47e;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.timeline_result-project-tooltip-2 {
  color: #fff;
  position: absolute;
  top: 2px;
  z-index: 2;
}
.timeline_result-project-tooltip-2 span {
  background: #c5a47e;
  display: block;
  width: 150px;
  padding: 5px 10px;
  margin-top: 8px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 14px;
}
.timeline_result-project-tooltip-2 span:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid rgb(197, 164, 126);
  border-right: 1px solid rgb(197, 164, 126);
  position: absolute;
  left: -5px;
  top: 22px;
  background-color: #c5a47e;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.project-stats-111 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.56em;
  line-height: 1.45;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
.project-stats-222 {
  position: absolute;
  top: 120px;
  left: 0;
  margin: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.56em;
  line-height: 1.45;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
.project-stats-333 {
  position: absolute;
  top: 240px;
  left: 0;
  margin: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.56em;
  line-height: 1.45;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
.project-stats-111 .sale,
.project-stats-222 .sale,
.project-stats-333 .sale {
  margin-top: 130px;
  color: #c5a47e;
  line-height: 70px;
}
.project-stats-111 .sale span,
.project-stats-222 .sale span,
.project-stats-333 .sale span {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Univers LT lite", sans-serif;
  display: block;
  line-height: 0px;
  font-weight: normal;
}
.project-stats-111 .sale strong,
.project-stats-222 .sale strong,
.project-stats-333 .sale strong {
  font-size: 74px;
  font-family: "Univers LT lite", sans-serif;
  display: inline-block;
  -webkit-transform: scale(1, 1.2);
  -moz-transform: scale(1, 1.2);
  -ms-transform: scale(1, 1.2);
  -o-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
}
.project-stats-111 .sale i {
  font-size: 36px;
  font-family: "Univers LT lite", sans-serif;
  font-variant: normal;
  font-style: normal;
}
.project figure:hover .project-stats-111 {
  top: 30px;
  opacity: 0;
}
.project figure:hover .project-stats-222 {
  top: 90px;
  opacity: 0;
}
.project figure:hover .project-stats-333 {
  top: 150px;
  opacity: 0;
}
/*@media only screen and (max-width:768px) {
   .project figure:hover .project-category {
    opacity: 1;
}
.project figure:hover .project-zoom {
    opacity: 1;
} 
.project figure:after {
    display: none;
}
.project figure:hover:after {
    opacity: 1;
}
.project.project-light figure:after {
    display: none;
}
.project-zoom {
    width: 19em;
    height: 19em;
    margin: -8.5em;
    overflow: visible;
    opacity: 1;
}
}*/
/* Breadscrump */
.breadcrumbs {
  background: #f6f5f3;
  padding: 5px 20px;
  margin: 0 20px 30px 20px;
  color: #8a8a8a;
}
.breadcrumbs a {
  font-size: 16px;
  color: #56565a;
  font-weight: 500;
}
.breadcrumbs a:hover {
  text-decoration: none;
  border-bottom: 1px solid #56565a;
}
.breadcrumbs span {
  font-size: 16px;
  color: #56565a;
  font-weight: 500;
}
/* 5.1 Carousel */
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  font-family: "Univers LT lite", sans-serif;
  font-size: 1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}
.owl-prev {
  left: 0.8em;
  padding-left: 35px;
  background: url(../img/img-icon/prev.png) left 50% no-repeat;
  background-size: 1.3em 1em;
}
.owl-next {
  left: auto;
  right: 0.8em;
  padding-right: 35px;
  background: url(../img/img-icon/next.png) right 50% no-repeat;
  background-size: 1.3em 1em;
}
/* 5.2 Magnific popup */
.mfp-figure {
  box-shadow: none;
}
.mfp-iframe-scaler {
  overflow: visible;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}
img.mfp-img {
  min-height: 460px;
}
.mfp-title {
  padding-right: 40px;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
.mfp-counter {
  top: 5px;
}
.mfp-bg {
  background-color: #141414;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  display: none;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  display: none;
}
.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0) rotateY(60deg);
  -o-transform: scale(0) rotateY(60deg);
  transform: scale(0) rotateY(60deg);
}
.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: url(../img/zoom-out.php), zoom-out;
}
.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 5.3 Project Details */
.project-title-info {
  font-family: "Univers LT lite", sans-serif;
  font-weight: bold;
  font-size: 2vmin;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  /* margin-top: 2.2em; */
  margin-top: 0em;
  margin-left: 0em;
}
.project-title-info .project-info-item {
  display: inline-block;
  margin-left: 1.8em;
}
.project-details-item,
.project-details-item-custum {
  position: relative;
}
.project-details-item-custum {
  clear: both;
}
.project-details-img {
  position: relative;
  padding: 0;
}
.project-details-info {
  background-color: #c5a47e;
  padding: 3em 3em 3em;
  color: #fff;
}
.project-details-map .project-details-info {
  padding: 0.5em 0.5em 0.3em 0.5em;
}
.video {
  position: relative;
  left: -10px;
}
.project-details-title {
  position: relative;
  font-family: "Univers LT lite", sans-serif;
  font-weight: 200;
  font-size: 1em;
  line-height: 1.5;
  text-transform: none;
  color: #fff;
  margin: 0 0 0.7em;
}
.project-details-title:before {
  content: "";
  position: absolute;
  bottom: -0.35em;
  width: 10em;
  border-top: 1px solid #ededed;
  left: -4.4em;
  /*    width: 5.5em;*/
}
.project-details-descr {
  font-size: 1.1em;
  line-height: 1.62;
}
.project-details-descr p:last-child {
  margin-bottom: 0;
}
.project-details-item:nth-child(even) .project-details-info {
  right: 0;
  left: auto;
  top: 13%;
  background-color: #56565a;
}
/*.project-details-descr a {
    color: #ffffff;
}*/
.project-details-logo img {
  margin: 100px auto 50px auto;
  width: 280px;
}
/* ------------------------------------------------------------------------------- */
/*  6. Experience
/* ------------------------------------------------------------------------------- */
.experience {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 0px;
}
.experience img {
  /*    margin: 0 auto;*/
  float: right;
}
.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}
.text-parallax-content {
  font-family: "Univers LT lite", sans-serif;
  font-weight: 700;
  font-size: 18.5em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  color: #363636;
  mix-blend-mode: lighten;
  margin-left: 20px;
}
.experience-info {
  position: relative;
  top: -0.75em;
  font-family: "Univers LT lite", sans-serif;
  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin: 0 0 0 0.5em;
}
/* ------------------------------------------------------------------------------- */
/*  7. Clients
/* ------------------------------------------------------------------------------- */
.clients {
  text-align: center;
}
.clients-list {
  margin: -3.8em -1.95em 0;
}
.clients-list .client {
  display: inline-block;
  vertical-align: middle;
  padding: 3.8em 1.95em 0;
  margin: 0;
}
.clients-list .client img {
  opacity: 0.2;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.clients-list .client a:hover img {
  opacity: 1;
}
/* ------------------------------------------------------------------------------- */
/*  8. Blog
/* ------------------------------------------------------------------------------- */
.bg-blog {
  background: url(../img/blog.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.blog {
  position: relative;
  margin-bottom: 3em;
  padding-top: 4em;
  margin-right: 1px;
  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}
.blog:last-child {
  margin-bottom: 0;
  /*  min-height: 800px;*/
}
.blog-thumbnail {
  position: static;
}
.blog-thumbnail-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0;
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 0;
}
.blog-thumbnail-img img {
  border-radius: 0.25em 0.25em 0 0;
}
.blog-info {
  padding: 1em 3em 3em 1em;
  position: relative;
}
.blog-tags {
  font-family: "Univers LT lite", sans-serif;
  margin-top: -0.8em;
}
.blog-tags a {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.77em 1.1em 0.77em;
  border-radius: 2em;
  background-color: #ededed;
  text-transform: uppercase;
  color: #6f6f6f;
  margin-top: 0.8em;
  margin: 0.8em 0.7em 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.blog-tags a:hover {
  background-color: #c5a47e;
  text-decoration: none;
  color: #fff;
}
.blog-title {
  /*     font-family: 'Univers LT lite', sans-serif; */
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.333;
  margin: 1.8em 0 0.8em;
}
.blog-txt {
  text-align: justify;
  padding-bottom: 10px;
  font-size: 15px;
}
.blog-info p {
  margin-bottom: 0;
}
.blog-meta {
  font-size: 0.88em;
  color: #b4b4b4;
  overflow: hidden;
}
.blog-meta .author {
  float: left;
}
.blog-meta .author a {
  font-family: "Univers LT lite", sans-serif;
  color: #b4b4b4;
}
.blog-meta .author a:hover {
  text-decoration: none;
  color: #c5a47e;
}
.blog-meta .time {
  float: right;
}
.blog-info .blog-meta {
  border-top: 1px solid #ededed;
  margin-top: 1.7em;
  padding-top: 1.7em;
}
.read-more {
  display: inline-block;
  /*     font-family: 'Univers LT lite', sans-serif; */
  font-size: 0.88em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.read-more {
  padding-right: 2em;
  background: url(../../../../../im_firmi/29/imc/read-more-white.png) right 50%
    no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.read-more {
  color: #ffffff;
}
.read-more:hover {
  text-decoration: none;
  background-position: 95% 50%;
}
.blog-info .read-more {
  margin-top: 2.8em;
}
.blog-info .send-recuest {
  margin-top: 2.8em;
}
.ah-logo {
  /* width: 30px; */
  /* position: relative; */
  /* top: 0; */
  /* left: 120px; */
}
/* 8.1 Blog Details */
.blog-details {
  margin: 10.2em 0 8.3em;
}
.col-secondary {
  margin-top: 7.1em;
}
.post-header {
  margin: 2em 2em;
  border-bottom: 1px solid #ededed;
}
.post-header h3 {
  /* font-family: 'Univers LT lite', sans-serif; */
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.43;
  margin: 0 0 0 0;
}
.post-header .blog-meta {
  margin-top: 2.45em;
}
.post-thumbnail {
  margin-bottom: 2.5em;
}
.post-thumbnail img {
  width: 100%;
  border-radius: 0.25em;
}
.post .blog-tags {
  margin-top: 5.4em;
}
/* 8.2 Widgets */
.widget {
  margin-bottom: 3.65em;
}
.widget-title {
  font-family: "Univers LT lite", sans-serif;
  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2.25em 0;
}
/* 8.3 Widget Recent Post */
.recent-post {
  margin-bottom: 1.7em;
  overflow: hidden;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post-thumbnail {
  width: 9.32em;
  float: left;
}
.recent-post-thumbnail img {
  border-radius: 0.25em;
  max-width: 100%;
}
.recent-post-body {
  padding-left: 11.2em;
}
.recent-post-title {
  font-family: "Univers LT lite", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  position: relative;
}
.recent-post-time {
  font-size: 0.88em;
  color: #b4b4b4;
  margin-top: 0.9em;
}
/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */
.bg-contacts {
  background: url(../img/contacts.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.bg-contacts {
  background-color: #c5a47e;
}
.contacts .fade-title-right {
  left: 90%;
}
.row-field {
  margin-left: -5px;
  margin-right: -5px;
}
.col-field {
  padding: 0 5px;
}
.col-message {
  display: none;
  margin-top: 20px;
}
.col-address {
  font-size: 1.125em;
  line-height: 2.1;
  margin-top: 2em;
}
.form-submit {
  margin-top: 1.2em;
}
.success-message {
  display: none;
}
.error-message {
  display: none;
}
.success-message .fa {
  margin-right: 7px;
  font-size: 1.5em;
}
.contact-details {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}
.col-map {
  height: 35em;
}
.gmap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
}
.map-info {
  padding: 1.2em;
}
.map-title {
  margin-bottom: 2em;
}
.map-title h3 {
  margin: 0;
}
.map-address-row {
  margin-top: 1em;
}
.map-address-row .fa {
  float: left;
  margin: 0.35em 0.6em 0 0;
  width: 1.1em;
  text-align: center;
  color: #c5a47e;
  font-size: 1.2em;
}
.map-address-row .text {
  display: block;
  overflow: hidden;
  font-size: 1.15em;
}
.contact-info {
  color: #fff;
  padding: 0;
  background: url(../img/contact-details.jpg) 50% no-repeat;
  background-size: cover;
}
.contact-info-content {
    padding: 5.5em 5.6em;
    background-color: #e3e6c7;
    color: #58585a;
}
.contact-info-content a {
    color: #58585a;
}
.contact-info-title {
  font-family: "Univers LT lite", sans-serif;
  font-size: 80px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.1;
  position: absolute;
  top: 100%;
  left: 100%;
  margin-top: -0.5em;
  margin-left: -2.3em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.contact-row {
  position: relative;
  z-index: 1;
  margin-bottom: 2.3em;
}
.contact-row:last-child {
  margin-bottom: 0;
}
.contact-row h4 {
  margin: 0 0 0.8em;
  color: #58585a;
}
.contact-row .fa {
  float: left;
  width: 1.1em;
  margin-top: -0.15em;
  padding: 1px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.25;
}
.contact-body {
  padding-left: 2.6em;
}
.contact-content {
  font-size: 1.3em;
}
.contact-content a {
  color: #58585a;
}
.contact-content a:hover {
  color: #58585a;
}
.phone-row {
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}
.phone-row a {
  color: #58585a;
  text-decoration: none;
}
.phone-row a:hover {
  color: #58585a;
  text-decoration: none;
}
/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */
.footer {
  text-align: center;
  padding: 3em 0 1em;
  font-size: 14px;
  color: #58585a;
  background: #e3e6c7;
}
.footer a {
  color: #58585a;
}
.footer .brand {
  margin-top: -0.45em;
  font-size: 3.4em;
}
.footer h4 {
  font-size: 18px;
  text-align: center;
}
ul.footer-menu {
  margin-top: 10px;
}
ul.footer-menu li a {
  font-size: 15px;
}
.author-link {
  font-family: "Univers LT lite", sans-serif;
  color: #58585a;
}
.author-link:hover {
  text-decoration: none;
}
.footer-adress div {
  margin: 7px 0 15px;
}
.footer-adress-1 {
  margin-top: 87px;
}
/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */
@media (min-width: 1600px) {
  .arrow-left {
    top: 100vmin !important;
    bottom: auto;
  }
  .arrow-right {
    left: 28vmin;
    right: auto;
    margin-left: 1em;
    top: 100vmin !important;
    bottom: auto;
  }
}
/* 11.1 Min width 768px */
@media (min-width: 768px) {
  html {
    font-size: 85%;
  }
  /* Slider */
  /*    .arrow-left {
        top: 43.5vmin;
        bottom: auto;
    }
    .arrow-right {
        left: 28vmin;
        right: auto;
        margin-left: 5em;
        top: 43.5vmin;
        bottom: auto;
    }*/
  .arrow-left {
    /* top: 96vmin;
        bottom: auto;*/
    top: auto;
    bottom: -30px;
  }
  .arrow-right {
    left: auto;
    right: 1vmin;
    margin-left: 1em;
    /*top: 96vmin;
        bottom: auto;*/
    top: auto;
    bottom: -30px;
  }
  /* About */
  .entry {
    /*        padding: 0 7.5em;*/
    padding: 0 2.5em;
  }
  .col-about-spec {
    padding: 0 4.4em;
  }
  /* Project Carousel */
  .owl-prev {
    left: 3.6em;
  }
  .owl-next {
    right: 3.6em;
  }
  /* Projects Deatails */
  .project-details {
    /*      margin-top: 7.1em;*/
  }
  .project-details-item {
    margin-bottom: 7.1em;
  }
  .project-details-map {
    margin-bottom: 7.1em;
    position: relative;
  }
  .project-details-map-big {
    margin-bottom: 7.1em;
    position: relative;
  }
  .project-details-map-big .map-container {
    background-color: #56565a;
    padding: 0.7em 0.7em 0em 0.7em;
  }
  .project-details-info {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 13%;
    /*  bottom: 13%;*/
    width: 55%;
  }
  .project-details-item:nth-child(odd) .project-details-img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-details-item:nth-child(even) .project-details-img {
    padding-right: 15px;
    padding-left: 15px;
  }
  .project-details-txt {
    margin-bottom: 5em;
  }
}
/* 11.2 Min width 992px */
@media (min-width: 992px) {
  html {
    font-size: 92%;
  }
  /* Content styles */
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-left-md {
    text-align: left;
  }
  /* Navbar Mobile */
  .navbar-mobile {
    position: absolute;
    left: -50000px;
    top: -50000px;
  }
  /* About */
  .col-about-img {
    padding-left: 0;
    left: -5px;
  }
  .col-about-img img {
    max-width: calc(100% + 5px);
  }
  /* Project Details */
  .project-details-item:nth-child(odd) .project-details-img {
    padding-left: 5px;
    padding-right: 15px;
  }
  .project-details-item:nth-child(even) .project-details-img {
    padding-right: 5px;
    padding-left: 15px;
  }
  /* Blog Details */
  .col-primary {
    padding-right: 2.2em;
  }
  .col-secondary {
    margin-top: 10.62em;
    margin-left: -5px;
    padding: 0 10px 0 0;
  }
  /* Contacts */
  .row-field {
    margin-left: -15px;
  }
  .col-map {
    position: static;
    height: 100%;
  }
}
/* 11.3 Min width 1200px */
@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
  /* Header */
  .main-header {
    padding-left: 0;
  }
  /* Project Details */
  .project-details-info {
    width: 44%;
  }
}
/* 11.4 Max height 480px  */
@media (max-height: 480px) {
  /* Slider */
  /*    .arrow-left {
        top: 43.5vmin;
        bottom: auto;
    }
    .arrow-right {
        left: 28vmin;
        right: auto;
        margin-left: 5em;
        top: 43.5vmin;
        bottom: auto;
    }*/
  .arrow-left {
    top: 106.5vmin;
    bottom: auto;
  }
  .arrow-right {
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 106.5vmin;
    bottom: auto;
  }
}

@media (max-width: 480px) {
  .brand-panel {
    margin: 1vmin 1em 1vmin 1em;
    /* width: 30vmin;
    height: 30vmin; */
  }
  .brand-panel a.brand img {
    width: 100px;
  }
  .header-inner .brand-panel {
    height: auto;
  }
  .header-inner .line,
  .header-inner .social-list {
    display: none;
  }
  .breadcrumbs {
    padding: 5px 10px;
    margin: 0 0px 30px 0px;
  }
  .breadcrumbs a {
    font-size: 12px;
  }
}
/* FLOOR LINKS */
.floor-links:link,
.floor-links:visited {
  font-family: "Univers LT lite", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  display: block;
  float: left;
  background-color: #fff;
  color: #58585a;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #c5a47e;
  outline: 1px solid #fff;
  padding: 0.3em;
}
.floor-links:active,
.floor-links:hover {
  background-color: #56565a;
  color: #fff;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #c5a47e;
  outline: 1px solid #fff;
  padding: 0.3em;
  text-decoration: none;
  transform: scale(1.1);
  -webkit-transition: background-color 1s ease-out !important;
  -moz-transition: background-color 1s ease-out !important;
  -o-transition: background-color 1s ease-out !important;
  transition: background-color 1s ease-out !important;
}
/* END FLOOR LINKS */
.btn-details {
  padding: 0 15px;
}
.holder-btns-down-center {
  display: flex;
  flex-direction: row;
  align-items: center !important;
  margin: 15px -15px 140px -15px;
  justify-content: center !important;
}
.holder-btns-down {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin: 15px -15px 140px -15px;
  justify-content: space-between;
}
.holder-btns-down-center {
  display: table;
  margin: 15px auto;
  text-align: center;
}
.btn.pdf {
  padding: 0.8em 2.2em;
}
.container-100 {
  width: 100%;
  margin: 50px 0;
}
.flex-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flex-img .img-50 {
  max-width: 50%;
  padding-right: 1%;
}
.flex-img .img-50:last-child {
  max-width: 50%;
  padding-right: 0%;
}
.project-details-item-flex {
  margin-bottom: 1.2em !important;
}
.right {
  float: left;
  clear: right;
}
.left {
  float: left;
  clear: left;
}
.btn-details a {
  width: 350px;
}
.btn-details a:link,
.btn-details a:visited {
  color: #fff;
}
.btn-details a:active,
.btn-details a:hover {
  opacity: 0.8;
}
a.pdf img {
  width: 20px;
  margin: 0px;
}
.holder-data-build-center {
  display: flex;
  flex-direction: row;
  align-items: center !important;
  margin: 50px -15px;
  justify-content: center !important;
}
.holder-data-build {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin: 50px -15px;
  justify-content: space-between;
}
.holder-data-build a {
  display: block;
  padding-bottom: 20px;
  width: 350px;
  text-align: center;
}
.holder-data-build a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #c5a47e;
  color: #fff;
}
.holder-data-build div {
  display: block;
  padding-bottom: 20px;
  width: 350px;
  text-align: center;
  color: #c5a47e;
}
.holder-data-build div.zavurshenost strong {
  padding-left: 55px;
}
.holder-data-build strong {
  font-size: 118px;
  font-family: "Univers LT lite", sans-serif;
  font-weight: normal;
  display: inline-block;
  -webkit-transform: scale(1, 1.2);
  -moz-transform: scale(1, 1.2);
  -ms-transform: scale(1, 1.2);
  -o-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
}
.holder-data-build i {
  font-size: 70px;
  font-family: "Univers LT lite", sans-serif;
  font-variant: normal;
  font-style: italic;
}
.holder-data-build span {
  display: block;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "Univers LT lite", sans-serif;
  color: #56555d;
}
.holder-data-build a:hover span {
  color: #fff;
}
.mfp-title {
  display: none;
}
.compass-set {
  text-align: right;
  color: #d2232a;
  font-family: "Univers LT lite", sans-serif;
}
.compass-set span {
  /*     border-bottom: 1px solid #d2232a; */
  /* display: inline-block; */
}
.compass-set img {
  max-width: 32px;
  height: 32px;
  vertical-align: middle;
}
.builds {
  margin: 0 0px 30px 0;
}
.sgrada-A-off {
  background: url(../../../../../im_firmi/29/imc/sgrada-A-red.png) no-repeat;
  width: 227px;
  height: 133px;
  display: inline-block;
}
.sgrada-B-off {
  background: url(../../../../../im_firmi/29/imc/sgrada-B-red.png) no-repeat;
  width: 227px;
  height: 133px;
  display: inline-block;
}
.sgrada-A {
  background: url(../../../../../im_firmi/29/imc/sgrada-A.png) no-repeat;
  width: 227px;
  height: 133px;
  display: inline-block;
}
a.sgrada-A:hover {
  background: url(../../../../../im_firmi/29/imc/sgrada-A-red.png) no-repeat;
  width: 227px;
  height: 133px;
  display: inline-block;
}
a.sgrada-B {
  background: url(../../../../../im_firmi/29/imc/sgrada-B.png) no-repeat;
  width: 228px;
  height: 133px;
  display: inline-block;
}
a.sgrada-B:hover {
  background: url(../../../../../im_firmi/29/imc/sgrada-B-red.png) no-repeat;
  width: 228px;
  height: 133px;
  display: inline-block;
}
.main-header-no-bgr h1 {
  background: none;
  display: none;
}
.border-shadow-bottom {
  border-top: 5px solid #505050;
  -webkit-box-shadow: 0px 6px 8px #505050;
  -moz-box-shadow: 0px 6px 8px #505050;
  box-shadow: 0px 6px 8px #505050;
  margin-top: -1px;
  margin-left: 16px;
}
.underground-garage li:before {
  content: "|";
  color: #d2232a;
  font-weight: 500;
  margin: 0px 5px 0px 0px;
  float: left;
  display: inline-block;
}
.underground-garage {
  margin: 50px 35px 0px 0px;
  vertical-align: top;
  color: #505050;
  font-size: 24px;
}
.underground-garage li a {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
  font-weight: normal;
  padding: 4px;
}
.underground-garage li a:hover {
  outline: 1px solid #444444;
  padding: 4px;
}
.underground-garage li a.sold-app {
  outline: 1px solid #d2232a;
  color: #d2232a;
  text-decoration: line-through;
  padding: 4px;
  cursor: not-allowed;
  pointer-events: none;
}
.underground-garage li a.sold-app:hover {
  outline: 1px solid #d2232a;
  color: #d2232a;
  text-decoration: line-through;
  padding: 4px;
}
.empty-floor:before {
  content: "&nbsp;";
  color: #fff !important;
}
.apps-and-floors:before {
  content: "|";
  color: #d2232a;
  font-weight: 500;
  margin: 0px 5px 0px 0px;
}
.apps-and-floors {
  display: none;
  margin: 50px 35px 0px 0px;
  vertical-align: top;
  color: #505050;
  font-size: 24px;
}
.apps-and-floors li a {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
  font-weight: normal;
  padding: 4px;
}
.apps-and-floors li a:hover {
  outline: 1px solid #444444;
  padding: 4px;
}
.apps-and-floors li a.sold-app {
  outline: 1px solid #d2232a;
  color: #d2232a;
  text-decoration: line-through;
  padding: 4px;
}
.apps-and-floors li a.sold-app:hover {
  outline: 1px solid #d2232a;
  color: #d2232a;
  text-decoration: line-through;
  padding: 4px;
}
.apps-and-floors .tooltip {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #444444;
  text-decoration: none;
  font-weight: 100;
  padding: 4px;
  opacity: 1;
}
.apps-and-floors .tooltip .tooltiptext {
  visibility: hidden;
  width: 185px;
  height: auto;
  background-color: #555;
  color: #fff;
  border: 0;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 40%;
  margin-left: -85px;
  opacity: 0;
  transition: opacity 0.3s;
}
.apps-and-floors .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.apps-and-floors .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*   START  GRID TOOLTIP   */
.grid .tooltip,
.grid72-A-s .tooltip,
.grid72-A-n .tooltip,
.grid86-B-s .tooltip,
.grid-garage-A .tooltip {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: "Univers LT lite", sans-serif;
  font-size: 18px;
  color: #444444;
  text-decoration: none;
  font-weight: 100;
  padding: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0px !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.grid .tooltip .tooltiptext,
.grid72-A-s .tooltip .tooltiptext,
.grid72-A-n .tooltip .tooltiptext,
.grid86-B-s .tooltip .tooltiptext,
.grid-garage-A .tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  height: 80px;
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 5px 3px 0px 10px;
  position: absolute;
  z-index: 1;
  bottom: 113%;
  left: 55%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 0.3s;
}
.grid .tooltip .tooltiptext::after,
.grid72-A-s .tooltip .tooltiptext::after,
.grid72-A-n .tooltip .tooltiptext::after,
.grid86-B-s .tooltip .tooltiptext::after,
.grid-garage-A .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.grid .tooltip:hover .tooltiptext,
.grid72-A-s .tooltip:hover .tooltiptext,
.grid72-A-n .tooltip:hover .tooltiptext,
.grid86-B-s .tooltip:hover .tooltiptext,
.grid-garage-A .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 0.8;
}
.grid a.sold-app,
.grid2 a.sold-app,
.grid3 a.sold-app,
.grid72-A-s a.sold-app,
.grid72-A-n a.sold-app,
.grid72-A-s a.sold-app,
.grid86-B-s a.sold-app,
.grid-garage-A .blok1 a.sold-app,
.grid-garage-A .blok2 a.sold-app,
.grid-garage-A .blok3 a.sold-app {
  outline: none;
  color: #666;
  text-decoration: line-through;
  cursor: not-allowed;
  pointer-events: none;
}
/*.grid a.sold-app:hover {
    outline: none;
    color: #d2232a;
    text-decoration: line-through;
    padding: 4px;
}*/
/*   END  GRID TOOLTIP   */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*.txt-up-right {
    background: #fff;
    color: #C4181B;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    outline: 1px solid #fff;
    border: 1px solid #555;
    padding: 3px;
    float: right;
}*/
.txt-up-right {
  color: #fff;
  text-transform: lowercase;
  font-weight: 300;
  font-size: 15px;
  text-align: right;
  padding: 12px 6px 0px 0px;
  float: right;
}
.txt-up-left {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  padding: 0px;
  float: left;
  vertical-align: middle;
  margin: 0px 0px 5px 0px;
}
.txt-up-left em {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-style: normal !important;
}
.txt-up-left i {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal !important;
}
.small {
  color: #a2a2a2;
  text-transform: capitalize;
  font-size: 12px;
  text-align: left;
  padding: 0px;
  float: left;
  clear: both;
  margin: 0;
}
.small-type {
  color: #a2a2a2;
  text-transform: capitalize;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  clear: both;
  float: right;
  position: relative;
  top: -18px;
  right: 8px;
  bottom: 0;
  width: 60px;
}
.border-bottom {
  border-bottom: 1px solid #6b6b6b;
  clear: both;
  margin: 1px 0;
}
.free {
  /*color: #00C610;*/
  color: #fff;
}
/* Building grids */
.grid {
  width: 1169px;
  margin-top: 30px;
  margin-left: 30px;
}
.grid:after {
  content: "";
  clear: both;
}
.grid > div {
  width: 346px;
  height: 90px;
  border: 1px solid #666;
  float: left;
  box-sizing: border-box;
  margin: -1px -1px 0px 0px;
  background-color: antiquewhite;
}
.grid div a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
}
.grid > div:first-child a:hover,
.grid > div:nth-child(2) a:hover,
.grid > div:nth-child(3) a:hover,
.grid > div:nth-child(4) a:hover {
  background-color: #dddddd;
}
.grid > div:nth-child(n + 21) a:hover {
  background-color: #dddddd;
}
.grid div a:hover {
  background-color: #f5e0c5;
}
.grid > div:first-child {
  width: 119px;
  margin-left: 75px;
  background: #eeeeee;
  border-left: 3px solid;
  border-top: 3px solid;
}
.grid > div:nth-child(2),
.grid > div:nth-child(3) {
  background: #eeeeee;
  border-top: 3px solid;
}
.grid > div:nth-child(4) {
  width: 119px !important;
  margin-right: 0px !important;
  background: #eeeeee;
  border-right: 3px solid;
  border-top: 3px solid;
}
.grid > div:nth-child(5),
.grid > div:nth-child(6),
.grid > div:nth-child(7),
.grid > div:nth-child(8) {
  border-top: 3px solid;
}
.grid > div:nth-child(17),
.grid > div:nth-child(18),
.grid > div:nth-child(19),
.grid > div:nth-child(20) {
  border-bottom: 3px solid;
}
.grid div:nth-child(4n + 5) {
  width: 159px;
  margin-left: 35px;
  border-left: 3px solid;
}
.grid div:nth-child(4n + 4) {
  width: 159px;
  margin-right: 0px;
  border-right: 3px solid;
}
.grid div:nth-child(21) {
  clear: left;
  margin-left: 35px;
  background-color: #eeeeee;
  width: 60px;
  border-left: 1px solid #acacac;
  border-right: 3px solid;
}
.grid div:nth-child(30) {
  margin-right: 0px;
  width: 60px !important;
  border-left: 3px solid !important;
  border-right: 1px solid #acacac;
}
.grid div:nth-child(n + 22) {
  width: 116px;
  background-color: #eeeeee;
}
.grid div:nth-child(22) {
  width: 100px;
}
.grid div:nth-child(28) {
  width: 115px;
}
.grid div:nth-child(29) {
  width: 100px;
}
.grid div:nth-child(24) {
  margin-right: -1px !important;
  border-right: 1px solid;
}
.grid div:nth-child(n + 25) {
  margin-left: 0px !important;
  border-left: 1px solid;
}
.grid div:nth-child(28) {
  margin-right: 0px;
  border-right: none;
}
.grid ul.floor {
}
.grid ul.floor li,
.grid72-A-s ul.floor li,
.grid72-A-n ul.floor li,
.grid86-B-s ul.floor li {
  position: absolute;
  bottom: 90px;
  left: -50px;
  border-right: 4px solid #e31936;
  height: 30px;
  vertical-align: top;
  color: #e31936;
  font-size: 14px;
}
.grid ul.floor li span,
.grid72-A-s ul.floor li span,
.grid72-A-n ul.floor li span,
.grid86-B-s ul.floor li span {
  border-right: 2px solid red;
  display: inline-block;
  height: 30px;
  margin-right: 1px;
}
.grid ul.floor li:nth-child(1),
.grid72-A-s ul.floor li:nth-child(1),
.grid72-A-n ul.floor li:nth-child(1),
.grid86-B-s ul.floor li:nth-child(1) {
  bottom: 1px;
  left: -21px;
}
.grid ul.floor li:nth-child(2),
.grid72-A-s ul.floor li:nth-child(2),
.grid72-A-n ul.floor li:nth-child(2),
.grid86-B-s ul.floor li:nth-child(2) {
  bottom: 90px;
}
.grid ul.floor li:nth-child(3),
.grid72-A-s ul.floor li:nth-child(3),
.grid72-A-n ul.floor li:nth-child(3),
.grid86-B-s ul.floor li:nth-child(3) {
  bottom: 178px;
}
.grid ul.floor li:nth-child(4),
.grid72-A-s ul.floor li:nth-child(4),
.grid72-A-n ul.floor li:nth-child(4),
.grid86-B-s ul.floor li:nth-child(4) {
  bottom: 266px;
  left: -49px;
}
.grid ul.floor li:nth-child(5),
.grid72-A-s ul.floor li:nth-child(5),
.grid72-A-n ul.floor li:nth-child(5),
.grid86-B-s ul.floor li:nth-child(5) {
  bottom: 355px;
  left: -55px;
}
.grid ul.floor li:nth-child(6),
.grid72-A-s ul.floor li:nth-child(6),
.grid72-A-n ul.floor li:nth-child(6),
.grid86-B-s ul.floor li:nth-child(6) {
  bottom: 445px;
  left: -55px;
}
.grid ul.floor-label li,
.grid72-A-s ul.floor-label li,
.grid72-A-n ul.floor-label li,
.grid86-B-s ul.floor-label li {
  position: absolute;
  bottom: 90px;
  right: -58px;
  font-size: 14px;
  height: 30px;
  color: #e31936;
  text-transform: lowercase;
  border-left: 4px solid #e31936;
}
.grid ul.floor-label li span,
.grid72-A-s ul.floor-label li span,
.grid72-A-n ul.floor-label li span,
.grid86-B-s ul.floor-label li span {
  border-left: 2px solid red;
  display: inline-block;
  height: 30px;
  margin-left: 1px;
}
.grid ul.floor-label li:nth-child(1),
.grid72-A-s ul.floor-label li:nth-child(1),
.grid72-A-n ul.floor-label li:nth-child(1),
.grid86-B-s ul.floor-label li:nth-child(1) {
  bottom: 1px;
}
.grid ul.floor-label li:nth-child(2),
.grid72-A-s ul.floor-label li:nth-child(2),
.grid72-A-n ul.floor-label li:nth-child(2),
.grid86-B-s ul.floor-label li:nth-child(2) {
  bottom: 88px;
}
.grid ul.floor-label li:nth-child(3),
.grid72-A-s ul.floor-label li:nth-child(3),
.grid72-A-n ul.floor-label li:nth-child(3),
.grid86-B-s ul.floor-label li:nth-child(3) {
  bottom: 178px;
}
.grid ul.floor-label li:nth-child(4),
.grid72-A-s ul.floor-label li:nth-child(4),
.grid72-A-n ul.floor-label li:nth-child(4),
.grid86-B-s ul.floor-label li:nth-child(4) {
  bottom: 268px;
}
.grid ul.floor-label li:nth-child(5),
.grid72-A-s ul.floor-label li:nth-child(5),
.grid72-A-n ul.floor-label li:nth-child(5),
.grid86-B-s ul.floor-label li:nth-child(5) {
  bottom: 356px;
}
.grid ul.floor-label li:nth-child(6),
.grid72-A-s ul.floor-label li:nth-child(6),
.grid72-A-n ul.floor-label li:nth-child(6),
.grid86-B-s ul.floor-label li:nth-child(6) {
  bottom: 445px;
}
/* END Building grids */
/* Building grids2 */
.grid2 {
  width: 1169px;
  margin-top: 30px;
  margin-left: 30px;
}
.grid2:after {
  content: "";
  clear: both;
}
.grid2 > div {
  width: 274px;
  height: 90px;
  border: 1px solid #666;
  float: left;
  box-sizing: border-box;
  margin: -1px -1px 0px 0px;
  background-color: antiquewhite;
}
.grid2 div a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
}
.grid2 > div:first-child a:hover,
.grid2 > div:nth-child(2) a:hover,
.grid2 > div:nth-child(3) a:hover,
.grid2 > div:nth-child(4) a:hover {
  background-color: #dddddd;
}
.grid2 > div:nth-child(n + 21) a:hover {
  background-color: #dddddd;
}
.grid2 > div:nth-child(4) a:hover {
  background-color: #f5e0c5;
}
.grid2 > div:nth-child(22) a:hover {
  background-color: #f5e0c5;
}
.grid2 > div:nth-child(23) a:hover {
  background-color: #f5e0c5;
}
.grid2 div a:hover {
  background-color: #f5e0c5;
}
.grid2 > div:first-child {
  width: 411px;
  margin-left: 77px;
  background: #eeeeee;
  border-left: 3px solid;
  border-top: 3px solid;
}
.grid2 > div:nth-child(2) {
  background: #ffffff;
  border-top: 3px solid;
  width: 100px;
}
.grid2 > div:nth-child(3) {
  width: 411px !important;
  margin-right: 0px !important;
  background: #eeeeee;
  border-right: 3px solid;
  border-top: 3px solid;
}
.grid2 > div:nth-child(5),
.grid2 > div:nth-child(6),
.grid2 > div:nth-child(7),
.grid2 > div:nth-child(8) {
  border-top: 3px solid;
}
.grid2 > div:nth-child(19),
.grid2 > div:nth-child(20),
.grid2 > div:nth-child(21),
.grid2 > div:nth-child(22),
.grid2 > div:nth-child(23) {
  border-bottom: 3px solid;
}
.grid2 div:nth-child(4) {
  width: 180px;
  margin-left: 35px;
  border-left: 3px solid;
  border-top: 3px solid;
}
.grid2 > div:nth-child(6) {
  width: 100px;
}
.grid2 > div:nth-child(8) {
  width: 180px;
  margin-right: 0px;
  border-right: 3px solid;
}
.grid2 div:nth-child(5n + 6) {
  width: 100px;
}
.grid2 div:nth-child(5n + 4) {
  width: 180px;
  margin-left: 35px;
  border-left: 3px solid;
}
.grid2 div:nth-child(5n + 3) {
  width: 180px;
  margin-right: 0px;
  border-right: 3px solid;
}
.grid2 > div:nth-child(6),
.grid2 > div:nth-child(11),
.grid2 > div:nth-child(16),
.grid2 > div:nth-child(21) {
  background-color: #ffffff;
}
.grid2 > div:nth-child(2) a:hover,
.grid2 > div:nth-child(6) a:hover,
.grid2 > div:nth-child(11) a:hover,
.grid2 > div:nth-child(16) a:hover,
.grid2 > div:nth-child(21) a:hover,
.grid2 > div:nth-child(29) a:hover {
  background-color: #f7f7f7;
}
.grid2 div:nth-child(24) {
  clear: left;
  width: 80px;
  margin-left: 77px;
  background-color: #eeeeee;
}
.grid2 div:nth-child(n + 25) {
  width: 110px;
  background-color: #eeeeee;
  margin-left: 0px !important;
  border-left: 1px solid;
}
.grid2 div:nth-child(27) {
  width: 114px;
}
.grid2 div:nth-child(28) {
  border-right: 1px solid;
  width: 100px;
  background-color: #fff;
}
.grid2 div:nth-child(29) {
  border-left: none;
  background-color: #fff;
  width: 85px;
}
.grid2 div:nth-child(30) {
  background-color: #fff;
  width: 80px;
}
.grid2 div:nth-child(30) {
  background-color: #fff;
}
.grid2 > div:nth-child(28) a:hover,
.grid2 > div:nth-child(29) a:hover,
.grid2 > div:nth-child(30) a:hover {
  background-color: #f7f7f7;
}
.grid2 div:nth-child(32) {
  width: 101px;
}
.grid2 div:nth-child(33) {
  border-right: 3px solid;
  width: 80px;
}
.grid2 div:nth-child(34) {
  width: 60px;
  margin-right: 0px;
  border-right: 3px solid;
  border-left: none;
}
.grid2 ul.floor {
}
.grid2 ul.floor li {
  position: absolute;
  bottom: 90px;
  left: -50px;
  border-right: 4px solid #e31936;
  height: 30px;
  vertical-align: top;
  color: #e31936;
  font-size: 14px;
}
.grid2 ul.floor li span {
  border-right: 2px solid red;
  display: inline-block;
  height: 30px;
  margin-right: 1px;
}
.grid2 ul.floor li:nth-child(1) {
  bottom: 1px;
  left: -21px;
}
.grid2 ul.floor li:nth-child(2) {
  bottom: 90px;
}
.grid2 ul.floor li:nth-child(3) {
  bottom: 178px;
}
.grid2 ul.floor li:nth-child(4) {
  bottom: 266px;
  left: -55px;
}
.grid2 ul.floor li:nth-child(5) {
  bottom: 355px;
  left: -55px;
}
.grid2 ul.floor li:nth-child(6) {
  bottom: 445px;
  left: -55px;
}
.grid2 ul.floor-label li {
  position: absolute;
  bottom: 90px;
  right: -58px;
  font-size: 14px;
  height: 30px;
  color: #e31936;
  text-transform: lowercase;
  border-left: 4px solid #e31936;
}
.grid2 ul.floor-label li span {
  border-left: 2px solid red;
  display: inline-block;
  height: 30px;
  margin-left: 1px;
}
.grid2 ul.floor-label li:nth-child(1) {
  bottom: 1px;
}
.grid2 ul.floor-label li:nth-child(2) {
  bottom: 90px;
}
.grid2 ul.floor-label li:nth-child(3) {
  bottom: 178px;
}
.grid2 ul.floor-label li:nth-child(4) {
  bottom: 268px;
}
.grid2 ul.floor-label li:nth-child(5) {
  bottom: 356px;
}
.grid2 ul.floor-label li:nth-child(6) {
  bottom: 445px;
}
/* END Building grids2 */
/* Building grid72-A-s */
.grid72-A-s {
  width: 638px;
  margin: 30px auto;
}
.grid72-A-s:after {
  content: "";
  clear: both;
}
.grid72-A-s > div {
  width: 317px;
  height: 90px;
  border: 1px solid #666;
  float: left;
  box-sizing: border-box;
  margin: -1px -1px 0px 0px;
  background-color: antiquewhite;
}
.grid72-A-s div a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
}
.grid72-A-s > div:first-child a:hover,
.grid72-A-s > div:nth-child(2) a:hover {
  background-color: #dddddd;
}
.grid72-A-s > div:nth-child(n + 21) a:hover {
  background-color: #dddddd;
}
.grid72-A-s div a:hover {
  background-color: #f5e0c5;
}
.grid72-A-s > div:first-child {
  width: 173px;
  margin-left: 144px;
  background: #eeeeee;
  border-left: 3px solid;
  border-top: 3px solid;
}
.grid72-A-s > div:nth-child(2) {
  width: 173px;
  margin-right: 75px;
  background: #eeeeee;
  border-right: 3px solid;
  border-top: 3px solid;
}
.grid72-A-s > div:nth-child(3) {
  border-top: 3px solid;
  border-left: 3px solid;
}
.grid72-A-s > div:nth-child(4) {
  border-top: 3px solid;
  border-right: 3px solid;
}
.grid72-A-s > div:nth-child(5),
.grid72-A-s > div:nth-child(7),
.grid72-A-s > div:nth-child(9) {
  border-left: 3px solid;
}
.grid72-A-s > div:nth-child(6),
.grid72-A-s > div:nth-child(8),
.grid72-A-s > div:nth-child(10) {
  border-right: 3px solid;
}
.grid72-A-s > div:nth-child(9),
.grid72-A-s > div:nth-child(10) {
  border-bottom: 3px solid;
}
.grid72-A-s > div:nth-child(11) {
  clear: left;
  width: 176px;
  margin-left: 42px;
  background-color: #eeeeee;
  border-left: 3px solid;
}
.grid72-A-s > div:nth-child(12) {
  width: 100px;
  background-color: #eeeeee;
}
.grid72-A-s > div:nth-child(13) {
  width: 277px;
  margin-right: 42px;
  background-color: #eeeeee;
  border-right: 3px solid;
}
.grid72-A-s div:nth-child(11) a,
.grid72-A-s div:nth-child(12) a,
.grid72-A-s div:nth-child(13) a {
  padding: 30px 0px;
  font-size: 0.8em;
}
.grid72-A-s div:nth-child(11) a:hover,
.grid72-A-s div:nth-child(12) a:hover,
.grid72-A-s div:nth-child(13) a:hover {
  background-color: #dddddd;
}
.underground-parking {
  margin: 20px auto;
  width: 638px;
  height: 90px;
  text-align: center;
  background-color: #eeeeee;
}
.underground-parking.A-s {
  border-left: 3px solid #505050;
  border-top: 3px solid #505050;
  border-bottom: 3px solid #505050;
  border-right: 3px dashed #505050;
}
.underground-parking.A-n {
  border-left: 3px dashed #505050;
  border-top: 3px solid #505050;
  border-bottom: 3px solid #505050;
  border-right: 3px solid #505050;
}
.underground-parking a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
}
.underground-parking a:hover {
  background-color: #dddddd;
}
.unparking-label ul.floor li {
  position: absolute;
  bottom: 15px;
  left: -60px;
  border-right: 4px solid #e31936;
  height: 30px;
  vertical-align: top;
  color: #e31936;
  font-size: 14px;
}
.unparking-label ul.floor li span {
  border-right: 2px solid red;
  display: inline-block;
  height: 30px;
  margin-right: 1px;
}
.unparking-label ul.floor-label li {
  position: absolute;
  bottom: 15px;
  right: -77px;
  font-size: 14px;
  height: 30px;
  color: #e31936;
  text-transform: lowercase;
  border-left: 4px solid #e31936;
}
.unparking-label ul.floor-label li span {
  border-left: 2px solid red;
  display: inline-block;
  height: 30px;
  margin-left: 1px;
}
/* END Building grid72-A-s */
/* Building grid72-A-n */
.grid72-A-n {
  width: 645px;
  margin: 30px auto;
}
.grid72-A-n:after {
  content: "";
  clear: both;
}
.grid72-A-n > div {
  width: 284px;
  height: 90px;
  border: 1px solid #666;
  float: left;
  box-sizing: border-box;
  margin: -1px -1px 0px 0px;
  background-color: antiquewhite;
}
.grid72-A-n div a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
}
.grid72-A-n > div:first-child a:hover,
.grid72-A-n > div:nth-child(3) a:hover {
  background-color: #dddddd;
}
.grid72-A-n div a:hover {
  background-color: #f5e0c5;
}
.grid72-A-n div:nth-child(2),
.grid72-A-n div:nth-child(5),
.grid72-A-n div:nth-child(8),
.grid72-A-n div:nth-child(11),
.grid72-A-n div:nth-child(14),
.grid72-A-n div:nth-child(17) {
  width: 80px;
  background: #ffffff;
}
.grid72-A-n div:nth-child(2) a,
.grid72-A-n div:nth-child(5) a,
.grid72-A-n div:nth-child(8) a,
.grid72-A-n div:nth-child(11) a,
.grid72-A-n div:nth-child(14) a,
.grid72-A-n div:nth-child(17) a {
  font-size: 0.8em;
  padding: 30px 0px;
}
.grid72-A-n div:nth-child(2) a:hover,
.grid72-A-n div:nth-child(5) a:hover,
.grid72-A-n div:nth-child(8) a:hover,
.grid72-A-n div:nth-child(11) a:hover,
.grid72-A-n div:nth-child(14) a:hover,
.grid72-A-n div:nth-child(17) a:hover {
  background-color: #f7f7f7;
}
.grid72-A-n div:nth-child(2) {
  border-top: 3px solid;
}
.grid72-A-n > div:first-child {
  width: 140px;
  margin-left: 144px;
  background: #eeeeee;
  border-left: 3px solid;
  border-top: 3px solid;
}
.grid72-A-n > div:nth-child(3) {
  width: 140px;
  margin-right: 75px;
  background: #eeeeee;
  border-right: 3px solid;
  border-top: 3px solid;
}
.grid72-A-n div:nth-child(4),
.grid72-A-n div:nth-child(7),
.grid72-A-n div:nth-child(10),
.grid72-A-n div:nth-child(13) {
  border-left: 3px solid;
}
.grid72-A-n div:nth-child(6),
.grid72-A-n div:nth-child(9),
.grid72-A-n div:nth-child(12),
.grid72-A-n div:nth-child(15) {
  border-right: 3px solid;
}
.grid72-A-n div:nth-child(4),
.grid72-A-n div:nth-child(5),
.grid72-A-n div:nth-child(6) {
  border-top: 3px solid;
}
.grid72-A-n div:nth-child(13),
.grid72-A-n div:nth-child(14),
.grid72-A-n div:nth-child(15) {
  border-bottom: 3px solid;
}
.grid72-A-n div:nth-child(16),
.grid72-A-n div:nth-child(18) {
  width: 242px;
}
.grid72-A-n > div:nth-child(16) {
  clear: left;
  margin-left: 42px;
  background-color: #eeeeee;
  border-left: 3px solid;
}
.grid72-A-n > div:nth-child(18) {
  margin-right: 41px;
  background-color: #eeeeee;
  border-right: 3px solid;
}
.grid72-A-n div:nth-child(16) a,
.grid72-A-n div:nth-child(18) a {
  padding: 30px 0px;
  font-size: 0.8em;
}
.grid72-A-n div:nth-child(16) a:hover,
.grid72-A-n div:nth-child(18) a:hover {
  background-color: #dddddd;
}
/* END Building grid72-A-n */
/* Building grid86-B-s */
.grid86-B-s {
  width: 638px;
  margin: 30px auto;
}
.grid86-B-s:after {
  content: "";
  clear: both;
}
.grid86-B-s > div {
  width: 317px;
  height: 90px;
  border: 1px solid #666;
  float: left;
  box-sizing: border-box;
  margin: -1px -1px 0px 0px;
  background-color: antiquewhite;
}
.grid86-B-s div a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
}
.grid86-B-s > div:first-child a:hover,
.grid86-B-s > div:nth-child(2) a:hover {
  background-color: #dddddd;
}
.grid86-B-s > div:nth-child(n + 21) a:hover {
  background-color: #dddddd;
}
.grid86-B-s div a:hover {
  background-color: #f5e0c5;
}
.grid86-B-s > div:first-child {
  width: 173px;
  margin-left: 144px;
  background: #eeeeee;
  border-left: 3px solid;
  border-top: 3px solid;
}
.grid86-B-s > div:nth-child(2) {
  width: 173px;
  margin-right: 75px;
  background: #eeeeee;
  border-right: 3px solid;
  border-top: 3px solid;
}
.grid86-B-s > div:nth-child(3) {
  border-top: 3px solid;
  border-left: 3px solid;
}
.grid86-B-s > div:nth-child(4) {
  border-top: 3px solid;
  border-right: 3px solid;
}
.grid86-B-s > div:nth-child(5),
.grid86-B-s > div:nth-child(7),
.grid86-B-s > div:nth-child(9) {
  border-left: 3px solid;
}
.grid86-B-s > div:nth-child(6),
.grid86-B-s > div:nth-child(8),
.grid86-B-s > div:nth-child(10) {
  border-right: 3px solid;
}
.grid86-B-s > div:nth-child(9),
.grid86-B-s > div:nth-child(10) {
  border-bottom: 3px solid;
}
.grid86-B-s > div:nth-child(11) {
  clear: left;
  width: 275px;
  margin-left: 42px;
  background-color: #eeeeee;
  border-left: 3px solid;
}
.grid86-B-s > div:nth-child(12) {
  width: 100px;
  background-color: #eeeeee;
}
.grid86-B-s > div:nth-child(13) {
  width: 176px;
  margin-right: 42px;
  background-color: #eeeeee;
  border-right: 3px solid;
}
.grid86-B-s div:nth-child(11) a,
.grid86-B-s div:nth-child(12) a,
.grid86-B-s div:nth-child(13) a {
  padding: 30px 0px;
  font-size: 0.8em;
}
.grid86-B-s div:nth-child(11) a:hover,
.grid86-B-s div:nth-child(12) a:hover,
.grid86-B-s div:nth-child(13) a:hover {
  background-color: #dddddd;
}
/* END Building grid86-B-s */
/* PARKING grids */
.grid3 {
  width: 1169px;
  margin-top: 30px;
  margin-left: 60px;
}
.grid3:after {
  content: "";
  clear: both;
}
.grid3 > div {
  width: 96px;
  height: 115px;
  border: 1px solid #666;
  float: left;
  box-sizing: border-box;
  margin: -1px -1px 0px 0px;
  background-color: antiquewhite;
}
.grid3 div a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
}
.grid3 div a:hover {
  background-color: #f5e0c5;
}
.grid3 > div:nth-child(1),
.grid3 > div:nth-child(2),
.grid3 > div:nth-child(3),
.grid3 > div:nth-child(4),
.grid3 > div:nth-child(5),
.grid3 > div:nth-child(6),
.grid3 > div:nth-child(7),
.grid3 > div:nth-child(8),
.grid3 > div:nth-child(9),
.grid3 > div:nth-child(10) {
  border-top: 3px solid;
}
.grid3 > div:nth-child(1) {
  border-left: 3px solid;
}
.grid3 > div:nth-child(2) {
  margin-right: 50px;
  border-right: 3px solid;
}
.grid3 div:nth-child(3) {
  border-left: 3px solid;
}
.grid3 div:nth-child(10) {
  border-right: 3px solid;
}
.grid3 ul.park li {
  position: absolute;
  bottom: 0px;
  left: -50px;
  border-right: 4px solid #e31936;
  height: 30px;
  vertical-align: top;
  color: #e31936;
  font-size: 14px;
}
.grid3 ul.park li span {
  border-right: 2px solid red;
  display: inline-block;
  height: 30px;
  margin-right: 1px;
}
.grid3 ul.park-label li {
  position: absolute;
  bottom: 0px;
  right: -60px;
  font-size: 14px;
  height: 30px;
  color: #e31936;
  text-transform: lowercase;
  border-left: 4px solid #e31936;
}
.grid3 ul.park-label li span {
  border-left: 2px solid red;
  display: inline-block;
  height: 30px;
  margin-left: 1px;
}
/* END PARKING grids */
/*   START  GRID TOOLTIP   */
.grid2 .tooltip {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: "Univers LT lite", sans-serif;
  font-size: 18px;
  color: #444444;
  text-decoration: none;
  font-weight: 100;
  padding: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0px !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.grid2 .tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  height: 85px;
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 5px 3px 0px 10px;
  position: absolute;
  z-index: 1;
  bottom: 113%;
  left: 55%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 0.3s;
}
.grid2 .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.grid .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 0.8;
}
.grid2 a.sold-app {
  outline: none;
  color: #666;
  text-decoration: line-through;
}
.grid2 .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.grid2 .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*   GRID 3 TOOLTIP   */
.grid3 .tooltip {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: "Univers LT lite", sans-serif;
  font-size: 18px;
  color: #444444;
  text-decoration: none;
  font-weight: 100;
  padding: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0px !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.grid3 .tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  height: 85px;
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 5px 3px 0px 10px;
  position: absolute;
  z-index: 1;
  bottom: 113%;
  left: 55%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 0.3s;
}
.grid3 .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.grid .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 0.8;
}
.grid3 a.sold-app {
  outline: none;
  color: #666;
  text-decoration: line-through;
}
.grid3 .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.grid3 .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* END GRID 3 TOOLTIP*/
/* GRID GARAGE A*/
.garage img {
  margin: 0 auto;
}
.grid-garage-A {
  width: 750px;
  margin: 30px auto;
}
.grid-garage-A:after {
  content: "";
  clear: both;
}
.blok1,
.blok2,
.blok3 {
  float: left;
  width: 250px;
}
.grid-garage-A > .blok1 > div,
.grid-garage-A > .blok2 > div,
.grid-garage-A > .blok3 > div {
  width: 250px;
  height: 90px;
  float: left;
  box-sizing: border-box;
  margin: -1px -1px 0px 0px;
  background-color: antiquewhite;
}
.grid-garage-A .blok1 div a,
.grid-garage-A .blok2 div a,
.grid-garage-A .blok3 div a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
}
.grid-garage-A .blok1 div a:hover,
.grid-garage-A .blok2 div a:hover,
.grid-garage-A .blok3 div a:hover {
  background-color: #f5e0c5;
}
.grid-garage-A > .blok2 > div:nth-child(1) {
  background-color: #fff;
  height: 179px;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.grid-garage-A .blok2 div:nth-child(2) {
  background-color: antiquewhite !important;
  height: 179px;
  border-bottom: none;
  border-left: 2px solid #666;
  border-top: 1px solid #666;
  width: 127px;
  float: right;
}
.grid-garage-A .blok2 div:nth-child(1) a:hover {
  background-color: #fff;
}
.grid-garage-A .blok2 div:nth-child(2) a:hover {
  background-color: #f5e0c5;
}
.grid-garage-A .blok1 div:nth-child(1),
.grid-garage-A .blok1 div:nth-child(2),
.grid-garage-A .blok1 div:nth-child(3),
.grid-garage-A .blok1 div:nth-child(4) {
  border-left: none;
  border-right: 1px solid #666;
}
.grid-garage-A .blok3 div:nth-child(1),
.grid-garage-A .blok3 div:nth-child(2),
.grid-garage-A .blok3 div:nth-child(3),
.grid-garage-A .blok3 div:nth-child(4) {
  border-right: none;
  border-left: 1px solid #666;
}
.grid-garage-A .blok1 div:nth-child(1),
.grid-garage-A .blok2 div:nth-child(1),
.grid-garage-A .blok3 div:nth-child(1) {
  border-top: 1px solid #666;
}
.grid-garage-A .blok1 div:nth-child(4) {
  border-bottom: 2px solid #666;
}
.grid-garage-A .blok3 div:nth-child(4) {
  border-bottom: 2px solid #666;
}
/* END GRID GARAGE A*/
.map-wrap {
  width: 790px;
}
.map-container {
  background-color: #c5a47e;
  padding: 0.2em 0.2em 0em 0.2em;
}
.map-container .map p {
  margin-bottom: 0em;
}
/* Additional Details */
.divider-top {
  border-top: 1px solid #ededed;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
}
.divider-bottom {
  border-top: 1px solid #ededed;
  margin-top: 0.3em;
  padding: 0;
}
.apartment-info-board a {
  color: #747474;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 9999;
  padding: 15px 10px;
}
.apartment-info-board a:hover {
  background-color: rgba(197, 164, 126, 0.4);
  text-decoration: none;
  cursor: pointer !important;
}
.other-apparts {
  display: flow-root;
}
.other-apparts .apartment-info-board:nth-child(even) {
  border-right: 1px solid #ebebeb;
}
.other-apparts .apartment-info-board:nth-child(odd) {
  border-right: 1px solid #ebebeb;
}
.apartment-info-general {
  height: 30px;
}
.apartment-kota {
  float: left;
  width: 80px;
}
.apartment-kota strong {
  float: left;
  font-size: 14px;
  color: #e31936;
  font-weight: normal;
  vertical-align: top;
  line-height: normal;
  border-right: 2px solid #e31936;
  height: 30px;
  padding-right: 2px;
}
.apartment-kota span {
  border-right: 4px solid #e31936;
  display: inline-block;
  height: 30px;
  margin-left: 1px;
}
.apartment-numb {
  float: left;
  font-size: 24px;
  font-weight: normal;
  vertical-align: top;
  line-height: normal;
  margin-left: 5px;
  width: 170px;
}
.apartment-floor {
  float: left;
  font-size: 26px;
  font-weight: normal;
  vertical-align: top;
  line-height: normal;
  /* margin-left: 110px; */
}
.apartment-numb a {
  color: unset;
}
.apartment-info-board ul {
  clear: both;
  margin-left: 85px;
}
.apartment-info-board ul li {
  font-size: 15px;
  line-height: 20px;
}
.apartment-info-board ul li:nth-child(4) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.apartment-info-board ul li:nth-child(8) {
  margin-bottom: 20px;
}
.apartment-info-board ul li label {
  font-weight: normal;
  width: 160px;
}
.apartment-info-board ul li span {
  float: right;
}
.et-plan {
  margin-top: 2em;
}
.other-apparts .post-header {
  margin: 5em 2em 3em 2em;
}
.et-plan .project figure:after {
  background-color: unset;
}
.blog-thumbnail-img.project figure:hover img {
  -webkit-transform: none;
  transform: none;
}
.et-plan .project figure:hover img {
  -webkit-transform: none;
  transform: none;
}
#anchor-to-contact-form {
  width: 100%;
  position: fixed;
  overflow: visible;
}
.desctop-hide {
  display: none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 20px !important;
  top: 100px !important;
  z-index: 1111 !important;
}
.mfp-close {
  opacity: 1 !important;
}
button.mfp-close,
button.mfp-arrow {
  cursor: pointer !important;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}
/* END Additional Details */
.garage-logo {
  position: absolute;
  top: 6%;
  right: 20%;
  z-index: 99;
  background: #fff;
  opacity: 0.8;
  padding: 5px 0;
}
@media only screen and (max-width: 900px) {
  .header-inner .vertical-panel-title {
    display: none;
  }
}
@media only screen and (max-width: 330px) {
  .brand-panel a.brand img {
    width: 50px;
  }
}
/* ------------------------------------------------------------------------------- */
/*  GDPR modal

/* ------------------------------------------------------------------------------- */
/* cookie line styleВ */
#gdpr_cookie_line {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000000001;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  background-color: #6f6e6f;
  font-size: 16px;
  font-family: "Univers LT lite", sans-serif;
  box-sizing: border-box;
}
#gdpr_cookie_line .gdpr_cookie_text a {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}
#gdpr_cookie_line .gdpr_cookie_text a:hover {
  text-decoration: none;
  opacity: 1;
}
.gdpr_cookie_text {
  float: left;
  max-width: calc(100% - 400px);
  line-height: 130%;
}
#cookie_got_it_btn,
#cookie_got_settings {
  float: right;
}
#cookie_got_it_btn {
  min-width: 130px;
  color: #fff;
  background-color: #56cbdb;
  display: block;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #56cbdb;
}
#cookie_got_it_btn:hover {
  background: none;
  border-color: #fff;
}
#cookie_got_settings {
  position: relative;
  margin-right: 20px;
  min-width: 130px;
  display: block;
  padding: 8px 15px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: underline;
}
#cookie_got_settings:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  display: block;
  width: 1px;
  height: 32px;
  background: #fff;
}
#cookie_got_settings:hover {
  text-decoration: none;
}
.gdpr_terms_n_error {
  box-shadow: 0px 0px 1px 1px red;
}
@media only screen and (max-width: 1024px) {
  #gdpr_cookie_line {
    padding: 12px;
  }
  #gdpr_cookie_line .gdpr_cookie_text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
  }
  #gdpr_container_n h2 {
    font-size: 21px;
  }
.navbar-desctop-menu > li {
    margin-left: 3em;
}
}
@media only screen and (max-width: 1140px) {
.navbar-desctop-menu > li {
    margin-left: 2.5em;
}
}
@media only screen and (max-width: 470px) {
  #cookie_got_settings {
    float: left;
    margin-right: 0;
  }
  #cookie_got_it_btn,
  #cookie_got_settings {
    padding: 8px 10px;
    font-weight: 400;
    font-size: 13px;
  }
}
/* HTML5 display-role reset for older browsers */
#gdpr_container_n article,
#gdpr_container_n aside,
#gdpr_container_n details,
#gdpr_container_n figcaption,
#gdpr_container_n figure,
#gdpr_container_n footer,
#gdpr_container_n header,
#gdpr_container_n hgroup,
#gdpr_container_n menu,
#gdpr_container_n nav,
#gdpr_container_n section {
  display: block;
}
#gdpr_container_n h1,
#gdpr_container_n h2,
#gdpr_container_n h3,
#gdpr_container_n h4,
#gdpr_container_n h5,
#gdpr_container_n h6 {
  font-family: "Univers LT lite", sans-serif;
}
#gdpr_container_n nav {
  padding: 0;
  margin: 0;
}
#gdpr_container_n * {
  box-sizing: border-box;
}
#gdpr_popup_n {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000000001;
  background: rgba(0, 0, 0, 0.4);
}
#gdpr_container_n ol,
#gdpr_container_n ul {
  list-style: none;
}
#gdpr_container_n .gdpr_content_n ul {
  float: left;
  width: 100%;
  padding-left: 25px;
  margin: 0;
  list-style: decimal;
}
#gdpr_container_n .gdpr_content_n ul li {
  float: left;
  width: 100%;
  margin: 5px 0;
  line-height: 140%;
}
#gdpr_container_n .gdpr_content_n .bold_title {
  float: left;
  width: 100%;
  margin: 20px 0 10px 0;
  font-size: 17px;
  font-weight: 600;
}
#gdpr_container_n blockquote,
q {
  quotes: none;
}
#gdpr_container_n blockquote:before,
#gdpr_container_n blockquote:after,
#gdpr_container_n q:before,
#gdpr_container_n q:after {
  content: "";
  content: none;
}
#gdpr_container_n table {
  border-collapse: collapse;
  border-spacing: 0;
}
.main_top {
  float: left;
  width: 100%;
  padding: 25px 0 25px 0;
  margin: 0;
}
.main_btm {
  padding-bottom: 70px;
}
body #gdpr_container_n {
  font-family: "Univers LT lite", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  line-height: 1;
}
#gdpr_container_n h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1em;
  color: #fff;
  margin: 0;
  text-transform: none;
  font-family: "Univers LT lite", sans-serif;
  letter-spacing: 0;
}
#gdpr_container_n h2 {
  font-size: 24px;
  line-height: 140%;
  margin: 0 0 26px 0;
  text-align: left;
  font-weight: 700;
  color: #6f6e6f;
}
#gdpr_container_n h2:after,
#gdpr_container_n h2:before {
  display: none;
}
#gdpr_container_n h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
}
#gdpr_container_n h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Univers LT lite", sans-serif;
  font-weight: 400;
  color: #686868;
}
#gdpr_container_n p {
  margin-bottom: 10px;
  line-height: 140%;
  font-family: "Univers LT lite", sans-serif;
}
#gdpr_container_n a {
  color: #5d9bc4;
  text-decoration: none !important;
  transition: color 0.5s ease;
}
#gdpr_container_n {
  width: 800px;
  height: 700px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Safari 3-8 */
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  /* overflow: hidden; */
}
#close_btn_popup {
  position: absolute;
  top: -25px;
  background-color: #6f6e6f;
  border-radius: 100%;
  right: -25px;
  z-index: 999;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  cursor: pointer;
}
#gdpr_container_n label {
  font-size: 18px;
  display: block;
  font-family: "Univers LT lite", sans-serif;
}
#gdpr_container_n input {
  margin: 0 auto;
}
#gdpr_container_n input.checkbox_style {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
#gdpr_container_n input:checked + label.checkbox_btn {
  background: #4aa53b;
  border: 1px solid #b6d08f;
}
#gdpr_container_n input:checked + label.checkbox_btn:after {
  right: 2px;
  left: auto;
}
#gdpr_container_n .is_checked label.checkbox_btn {
  background: #4aa53b;
  border: 1px solid #b6d08f;
}
#gdpr_container_n .is_checked label.checkbox_btn:after {
  right: 2px;
  left: auto;
}
#gdpr_container_n form {
  margin: 0 auto 0 auto;
  display: flex;
}
#gdpr_container_n form label.checkbox_btn {
  display: block;
  width: 38px;
  height: 22px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 30px;
  background: #ccc;
  font-size: 0;
}
#gdpr_container_n form label.checkbox_btn:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 2px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}
#gdpr_container_n form label .btn_off {
  display: block;
  margin-left: 6px;
}
#gdpr_container_n form label .btn_on {
  display: none;
  margin-left: 6px;
}
#gdpr_container_n .is_checked label .btn_off {
  display: none;
}
#gdpr_container_n .is_checked label .btn_on {
  display: block;
}
/* end global styles */
/*Header styles*/
#gdpr_container_n #gdpr_header_n {
  color: #fff;
}
#gdpr_container_n #gdpr_header_n .header_top {
  height: auto;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #56565a;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#gdpr_container_n #gdpr_header_n .header_top a {
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
}
#gdpr_container_n #gdpr_header_n .main_navi ul {
  display: flex;
  justify-content: space-between;
  background: #ababab;
  padding: 0;
  margin: 0;
  clear: left;
}
#gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item {
  width: 25%;
}
#gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 14px 30px 14px 50px;
  border-right: none;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  font-family: "Univers LT lite", sans-serif;
  text-transform: none;
  border: none;
}
#gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a:before {
  content: "";
  top: 50%;
  left: 10px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a.tab_a_1:before {
  width: 28px;
  height: 28px;
  background-image: url("../../../../../im_firmi/29/imc/tab_1.svg");
}
#gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a.tab_a_2:before {
  width: 29px;
  height: 33px;
  background-image: url("../../../../../im_firmi/29/imc/tab_2.svg");
}
#gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a.tab_a_3:before {
  width: 27px;
  height: 28px;
  background-image: url("../../../../../im_firmi/29/imc/tab_3.svg");
}
#gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a.tab_a_4:before {
  width: 27px;
  height: 30px;
  background-image: url("../../../../../im_firmi/29/imc/tab_4.svg");
}
#gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a:after,
#gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6f6e6f;
  transition: width 0.5s ease;
}
#gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a:hover:after,
#gdpr_container_n
  #gdpr_header_n
  .main_navi
  ul
  li.navi_item
  a.gdpr_item_n_active:after {
  width: 100%;
}
/*end header-styles*/
#gdpr_container_n .gdpr_main_n {
  padding: 0 15px 0 15px;
  color: #686868;
  overflow: auto;
  max-height: 500px;
}
#gdpr_container_n .gdpr_main_n .main_content_wrap {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
}
#gdpr_container_n .gdpr_main_n .main_content_wrap h4 {
  font-size: 14px;
  color: #6f6e6f;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
#gdpr_container_n .gdpr_main_n .main_content_wrap h4:before {
  left: 50%;
  top: -40px;
  content: "";
  position: absolute;
  background-size: contain;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-position: center center;
}
#gdpr_container_n .gdpr_main_n .main_content_wrap h4.essential_h4:before {
  width: 32px;
  height: 32px;
  background-image: url("../../../../../im_firmi/29/imc/essential.svg");
}
#gdpr_container_n .gdpr_main_n .main_content_wrap h4.support_h4:before {
  width: 34px;
  height: 34px;
  background-image: url("../../../../../im_firmi/29/imc/support.svg");
}
#gdpr_container_n .gdpr_main_n .main_content_wrap h4.analytics_h4:before {
  width: 33px;
  height: 33px;
  background-image: url("../../../../../im_firmi/29/imc/analytics.svg");
}
#gdpr_container_n .gdpr_main_n .main_content_wrap h4.advertising_h4:before {
  width: 39px;
  height: 38px;
  background-image: url("../../../../../im_firmi/29/imc/star.svg");
}
#gdpr_container_n .gdpr_main_n .main_content_wrap h4.remarketing_h4:before {
  width: 32px;
  height: 32px;
  background-image: url("../../../../../im_firmi/29/imc/remarketing.svg");
}
#gdpr_container_n .gdpr_main_n .main_content_wrap h4.marketing_h4:before {
  width: 32px;
  height: 32px;
  background-image: url("../../../../../im_firmi/29/imc/directremarketing.svg");
}
#gdpr_container_n .gdpr_main_n .main_content_wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #686868;
  opacity: 0.3;
}
#gdpr_container_n .gdpr_main_n .main_content_wrap .main_content {
  float: left;
  width: 100%;
  padding: 40px 0 20px;
}
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .title_container {
  float: left;
  width: 20%;
}
#gdpr_container_n .gdpr_main_n .main_content_wrap .main_content .accordion_btn {
  float: left;
  width: 70%;
  margin: 0;
  line-height: 140%;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  font-family: "Univers LT lite", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .accordion_btn:after,
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .accordion_btn:before {
  top: 8px;
  left: 96%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .accordion_btn:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .accordion_btn:before {
  border-color: rgba(104, 104, 104, 0);
  border-top-color: #686868;
  border-width: 8px;
  margin-left: -8px;
}
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .accordion_btn.open:after,
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .accordion_btn.open:before {
  top: initial;
  bottom: calc(100% - 17px);
}
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .accordion_btn.open:after {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .accordion_btn.open:before {
  border-bottom-color: #686868;
  border-top-color: #fff;
}
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .checkbox_container {
  float: left;
  width: 10%;
  position: absolute;
  top: 40px;
  right: 0;
}
#gdpr_container_n
  .gdpr_main_n
  .main_content_wrap
  .main_content
  .text_container {
  display: none;
  float: left;
  padding: 20px 10% 0 20%;
  width: 100%;
  position: relative;
}
/*end main styles*/
/*Footer styles*/
#gdpr_footer_n {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  width: 100%;
  padding: 15px 20px;
  background: #f6f6f6;
  border-top: 1px solid #dadada;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-sizing: border-box;
}
.round_btn {
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  padding: 12px 15px;
  width: 165px;
  display: inline-block;
  max-width: 100%;
  background-color: #6f6e6f;
  transition: background-color 0.3s ease-in-out;
}
.round_btn:hover {
  background-color: #ababab;
}
#gdpr_footer_n .gdpr_see_later_btn,
#gdpr_footer_n #gdpr_back_btn {
  font-size: 18px;
}
#gdpr_footer_n .powered_by {
  display: block;
  flex-basis: 160px;
  width: 160px;
}
#gdpr_footer_n .powered_by img {
  display: block;
  max-width: 100%;
}
#gdpr_header_n .gdpr_logo {
  margin: 0;
  width: 52px;
  height: 52px;
  background: url("../../../../../im_firmi/29/imc/gdpr_logo.svg") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/*end footer styles*/
/*Timeline*/
.timeline {
  --uiTimelineMainColor: var(--timelineMainColor, #222);
  --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);
  position: relative;
  /*    padding-top: 3rem;
    padding-bottom: 3rem;*/
}
.timeline:before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #56565a;
  position: absolute;
  top: 0;
}
.timeline__group {
  position: relative;
}
.timeline__group:not(:first-of-type) {
  margin-top: 4rem;
}
.timeline__year {
  padding: 0.5rem 1.5rem;
  color: var(--uiTimelineSecondaryColor);
  background-color: var(--uiTimelineMainColor);
  position: absolute;
  left: 0;
  top: 0;
  background: #56565a;
}
.timeline__box {
  position: relative;
}
.timeline__box:not(:last-of-type) {
  margin-bottom: 30px;
}
.timeline__box:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--uiTimelineMainColor);
  position: absolute;
  left: 0;
  z-index: -1;
}
.timeline__date {
  min-width: 65px;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  padding: 0.5rem 1.5rem;
  text-align: center;
  background-color: var(--uiTimelineMainColor);
  color: var(--uiTimelineSecondaryColor);
}
.timeline__day {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
.timeline__month {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
}
.timeline__post {
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 2px;
  border-left: 3px solid var(--uiTimelineMainColor);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: var(--uiTimelineSecondaryColor);
}
.timeline__content {
  position: relative;
}
.timeline__content strong {
  display: block;
  font-weight: 500;
}
.timeline__content p {
  display: inline-block;
  padding-right: 70px;
  line-height: normal;
}
.timeline__content .timeline__img {
  display: inline-block;
}
.timeline__content img {
  width: 60px;
  margin-right: 10px;
}
.timeline__content a.btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px;
  border-radius: 50px;
  padding: 3px 0px;
  font-size: 10px;
}
@media screen and (min-width: 641px) {
  .timeline:before {
    left: 30px;
  }
  .timeline__group {
    padding-top: 55px;
  }
  .timeline__box {
    padding-left: 80px;
  }
  .timeline__box:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .timeline__date {
    top: 50%;
    margin-top: -27px;
  }
}
@media screen and (max-width: 640px) {
  .timeline:before {
    left: 0;
  }
  .timeline__group {
    padding-top: 40px;
  }
  .timeline__box {
    padding-left: 20px;
    padding-top: 70px;
  }
  .timeline__box:before {
    top: 90px;
  }
  .timeline__date {
    top: 0;
  }
}
.timeline {
  --timelineMainColor: #e31936 !important;
  font-size: 16px;
}
/*END timeline*/
/*Responsive styles*/
@media only screen and (max-width: 850px) {
  #close_btn_popup {
    height: 30px;
    line-height: 30px;
    top: -12px;
    right: -7px;
  }
}
@media only screen and (max-width: 800px) {
  #gdpr_container_n {
    width: 94vw;
    height: 94vh;
  }
  #gdpr_container_n .gdpr_main_n {
    height: calc(100vh - 50%);
    padding-bottom: 0;
  }
  #gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a {
    padding: 14px 30px;
  }
  #gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a:before {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  #gdpr_container_n #gdpr_header_n nav.main_navi ul li.navi_item a {
    padding: 14px;
  }
  #gdpr_container_n
    .gdpr_main_n
    .main_content_wrap
    .main_content
    .title_container,
  #gdpr_container_n
    .gdpr_main_n
    .main_content_wrap
    .main_content
    .checkbox_container,
  #gdpr_container_n
    .gdpr_main_n
    .main_content_wrap
    .main_content
    .text_container {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  #gdpr_container_n h3 {
    margin: 20px 0 10px 0;
  }
  #gdpr_container_n #gdpr_header_n nav.main_navi ul {
    flex-wrap: wrap;
  }
  /*header nav.main_navi ul li.navi_item {
        width: 50%;
    }*/
  #gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item {
    width: 50%;
  }
  #gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a {
    min-height: 100%;
  }
  #gdpr_container_n .gdpr_main_n .main_content_wrap .main_content {
    display: block;
  }
  #gdpr_container_n
    .gdpr_main_n
    .main_content_wrap
    .main_content
    .checkbox_container {
    margin: 10px 0;
  }
  #gdpr_container_n .gdpr_main_n .main_content_wrap {
    padding: 10px 0;
  }
  #gdpr_container_n .gdpr_main_n .main_content_wrap:after {
    left: 0;
    margin-left: 0;
  }
  #gdpr_container_n
    .gdpr_main_n
    .main_content_wrap
    .main_content
    .accordion_btn {
    width: 100%;
  }
  #gdpr_container_n
    .gdpr_main_n
    .main_content_wrap
    .main_content
    .title_container {
    margin-bottom: 10px;
  }
  #gdpr_container_n #gdpr_header_n .header_top {
    padding: 8px 10px;
  }
  #gdpr_footer_n {
    padding: 8px;
  }
}
@media only screen and (max-width: 470px) {
  #gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item {
    width: 50%;
  }
  #gdpr_container_n #gdpr_header_n .main_navi ul li.navi_item a {
    height: 100%;
  }
  #gdpr_container_n h2,
  .size_21 {
    font-size: 18px !important;
  }
  #gdpr_container_n p,
  #gdpr_container_n
    .gdpr_main_n
    .main_content_wrap
    .main_content
    .accordion_btn {
    font-size: 13px;
  }
  #gdpr_container_n h4 {
    font-size: 16px;
  }
  #gdpr_container_n .gdpr_main_n .main_content_wrap .main_content {
    padding: 26px 0 0 0;
  }
  #gdpr_footer_n .powered_by img {
    width: 130px;
  }
  #gdpr_footer_n .gdpr_see_later_btn,
  #gdpr_footer_n #gdpr_back_btn {
    font-size: 13px;
    width: 130px;
  }
}
@media only screen and (min-height: 640px) and (max-height: 720px) {
  #gdpr_container_n {
    height: 93vh;
  }
  #gdpr_container_n .gdpr_main_n {
    height: 63vh;
  }
}
@media only screen and (max-height: 640px) {
  #gdpr_container_n {
    height: 86vh;
    top: 45%;
  }
  #gdpr_container_n .gdpr_main_n {
    height: calc(100vh - 57%);
  }
  #close_btn_popup {
    top: -10px;
    right: -10px;
  }
}
.gdpr_content_n {
  display: none;
}
.gdpr_content_n.gdpr_content_n_active {
  display: block;
}
.size_21 {
  font-size: 21px !important;
}
#gdpr_container_n .checker {
  display: none;
}
/* ------------------------------------------------------------------------------- */
/* END GDPR modal

/* ------------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
.socials {
    left: 170px;
    bottom: 10px;
}
.socials a i {
    font-size: 2.4rem;
    margin: 0 15px 0 0;
}
nav.affix .socials {
    left: 170px;
    bottom: 20px;
}
nav.affix .socials a i {
    font-size: 2.4rem;
    margin: 0 15px 0 0;
}
  .plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
  .main-header h1.small {
    font-size: 3rem;
    margin-left: 0rem !important;
  }
  .mobile-hide {
    display: none;
  }
  .desctop-hide {
    display: block;
  }
  .underground-garage {
    margin: 10px 0px 0px 0px;
  }
  .tp-mask-wrap .btn-shadow-2 {
    font-size: 2em;
  }
  .project-details-txt {
    margin: 0px 0 30px 0;
    font-size: 14px;
  }
  .project-details-last h2 {
    font-size: 1.35em;
    margin-bottom: 30px;
  }
  .project-details-last p {
    font-size: 14px;
  }
  .hide-apart {
    display: none;
  }
  p {
    font-size: 16px;
  }
  .section {
    margin-bottom: 2em;
  }
  .section-content {
    margin-top: 4em;
  }
  .grid,
  .border-shadow-bottom {
    display: none;
  }
  .btn-details {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  .project-details-logo img {
    margin: 30px auto 30px;
    width: 150px;
  }
  .map {
    background: none!important;
    position: relative;
    padding-bottom: 75%;
    height: auto!important;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 0!important;
  }

  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
.under-map-text {
    height: 250px;
}
  .project-category,
  .project-title {
    left: 0px;
  }
  .col-base {
    margin-top: 1em;
  }
  .footer {
    margin: 2em 0 1em;
  }
  .arrow-left,
  .arrow-right {
    bottom: -4vh;
  }
  .arrow-left {
    right: 28vmin;
    padding-left: 0em;
  }
  .map-wrap {
    width: auto;
  }
  .btn-details .btn {
    width: 100%;
  }
  .project-details-last {
    padding: 1em 1em 1em;
    font-size: 1.2em;
    line-height: 1.4;
  }
  .project-details-title {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .apartment-info-board ul li label {
    width: auto;
  }
  .apartment-kota {
    padding-left: 5px;
  }
  .mobile-fix {
    text-align: center !important;
    padding-left: 25px;
  }
  .apartment-info-board a {
    padding: 5px 0px;
  }
  .apartment-numb {
    width: 135px;
  }
  .divider-top {
    display: none;
  }
  .divider-bottom {
    margin-left: 20px;
  }
  .blog {
    margin-top: 1em;
    padding-top: 0em;
    padding-bottom: 20px;
  }
  .blog-txt {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .compass-set {
    padding-top: 10px;
    text-align: center;
  }
  .apps-and-floors {
    display: inline-block;
    margin: 20px 5px 0px 15px;
    font-size: 20px;
  }
  .apps-and-floors.hhh:before,
  .apps-and-floors-uni.hhh:before {
    content: "";
    margin: 0;
  }
  .apps-and-floors-uni {
    display: inline-block;
    margin: 20px 15px 0px 30px;
    font-size: 20px;
    vertical-align: top;
  }
  .apps-and-floors-uni:before {
    content: "|";
    color: #d2232a;
    font-weight: 500;
    margin: 0px 5px 0px 0px;
  }
  .apps-and-floors-uni li a {
    font-size: 18px;
    color: #444444;
    text-decoration: none;
    font-weight: normal;
    padding: 4px;
  }
  .apps-and-floors-uni li a:hover {
    outline: 1px solid #444444;
    padding: 4px;
  }
  .apps-and-floors-uni li a.sold-app {
    outline: 1px solid #d2232a;
    color: #d2232a;
    text-decoration: line-through;
    padding: 4px;
  }
  .apps-and-floors-uni li a.sold-app:hover {
    outline: 1px solid #d2232a;
    color: #d2232a;
    text-decoration: line-through;
    padding: 4px;
  }
  .compass-set span {
    font-size: 18px;
  }
  .last-garage {
    margin-left: 10px;
  }
  .last-garage:before {
    content: "";
  }
  .project {
    float: left;
  }
  .section-project .row {
    display: flex;
    flex-direction: column;
  }
  div.project:nth-child(1) {
    order: 4;
  }
  div.project:nth-child(2) {
    order: 3;
  }
  div.project:nth-child(3) {
    order: 2;
  }
  div.project:nth-child(4) {
    order: 1;
  }
  .header-line h1 {
    padding-right: 0%;
    font-size: 25px;
  }
  .vertical-panel-info-projects {
    display: none;
  }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 10px !important;
    top: 50px !important;
    z-index: 1111 !important;
  }
  .builds {
    margin: 20px 0px 0px 0;
  }
  .sgrada-A-off,
  .sgrada-B-off,
  .sgrada-A,
  a.sgrada-A:hover,
  a.sgrada-B,
  a.sgrada-B:hover {
    width: 145px;
    height: 81px;
    background-size: cover;
  }
  .garage-logo {
    top: 13%;
    right: 40%;
  }
  .project-stats-1,
  .project-stats-2 {
    left: 15px;
    right: 15px;
    width: auto;
  }
  .holder-btns-down {
    flex-direction: column;
    margin: 0px auto 0px auto;
  }
  .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    left: 0px;
    margin: 15px 0;
  }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .btn-details a {
    width: 100%;
  }
  .holder-data-build {
    margin: 50px -15px 20px -15px;
  }
  .holder-data-build strong {
    font-size: 54px;
  }
  .holder-data-build i {
    font-size: 30px;
  }
  .holder-data-build a {
    padding-bottom: 20px;
  }
  .holder-data-build span {
    font-size: 12px;
  }
  .holder-data-build div.zavurshenost strong {
    padding-left: 0px;
  }
  .footer .brand {
    margin-top: 0.5em;
  }
  .holder-data-news {
    margin: 0 0 40px 0;
    flex-direction: column;
  }
  .holder-data-news strong {
    font-size: 74px;
  }
  .holder-data-news i {
    font-size: 30px;
  }
  .holder-data-news a {
    padding-bottom: 20px;
    width: 100%;
    margin-top: 20px;
  }
  .holder-data-news span {
    font-size: 14px;
  }
  .holder-data-news div.zavurshenost strong {
    padding-left: 0px;
  }
  .holder-data-news .project-img {
    width: 200px;
    height: auto;
  }
  .holder-data-news span.project-title {
    padding: 5px 10px;
    left: 43%;
  }
  .main-header h1.small-title {
    padding-left: 0%;
    font-size: 24px;
  }
  .holder-btns-down div:nth-child(1) {
    order: 1;
  }
  .holder-btns-down div:nth-child(2) {
    order: 2;
  }
  .holder-btns-down div:nth-child(3) {
    order: 3;
  }
  .other-news {
    flex-direction: column;
  }
  .other-news .news-item {
    width: auto;
  }
  .holder-data-news div .btn-details {
    margin-top: 0px;
  }
  .holder-data-news div {
    padding-bottom: 0px;
    width: 100%;
  }
  .news-detail-image {
    float: none;
    width: auto;
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .news-item .news-thumb {
    height: auto;
  }
  .news-item .news-thumb img {
    min-width: 130px;
    max-width: 130px;
    height: auto;
  }
  .small-image {
    width: 100%;
  }
  .flex-img {
    flex-direction: column;
  }
  .flex-img .img-50 {
    max-width: 100%;
    padding-right: 0%;
  }
  .flex-img .img-50:last-child {
    max-width: 100%;
    /*padding-top: 2%;*/
  }
  .project-details-item-flex {
    margin-bottom: 0 !important;
    padding: 0 0 25px 0;
  }
  .project-details-item-flex:nth-child(1) {
    background: #56565a;
  }
  .project-details-item-flex:nth-child(2) {
    background: #c5a47e;
  }
  .project-details-item-flex:nth-child(3) {
    background: #56565a;
  }
}
@media only screen and (max-width: 1800px) {
  .project-stats-333 {
    top: 20px;
  }
}
.slider-home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slider-home img {
  width: 100%;
  height: auto;
}
.logo-solle {
  position: absolute;
  top: 170px;
  text-align: center;
}
.project-content {
  margin: 4rem 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 26px;
}
/* .right-col p::before,
.second-txt p::before,
.under-map-text p::before {
  content: "";
  display: inline-block;
  width: 1em;
  margin-left: 1em;
} */
.vertical-line {
  position: relative;
  width: 1px;
  height: 220px;
  background-color: #58585a;
  margin-left: -1px;
  float: inline-start;
  margin-right: 30px;
  margin-top: 20px;
}
.vertical-line::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #40ae49;
}
.horisontal-line {
  position: relative;
  width: 500px;
  height: 1px;
  background-color: #58585a;
}
.horisontal-line::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #40ae49;
}
.horisontal-line.white {
  background-color: #ffffff;
}
.slider-links-1 {
  position: absolute;
  top: 250px;
  right: 15px;
}
.slider-links-1 a {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  padding-left: 40px;
}
.slider-links-1 a:hover {
  text-decoration: none;
}
.slider-links-1 .horisontal-line {
    position: relative;
    width: 500px;
    height: 1px;
    background-color: #ffffff;
}
.slider-links-1.project .horisontal-line {
    position: relative;
    width: 500px;
    height: 1px;
    background-color: #58585a;
}
.col-about-info {
  display: table;
}
.col-about-info p:first-child {
  font-style: italic;
  font-weight: 300;
}
.col-about-info p:last-child {
  font-style: normal;
  font-weight: 300;
}
.slider-project {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slider-project img {
  width: 100%;
  height: auto;
}
.slider-project .logo-solle {
  position: absolute;
  top: 50px;
  left: 50px;
}
.slider-project .logo-solle img {
  width: 100px;
}
.slider-project .slider-links-1 {
  position: absolute;
  top: 180px;
  right: 15px;
  width: 300px;
  overflow: visible;
}
.slider-project .slider-links-1 a {
  display: block;
  color: #58585a;
  font-size: 2rem;
  padding-left: 40px;
}
.slider-project .slider-links-2 {
  position: absolute;
  top: 100px;
  right: 15px;
  width: 450px;
}
.slider-project .slider-links-2 a {
  display: block;
  color: #58585a;
  font-size: 2rem;
  padding-left: 40px;
}
.slider-project .slider-links-2 a:hover {
  text-decoration: none;
}
.gallery-link {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.gallery-link a {
  display: block;
  color: #58585a;
  font-size: 1.5rem;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  padding-bottom: 4px;
}
.gallery-link a:hover {
  text-decoration: none;
}
.gallery-link .horisontal-line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 250px;
  height: 1px;
  background-color: #58585a;
}
.gallery-link .horisontal-line::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #40ae49;
}
.zu-den-wohnungen {
    margin: 0 auto 5em auto;
    text-align: center;
    position: relative;
}
.zu-den-wohnungen a {
  display: block;
  color: #58585a;
  font-size: 1.5rem;
  text-align: center;
  width: 250px;
  margin: 0 auto;
}
.zu-den-wohnungen a:hover {
  text-decoration: none;
}
.zu-den-wohnungen .horisontal-line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 250px;
  height: 1px;
  background-color: #58585a;
}
.zu-den-wohnungen .horisontal-line::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #40ae49;
}
.project-content .logo-solle {
  position: relative;
  margin: 100px auto 50px;
  text-align: center;
  top: 0;
}
.map {
  background: url(../../../../../im_firmi/104764/imc/map.jpg) no-repeat;
  /* width: 1000px; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /* padding-top: 1050px; */
  padding-top: 950px;
  background-size: contain;
}
.project-content .under-map-text p strong, .left-col p strong, .right-col p strong, .second-txt p strong {
  font-family: "Univers LT lite";
}
.project-content .under-map-text p, .modern .text .second-txt p, .grun .text p, .kompfort .text .right-col p {
  text-align: justify;
}
.project-content .under-map-text p:first-child {
  width: 600px;
}
.project-content .under-map-text p:nth-child(2) {
  width: 600px;
}
.project-content ul {
  list-style: disc;
  margin-left: 20px;
}
.project-content ul li {
  padding-left: 10px;
}
.modern {
  margin: 5rem 0;
  width: 1160px;
  display: inline-block;
}
.modern img.title {
  margin: 0 6rem 2rem;
  display: block;
}
.modern .text {
  background: url(../../../../../im_firmi/104764/imc/moder-build-sketch.jpg)
    no-repeat;
  width: 100%;
  height: 100vh;
}
.modern .text .right-col {
  float: left;
  padding-left: 750px;
}
.modern .text .right-col p {
    width: 405px;
    text-align: justify;
}
.modern .text .second-txt {
  margin-top: 80px;
}
.grun {
  margin: 5rem 0;
  width: 1160px;
  display: inline-block;
}
.grun img.title {
  margin: 0 -5rem 2rem;
  display: block;
}
.grun .text .left-col {
  width: 360px;
  float: left;
  margin-top: 70px;
}
.grun .text img {
  display: inline-block;
  float: right;
  margin-top: 70px;
}
.kompfort {
  margin: 5rem 0;
  width: 1160px;
  display: inline-block;
}
.kompfort img.title {
  margin: 0 6rem 2rem;
  display: block;
}
.kompfort .text {
  background: url(../../../../../im_firmi/104764/imc/komfort-build-sketch.jpg)
    no-repeat;
  width: 100%;
  height: 100vh;
}
.kompfort .text .right-col {
  float: left;
  padding-left: 770px;
}
.kompfort .text .right-col p {
  width: 385px;
}
.building-link {
  margin: 40px auto;
  text-align: center;
  position: relative;
}
.building-link a {
  display: block;
  color: #58585a;
  font-size: 1.5rem;
  text-align: center;
  width: 350px;
  margin: 10px auto;
}
.building-link a:hover {
  text-decoration: none;
}
.building-link .horisontal-line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 350px;
  height: 1px;
  background-color: #58585a;
}
.building-link .horisontal-line::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #40ae49;
}
.slider-building {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slider-building img {
  width: 100%;
  height: auto;
}
.slider-building .logo-solle {
  position: absolute;
  top: 50px;
  left: 50px;
}
.slider-building .logo-solle img {
  width: 100px;
}
.slider-building .slider-links-1 {
  position: absolute;
  top: 210px;
  left: 455px;
  right: auto;
  width: 300px;
}
.slider-building .slider-links-1 a {
  font-family: "Univers LT Std 39 Thin Ultra Condensed", sans-serif;
  display: block;
  color: #58585a;
  font-size: 2.3rem;
  padding-left: 80px;
}
.slider-building .slider-links-2 {
  position: absolute;
  top: 280px;
  left: 420px;
  right: auto;
  width: 450px;
}
.slider-building .slider-links-2 a {
  font-family: "Univers LT Std 39 Thin Ultra Condensed", sans-serif;
  display: block;
  color: #58585a;
  font-size: 2.3rem;
  padding-left: 10px;
}
.slider-building .slider-links-2 a:hover {
  text-decoration: none;
}
.slider-building .slider-links-3 {
  position: absolute;
  top: 360px;
  left: 380px;
  right: auto;
  width: 470px;
}
.slider-building .slider-links-3 a {
  font-family: "Univers LT Std 39 Thin Ultra Condensed", sans-serif;
  display: block;
  color: #58585a;
  font-size: 2.3rem;
  padding-left: 20px;
}
.slider-building .slider-links-3 a:hover {
  text-decoration: none;
}
.slider-building .slider-links-1 .horisontal-line,
.slider-building .slider-links-2 .horisontal-line,
.slider-building .slider-links-3 .horisontal-line {
  width: 230px;
}
.slider-building .slider-links-1 .horisontal-line::before,
.slider-building .slider-links-2 .horisontal-line::before,
.slider-building .slider-links-3 .horisontal-line::before {
  right: -7px;
  left: auto;
}
.ansicht-link {
  text-align: left;
  position: relative;
  float: left;
  margin-bottom: 60px;
}
.ansicht-link span {
  display: block;
  color: #58585a;
  font-size: 1.5rem;
  text-align: center;
  width: 250px;
  margin: 0 auto;
}
.ansicht-link .horisontal-line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 200px;
  height: 1px;
  background-color: #58585a;
}
.building-1 {
  margin-bottom: 160px;
}
.building-1 .building-image, .building-2 .building-image {
  position: relative;
}
.building-1 .building-image .app-1-link {
    position: absolute;
    width: 130px;
    height: 75px;
    bottom: 30px;
    left: 380px;
}
.building-1 .building-image .app-1-link a {
    display: block;
    height: 100%;
}
.building-1 .building-image .app-2-link {
    position: absolute;
    width: 170px;
    height: 75px;
    bottom: 30px;
    right: 240px;
}
.building-1 .building-image .app-2-link a {
    display: block;
    height: 100%;
}
.building-1 .building-image .app-3-link {
    position: absolute;
    width: 150px;
    height: 75px;
    bottom: 395px;
    left: 50px;
}
.building-1 .building-image .app-3-link a {
    display: block;
    height: 100%;
}
.building-1 .building-image .app-4-link {
    position: absolute;
    width: 180px;
    height: 75px;
    top: 55px;
    right: 63px;
}
.building-1 .building-image .app-4-link a {
    display: block;
    height: 100%;
}
.building-1 .building-image .app-5-link {
    position: absolute;
    width: 175px;
    height: 75px;
    top: 0px;
    left: 368px;
}
.building-1 .building-image .app-5-link a {
    display: block;
    height: 100%;
}
.building-2 .building-image .app-1-link {
    position: absolute;
    width: 130px;
    height: 75px;
    bottom: 87px;
    left: 360px;
}
.building-2 .building-image .app-1-link a {
    display: block;
    height: 100%;
}
.building-2 .building-image .app-3-link {
    position: absolute;
    width: 150px;
    height: 75px;
    bottom: 87px;
    right: 310px;
}
.building-2 .building-image .app-3-link a {
    display: block;
    height: 100%;
}
.building-2 .building-image .app-5-link {
    position: absolute;
    width: 180px;
    height: 75px;
    top: 0px;
    left: 465px;
}
.building-2 .building-image .app-5-link a {
    display: block;
    height: 100%;
}
.building-1 .building-image .app-1 {
    position: absolute;
    width: 402px;
    height: 98px;
    bottom: 183px;
    left: 261px;
}
.building-1 .building-image .app-1 a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
  background-color: rgb(166 170 119 / 0%);
}
.building-1 .building-image .app-1 a:hover {
  background-color: rgb(166 170 119 / 40%);
}
.building-1 .building-image .app-2 {
    position: absolute;
    width: 477px;
    height: 98px;
    bottom: 183px;
    right: 0px;
}
.building-1 .building-image .app-2 a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
  background-color: rgb(166 170 119 / 0%);
}
.building-1 .building-image .app-2 a:hover {
  background-color: rgb(166 170 119 / 40%);
}
.building-1 .building-image .app-3 {
    position: absolute;
    width: 402px;
    height: 125px;
    top: 410px;
    left: 261px;
}
.building-1 .building-image .app-3 a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
  background-color: rgb(166 170 119 / 0%);
}
.building-1 .building-image .app-3 a:hover {
  background-color: rgb(166 170 119 / 40%);
}
.building-1 .building-image .app-4 {
    position: absolute;
    width: 476px;
    height: 125px;
    top: 410px;
    right: 1px;
}
.building-1 .building-image .app-4 a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
  background-color: rgb(166 170 119 / 0%);
}
.building-1 .building-image .app-4 a:hover {
  background-color: rgb(166 170 119 / 40%);
}
.building-1 .building-image .app-5 {
    position: absolute;
    width: 880px;
    height: 139px;
    top: 251px;
    left: 260px;
}
.building-1 .building-image .app-5 a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
  background-color: rgb(166 170 119 / 0%);
}
.building-1 .building-image .app-5 a:hover {
  background-color: rgb(166 170 119 / 40%);
}
.building-2 .building-image .app-1 {
    position: absolute;
    width: 588px;
    height: 112px;
    bottom: 226px;
    left: 312px;
}
.building-2 .building-image .app-1 a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
  background-color: rgb(166 170 119 / 0%);
}
.building-2 .building-image .app-1 a:hover {
  background-color: rgb(166 170 119 / 40%);
}
.building-2 .building-image .app-3 {
    position: absolute;
    width: 588px;
    height: 113px;
    bottom: 358px;
    left: 312px;
}
.building-2 .building-image .app-3 a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
  background-color: rgb(166 170 119 / 0%);
}
.building-2 .building-image .app-3 a:hover {
  background-color: rgb(166 170 119 / 40%);
}
.building-2 .building-image .app-5 {
    position: absolute;
    width: 555px;
    height: 127px;
    top: 218px;
    left: 312px;
}
.building-2 .building-image .app-5 a {
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #666;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
  background-color: rgb(166 170 119 / 0%);
}
.building-2 .building-image .app-5 a:hover {
  background-color: rgb(166 170 119 / 40%);
}
.appartment-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.appartment-header img {
  width: 100%;
  height: auto;
}
.app-container {
  margin: 8em 0 3em;
}
.app-text .app-title {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.app-text .app-title span {
  position: relative;
  font-size: 2rem;
  z-index: 2;
}
.app-text .app-title .horisontal-line {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0%);
  width: 250px;
  height: 1px;
  background-color: #58585a;
}
.app-text .app-title .horisontal-line::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #40ae49;
}
.app-text .app-title .app-number {
  position: absolute;
  top: -50px;
  left: 240px;
  font-family: "Univers LT Std 85 Extra Black", sans-serif;
  font-size: 8rem;
  color: #eceeda;
  z-index: 1;
}
.app-info .app-title {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.app-info .app-title span {
  position: relative;
  font-size: 2rem;
  z-index: 2;
  right: -70px;
}
.app-info .app-title .horisontal-line {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0%);
  width: 250px;
  height: 1px;
  background-color: #58585a;
}
.app-info .app-title .horisontal-line::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #40ae49;
}
.app-info .app-title .horisontal-line::after {
  position: absolute;
  top: -85px;
  left: 77px;
  font-family: "Univers LT Std 85 Extra Black", sans-serif;
  font-size: 8rem;
  color: #eceeda;
  z-index: 1;
}
.app-info .app-title .quadrature {
  position: absolute;
  top: -35px;
  left: 185px;
  font-family: "Univers LT Std 85 Extra Black", sans-serif;
  font-size: 6rem;
  color: #eceeda;
  z-index: 1;
}
.app-info .app-title .quadrature span {
  position: absolute;
  top: 15px;
  right: -100px;
  font-family: "Univers LT Std 85 Extra Black", sans-serif;
  font-size: 3.3rem;
  text-transform: uppercase;
  color: #eceeda;
  z-index: 1;
}
.app-info .app-title img {
  display: inline-block;
  /* padding-top: 5px; */
}
.app-info .info {
  margin: 40px 0;
}
.app-info .info ul {
    list-style: none;
    width: 150px;
    margin-left: 148px; 
    padding-left: 0;
    width: 200px;
}
.app-info .info ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  border-bottom: 1px solid #58585a;
}
.app-info .info ul li::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #40ae49;
}
.app-info .info ul li span {
  position: relative;
  top: 0;
}
.app-info .info ul li span a{
  color: #58585a;
  text-decoration: none;
}
.app-text .txt {
    float: left;
    margin-left: 158px;
    position: relative;
    z-index: 80;
}
.app-text .txt .stat {
  margin-top: 40px;
  font-family: "Univers LT Std 85 Extra Black", sans-serif;
  font-size: 1.5rem; 
  color: #b5bd6a;
}
.app-text .txt .stat p {
margin-bottom: 30px;
}
.app-text .txt .stat p a {
color: #b5bd6a;
}
.app-text .txt .stat p a:hover { 
text-decoration: none;
}
.plans {
  margin-bottom: 5em;
}
.plans img {
  display: block;
  margin-bottom: 3em;
}
.title-line {
  position: relative;
}
.title-line span {
  position: relative;
  font-size: 2rem;
  z-index: 2;
  padding-left: 1.2em;
  font-family: "Univers LT Std 85 Extra Black", sans-serif;
  color: #dadeb5;
}
.title-line .horisontal-line {
  position: absolute;
  bottom: -10px;
  width: 300px;
  height: 1px;
  background-color: #58585a;
}
.title-line .horisontal-line::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #40ae49;
}
.title-center {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.title-center span {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  z-index: 2;
  padding-left: 1.2em;
  color: #58585a;
}
.title-center .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 400px;
    height: 1px;
    background-color: #58585a;
}
.title-center .horisontal-line::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #40ae49;
}

.similar-app .title-line {
  margin-bottom: 8em;
}
.similar-app .app-title {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.similar-app .app-title {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.similar-app .app-title a {
  position: relative;
  font-size: 2rem;
  z-index: 2;
  color: #58585a;
}
.similar-app .app-title a:hover {
  text-decoration: none;
}
.similar-app .app-title .horisontal-line {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0%);
  width: 250px;
  height: 1px;
  background-color: #58585a;
}
.similar-app .app-title .horisontal-line::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #40ae49;
}
.similar-app .app-title .app-number {
  position: absolute;
  top: -50px;
  left: 240px;
  font-family: "Univers LT Std 85 Extra Black", sans-serif;
  font-size: 8rem;
  color: #eceeda;
  z-index: 1;
}
.hidden {
    display: none !important;
}
.tel a, .mail a {
  text-align: right;
}
.tel i {
  display: inline-block;
  margin-right: 2px;
} 
.mail i {
  display: inline-block;
  margin-right: 10px;
}
.project-small-text {
  margin: 3em 0 0 0;
  font-size: 1.2em;
}
.project-big-text {
  margin: 3em 0 5em;
  font-size: 1.5em;
  line-height: 30px;
}
.uber-uns {
  margin: 5rem 0 0;
  /* width: 1160px; */
}
.uber-uns .text {
  background: url(../../../../../im_firmi/104764/imc/moder-build-sketch-uber-uns.jpg) no-repeat;
  width: 100%;
  height: 881px;
}
.uber-uns .text .right-col {
    float: right;
    width: 385px;
    position: relative;
    margin-right: 10rem;
}
.uber-uns .text .right-col p {
  width: 385px;
}
.uber-uns .text .right-col .first-txt {
    position: absolute;
    top: 200px;
    left: 160px;
    font-family: "Univers LT lite";
    font-size: 1.5rem;
    line-height: 2rem;
    font-style: italic;
}
.uber-uns .text .right-col .second-txt {
    position: absolute;
    top: 350px;
    left: 160px;
    font-family: "Univers LT lite";
    font-size: 1.5rem;
    line-height: 2rem; 
    width: 330px;
}
.uber-uns .text .right-col .slider-links-1 {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 230px;
}
.uber-uns .text .right-col .slider-links-1 span {
  display: block;
  color: #58585a;
  font-size: 1.6rem;
  padding-left: 40px;
}
.uber-uns .text .right-col .slider-links-2 {
    position: absolute;
    top: 670px;
    left: 160px;
    width: 300px;
}
.uber-uns .text .right-col .slider-links-2 span {
  display: block;
  color: #58585a;
  font-size: 1.6rem;
  padding-left: 40px;
}
.uber-uns .text .right-col .slider-links-3 {
    position: absolute;
    top: 780px;
    left: 160px;
    width: 300px;
}
.uber-uns .text .right-col .slider-links-3 span {
  display: block;
  color: #58585a;
  font-size: 1.6rem;
  padding-left: 40px;
}
.uber-uns .text .right-col .slider-links-1 .horisontal-line {
    position: relative;
    width: 230px;
    height: 1px;
    background-color: #58585a;
}
.uber-uns .text .right-col .slider-links-2 .horisontal-line {
    position: relative;
    width: 370px;
    height: 1px;
    background-color: #58585a;
}
.uber-uns .text .right-col .slider-links-3 .horisontal-line {
    position: relative;
    width: 370px;
    height: 1px;
    background-color: #58585a;
}
.slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.slider-container .carousel {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; /* Full width */
    transition: transform 0.5s ease-in-out; /* Smooth sliding transition */
}

.slider-container .carousel > li {
    flex: 0 0 100%; /* Each slide takes up 100% of container width */
    height: 100%; /* Full height of container */
    box-sizing: border-box; /* Ensure padding and border are included in the width/height */
}

.slider-container .carousel > li > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    top: -100px;
}

button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

button.prev:hover, button.next:hover {
    color: rgba(255, 255, 255, 0.7);
}


@media (min-width: 1300px) {
.map {
  padding-top: 1150px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
.map {
  padding-top: 1150px;
}
}
@media (max-width: 1200px) {
.app-info .info ul {
    margin-left: 98px;
}
.app-text .txt {
    float: left;
    margin-left: 110px;
}
.modern .text .second-txt {
    margin-top: 120px;
}
}
@media (max-width: 1000px) {
.modern .text .second-txt {
    margin-top: 150px;
}
}
/* Ipad Mini 768px-1024px */
@media only screen and (min-device-width: 768px) and (max-device-width: 780px) {
.slider-container .carousel > li > img {
    top: 0px;
}
 .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.about {
  margin-top: 4rem;
}
.brand img {
    max-width: 120px;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 1em;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 72rem;
    background: none;
}
.under-map-text {
    height: 150px;
}
.modern {
    margin: 2rem 0 0;
    width: 100%;
}
.modern .text {
    background-size: 400px;
    width: 100%;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 0px;
    width: 100%;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 310px;
    width: 720px;
}
.grun {
    margin: 0rem 0;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 300px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}

.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: auto;
    background-size: 290px;
}
.kompfort .text .right-col {
    padding-left: 300px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.project-content .under-map-text p:first-child {
    width: 100%;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.project-content {
    margin: 4rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -340px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
.footer {
    margin: 2em 0 0em;
}
}
/* Samsung S8+ 740px-360px Landscape */
@media only screen and (min-device-width: 740px) and (max-device-width: 750px) {
.slider-container .carousel > li > img {
    top: 0px;
}
 .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.about {
  margin-top: 4rem;
}
.brand img {
    max-width: 120px;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 1em;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 72rem;
    background: none;
}
.under-map-text {
    height: 150px;
}
.modern {
    margin: 2rem 0 0;
    width: 100%;
}
.modern .text {
    background-size: 400px;
    width: 100%;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 0px;
    width: 100%;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 310px;
    width: 720px;
}
.grun {
    margin: 0rem 0;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 300px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}

.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: auto;
    background-size: 290px;
}
.kompfort .text .right-col {
    padding-left: 300px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.project-content .under-map-text p:first-child {
    width: 100%;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.project-content {
    margin: 4rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -340px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
.footer {
    margin: 2em 0 0em;
}
.app-info .app-title {
    margin: -7px auto;
}
.app-info .info ul li::before {
    top: 23px;
}
.app-text .txt {
    margin-left: 230px;
}
.app-info .info ul {
    margin-left: 215px;
}
.navbar-nav-mobile li a {
    padding: 0.5em 1em;
}
}
/* Ipad Air 820px-1180px */
@media (min-width: 820px) and (max-width: 830px) {
 .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.brand img {
    max-width: 120px;
}
.header-inner .brand-panel {
    height: auto;
    z-index: 6;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 1em;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 72rem;
}
.under-map-text {
    height: 100%;
}
.modern {
    margin: 2rem 0 0;
    width: 100%;
}
.modern .text {
    background-size: 400px;
    width: 100%;
    height: auto;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 0px;
    width: 100%;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 310px;
    width: 720px;
}
.grun {
    margin: 0rem 0;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 300px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}

.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: auto;
    background-size: 290px;
}
.kompfort .text .right-col {
    padding-left: 300px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.project-content .under-map-text p:first-child {
    width: 100%;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.project-content {
    margin: 4rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -350px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
.footer {
    margin: 2em 0 0em;
}

}
/* Surface Pro 912px-1368px */
@media only screen and (min-device-width: 912px) and (max-device-width: 930px) {
 .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.brand img {
    max-width: 120px;
}
.header-inner .brand-panel {
    height: auto;
    z-index: 6;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 1em;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 56rem;
}
.under-map-text {
    height: 100%;
}
.modern {
    margin: 2rem 0 0;
    width: 100%;
}
.modern .text {
    background-size: 400px;
    width: 100%;
    height: auto;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 0px;
    width: 100%;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 310px;
    width: 720px;
}
.grun {
    margin: 0rem 0;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 300px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}

.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: auto;
    background-size: 290px;
}
.kompfort .text .right-col {
    padding-left: 300px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.project-content .under-map-text p:first-child {
    width: 400px;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.project-content {
    margin: 4rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -350px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
.footer {
    margin: 2em 0 0em;
}
}
/* Iphone 14 Pro 932px-430px Landscape */
@media only screen and (min-device-width: 932px) and (max-device-width: 950px) {
 .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.brand img {
    max-width: 120px;
}
.header-inner .brand-panel {
    height: auto;
    z-index: 6;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 1em;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 0rem;
    background: none;
}
.under-map-text {
    height: 100%;
}
.modern {
    margin: 2rem 0 0;
    width: 100%;
}
.modern .text {
    background-size: 400px;
    width: 100%;
    height: auto;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 0px;
    width: 100%;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 310px;
    width: 720px;
}
.grun {
    margin: 0rem 0;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 300px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}

.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: auto;
    background-size: 290px;
}
.kompfort .text .right-col {
    padding-left: 300px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.project-content .under-map-text p:first-child {
    width: 100%;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.project-content {
    margin: 0rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -400px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
.footer {
    margin: 2em 0 0em;
}
.app-info .app-title {
    margin: -7px auto;
}
.app-info .info ul li::before {
    top: 23px;
}
.app-text .txt {
    margin-left: 60px;
}
.app-info .info ul {
    margin-left: 50px;
}
.navbar-nav-mobile li a {
    padding: 0.5em 1em;
}
}
/* Samsung S20 Ultra 915px-412px Landscape */
@media only screen and (min-device-width: 915px) and (max-device-width: 920px) {
 .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.brand img {
    max-width: 120px;
}
.header-inner .brand-panel {
    height: auto;
    z-index: 6;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 1em;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 0rem;
    background: none;
}
.under-map-text {
    height: 100%;
}
.modern {
    margin: 2rem 0 0;
    width: 100%;
}
.modern .text {
    background-size: 400px;
    width: 100%;
    height: auto;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 0px;
    width: 100%;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 310px;
    width: 720px;
}
.grun {
    margin: 0rem 0;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 300px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}

.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: auto;
    background-size: 290px;
}
.kompfort .text .right-col {
    padding-left: 300px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.project-content .under-map-text p:first-child {
    width: 100%;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.project-content {
    margin: 0rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -400px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
.footer {
    margin: 2em 0 0em;
}
.app-info .app-title {
    margin: -7px auto;
}
.app-info .info ul li::before {
    top: 23px;
}
.app-text .txt {
    margin-left: 60px;
}
.app-info .info ul {
    margin-left: 50px;
}
.navbar-nav-mobile li a {
    padding: 0.5em 1em;
}
}
/* IPhone XR 896px-414px Landscape */
@media only screen and (min-device-width: 896px) and (max-device-width: 900px) {
 .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.brand img {
    max-width: 120px;
}
.header-inner .brand-panel {
    height: auto;
    z-index: 6;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 1em;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 0rem;
    background: none;
}
.under-map-text {
    height: 100%;
}
.modern {
    margin: 2rem 0 0;
    width: 100%;
}
.modern .text {
    background-size: 400px;
    width: 100%;
    height: auto;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 0px;
    width: 100%;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 310px;
    width: 720px;
}
.grun {
    margin: 0rem 0;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 300px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}

.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: auto;
    background-size: 290px;
}
.kompfort .text .right-col {
    padding-left: 300px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.project-content .under-map-text p:first-child {
    width: 100%;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.project-content {
    margin: 0rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -400px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
.footer {
    margin: 2em 0 0em;
}
.app-info .app-title {
    margin: -7px auto;
}
.app-info .info ul li::before {
    top: 23px;
}
.app-text .txt {
    margin-left: 60px;
}
.app-info .info ul {
    margin-left: 50px;
}
.navbar-nav-mobile li a {
    padding: 0.5em 1em;
}
}
/* IPhone 12 PRO 844px-390px Landscape */
@media only screen and (min-device-width: 844px) and (max-device-width: 860px) {
 .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.brand img {
    max-width: 120px;
}
.header-inner .brand-panel {
    height: auto;
    z-index: 6;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 1em;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 0rem!important;
    background: none;
}
.under-map-text {
    height: 100%;
}
.modern {
    margin: 2rem 0 0;
    width: 100%;
}
.modern .text {
    background-size: 400px;
    width: 100%;
    height: auto;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 0px;
    width: 100%;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 310px;
    width: 720px;
}
.grun {
    margin: 0rem 0;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 300px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}

.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: auto;
    background-size: 290px;
}
.kompfort .text .right-col {
    padding-left: 300px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.project-content .under-map-text p:first-child {
    width: 100%;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.project-content {
    margin: 0rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -400px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
.footer {
    margin: 2em 0 0em;
}
.app-info .app-title {
    margin: -7px auto;
}
.app-info .info ul li::before {
    top: 23px;
}
.app-text .txt {
    margin-left: 60px;
}
.app-info .info ul {
    margin-left: 50px;
}
.navbar-nav-mobile li a {
    padding: 0.5em 1em;
}
}
/* Surface Duo 540px-720px */
@media only screen and (min-device-width: 540px) and (max-device-width: 560px) {
.col-sm-6 {
    width: 50%;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.footer {
    margin: 2em 0 0em;
}
.modern .text .right-col {
    padding-top: 450px;
}
.kompfort img.title {
    width: 35rem;
}
.kompfort .text .right-col {
    padding-top: 600px;
}
.uber-uns .text {
    width: 300px!important;
    height: 400px!important;
}
.uber-uns .text .right-col {
    right: -250px!important;
}
.uber-uns .text .right-col .slider-links-1 {
    top: 20px!important;
}
.uber-uns .text .right-col .first-txt {
    top: 100px!important;
}
.uber-uns .text .right-col .second-txt {
    top: 200px!important;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 300px!important;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 350px!important;
}
}

/* Iphone SE 667px-375px Landscape */
@media only screen and (min-device-width: 667px) and (max-device-width: 670px) {
.app-info .info ul li::before {
    top: 23px;
}
.app-text .txt {
    margin-left: 195px;
}
.app-info .info ul {
    margin-left: 180px;
}
.col-base {
    margin-top: 0em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
    margin-top: 0em;
}
.row-base {
    margin-top: -3em!important;
}
.col-base.col-sm-6 {
  width: 50%;
  float: left;
}
.modern .text .right-col {
    padding-top: 380px;
}
}
/* Asus ZenBook 853px-1280px */
@media (min-width: 853px) and (max-width: 860px) { 
 .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.brand img {
    max-width: 120px;
}
.header-inner .brand-panel {
    height: auto;
    z-index: 6;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 1em;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 72rem;
}
.under-map-text {
    height: 100%;
}
.modern {
    margin: 2rem 0 0;
    width: 100%;
}
.modern .text {
    background-size: 400px;
    width: 100%;
    height: auto;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 0px;
    width: 100%;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 310px;
    width: 720px;
}
.grun {
    margin: 0rem 0;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 300px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}

.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: auto;
    background-size: 290px;
}
.kompfort .text .right-col {
    padding-left: 300px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.project-content .under-map-text p:first-child {
    width: 100%;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.project-content {
    margin: 4rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -350px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
.footer {
    margin: 2em 0 0em;
}

}
/* Ipad Pro 1024px-1366px */
@media (min-width: 1024px) and (max-width: 1040px) {
.navbar-desctop {
    padding: 2vmin 0 0;
}
.navbar-desctop-menu::before {
    bottom: -26px;
}
 .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.brand-panel {
    left: 1em;
    top: 0;
    width: auto;
    height: auto;
    padding: 2vmin 0em 2vmin;
}
.brand img {
    max-width: 120px;
}
.header-inner .brand-panel {
    height: auto;
    z-index: 6;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 0;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 67rem;
}
.under-map-text {
    height: 100%;
}
.modern {
    margin: 2rem 0 0;
    width: 100%;
}
.modern .text {
    background-size: 500px;
    width: 100%;
    height: auto;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 30px;
    width: 100%;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 400px;
    width: 950px;
}
.grun {
    margin: 0rem 0 5rem;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 520px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}

.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: auto;
    background-size: 390px;
}
.kompfort .text .right-col {
    padding-left: 400px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.zu-den-wohnungen {
    margin: 5rem auto 5em auto;
}
.project-content .under-map-text p:first-child {
    width: 600px;
}
.project-content .under-map-text p:nth-child(2) {
    width: 600px;
}
.project-content {
    margin: 4rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -400px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
.footer {
    margin: 2em 0 0em;
}

}


/* landscape S20 Ultra */
/* @media only screen and (orientation: landscape) { */
/* @media (max-width: 740px) and (max-height: 360px) { */
@media only screen and (max-width: 915px) and (orientation: landscape) {
  .slider-home img {
    width: 100px;
}
.plans img {
    display: block;
    margin-bottom: 3em;
    width: 100%;
}
.slider-links-1 {
    top: 230px;
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.brand img {
    max-width: 120px;
}
.col-base {
    margin-top: 0em;
}
.row-base {
    margin-top: -8em;
}
.visible-sm {
    display: inline-block!important;
}
#prop_top_news {
  margin-top: -1.5em;
}
/* .brand img {
    max-width: 100px;
} */
.footer {
    padding: 9em 0 1em;
}
.footer .brand {
    margin-top: 0em;
}
.navbar-mobile.affix a.brand img {
    width: 120px;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 18px;
}
.navbar-mobile.affix .brand {
    display: inline-block;
    margin-left: 27px;
}
.navbar-mobile.affix {
    z-index: 99;
    padding: 1.3em 0;
}
.slider-project .slider-links-2 {
    top: 50px;
    width: auto;
}
.horisontal-line {
    width: 100%;
}
.slider-project .slider-links-1 {
    top: 120px;
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: 100%;
}
.content {
    margin-top: 3rem;
}
.logo-solle img {
  width: 150px;
}
.map {
    padding-top: 72rem;
    background: none;
}
.modern {
    margin: 2rem 0;
    width: 100%;
}
.modern .text {
    background-size: contain;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.modern .text .second-txt {
    margin-top: 0px;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .right-col {
    padding-left: 340px;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 20rem;
}
.grun .text .left-col {
    width: 300px;
}
.grun .text img {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    width: 360px;
}
.kompfort img.title {
    margin: 0 0rem 2rem;
    width: 30rem;
}
.kompfort {
    margin: 0rem 0;
    width: 100%;
}
.kompfort .text {
    height: 100vh;
    background-size: contain;
}
.kompfort .text .right-col {
    padding-left: 300px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.project-content .under-map-text p:first-child {
    width: 100%;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.project-content {
    margin: 4rem 0 0;
    font-size: 1rem;
    line-height: 22px;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
.form-control, textarea.form-control {
    font-size: 1.1em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    width: 500px;
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    right: -400px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 500px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 600px;
}
}



/* Small devices (landscape phones, 480px and up) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* Styles for small devices like iPhone 6/7/8 */

.main {
    min-height: auto;
    top: -80px;
}
.slider-home img {
    width: 30%;
    height: auto;
}
.slider-container .carousel > li > img {
    top: 0px;
    height: 284px;
}
.navbar-toggle {
    margin-top: 12px;
}
.navbar-mobile.affix-top .navbar-toggle {
    margin-top: 24px;
}
.navbar-mobile.affix a.brand img {
    width: 100px;
    margin: 1vmin 1em 1vmin 0.4em;
}
.brand-panel {
    margin: 1vmin 1em 1vmin 0.2em!important;
}
.navbar-toggle.collapsed .icon-bar {
    background-color: #ffffff;
}
.header-inner  nav .navbar-toggle.collapsed .icon-bar {
    background-color: #40ae49;
}
.logo-solle {
    position: absolute;
    top: auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.slider-links-1 .horisontal-line {
    width: 100%;
}
.slider-links-1 {
    top: 220px;
    right: 15px;
}
.navbar-nav-mobile li a {
    padding: 1em 0.3em;
    color: #58585a;
    font-size: 1.2rem;
}
.navbar-mobile.affix .brand {
    margin-left: 15px;
}
.navbar-mobile.affix {
    z-index: 999;
    padding: 1.3em 0;
}
.brand img {
    max-width: 100px;
}
.slider-project .logo-solle img {
    width: 50px;
}
.slider-project .logo-solle {
    top: 20px;
    left: 40px;
}
.project-content .under-map-text p:first-child {
    width: 100%;
}
.project-content .under-map-text p:nth-child(2) {
    width: 100%;
}
.horisontal-line {
    width: auto;
}
.slider-links-1.project .horisontal-line {
    width: auto;
}
.slider-project .slider-links-1 {
    top: 50px;
    right: 15px;
    width: auto;
}
.slider-project .slider-links-2 {
    top: 10px;
    right: 15px;
    width: auto;
}
.project-content .logo-solle {
    margin: 50px auto 50px;
}
.project-content .logo-solle img {
    width: 100px;
}
.map {
    background: none;
    padding-top: 500px;
    padding-bottom: 10px;
}
.under-map-text {
    height: 100%;
}
.modern {
    margin: 0rem 0;
    width: 100%;
}
.modern img.title {
    margin: 0 0rem 2rem;
    width: 20em;
}
.modern .text {
    background-size: contain;
}
.modern .text .right-col {
    float: none;
    padding-left: 0px;
    padding-top: 330px;
}
.modern .text .right-col p {
    width: 100%;
}
.modern .text .second-txt {
    margin-top: 0px;
}
.grun {
    margin: 3rem 0;
    width: 100%;
}
.grun img.title {
    margin: 0 0rem 2rem;
    width: 15em;
}
.grun .text .left-col {
    width: 90%;
    float: left;
    margin-top: 30px;
}
.grun .text img {
    display: block;
    float: none;
    margin-top: 0px;
}
.kompfort {
    margin: 3rem 0;
    width: 100%;
}
.kompfort img.title {
    margin: 0 0rem 2rem;
}
.kompfort .text {
    background-size: contain;
}
.kompfort .text .right-col {
    float: none;
    padding-left: 0px;
    padding-top: 450px;
}
.kompfort .text .right-col p {
    width: 100%;
}
.zu-den-wohnungen {
    margin: 5rem auto 0em auto;
}
.ansicht-link {
    margin: 0 auto 3rem;
    text-align: center;
    position: relative;
    float: none;
}
.ansicht-link span {
    display: block;
    color: #58585a;
    font-size: 1.5rem;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.ansicht-link .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    height: 1px;
    background-color: #58585a;
}
.building-1 {
    margin-bottom: 60px;
}
.building-1 .building-image img, .building-2 .building-image img {
    width: 100%;
}
/* .mobile .layout .content {
    margin-top: 2.8rem;
} */
.header-inner .brand-panel {
    height: auto;
    z-index: 6;
}
.news-item .hews-text strong a {
    font-size: 1.5em;
}
.contact-info-content {
    padding: 3em 3em;
}
h4, .h4 {
    font-size: 1.5em;
}
.app-info .info ul li span {
    font-size: 2rem;
}
.app-info .info ul li span a {
    font-size: 2rem;
}
.app-text .txt .stat p a, .app-text .txt .stat p i {
    font-size: 2.3rem;
}
.app-info .info ul {
    margin-left: 55px;
}
.app-text .txt {
    margin-left: 67px;
}
.app-info .info ul li::before {
    top: 30px;
    left: -2px;
}
.zu-den-wohnungen a {
    font-size: 2.2rem;
}
.gallery-link a {
    font-size: 2.2rem;
}
.phone-row {
    font-size: 1.5em;
}
.contact-content {
    font-size: 1.5em;
}
#contact_form {
  margin-top: 4em;
}
.title-center span {
    padding-left: 0em;
}
.title-center .horisontal-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 1px;
    background-color: #58585a;
}
.form-control, textarea.form-control {
    font-size: 1.5em;
}
.btn {
    font-size: 1.2em;
}
.contact-row .fa {
    width: 1.1em;
    font-size: 1.5em;
}
.uber-uns .text {
    height: 700px;
    background-size: contain;
}
.uber-uns .text .right-col {
    float: none;
    width: 100%;
    margin-right: 0rem;
}
.uber-uns .text .right-col .slider-links-1 {
    top: 350px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.uber-uns .text .right-col .slider-links-1 .horisontal-line {
    width: 100%;
}
.uber-uns .text .right-col .slider-links-1 span {
    font-size: 2.5rem;
}
.uber-uns .text .right-col .slider-links-2 span {
    font-size: 2.5rem;
}
.uber-uns .text .right-col .slider-links-3 span {
    font-size: 2.5rem;
}
.uber-uns .text .right-col .first-txt {
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
}
.uber-uns .text .right-col .second-txt {
    top: 500px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
}
.uber-uns .text .right-col .slider-links-2 {
    top: 600px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
}
.uber-uns .text .right-col .slider-links-2 .horisontal-line {
    width: 260px;
}
.uber-uns .text .right-col .slider-links-3 {
    top: 660px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
}
.uber-uns .text .right-col .slider-links-3 .horisontal-line {
    width: 100%;
}
.building-1 .building-image .app-1, .building-1 .building-image .app-2, .building-1 .building-image .app-3, .building-1 .building-image .app-4, .building-1 .building-image .app-5 {
    display: none;
}
.building-1 .building-image .app-1-link {
    position: absolute;
    width: 150px;
    height: 65px;
    bottom: 0px;
    left: 33px;
}
.building-1 .building-image .app-2-link {
    position: absolute;
    width: 150px;
    height: 65px;
    bottom: 0px;
    left: auto;
    right: 0px;
}
.building-1 .building-image .app-3-link {
    position: absolute;
    width: 90px;
    height: 60px;
    bottom: auto;
    top: 100px;
    left: -5px;
}
.building-1 .building-image .app-4-link {
    position: absolute;
    width: 150px;
    height: 65px;
    top: 0px;
    right: 10px;
}
.building-1 .building-image .app-5-link {
    position: absolute;
    width: 160px;
    height: 65px;
    top: 0px;
    left: 40px;
}
.building-2 .building-image .app-1, .building-2 .building-image .app-3, .building-2 .building-image .app-5 {
    display: none;
}
.building-2 .building-image .app-1-link {
    position: absolute;
    width: 140px;
    height: 65px;
    bottom: 0px;
    left: 30px;
}
.building-2 .building-image .app-3-link {
    position: absolute;
    width: 130px;
    height: 65px;
    bottom: 0px;
    right: 70px;
}
.building-2 .building-image .app-5-link {
    position: absolute;
    width: 160px;
    height: 65px;
    top: 0px;
    left: 70px;
}
}


/* Default styles - Desktop first approach */

/* Extra small devices (phones, 320px and up) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* Styles for extra small devices like iPhone SE */
}

/* Small devices (landscape phones, 480px and up) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Styles for small devices like iPhone 6/7/8 */
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* Styles for tablets like iPad */
}

/* Large devices (desktops/laptops, 1024px and up) */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* Styles for small desktops/laptops */
}

/* Extra large devices (large desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
  /* Styles for large desktops */
}

/* Specific device queries */

/* iPhone X/XS/11 Pro */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /* Styles specific to iPhone X, XS, 11 Pro */
}

/* iPhone 6/7/8 Plus */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) { 
  /* Styles specific to iPhone 6/7/8 Plus */
}

/* iPad Pro 12.9" */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  /* Styles specific to iPad Pro 12.9" */
}

/* Surface Pro 7 */ 
@media only screen and (min-device-width: 912px) and (max-device-width: 1368px) {
  /* Styles specific to Surface Pro 7 */
}

/* Galaxy Fold */
@media only screen and (min-device-width: 280px) and (max-device-width: 653px) and (-webkit-device-pixel-ratio: 3) {
  /* Styles specific to Samsung Galaxy Fold */
}

/* Pixel 2 */
@media only screen and (min-device-width: 411px) and (max-device-width: 731px) {
  /* Styles specific to Google Pixel 2 */
}


