@font-face {
    font-family: 'The Seasons';
    src: url('/fonts/TheSeasons-Reg.woff2') format('woff2'), url('/fonts/TheSeasons-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Breit';
    src: url('/fonts/SohneBreit-Kraftig.woff2') format('woff2'), url('/fonts/SohneBreit-Kraftig.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne';
    src: url('/fonts/Sohne-Buch.woff2') format('woff2'), url('/fonts/Sohne-Buch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne';
    src: url('/fonts/Sohne-Kraftig.woff2') format('woff2'), url('/fonts/Sohne-Kraftig.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Sohne';
    font-size: 14px;
    line-height: 1.42;
    background: #EDE8E1;
    color: #A49374;
    margin: 0;
    text-align: center;
    padding: 0;
}

#page-penthouses {
    background: #292624;
    color: #EDE8E1;
}

.breit {
    font-family: 'Sohne Breit';
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.7;
}



section {
    position: relative;
}

section.bg {
    background: #EDE8E1;
}

#page-penthouses section.bg {
    background: #292624;
}

.clear,
* html .clearfix,
*:first-child+html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a,
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.toFade {
    opacity: 0;
    transition: opacity 0.7s;
}

.loaded .toFade {
    opacity: 1;
}

.delay1 {
    transition-delay: 0.2s;
}

.delay2 {
    transition-delay: 0.4s;
}

.delay3 {
    transition-delay: 0.6s;
}

.grid_4 {
    width: calc(33.33% - 16.66px);
    display:block
}
a.grid_4 span
{
    display:block
}
.grid_3 {
    width: calc(25% - 23.33px);
}

.grid_6 {
    width: 50%;
}

.half {
    width: calc(50% - 10px);
    text-align: left;
}

.container {
    width: calc(100% - 150px);
    margin: auto;
    position: relative;
}

.inner {
    width: calc(100% - 150px);
    margin: auto;
}

.border-t {
    border-top: 1px solid #A49374;
}

#page-penthouses .border-t {
    border-top: 1px solid #EDE8E1;
}

#page-penthouses #salesSec {
    display: none;
}


.w333 {
    width: 333px;
    max-width: 100%;
}

.max430 {
    max-width: 430px;
    margin: auto;
}

.w500 {
    width: 500px;
    max-width: calc(100% - 40px);
    margin: auto;
}

.w450 {
    width: 450px;
    max-width: calc(100% - 40px);
    margin: auto;
    text-align: left;
}

.max450 {
    width: 450px;
    max-width: calc(100% - 40px);
    text-align: left;
}

.max500 {
    width: 500px;
    max-width: calc(100% - 40px);
    text-align: left;
}

.w215 {
    width: 215px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

#map {
    font-family: 'The Seasons';
}

.map-det {
    padding: 20px 0;
    border-top: 1px solid #A49374;
}

.map-head {
    cursor: pointer;
    position: relative;
}

.map-head:after {
    content: '';
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 1px;
    background: #A49374;
    position: absolute;
}

.map-head:before {
    content: '';
    display: block;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    height: 9px;
    width: 1px;
    background: #A49374;
    position: absolute;
}

.map-cat.active .map-head:before {
    display: none;
}

.cat-inner {
    padding-top: 20px;
    display: none;
}

.map-p {
    line-height: 1.4;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.pb100 {
    padding-bottom: 100px;
}

.ptb100 {
    padding: 100px 0;
}

.pb150 {
    padding-bottom: 150px;
}

.pt150 {
    padding-top: 150px;
}

.ptb150 {
    padding: 150px 0;
}

.flex-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reverse {
    flex-direction: row-reverse;
}

#map {
    height: 100vh;
}

#mapcat {
    text-align: center;
}

.leftalign {
    text-align: left;
}

.dd {
    display: block;
    width: 146px;
}

.penSvg {
    display: none;
}

#page-penthouses .penSvg {
    display: block;
}

#page-penthouses .homeSvg {
    display: none;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

/* General */

.img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    height:auto
}
.img.loaded
{
       width: 100%;

}
img.loaded
{
    height:auto;

}

.fadeInUp {
    opacity: 0;
    transition: all 0.7s;
}
.tofadeAll.animated .fadeInUp
{
    opacity:1
}
.fadeInUp.animated {
    opacity: 1;
}

.toFade.animated {
    opacity: 1;
}



.parallexHolder {
    position: relative;
    overflow: hidden;
}

.parallex {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: -120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: top 1s ease-out;
    overflow: hidden;
}

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

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
}



.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    display: block;
}

.holder {
    position: relative;
    width: 1px;
    display: block;
}

.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 11;
    opacity: 0;
}

.h-ancher {
    display: block;
}

.full-height {
    height: calc(100vh - 62px);
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: #fff;
    background-size: cover;
}

#intro .full-height {
    height: 100vh;
}

.play {
    padding: 15px 0 0 0;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 24px;
    text-align: center;
    display: block;
    text-decoration: underline;
    position: relative;
    z-index: 3;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

.phone {
    color: #A49374;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 12px;
    right: 200px;
}

.phone svg {
    display: none;
}

#page-penthouses .phone {
    color: #EDE8E1;
}

.enq {
    width: 160px;
    line-height: 30px;
    background-color: #A49374;
    color: #EDE8E1;
    letter-spacing: 0.2em;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    right: 20px;
}

#page-penthouses .enq {
    color: #292624;
    background: #EDE8E1;
}

#page-penthouses .cls-c {
    fill: #EDE8E1;
}

.title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    color: #fff;
    width: 555px;
    max-width: calc(100% - 80px);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: normal;
    font-family: 'The Seasons';
}

p {
    margin: 0;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.underline {
    text-decoration: underline;
}

.tel {
    display: block;
    font-family: 'The Seasons';
    font-size: 30px;
    letter-spacing: 0.19em;
}

h1,
h3 {
    color: #fff;
    font-size: 80px;
    letter-spacing: 0.2em;
    line-height: 1;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}


h2,
h3 {
    font-size: 42px;
    letter-spacing: 0.2em;
    line-height: 1.14;
    text-transform: uppercase;
}


h4 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.14;
    margin-bottom: 1em;
}



.scale-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: scale(1.3);
    transform-origin: center center;
    background-position: center center;
}

.head-line {
    position: absolute;
    color: #fff;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 3;
}

.btn {
    color: #292624;
    background: #EDE8E1;
    display: flex;
    height: 32px;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.16em;
    line-height: 1;
    text-align: center;
    width: 212px;
    margin: auto;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.btn.dark {
    background: #A49374;
    color: #EDE8E1;
}

#page-penthouses .btn.dark {
    background: #EDE8E1;
    color: #292624;
}
.news-c
{
    display:flex;position:fixed;
    background:inherit;
    top:62px;
    display:flex;
    height:50px;
    justify-content:space-between;
    align-items:center;
    padding:0 20px;
    width:100%;
    z-index:5;
    font-size:12px;
    
}
.news-c a{
        letter-spacing: 0.2em;
        display:block
}
.news-det
{
    width:700px;
   margin:auto;
   max-width:calc(100%  - 80px);
   text-align:left


}
.news-det img{
    display:block;
    margin-bottom:30px;
    width:100%
}
.headline
{
    font-size:20px;
    margin-bottom:1.5em
}
.date{
    font-size:12px;
    margin-bottom:1em;
}
.caption{
    font-size:12px;
    margin-bottom:30px;
}
.news-det p{
    margin-bottom:1em;
}
/* Navigation */
header {
    position: fixed;
    height: 62px;
    width: 100%;
    display: block;
    background: inherit;
    top: 0;
    left: 0;
    z-index: 50;
}
.banner {
	height: 40px;
	width: 100%;
	position: fixed;
	top: 62px;
	background-color: #292624;
	transition: opacity 2.5s, transform 0.5s;
	z-index: 101;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner span {
    font-family: 'Sohne Breit';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
    text-align: center;
}

.logo {
    width: 230px;
}

.logo svg {
    display: block;
    width: 100%;
    height: auto;
}

#nav-toggle {
    position: absolute;
    left: 20px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 17px;
}

.mainSite {
    display: none;
}

#page-penthouses #nav-toggle,#page-news  #nav-toggle {
    display: none;
}

#page-penthouses .mainSite,#page-news .mainSite {
    display: block;
 
    font-size: 12px;
    letter-spacing: 2px;
    left: 20px;
}
#page-penthouses .mainSite{
       color: #F0EFED;
}
#nav-toggle span {
    height: 1px;
    width: 100%;
    background: #A49374;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    transition: opacity 0.7s;
}

#page-penthouses #nav-toggle span {
    background: #EDE8E1;
}

#nav-toggle .sp2 {
    top: 8px;
}

#nav-toggle .sp3 {
    top: 16px;
}

#nav-toggle.active .sp1,
#nav-toggle.active .sp3 {
    opacity: 0;
}



#ul {
    position: absolute;
    height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s;
    width: 100%;
    flex-direction: column;
    display: none;
    justify-content: center;
    background: inherit;
}

#ul li {
    display: block;
}

#ul a {
    letter-spacing: 0.2em;
    display: block;
    text-transform: uppercase;
    padding: 12px 0;
    display: block;
}


/* enquiry */
#register h3 {
    font-size: 24px;
    line-height: 1.25;
}

label {
    text-align: left;
    display: block;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
    font-size: 12px;
    margin: 0 auto 15px auto;
    padding: 5px 0;
    width: 100%;
    color: #A49374;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #A49374;
    text-align: left;
    font-family: inherit;
}

#page-penthouses input,
#page-penthouses select,
#page-penthouses textarea {
    color: #EDE8E1;
    border-bottom: 1px solid #EDE8E1;
}

select {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

select option {
    padding: 5px 0;
    color: #fff;
    background: #000;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

input[type=submit] {
    text-align: center;
    background: #A49374;
    width: 240px;
    margin: 35px auto 10px auto;
    padding: 17px 0;
    font-size: 14px;
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0.17em;
    line-height: 12px;
    text-align: center;
    color: #ede8e1;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}

#page-penthouses input[type=submit] {
    background: #EDE8E1;
    color: #292624;
}

.privacy {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: underline;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}

.multi-container {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #A49374;
    margin-bottom: 10px;
    list-style: none;
}

/*News Page Start*/

#news_list .flex-c {
    justify-content: flex-start;
}

#news_list .grid_4 {
    margin-right: 25px;
}

    #news_list .grid_4:nth-child(3n) {
        margin-right: 0;
    }

/*News Page End*/

#page-penthouses .inputs-list {
    border-bottom: 1px solid #EDE8E1;
}

.hs-form-checkbox {
    list-style: none;
    width: 50%;
}

.hs-form-checkbox-display {
    display: flex;
}

.hs-form-checkbox-display span {
    display: inline-block;
    padding-left: 10px;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    width: 20px;
    text-align: center;
}

#chkInternational+label {
    padding: 2px 0 2px 26px;
    position: relative;
    text-align: center;
    display: block;
    color: #546670;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: inherit;
    text-transform: uppercase;
    display: inline;
    margin: auto;
}

#chkInternational+label:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #546670;
    content: '';
    display: block;
}

#chkInternational+label:after {
    position: absolute;
    left: 0;
    width: 5px;
    height: 11px;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
    transform: translateY(-60%) rotate(45deg) scale(0);
    border-bottom: 2px solid #546670;
    border-right: 2px solid #546670;
    content: '';
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#chkInternational:checked+label:after {
    -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
    transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/*footer*/
.linkHome {
    display: none;
}

#page-penthouses .linkHome {
    display: block;
    color: #292624;
    background: #EDE8E1;
    padding: 80px 0;
    margin: 0 0 15px 0;
}

.total {
    display: block;
}

.total img {
    display: block;
    margin: auto;
    width: 180px;
}
.dko{
    width:84px
}
.mim 
{
    width:176px
}
.total-team
{width:187px;

}
.logos {
    width: 800px;
    margin: auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

#page-penthouses .logos {
    margin-bottom: 100px;
}

.logos a img {
    display: block;
}

.links a {
    display: inline-block;
    font-size: 13px;
}

.bar {
    display: inline-block;
    margin: 0 7px 0 7px;
    transform: translateY(-2px);
    font-size: 12px;
}

.bar:after {
    content: '|';
}

.back {
    display: block;
    color: #292624;
    padding: 10px;
    color: #292624;
    background: #EDE8E1;
}

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

div.token-input-dropdown-project ul {
    margin: 0;
    padding: 0;
    display: block !important;
    max-height: 205px;
}

div.token-input-dropdown-project ul li {
    background-color: #fff;
    font-size: 14px;
    padding: 3px;
    margin: 0;
    list-style-type: none;
    font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
    background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
    background-color: #fff;
}

div.token-input-dropdown-project ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
    background-color: #ccc;
    color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
    padding: 0;
    text-align: left;
    color: #F00D0D;
}

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

.m {
    display: none;
}

.logos a img.penSvg {
    display: none;
}

#page-penthouses .logos a img.penSvg {
    display: block;
}

#page-penthouses .logos a img.homeSvg {
    display: none;
}

.disclaimerPop {
	width: 100%;
	max-width: 600px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	padding: 20px 40px 20px 20px;
	background-color: #fff;
	border: 1px solid #000;
	pointer-events: none;
	transition: opacity 300ms;
    z-index: 1000;
}
.disclaimerPop.active {
    opacity: 1;
    pointer-events: all;
}

.closeDisclaimer {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.closeDisclaimer::before,
.closeDisclaimer::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #000;
}
.closeDisclaimer::before {
    transform: rotate(45deg);
}
.closeDisclaimer::after {
    transform: rotate(-45deg);
}

@media screen and (max-width : 1000px) {
    .banner {
        top: 40px;
    }

    body {
        font-size: 12px;
    }

    header {
        height: 40px;
    }


    .logo {
        width: 115px;
    }

    #nav-toggle {
        left: 20px;
    }

    h1,
    h3 {
        font-size: 30px;
        max-width: calc(100% - 80px);
        margin: auto;
    }

    h2 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    .breit {
        font-size: 11px;
    }

    .title {
        bottom: 60px;
    }

    .enq {
        width: 100%;
        line-height: 1;
        top: 40px;
        transform: none;
        padding: 12px 0;
        right: 0;
        left: 0;
        position: fixed;
     
    }

    .container {
        width: calc(100% - 40px);
    }

    .grid_6,
    .half,
    .grid_4,
    .grid_3 {
        width: 100%;
    }

    .half,
    .grid_4,
    .grid_3 {
        text-align: center;
        margin-bottom: 50px;
    }

    .container .half:last-child,
    .container .grid_4:last-child,
    .grid_3:last-child {
        margin-bottom: 0;
    }

    .ptb150 {
        padding: 80px 0;
    }

    .pb100 {
        padding-bottom: 60px;
    }

    .pt150 {
        padding-top: 80px;
    }

    .pb150 {
        padding-bottom: 80px;
    }

    .prlm {
        padding: 0 20px 60px 20px;
    }

    .w450 {
        margin: auto;
        text-align: center;
    }

    .w215 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .mb80m {
        margin-bottom: 80px;
    }

    #map {
        height: 100vw;
    }

    .inner {
        width: calc(100% - 40px);
    }

    .map-det {
        padding: 12px 0;
    }

    #team .half {
        padding: 0 20px;
        margin-bottom: 0 !important;
    }

    .mb30m {
        margin-bottom: 30px;
    }

    #team .inner {
        width: 100%;
    }

    .max450 {
        margin-left: auto;
        margin-right: auto;
    }

    .leftalign,
    .max450 {
        text-align: center;
    }

    .dd {
        display: block;
        margin: auto;
        width: 120px;
    }

    .logos {
        display: block;
    }

    .logos a {
        display: block;
        margin-bottom: 35px;
    }

    .logos a img {
        margin: auto;
    }

    .logos a:last-child {
        margin-bottom: 20px;
    }

    .links a {
        font-size: 12px;
    }

    .prm {
        padding: 0 20px;
        text-align: center;
    }

    .phone {
        right: 20px;
        font-size: 0;
        width: 24px;
        height: 24px;
    }

    .phone span {
        display: none;
    }

    .phone svg {
        display: block;
        height: 24px;
        width: 24px;
    }

    #page-penthouses .phone svg polygon {
        fill: #EDE8E1;
    }

    .max500 {
        margin: auto;
    }

    .full-height {
        height: calc(100vh - 76px);
    }

    #ul {
        top: 25px;
    }

    #team .half.mbm {
        margin-bottom: 60px !important;
    }

    .m {
        display: block;
    }

    .d {
        display: none;
    }
    .news-c
    {
        top:40px
    }
    .det-page
    {
      padding-top:115px 
    }
    .banner {
        height: auto;
        padding:5px 4px;
        top: auto;
        bottom:0;
        background:#fff;
        color:#000
 
    }

        .banner span {
            
            font-size: 11px;
            line-height: 18px;
            letter-spacing: 1px;
            
        }
}

@media screen and (max-width : 420px) {
    .breit {
        -webkit-text-size-adjust: none;
    }
}