@charset "utf-8";
.arrowimg,
.pc-menu a {
    transition: all .3s ease-in-out 0s
}

.logoholder,
.pc-menu,
.phonenumber {
    align-self: center
}

.langhref,
.none,
.none2,
.none5 {
    position: relative
}

#nav-mobil ul li ul li,
#nav-mobil ul li ul li a {
    border-bottom: 1px solid #fff
}

.flex-nav ul,
.m-footer li,
.pc-menu ul,
ol,
ul {
    list-style: none
}

.s1,
.s2,
.s3,
.searchbuttonholder {
    grid-row-end: 1;
    grid-row-start: 1
}

.investor-text-box,
.s1,
.s2,
.s3 {
    grid-row-start: 1
}

#nav-icon1,
.b-button,
.cursor,
.d-flat-img,
.d-galimg,
.news-wrapper,
.point,
.toplogo {
    cursor: pointer
}

:root {
    --hcolor: #021217;
    --spacing: 6.8vw;
    --pfont: 14px;
    --pad: 50px;
    --width: 100%;
    --top: 37px;
    --flatspacing: 75px;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.breemp,
.dp4 {
    -webkit-font-smoothing: antialiased
}

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



body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    max-width: 1920px;
    min-width: 320px;
    margin: auto;
    color: #424242;

}

.pc-menu a {
    width: auto;

    position: relative;
    transition: all .3s
}

.pc-menu a:after {
    content: "";
    height: 2px;
    background-color: #262626;
    left: 14px;
    bottom: 22px;
    position: absolute;
    width: calc(100% - 25px);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.pc-menu a:focus,
.pc-menu a:hover {
    color: #262626;
    visibility: visible
}



.pc-menu a:hover::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#offers {position:relative; top:0px; display:block; visibility:hidden;}
@media screen and (max-width: 1200px) {
    #offers {top:110px;}}
.hunhr:lang(hu) {
    color: rgba(2, 18, 23, .9);
    text-shadow: 0.6px 0 0 #021217;
}
.enghr:lang(en) {
    color: rgba(2, 18, 23, .9);
    text-shadow: 0.6px 0 0 #021217;
}

.instadblogo {width:20px; height:30px;}

.toplogo path {
    fill: rgb(66,66,66);
}


@media screen and (max-width:1650px) {
    .pc-menu a:after {
        left: 14px;
        bottom: 22px;
    }}


.langselector,
.pc-menu a {
    line-height: normal;
    text-decoration: none;
    box-sizing: border-box
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.arrowimg {
    width: 14px;
    height: 7px;
    padding-left: 4px;
    padding-bottom: 1px
}

.hiddenflow {
    overflow: hidden
}

.logoimg {
    width: 140px;
    height: 44px
}

.menuwrapper {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto auto auto auto;
    grid-column-gap: 35px;
    z-index: 111;
    background-color:white;
    margin: 2.5px 30px
}


.menuwrapper-wrapper {position:fixed; height:77.5px; top:0;/* left:0;*/ z-index:9999999999999;
    width:100%; /*new*/ max-width:1920px; background-color: white; /*transition: all 0.2s ease;  */transition: box-shadow .15s cubic-bezier(0.4,0.0,0.2,1); padding-bottom:2.5px;}

.menushadow { /* box-shadow: 0px 5px 12px rgba(0,0,0,0.15);*/ box-shadow: 0 3px 2px -2px rgba(0,0,0,.1); /*box-shadow: 0 5px 17px rgba(0, 0, 0, .15);*/
    /*box-shadow:	0 0 10px 4px rgba(0,0,0,0.1);*/
} 

.scrolla {padding-top:13px!important; padding-bottom:13px!important;}

.pc-menu {
    grid-column-start: 3;
    grid-column-end: 4
}

.pc-menu ul {
    margin: 0;
    padding: 0;
    display: flex
}

.pc-menu a {
    padding: 28px 14px;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 14.5px;
    color: #75787B
}

.lang-mobile a:active,
.lang-mobile a:focus,
.pc-lang a:hover,
.pc-lang-mo a:active,
.pc-lang-mo a:hover,
.pc-menu a:active,
.pc-menu a:hover {
    color: rgba(2, 18, 23, .9);
    text-shadow: .6px 0 0 #021217
}

.line:active,
.line:hover,
.pc-lang a:hover>span {
    color: #75787B!important;
    transition: none!important;
    transform: none!important
}

.pc-lang a:hover>span {
    text-shadow: 0 0 0 #FFF!important
}

.line:active,
.line:hover {
    text-shadow: 0 0 0#FFF!important
}

.pc-menu a:hover>.arrowimg,
.toplogo:hover {
    transform: scale(1.1)
}

.pc-lang a:active {
    color: rgba(2, 18, 23, .9);
    text-shadow: .6px 0 0 #021217
}

.pc-menu a:hover>.arrowimg path {
    stroke: #021217
}

.langhref {
    padding-right: 3px
}

.line {
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    pointer-events: none;
    transition: 0s
}

.phonenumber {
    color: #424242;
    font-size: 14.5px;
    line-height: 1.2
}

.fblack {
    width: 10px;
    height: 20px
}

.dropdown-content,
.dropdown-content2,
.dropdown-content5 {
    display: none;
    position: absolute;
    z-index: 112;
    top: 65px;
    padding: 25px 10px;
    background: #fff;
    color: #666;
    min-width: 215px
}

.dropdown-content5:lang(en) {
    min-width: 205px
}

.dropdown-content2:lang(en) {
    min-width: 205px
}

.dropdown-content:lang(en) {
    min-width: 205px
}



.dropdown-content {
    box-shadow: 0 5px 17px rgba(0, 0, 0, .15)
}

.dropdown-content2 {
    box-shadow: 0 5px 17px rgba(0, 0, 0, .15)
}

.dropdown-content5 {
    box-shadow: 0 5px 17px rgba(0, 0, 0, .15)
}

.dropdown-content a::after,
.dropdown-content2 a::after {
    content: "";
    height: 2px;
    background-color: #262626;
    left: 0;
    bottom: 0
}


.dropdown-content5 a::after {
    content: "";
    height: 2px;
    background-color: #262626;
    left: 0;
    bottom: 0
}


.dropdown-content a {
    width: auto;
    padding: 0 25px 5px 0;
    margin: 10px;
    text-align: left;
    position: relative;
    transition: all .3s
}

.dropdown-content a::after {
    position: absolute;
    width: calc(100% - 25px);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.dropdown-content a:focus,
.dropdown-content a:hover {
    color: #262626;
    visibility: visible
}

.dropdown-content a:hover::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.dropdown-content2 a {
    width: auto!important;
    padding: 0 0 6px;
    margin: 10px;
    text-align: left;
    position: relative;
    transition: all .3s
}

.dropdown-content5 a {
    width: auto!important;
    padding: 0 0 6px;
    margin: 10px;
    text-align: left;
    position: relative;
    transition: all .3s
}


.dropdown-content2 a::after {
    position: absolute;
    width: 100%;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}


.dropdown-content5 a::after {
    position: absolute;
    width: 100%;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}


@media screen and (max-width:1400px) {
    .dropdown-content2 a::after {
        width:calc(100% - 25px);
    }}

@media screen and (max-width:1400px) {
    .dropdown-content5 a::after {
        width:calc(100% - 25px);
    }}

.none3,
.none4,
.pc-lang {
    position: relative;
    align-self: center
}

.dropdown-content2 a:focus,
.dropdown-content2 a:hover {
    color: #262626;
    visibility: visible
}

.dropdown-content5 a:focus,
.dropdown-content5 a:hover {
    color: #262626;
    visibility: visible
}

.dropdown-content2 a:hover::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}


.dropdown-content5 a:hover::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.block,
.block2 {
    display: block!important
}

.pc-lang {
    font-weight: 500;
    font-size: 0;
    color: #75787B
}

.none3,
.none4 {
    display: none
}

.fullarrow {
    padding-bottom: 4.2px
}

.langselector {
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    transition: all .3s ease-in-out 0s;
    font-weight: 700;
    font-size: 17px;
    color: #262626;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0!important
}

.d-flattable-container th {

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0!important

}

.lang-mobile,
.pc-lang-mo {
    display: none;
    position: absolute;
    text-align: center;
    top: 60px;
    transition: all .3s ease-in-out 0s;
    padding: 25px 10px;
    color: #666;
    box-shadow: 0 5px 17px rgba(0, 0, 0, .15);
    z-index: 999999;
    background: #fff
}

.menu,
.noUi-horizontal .noUi-handle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0!important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.pc-lang-mo {
    right: -45px;
    min-width: 100px
}

.lang-mobile {
    right: 30px;
    min-width: 230px
}

.lang-mobile a,
.pc-lang a,
.pc-lang-mo a {
    transition: all .3s ease-in-out 0s;
    font-weight: 500;
    line-height: normal;
    color: #75787B;
    text-align: center;
    text-decoration: none
}

.lang-mobile a,
.pc-lang-mo a {
    font-size: 15.5px
}

.pc-lang a {
    box-sizing: border-box;
    width: 100%;
    font-size: 14.5px
}

.facelogotop,
.maillogotop {
    align-self: center
}

.toplogo {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.flex-nav ul {
    width: 930px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    display: flex
}

#nav-mobil {
    display: none;
    width: 100%;
    z-index: 996;
    padding-bottom: 25px;
    padding-top: 15px;
    border-bottom: 30px solid #fff;
    position:relative;
}

.navflex {
    display: flex;
    justify-content: flex-end
}

#nav-mobil:last-child {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

#nav-mobil ul li a {
    display: block;
    text-align: left;
    padding: 10px 100px;
    font-size: 1em;
    font-size: 1.123em;
    color: #424242;
    position: relative;
    text-decoration: none
}

.arrowimg2 {
    position: absolute;
    width: 14px;
    top: 15.5px;
    height: 7px;
    padding-left: 6px;
    padding-bottom: 1px;
    transition: all .3s ease-in-out 0s
}

#nav-mobil ul li ul {
    color: #fff;
    border-top: 1px solid #fff
}

#nav-mobil ul li ul li a {
    background: #fff;
    font-size: .889em;
    padding: 10px 30px;
    text-align: center;
    color: #424242c4
}

.menusvg {
    width: 25px;
    height: 25px;
    background-size: 25px
}

.closemenu {
    background: url(../img/close-icon3.svg) 95% center no-repeat;
    background-size: 25px
}

.mobilemenubuttoncontainer {
    align-self: center;
    display: none
}

.mobilelogo {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 50px
}

#nav-icon1 {
    width: 30px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.menu {
    user-select: none;
    text-decoration: none
}

.mobilefacebooklogo {
    padding-right: 25px;
    padding-top: 15px
}

.mobilemaillogo {
    padding-top: 19px;
    vertical-align: top
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2.2px;
    background: #021217;
    border-radius: 2.2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon1 span:nth-child(1) {
    top: 0;
    width: 100%
}

#nav-icon1 span:nth-child(2) {
    top: 10px;
    width: 60%
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
    width: 80%
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 60px;
    width: 100%
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%
}

.overlay-slide {
    position: absolute;
    left: 0;
    top: 65px;
    right: 0;
    bottom: 0;
    height: 1000%;
    z-index: 99999;
    display: none;
    background-color: #000;
    opacity: .7;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

@media screen and (max-width:1400px) {
    .pc-lang {
        display: none
    }
    .none3 {
        display: block
    }
}

@media screen and (max-width:1660px) {
    .pc-lang a,
    .pc-menu a,
    .phonenumber {
        font-size: 14.2px
    }
}

@media screen and (max-width:1450px) {
    .menuwrapper {
        grid-gap: 35px
    }
}

.ilog .toplogo path {
    fill: #000000!important;
}


@media screen and (max-width:1550px) {
    .toplogo path {
        fill: #75787B
    }
    .toplogo:hover path {
        fill: #424242
    }
    .pc-menu a {
        padding: 28px 13.5px
    }
    .menuwrapper {
        grid-gap: 30px
    }
    .bigphone {
        font-size: 14px;
        display: inline-block;
        color: #75787B
    }
    .dropdown-content a,
    .dropdown-content2 a {
        padding: 0 25px 5px 0;
        margin: 10px
    }

    .dropdown-content5 a {
        padding: 0 25px 5px 0;
        margin: 10px
    }
}

@media screen and (max-width:1430px) {
    .menuwrapper {
        grid-gap: 29px;
    }
    .bigphone {
        font-size: 14.2px
    }
    /*	.block2 {

}*/
    .pc-lang-mo {
        min-width: 60px;
        right: -20px;

        flex-direction: column
    }
    .line {
        visibility: hidden;
        height: 10px
    }
}

@media screen and (max-width:1219px) {
    .menuwrapper {grid-gap:20px;}
    .facelogotop {margin-right:0px;}}


@media screen and (max-width:355px) {
    .menuwrapper {
        grid-gap: 20px
    }
}




@media screen and (max-width:1200px) {
    .menuwrapper-wrapper {position:unset; height:unset; top:unset; left:unset; z-index:0; width:unset; background-color: none; /*transition: all 0.2s ease;  */transition: none; padding-bottom:unset;}
    .phonenumber {display:none;}}


@media screen and (max-width:1200px) {
    .menushadow {box-shadow: none;}}



@media screen and (max-width:1200px) {
    .pc-menu {
        display: none
    }
    .langhref {
        padding-left: 5px;
        padding-right: 5px
    }
    .lang-mobile {
        width: 240px;
        right: 62px
    }
    .facelogotop,
    .maillogotop {
        display: none
    }
    .mobilemenubuttoncontainer {
        display: block
    }
    .menuwrapper {
        grid-template-columns: auto 1fr auto auto
    }
    .none3 {
        display: none
    }
    .none4 {
        display: block;
        grid-column-start: 3;
        grid-column-end: 4
    }
    .line {
        visibility: visible;
        height: unset;
        font-size: 15.5px
    }
}

@media screen and (max-width:500px) {
    #nav-icon1 {
        width: 20px;
        height: 19px
    }
    #nav-icon1 span {
        border-radius: 2px;
        height: 2px
    }
    #nav-icon1 span:nth-child(1) {
        top: 0
    }
}

.noUi-connects,
.noUi-target {
    border-radius: 0!important
}

@media screen and (max-width:500px) {
    #nav-icon1 span:nth-child(2),
    #nav-icon1.open span:nth-child(1),
    #nav-icon1.open span:nth-child(3) {
        top: 8px
    }
    #nav-icon1 span:nth-child(3) {
        top: 16px
    }
}

@media screen and (max-width:650px) {
    #nav-mobil {
        padding-top: 25px;
        height: 800px
    }
    #nav-mobil ul li a {
        text-align: left;
        padding: 10px 55px 25px;
        font-size: 1.125em
    }
    #nav-mobil ul li ul li a {
        text-align: left;
        color: #424242;
        padding: 5px 75px 25px;
        font-size: .875em
    }
    .lang-mobile {
        color: #424242;
        width: unset;
        max-width: 100%;
        left: 0;
        right: 0;
        padding-top: 54.5px;
        padding-bottom: 54.5px;
        box-shadow: none
    }
}

#imageGallery li,
.bottomlinks a,
.breemp,
.buttonkeeper,
.center,
.herotext {
    text-align: center
}

@media screen and (max-width:650px) {
    .langhref {
        padding-left: 10px;
        padding-right: 10px
    }
    .navflex {
        display: unset;
        justify-content: unset
    }
}


/*lawyer*/

.lawyertext h1 {padding-left:var(--pad);
    padding-right:var(--pad);
}

.long-center-text p:first-child {padding-top:0px;}
.long-center-text p {padding-top:26px;}
.lawyerpic {width:260px; height:75px; padding-bottom:4px;}
.long-center-text {
    font-weight: 300;
    line-height: 23px;
    font-size: 14px;
    text-align: center;
    color: #424242;
    max-width:817px;
    margin:auto;
    margin-bottom:var(--spacing);
    padding-left:var(--pad);
    padding-right:var(--pad);
}

.big-black-lawyer {background-color:#021217;
    color:#fff;	text-align:center; display:flex; justify-content: center;  }

.plannerblack {text-align:center;}


.big-black-lawyer p {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.big-black-lawyer h2 {font-weight: bold;
    line-height: 46px;
    font-size: 28px;
    text-align: center;
    max-width:692px;
}


.plannertwo {margin:auto; margin-bottom:30px;}

.plannerblack {
    padding-left: var(--pad);
    padding-right: var(--pad);
    max-width:817px;
}

.housekeeper { background-image: url(../img/contact-building.svg);
    background-repeat: no-repeat;
    background-position: right 100px bottom 2.083333333333333vw;
    background-size: 32.77777777777778vw;

}

.some-more-lawyer-text {
    margin:auto;
    padding-bottom:calc(var(--spacing) + 4.1vw); padding-top:calc(var(--spacing) + 2.6vw);
    display:grid;  grid-template-columns: 1fr 1fr; grid-gap:84px;
    max-width:862px;
}



.some-more-lawyer-text {
    margin:auto;
    padding-bottom:calc(var(--spacing) + 3.9vw); padding-top:calc(var(--spacing) + 2.5vw);
    display:grid;  grid-template-columns: 1fr 1fr; grid-gap:84px;
    max-width:862px;
}

@media screen and (max-width:1660px) {
    .some-more-lawyer-text  {

        padding-bottom:calc(var(--spacing) + 4.1vw); padding-top:calc(var(--spacing) + 2.6vw);


    }
}


.some-more-lawyer-text p {
    font-weight: 300;
    line-height: 23px;
    font-size: 14px;

    color: #424242;
}
/*
.col {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
-webkit-column-gap: 84px;
-moz-column-gap: 84px;
column-gap: 84px;}*/

.lawpone {grid-column-start: 1; grid-column-end: 1;}

.lawptwo {grid-column-start: 2; grid-column-end: 2; padding-bottom:70px;}

.paddingofit {	padding-top:6.944444444444445vw;
    padding-bottom:6.944444444444445vw;}

.something-container .winners-container {padding-top:1.3vw;}

@media screen and (max-width:1660px) {
    .something-container .winners-container {padding-top:1.4vw;


    }
}


@media screen and (max-width:500px) {
    .something-container .winners-container {padding-top:0px;

    }
}

@media screen and (max-width:500px) {
    .long-center-text, .lawyertext h1 {

        padding-left:40px;
        padding-right:40px;


    }
}

@media screen and (max-width:500px) {
    .big-black-lawyer {

        padding-left:40px;
        padding-right:40px;


    }
}

@media screen and (max-width:500px) {
    .plannerblack, .plannertwo {

        padding-left:0px!important;
        padding-right:0px!important;


    }
}

@media screen and (max-width:1100px) {
    .some-more-lawyer-text  {

        grid-gap:70px;


    }
}

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

        background:none;


    }
}

@media screen and (max-width:1000px) {
    .some-more-lawyer-text  {

        grid-template-columns: 1fr;
        grid-gap:0px;
        padding-top:0px;
        padding-top:var(--spacing);
        padding-bottom:var(--spacing);


    }
}

@media screen and (max-width:1000px) {
    .big-black-lawyer h2 {
        font-weight: bold;
        line-height: 33px;
        font-size: 22px;
        text-align: center;
        padding-left:var(--pad);
        padding-right:var(--pad);
        padding-bottom:95px;
        padding-top:95px;
    }}

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

        padding-bottom:95px;
        padding-top:95px;
    }}


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

        padding-bottom:0px!important;
        padding-top:0px!important;
    }}



@media screen and (max-width:500px) {
    .big-black-lawyer h2 {
        padding-left:42px; padding-right:42px;}}

@media screen and (max-width:1000px) {
    .lawpone, .lawptwo  {

        grid-column-start:1;
        grid-column-end:1;
        padding-left:var(--pad);
        padding-right:var(--pad);
        text-align:center;
        padding-bottom:0px;



    }
}

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

        padding-top:55px;



    }
}


/**********/

.d-footer,
.m-footer {
    margin: auto;
    display: grid;
    align-content: center
}

.footer-container {
    width: 100%;
    background: #021217
}

.d-footer {
    max-width: 916px;
    justify-content: space-between;
    grid-template-columns: auto auto auto auto;
    height: 414px
}

.m-footer {
    max-width: 100%;
    justify-content: center;
    grid-template-rows: auto auto auto;
    height: 355px
}

.d-footertitle {
    font-weight: 600;
    line-height: 35px;
    font-size: 16px;
    padding-bottom: 8px;
    color: #FFF
}

.bottomlinks a,
.d-footer ul a,
.m-footer ul li a {
    font-weight: 600;
    line-height: 23px;
    font-size: 12px;
    color: #797979
}

.d-footer-logos {
    padding-right: 15px
}

#facefooter,
#linkedfooter,
#mailfooter,
#youfooter {
    transition: all .4s ease;
    padding-right: 15px
}

#facefooter:hover,
#linkedfooter:hover,
#mailfooter:hover,
#twittfooter:hover,
#youfooter:hover {
    transform: scale(1.08)
}

#mailfooter:hover path {
    fill: #FFC948
}

#facefooter:hover path {
    fill: #4460A0
}

#youfooter:hover path {
    fill: #FF0002
}

#linkedfooter:hover path {
    fill: #5851DB
}

#twittfooter {
    transition: all .4s ease
}

#twittfooter:hover path {
    fill: #4DC8F1
}

.specialfooterlink {
    padding-top: 15px
}

.d-footer ul a {
    text-decoration: none
}

.footerlogo1 {
    padding-top: 62px
}

.footerlogo2 {
    margin-top: 0px
}

.logopark {
    margin-top: 5px
}

.m-footer ul li a {
    text-decoration: none
}

.m-footer li {
    justify-self: center
}

.m-footer li a {
    text-decoration: none
}

.m-footerlogo2 {
    margin-top: -7px
}

.bottomlinks {
    padding-bottom: 25px
}

.bottomlinks a {
    padding-bottom: 20px
}

.m-footer .logopark {
    padding-top: 55px;
    padding-bottom: 65px
}

@media screen and (max-width:1030px) {
    .d-footer {
        margin-left: 120px;
        margin-right: 120px
    }
}

@media screen and (max-width:980px) {
    .d-footer {
        margin-left: 80px;
        margin-right: 80px
    }
}


.mobile-hero {
    max-width: 100%;
    /*	background-size: cover;*/
    margin-left: 30px;
    margin-right: 30px
}

@media screen and (max-width:800px) {
    .d-footer {
        display: none
    }
}

@media screen and (min-width:801px) {
    .m-footer {
        display: none
    }
}

@media screen and (max-width:340px) {
    .bottomlinks a {
        font-size: 10px
    }
}

.d-carousel-outer-container {margin-left:30px; margin-right:30px; display:none;}

@media screen and (min-width:751px) {
    .d-carousel-outer-container {
        display:block
    }
}

.lSSlideOuter .lSPager.lSpg > li {
    padding:4px 30px;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    z-index: 9999999999;
    top: 80px;
    right:30px;
    height:770px;
    justify-content: center;
}

.lSSlideOuter .lSPager.lSpg > li a {
    height:25px; 
    width:5px;
    border-radius:unset;
    background-color:rgba(255, 255, 255, 0.2);
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color:  #FFFFFF;
}

.spacemaker {margin-top:80px;}

.d-hero {
    height: 770px;
    /*margin-top:77.5px;*/

    background-position: 50% 50%;
    display: none;
    background-size: cover;
    justify-content: center;
    align-items: center;
    position: relative
}

.awimg {
    width: 424px;
    height: 140px;
    top: 40px;
    right: 40px;
    position: absolute;
    z-index: 3
}

.mobile-hero {

    display: block;
    height: 700px;
    position: relative;
    background-image: url(img/m-hero.jpg);
    background-position: 60% 30%;
}

.dh3,
.dp1 {
    max-width: 720px
}

.eximg {
    width: 266px;
    height: 88px;
    top: 30px;
    right: 35px;
    position: absolute;
    z-index: 3
}

.herotext {
    z-index: 6;
    line-height: 61px;
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 4.2vw;
    padding-left: 70px;
    padding-right: 70px;
    color: #FFF
}

.uislider-container {
    position: relative;
    margin-top: -175px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    width: 1112px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 118px;
    grid-template-rows: auto;
    grid-column-gap: 42px;
    align-items: center;
    z-index: 999;
    padding: 25px 50px 23px
}

.noUi-handle {
    background: #ADADAD!important
}

.s1 {
    grid-column-start: 1;
    grid-column-end: 2
}

.s2 {
    grid-column-start: 2;
    grid-column-end: 3
}

.s3 {
    grid-column-start: 3;
    grid-column-end: 4
}

.noUi-connect {
    background: #021217!important
}

.searchbuttonholder {
    grid-column-start: 4;
    grid-column-end: 5
}

.noUi-horizontal {
    height: 5px!important
}

.noUi-target {
    background: #E0E0E0!important;
    border: 0!important
}

.b-button,
.flat-blackbox,
.investor-text-box {
    background-color: #021217
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -5px!important
}

.noUi-horizontal .noUi-handle {
    width: 10px!important;
    height: 10px!important;
    top: -2.5px!important;
    user-select: none;
    text-decoration: none
}

.noUi-handle {
    border: 0!important;
    border-radius: 0!important;
    box-shadow: none!important
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    background: transparent;
    left: -10px;
    top: -10px;
}

.menu {position:relative;}

.menu:before {
    content:'';
    position: absolute;
    top: -10px;
    bottom: -30px;
    left: -10px;
    right: -30px;
    display: block;
}


/*

.noUi-handle-lower:before  {
content:'';
position:absolute;
top:-10px; bottom:-10px; 
left:-10px; right:-10px; 
}*/

.uislider-container .b-button {
    min-width: 110px;
    padding: 13px 25px
}

.sliderexplanation {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase
}

.example-val {
    font-size: 12px
}

.dh2,
.dh3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 46px;
    color: var(--hcolor);
    padding-bottom: 12px
}

.d-flat-container,
.d-news-container {
    margin-top: 30px
}

.d-flat-text {
    margin-top: var(--spacing)
}

.dp {
    font-weight: 300;
    font-size: var(--pfont)
}

.dp1 {
    line-height: 23px;
    margin: auto
}

.d-flatbox-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding-top: var(--top)
}

.d-flat-img {
    width: 331px;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
    margin: 7px;
    position: relative;

    transition: all .3s ease-in-out;
}

.bruhum {padding-bottom:0px;}

.d-flat-img:after {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    background-image: url(../img/flat-arrow.png);

    right: 140px;
    opacity:0;
    bottom: 23px;
    transition: all .4s ease-out;

    z-index: 9999;
}


.d-flatbox-wrapper .d-flat-img:hover.d-flat-img:after {
    right:30px;
    opacity:0.8;
}

@supports (-ms-ime-align:auto) {
    .d-flatbox-wrapper .d-flat-img:hover.d-flat-img:after {

        opacity:0;
    }


}

.buttonkeeper-flat {display:grid; justify-content:center; grid-gap:25px;     padding-bottom: var(--flatspacing); 
    /*padding-top:calc(var(--flatspacing) - 6vw);*/padding-top:var(--flatspacing); grid-template-columns: auto auto;}


@media screen and (max-width:490px) {
    .buttonkeeper-flat {
        grid-template-columns: 1fr;
        grid-gap:15px;
        padding-top:0px;


    }}


@media screen and (max-width:490px) {
    .b-button-white  {
        order:2;

    }}


.arrowback-holder {position:absolute; top:30px; left:20px; height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap:nowrap}

.arrowback-holder span {position: absolute;
    left: 50px;
    top: 3px; line-height:-20px;
    font-weight:600;
    font-size:16px;
    white-space: nowrap;



}

.arrowback {width: 16px;
    cursor:pointer;
    height: 16px;
    box-sizing: border-box;
    margin-left: 5px;
    transform: rotate(-135deg);
    margin-bottom: 2px;
    position: absolute;
    top: 4px;
    left: 15px;
}

.arrowback::before {
    content: '';
    width: 100%;
    height: 100%;
    border-width: .3vmin .3vmin 0 0;
    border-style: solid;
    border-color: #011014;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
}

.arrowback::after {
    content: '';
    float: left;
    position: relative;
    top: -100%;
    width: 100%;
    height: 100%;
    border-width: 0 .3vmin 0 0;
    border-style: solid;
    border-color: #011014;
    transform-origin: 100% 0;
    transition: .2s ease;
}

.arrowback:hover::after {
    transform: rotate(45deg);
    border-color: #011014;
    height: 120%;
}

.arrowback:hover::before {
    border-color: #011014;
    transform: scale(.8);
}


.flat-blackbox {
    color: #FFF;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 210px;

    height: 50px;
    transition: all .3s ease-in-out;

}

.oneim {right:0;transition: all .3s ease;}
.oneim:hover.d-flat-img {
    right:40px;
    box-shadow: 0 5px 17px  rgba(0, 0, 0, .15);
    transform: rotate(0.001deg)  scale(1.017)

}




@media screen and (max-width:1200px) {
    .oneim:hover.d-flat-img {
        right:0px;
        box-shadow: none;
        transform: none

    }}

.finance-text {font-style: normal;
    font-weight: 300;
    line-height: 23px;
    font-size: 14px;
    text-align: center;
    max-width:609px;
    margin:auto;
    margin-bottom: 2.8vw;}

.black-finance {
    margin-top: var(--spacing);
    display:grid;
    grid-template-columns:1fr 1fr;
    background: #021217;
    padding-top:var(--spacing);
    padding-bottom:10.43115438108484vw;

}

.black-con {padding-bottom:25px;}


@media screen and (max-width:1000px) {
    .black-finance  {
        grid-template-columns:1fr;
        grid-template-rows: auto auto;
        padding-left:var(--pad);
        padding-right:var(--pad);
        padding-bottom:104px;
    }}

.fin-question {
    font-weight: bold;
    line-height: 33px;
    font-size: 20px;
    padding-bottom:40px;
    color: #FFFFFF;
}

.finone {justify-self: end; padding-right:120px; box-sizing: border-box;}

@media screen and (max-width:1000px) {
    .finone  {
        padding-right:0px;
        justify-self:unset;
        grid-row-start: 1;
        grid-row-end: 1;
        padding-bottom:38px;
    }}

@media screen and (max-width: 1000px) {
    .finance-text  {
        padding-bottom: 50px;
        padding-left:var(--pad);
        padding-right:var(--pad);
    }}

@media screen and (max-width: 500px) {
    .finance-text  {
        padding-bottom: 70px;

    }}


@media screen and (max-width: 500px) {
    .black-finance, .finance-text  {
        padding-left: 35px;
        padding-right: 35px;
        padding-top:55px; }}

@media screen and (max-width: 500px) {
    .finance-text  {

        padding-top:10px; }}

@media screen and (max-width: 500px) {
    .black-finance {margin-top:calc(var(--spacing) + 13px)}}

@media screen and (max-width: 370px) {
    .black-finance, .finance-text {
        padding-left:var(--pad);
        padding-right:var(--pad); }}

/*newspage*/

.blog-container .d-newsbox-wrapper {padding-bottom:calc(5.338888888888889vw - 32px);

    width: 1077px;
    margin: auto;}	

.blog-container .news-wrapper:last-child {margin-right:0px;} 

.blog-container .news-wrapper:first-child {margin-left:0px;} 

.blog-container .news-wrapper {transition: opacity .15s linear;}

.blog-container .news-wrapper:hover {opacity: .7;}


.blog-container .d-newsbox-wrapper {justify-content: flex-start;}

@media screen and (max-width: 1400px) {
    .blog-container .d-newsbox-wrapper {width:999px}}

@media screen and (max-width: 1300px) {
    .blog-container .d-newsbox-wrapper {width:960px}}

@media screen and (max-width: 1040px) {
    .blog-container .d-newsbox-wrapper {width:100%}}


@media screen and (max-width: 760px) {
    .blog-container .d-newsbox-wrapper {justify-content:center;}}

@media screen and (max-width: 760px) {
    .blog-container .news-wrapper {margin-top:0px; margin-bottom:50px; padding-top:0px;}}

@media screen and (max-width: 760px) {
    .blog-container .d-newsbox-wrapper {margin-top:0px; margin-bottom:0px; padding-top:0px;}}

@media screen and (max-width: 760px) {
    .blog-container .d-newsbox-wrapper:nth-child(2){padding-top: var(--top)!important;}}


@media screen and (max-width: 400px) {
    .blogpics {background-position:54% 50%!important;}}



/*	@media screen and (max-width: 1200px) {
.blog-container .d-news-wrapper {width:30%}}*/





@media screen and (max-width: 1500px) {
    .blog-container .d-newsbox-wrapper {padding-bottom:calc(6.638888888888889vw - 32px)}}


@media screen and (max-width: 1400px) {
    .blog-container .d-newsbox-wrapper {padding-bottom:calc(6.838888888888889vw - 32px)}}


@media screen and (max-width: 1300px) {
    .blog-container .d-newsbox-wrapper {padding-bottom:calc(6.97vw - 32px)}}

@media screen and (max-width: 1300px) {
    .blog-container .d-newsbox-wrapper {padding-bottom: 55px;}}



@media screen and (max-width: 760px) {
    .blog-container .d-newsbox-wrapper {padding-bottom:0px;}}







/*******************************************************************************/

/*	.black-contact {position: unset; width:370px; height:80px; background:transparent;bottom:30px; right:30px;z-index:1000; 
display:none;box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
justify-content:space-between;}



.bc-box {
width:80px; border-left:1px solid transparent;color:white; height:80px;background:black;
display:flex; align-content:center; justify-content: center; flex-wrap:wrap;
}



.bc-rectangle {
width:288px; color:white; height:80px;background:black;
align-content:center; justify-content: space-between; flex-wrap:nowrap;
display:flex;
}

.c-phones {width:207px; display:flex; align-content:center; flex-wrap:wrap;}

.c-bigphonenumber {font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 20px;

color: #FFFFFF;}

.c-gotquestion {
font-style: normal;
font-weight: normal;
line-height: 20px;
font-size: 12px;
margin-bottom:-2px;
color: #FFFFFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);

}

.c-littletext {
font-style: normal;
font-weight: normal;
line-height: 16px;
font-size: 10px;
margin-top:-2px;
padding-bottom:2px;
color: #FFFFFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.chatp {
font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 10px;
text-align: center;
text-transform: uppercase;
padding-left:10px; padding-right:10px; padding-top:2px;}

.c-question{padding-left:27px; padding-right:23px;}


.sticky {

position: fixed;
bottom:30px; right:30px;
display:flex;
transition: ease 0.5s;


}


@media screen and (max-width:1100px) {.black-contact {display:none!important}} */

/****************************************************************/
/*blogpost*/

.copyposttitle {
    max-width: 500px;
    margin: auto;
}

.indexlogo {width: 181px;
    height: 52px;}

.author {padding-top:20px;
    line-height: 23px;
    font-size: 14px;
    text-align: center;

    color: #3F3F3F;}

.d-post-post {width: 726px; background: #F6F6F6; margin:auto; padding-top:6px;}

.d-post-post p {
    font-weight: 300;
    line-height: 27px;
    font-size: 14px;
    padding-left:95px; 
    padding-right:95px;
    padding-top:27px;

    color: #424242;}

.d-post-post p:last-child {padding-bottom:100px;}

.d-post-post h2 {
    padding-top:40px;

    font-weight: bold;
    line-height: 29px;
    font-size: 18px;

    color: #424242;
    padding-left:95px; 
    padding-right:95px;
}

.d-post-post a {
    text-decoration: underline;

    color: inherit;}

.blogposttopimg {
    background-size: cover!important;
    background-position: 50% 50%!important;}

.d-lead {background: #272E3D;font-weight: bold;
    line-height: 27px;
    font-size: 14px;
    padding-left:60px; padding-right:60px; padding-top:50px; padding-bottom:45px;
    margin-left:95px; margin-right:95px; margin-top:-50px; margin-bottom:25px;

    color: #FFFFFF;}

.blogpostpic {width: 726px; margin:auto; background-repeat: no-repeat; background-position: 50% 50%; 
    background-size:cover;height: 470px; margin-top:4.6vw;}


.d-blogbutton .b-button {margin-left:25px; margin-right:25px;}

.d-blogbutton {margin-top:75px!important; margin-bottom:8.722222222222223vw;}


@media screen and (max-width:1500px) {.d-blogbutton  {margin-top:50px!important; margin-bottom:9.722222222222223vw;}} 

@media screen and (max-width:485px) {.d-blogbutton .b-button {margin-bottom:15px;}} 

@media screen and (max-width:485px) {.d-blogbutton  {margin-top:60px!important;margin-bottom:10.722222222222223vw;}}

@media screen and (max-width:330px) {.d-blogbutton  {margin-top:50px!important;}}

@media screen and (max-width:1660px) {.blogpostpic {margin-top:6.25vw;}} 

@media screen and (max-width:820px) {.blogpostpic {/*margin-left:var(--pad); margin-right:var(--pad); */width:unset; }} 


@media screen and (max-width:820px) {.d-lead {margin-left:0px; margin-right:0px; width:unset; margin-top:-6px; padding-left:calc(var(--pad) + 20px); padding-right:calc(var(--pad) + 20px); }} 

@media screen and (max-width:820px) {.d-post-post p {padding-left:calc(var(--pad) + 20px); padding-right:calc(var(--pad) + 20px); width:unset; }} 


@media screen and (max-width:570px) {.blogpostpic {height:375px;}} 

@media screen and (max-width:570px) {.blogpostpic {height:375px;}} 

@media screen and (max-width:500px) {.blogposttopimg {display:none;}} 

@media screen and (max-width:760px) {.blogpostpic {margin-top:50px;}} 

@media screen and (max-width:400px) {.blogpostpic {height:290px;}} 

@media screen and (max-width:820px) {.copyposttitle  {line-height:1.8; padding-left: calc(var(--pad) + 20px)!important; padding-right:calc(var(--pad) + 20px)!important;}} 

@media screen and (max-width:820px) {.d-post-post { width:unset; margin-left:0px; margin-right:0px;  }} 


@media screen and (max-width:820px) {.d-post-post h2 { padding-left: calc(var(--pad) + 20px); padding-right:calc(var(--pad) +20px);  }} 

@media screen and (max-width:500px) {.d-lead { padding-left: calc(var(--pad) + 10px)!important;; padding-right:calc(var(--pad) + 10px)!important;  }} 

@media screen and (max-width:500px) {.d-post-post h2 { padding-left: calc(var(--pad) + 10px)!important;; padding-right:calc(var(--pad) + 10px)!important;  }} 

@media screen and (max-width:500px) {.copyposttitle  {line-height:1.8; padding-left: calc(var(--pad) + 10px)!important; padding-right:calc(var(--pad) + 10px)!important;}} 


@media screen and (max-width:500px) {.d-post-post p {padding-left:calc(var(--pad) + 10px); padding-right:calc(var(--pad) + 10px); width:unset; }} 






/*contact*/

.danubio-contact-form-container {
    background-image: url(../img/contact-building.svg);
    background-repeat: no-repeat;
    background-position: right 100px bottom 0px;
    background-size:43vw;
    margin-bottom:30px;

}

.lawyertext {margin-top:/*5.555555555555555vw;*/ var(--spacing);
    margin-bottom:/*5.555555555555555vw;*/ var(--spacing);
    margin-bottom:15px;
}

.contatext {margin-top:var(--spacing);
    margin-bottom:20px;}

.galtext-toptext {margin-top:5.555555555555555vw;
    margin-bottom:20px;}

.contactexplanation {max-width:538px; margin:auto;font-weight: normal;
    line-height: 17px;
    font-size: 14px;
    margin-bottom:50px;}

.galleryexplanation {font-weight: 300;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    max-width:546px;
    color: #424242;
    margin:auto;
    margin-bottom:5.5vw;
}

.danubio-contact-form {max-width:538px; margin:auto;
}


.danubio-contact-form	input[type=text], select {
    width: 100%;
    padding: 13px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #E5E5E5;
    font-size:16px;
    color:#021217;
    font-weight:600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;

    box-sizing: border-box;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.contact-form-error {
    border:1px solid #EF2828!important;

}

.contact-text-error {

    color:#EF2929!important;
}

.danubio-contact-form  input[type=submit] {
    display: inline-block;
    border: 1px solid #021217;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    min-width: 187px;
    font-weight: 400;
    padding: 13px 35px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    line-height: 19px;
    transition: all .5s;
    box-shadow: 0 0 0 0 #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0!important;
    text-decoration: none;
    background-color: #021217;
    cursor:pointer;
}

.danubio-contact-form  input[type=submit]:hover {
    background-color: transparent;
    color: #021217;
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #545454;
    text-shadow: none;
}


@-moz-document url-prefix() {
    .danubio-contact-form  input[type=submit]:hover {
        background-color: transparent;
        color: #021217;
        box-shadow: none;
        border: 1px solid #021217;
        text-shadow: none
    }
}

.concept, .nicepics, .concept-plus {

    display: inline-block;


    font-size: 14px;
    min-width: 187px;
    font-weight: 500;
    height:36px;
    width:168px;
    background-color: transparent;
    border:1px solid transparent;
    margin: 0 auto;
    line-height: 19px;
    transition: all .6s;
    color:#75787B;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0!important;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    cursor:pointer;
    margin-top:35px;
    /*	margin-left:10px; margin-right:10px;*/
}

.foci { color: #fff;

    box-shadow: 0 0 0 1.5px #021217;
    background-color: #021217;}

.concept:focus, .concept:hover {
    color: #fff;

    box-shadow: 0 0 0 1.5px #021217;
    background-color: #021217;}

.nicepics:focus {
    color: #fff;
    box-shadow: 0 0 0 1.5px #021217;
    background-color: #021217;}

.nicepics:hover {
    color: #fff;
    box-shadow: 0 0 0 1.5px #021217;
    background-color: #021217;}

.concept-plus:focus {
    color: #fff;
    box-shadow: 0 0 0 1.5px #021217;
    background-color: #021217;}

.concept-plus:hover {
    color: #fff;
    box-shadow: 0 0 0 1.5px #021217;
    background-color: #021217;}

@-moz-document url-prefix() {
    .nicepics:hover, .nicepics:focus, .concept:hover, .concept:focus, .concept-plus:hover, .concept-plus:focus, .foci {


        box-shadow: none;
        border: 1px solid #021217;
        color: #fff;

        background-color: #021217;
    }
}


.danubio-contact-form textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    height: 201px;
    padding: 12px 20px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#021217;
    font-weight:700;
    resize: none;
    margin:8px 0;



    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ulinelink {text-decoration: underline;color: #6E6E6E;}

.danubio-contact-form label {

    line-height: 20px;
    font-size: 12px;}


.danubio-contact-form .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 26px;
    font-size: 16px;
    margin-top:20px;

    color: #6E6E6E;
}

/* Hide the browser's default checkbox */
.danubio-contact-form .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.danubio-contact-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.robotkeeper {
    width: 247px;
    height: 66px;

    margin-top:68px;
    margin-bottom:50px;
    background-image:url(../img/robot.png);
    background-size:cover;
}

/* On mouse-over, add a grey background color */
/*  .danubio-contact-form .container:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/*  .danubio-contact-form .container input:checked ~ .checkmark {
background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.danubio-contact-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.danubio-contact-form  .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.danubio-contact-form  .container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #021217;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;

    color: #6E6E6E!important;font-family: 'Open Sans', sans-serif; font-weight:400!important;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;

    color: #6E6E6E!important;font-family: 'Open Sans', sans-serif; font-weight:400!important;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;

    color: #6E6E6E!important;font-family: 'Open Sans', sans-serif; font-weight:400!important;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;

    color: #6E6E6E!important;font-family: 'Open Sans', sans-serif; font-weight:400!important;
}






textarea::-webkit-input-placeholder { font-size: 16px;
    color: #6E6E6E!important;font-family: 'Open Sans', sans-serif; font-weight:400!important;
}

textarea:-moz-placeholder { font-size: 16px;
    color: #6E6E6E!important;font-family: 'Open Sans', sans-serif; font-weight:400!important; 
}

textarea::-moz-placeholder {  font-size: 16px;
    color: #6E6E6E!important;font-family: 'Open Sans', sans-serif; font-weight:400!important;  
}

textarea:-ms-input-placeholder { font-size: 16px;
    color: #6E6E6E!important;font-family: 'Open Sans', sans-serif; font-weight:400!important;
}

@media screen and (max-width:1660px) {.nicepics, .concept, .concept-plus {margin-bottom:30px; min-width:unset;}} 
@media screen and (max-width:1660px) {.contactexplanation {margin-bottom:40px;}} 
@media screen and (max-width:700px) {.contactexplanation {margin-bottom:70px;}} 
@media screen and (max-width:1300px) {	.galleryexplanation {margin-bottom:5.65vw;}} 
@media screen and (max-width:800px) {.nicepics, .concept, .concept-plus {width:160px;}} 
@media screen and (max-width:1150px) {	.galtext-toptext {margin-top:100px; margin-bottom:5px;}} 
@media screen and (max-width:1150px) {	.galleryexplanation {margin-bottom:90px; 
    font-size: 14px;}} 
@media screen and (max-width:650px) {.nicepics, .concept, .concept-plus {width:100%; height:38px; margin-top:0px; margin-bottom:15px;}} 
@media screen and (max-width:800px) {	.galtext-toptext {margin-top:80px; margin-bottom:5px;}} 
@media screen and (max-width:800px) {	.galleryexplanation {margin-bottom:60px; 
    font-size: 14px; max-width:375px;}} 

@media screen and (max-width:430px) {	.galtext-toptext {margin-top:70px; margin-bottom:5px;}} 
@media screen and (max-width:430px) {	.galleryexplanation {margin-bottom:35px; 
    font-size: 14px; max-width:300px;}} 



@media screen and (max-width:430px) {	.galleryexplanation p {padding-left:7px; padding-right:7px;}} 





@media screen and (max-width:335px) {	.galtext-toptext {margin-top:60px; margin-bottom:5px;}} 

@media screen and (max-width:335px) {	.galleryexplanation {margin-bottom:25px; 
    }} 
@media screen and (max-width:1150px) {	.fuhu {font-size:23px; line-height:36px;}} 

@media screen and (max-width:1660px) {.contatext {margin-top:8vw;}} 

@media screen and (max-width:700px) {.contatext {margin-top:65px;}} 

@media screen and (max-width:700px) {.danubio-contact-form, .contactexplanation { margin-right: 40px;
    margin-left: 40px}} 

@media screen and (max-width:350px) {.danubio-contact-form, .contactexplanation { margin-right: var(--pad);
    margin-left: var(--pad)}} 

@media screen and (max-width:700px) {.danubio-contact-form-container {background-image: none;}} 
/***********************************/

.main {display:none!important;}
#Gallery-Gallery-plus {display:block}
.grid-item {
    width: calc(25% - 20px);
    margin-bottom:20px; margin-left:10px; margin-right:10px;}
.grid, .gridi, .gridi-plus {max-width: 1710px;
    width: calc(100% - 40px);

    margin:auto;


}

.bruhu {height:22px;}


/*flatpage*/

.flat-top {

    height:/* 446px*/ 335px;
    background-size: cover;
    background-position: 50% 50%;
    /*  margin-bottom: 20px;
    z-index: 2;*/
    position: relative;

}


.flat-top2 {

    height:/* 446px*/ 335px;
    background-size: cover;
    background-position: 100% 50%;
    /*  margin-bottom: 20px;
    z-index: 2;*/
    position: relative;
    background-image:url(../img/flatselector-back6.jpg);

}

.lawyer-top {

    height: 335px;
    background-size: cover;
    background-position: 100% 50%;

    position: relative;
    background-image:url(../img/lawyer-big.jpg);

}

.planner-top {

    height: 335px;
    background-size: cover;
    background-position: 0% 50%;

    position: relative;
    background-image:url(../img/planner.jpg);

}

@media screen and (max-width:1230px) {.lawyer-top { background-position: 25% 100%;}} 
@media screen and (max-width:700px) {.lawyer-top { background-position: 40% 100%;}} 
@media screen and (max-width:1100px) {.planner-top { background-position: 10% 50%;}} 
@media screen and (max-width:1100px) {.planner-top { background-position: 20% 50%;}} 


/*	@media screen and (max-width:1660px) {.flat-top {height: 335px;}} */

.flat-page-info-box {text-align:center; padding-bottom:var(--flatspacing); padding-top:var(--flatspacing);}

.flat-page-flat-number {
    line-height: 59px;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight:700;

    color: #011014;
}

.flat-page-flat-text {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
    text-align: center;

    color: #424242;
}

.flat-two-pics-wrapper {
    display:grid;
    grid-template-columns: 1fr;
    grid-column-gap: 25px;
    max-width:800px;
    margin:0 auto;
    padding-bottom: var(--flatspacing);
    padding-top: 55px;
}

.hundrepercentimg {
    width:100%;
}
.flat-page-picandtable-wrapper {
    display:grid;
    margin:0 auto;
    grid-template-columns: 6.25fr 3.54fr;
    max-width:1100px;
    justify-content: space-between;	
    grid-column-gap: 116px;
    /*	margin-left:130px;
    margin-right:130px;*/
    margin-bottom:var(--flatspacing);

}



.d-garage-container {
    display:grid;
    margin:0 auto;
    grid-template-columns: 6.6fr 4.4fr;
    max-width:1100px;
    background-color: #F4F4F4;


    margin-top:var(--flatspacing);

    margin-bottom:var(--flatspacing);

}

.flat-page-table-details {

    width: 100%;


    /*	border:1px solid #E0E0E0;*/
}



.flat-page-table-p {height:40px;font-size: 14px; display:flex; align-items: center; justify-content: space-between; 
    border-top: 1px solid #E0E0E0; border-left:1px solid #E0E0E0;  border-right:1px solid #E0E0E0; }

.special-flat-table-row {margin-left:-10px; margin-right:-10px; background: #021217!important; color: #FFFFFF; padding-left:10px; padding-right:10px;
    border: 1px solid #E0E0E0;}

.lasttablep {border-bottom: 1px solid #E0E0E0; border-top:0px;}

.flat-page-table-p:nth-child(odd){background-color: #f2f2f2;}

.flatpageh2 {font-weight: 700;
    line-height: 46px;
    font-size: 28px;
    padding-bottom:40px;
    color: #011014;
}

.what {margin-left:32px;}

.howbig {margin-right:32px;}


.flat-two-pics-wrapper .flatpageh2 {
    padding-bottom:28px;
}

.flatp-flatwrapper {margin-top:-70px; padding-bottom: 150px;}

.pdf-button {
    display: flex;
    border: 1px solid #021217;
    background-color: #021217;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    min-width: 102px;
    font-weight: 400;
    padding: 11px 25px;
    text-transform: uppercase;
    /*	transition:all 0.2s ease;*/
    color: #fff;
    margin: 0 auto;
    line-height: 19px;

    /*box-shadow: 0 0 0 0 #000;*/
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0!important;
    text-decoration: none;
    box-shadow: 0px 3.12147px 15.6073px rgba(0, 0, 0, 0.4);
    cursor:pointer;
    margin-top:20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);


    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}


.pdf-button:hover {


    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}




@-moz-document url-prefix() {
    .pdf-button:hover {

        box-shadow: 0px 3.12147px 15.6073px rgba(0, 0, 0, 0.75);
        transform: none;



    }
}

@supports (-ms-ime-align:auto) {
    .pdf-button:hover {
        box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.7);
        transform: scale(1.2);
    }

}



.flatp-flatwrapper .d-flatbox-wrapper {padding-top: 15px;}

@media screen and (max-width:500px) {.flatp-flatwrapper .d-flatbox-wrapper {padding-top: 15px;}} 

.pdf-button-text {padding-left:7px;text-shadow: 1px 1px 1px rgba(0, 0, 0, .5); }


@media screen and (max-width:500px) {.flat-top {margin-top:5px; margin-left: var(--pad);
    margin-right: var(--pad)}} 

@media screen and (max-width:500px) {.lawyer-top {margin-top:5px; margin-left: var(--pad);
    margin-right: var(--pad);
    background-position: 100% 50%;;
    background-image:url(../img/lawyermob.jpg);}} 

@media screen and (max-width:500px) {.planner-top 
    {margin-top:5px; margin-left: var(--pad);
        margin-right: var(--pad);
        background-position: 100% 50%;;
        background-image:url(../img/planner-mob.jpg);}} 



@media screen and (max-width:500px) {.finance-top 
    {
        background-image:url(../img/financemob.jpg)!important;}} 




@media screen and (max-width:850px) {.flat-top2 {background-position:90% 50%;}} 	

@media screen and (max-width:500px) {.flat-top2 {margin-top:5px; margin-left: var(--pad);
    margin-right: var(--pad); 	background-image:url(../img/flatselector-back4.png);}} 

@media screen and (max-width:500px) {.pdf-button {font-size:14.5px;}} 


@media screen and (max-width:500px) {.flat-page-flat-number {line-height: 46px;
    font-size: 28px; padding-bottom:5px;}} 

@media screen and (max-width:500px) {.flat-page-info-box {padding-top:55px; padding-bottom:55px;}} 



@media screen and (max-width:1430px) {	.flat-page-picandtable-wrapper {grid-gap:8.05vw;}} 


@media screen and (max-width:1310px) {	.flat-page-picandtable-wrapper {margin-left:110px; margin-right:110px;
    grid-template-columns: 6.8fr 4fr;}} 


@media screen and (max-width:1310px) { .flat-two-pics-wrapper {margin-left:110px; margin-right:110px; padding-top:20px;
    }} 

@media screen and (max-width:1310px) {	.flat-page-table-p, .special-flat-table-row {height:38px;}} 

@media screen and (max-width:1310px) {	.howbig {    margin-right: 25px;}} 
@media screen and (max-width:1310px) {	.what {    margin-left: 25px;}} 


@media screen and (max-width:1100px) {	.flat-page-picandtable-wrapper {	grid-template-columns: 5fr 3.3fr;  }}

@media screen and (max-width:1023px) {	.flat-page-picandtable-wrapper {	grid-template-columns: 5fr 4fr;  }}

@media screen and (max-width:900px) {	.flat-page-picandtable-wrapper {	margin-right: var(--pad); margin-left: var(--pad);}}


@media screen and (max-width:900px) { .flat-two-pics-wrapper {margin-right: var(--pad); margin-left: var(--pad);
    }} 

@media screen and (max-width:790px) {	.flat-page-picandtable-wrapper {	grid-template-columns: 1fr; text-align:center;}}

@media screen and (max-width:600px) {	.flat-two-pics-wrapper {	grid-template-columns: 1fr; text-align:center; padding-top:20px;}}

@media screen and (max-width:600px) {	.colourfulplan {padding-top:75px;}} 

@media screen and (max-width:500px) {	.colourfulplan {padding-top:60px;}} 

@media screen and (max-width:500px) {.flat-two-pics-wrapper .flatpageh2 {
    line-height: 46px;
    font-size: 28px;
    font-weight:700;
    text-align: left!important;
    padding-bottom:12px;

    }}

@media screen and (max-width:500px) {	.flat-two-pics-wrapper {padding-top:20px;}}



@media screen and (max-width:790px) {	#myflatplan {padding-left:80px; padding-right:80px;}} 
@media screen and (max-width:790px) {	.flat-page-table-p, .special-flat-table-row {height:40px;}} 

@media screen and (max-width:790px) {	.flat-page-table {padding-top:40px;}} 


@media screen and (max-width:650px) {	.howbig {    margin-right: 32px;}} 
@media screen and (max-width:650px) {	.what {    margin-left: 32px;}}

@media screen and (max-width:650px) {	#myflatplan {padding-left:0px; padding-right:0px;}} 


@media screen and (max-width:500px) {.flatpageh2 {line-height: 36px;
    font-size: 22px;}} 

@media screen and (max-width:500px) {	.flat-page-table {padding-top:60px;}} 
@media screen and (max-width:500px) {	.flat-plan {padding-top:40px;}} 

@media screen and (max-width:500px) {.special-flat-table-row {padding-left:8px; padding-right:8px; margin-left:-8px; margin-right:-8px;}} 

@media screen and (max-width:370px) {.special-flat-table-row {padding-left:5px; padding-right:5px; margin-left:-5px; margin-right:-5px;}} 


@media screen and (max-width:1660px) {.flatp-flatwrapper {margin-top:-40px;}} 

@media screen and (max-width:1660px) {.flatp-flatwrapper {margin-top:-50px;}} 









/*flatselector*/

.uislider-container-wrapper {display:flex; justify-content:center;  }

.uislider-container-wrapper .uislider-container {margin-top:0px; max-width:1035px; grid-template-columns:1fr 1fr 1fr 1fr; grid-column-gap: 80px;
    padding-left:0px; padding-right:0px; margin-left:unset; margin-right:unset;}

.flatlist {
    text-align:center;
    margin:auto;
    margin-bottom:30px;
    max-width:1200px;
    margin-top: 110px;

}

.flatlisttiltle {

    font-weight: 700;
    line-height: 29px;
    font-size: 28px;

    color: #011014;
}


.flatexplanation{

    font-weight: 300;
    line-height: 29px;
    font-size: 13px;

    color: #424242;

}


.floorselector {margin-top:100px; margin-bottom:100px; margin-left:110px; margin-right:110px;}

.floorselector2 {padding-bottom:130px; margin-left:110px; margin-right:110px;}

.a-button-container {display:flex; justify-content:center; flex-wrap:nowrap; margin-bottom:-28px;/*margin-left: var(--pad);
    margin-right: var(--pad)*/}


.a-button {

    color: #ADADAD;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-left:1px solid transparent;
    background-color:  #FFFFFF;

    width: 110px;

    padding-bottom: 14px;
    padding-top: 14px;


    font-weight: 400;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 0px 0px #333;
    /*	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0!important;*/

}

.firstbutton { border-left: 1px solid #E0E0E0;}

.boldbutton {
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: auto;
    color: #021217;
}


.a-button:hover { background-color: #021217;
    color: #FFFFFF;
    border: 1px solid #021217;} 

.boldbutton:hover { background-color: #FFFFFF;

    color: #021217;
    border:1px solid #E0E0E0;} 





.a-button:focus {background-color: #021217;
    color: #FFFFFF;
    border: 1px solid #021217;
    outline: 0;}

.a-button:focus {outline:0;}

.boldbutton:first-of-type:focus { background-color: #FFFFFF!important;

    color: #021217!important;
    border:1px solid #E0E0E0!important;} 


@media screen and (max-width:1650px) {
    .a-button-container{
        margin-bottom:0px;

    }}

@media screen and (max-width:1000px) {
    .a-button-container{
        margin-bottom:-10px;

    }}

@media screen and (max-width:1100px) {
    .floor {
        display:none;

    }}

@media screen and (min-width:1100px) {
    .basement {
        display:none;

    }}

@media screen and (max-width:1030px) {
    .boldbutton {
        padding-left:25px; padding-right:25px;

    }}

@media screen and (max-width:650px) {
    .boldbutton {
        display:none;

    }}

@media screen and (max-width:650px) {
    .mobilefirstbutton {
        border-left: 1px solid #E0E0E0;

    }}

@media screen and (max-width: 1600px){
    .flatlist {
        margin-top:var(--spacing);}}

@media screen and (max-width: 1355px){
    .uislider-container-wrapper .uislider-container {
        max-width:calc(100% - 40px);}}

@media screen and (max-width: 1300px){
    .uislider-container-wrapper .uislider-container {
        grid-column-gap:65px;}}




@media screen and (max-width: 1300px){
    .uislider-container-wrapper {
        margin-left:15px; margin-right:15px; }}



@media screen and (max-width: 1280px){
    .uislider-container-wrapper .uislider-container {
        grid-column-gap:45px;}}

@media screen and (max-width: 1280px){
    .flatlisttiltle {
        line-height:22px;
        font-size:24px;}}

@media screen and (max-width: 1280px){
    .flatexplanation {
        font-size:12px;
        line-height:35px;}}

@media screen and (max-width: 1000px){
    .uislider-container-wrapper {
        margin-left:0px; margin-right:0px; }}


@media screen and (max-width: 850px){
    .floorselector {
        margin-left: var(--pad);
        margin-right: var(--pad); }}

@media screen and (max-width: 850px){
    .floorselector2 {
        margin-left: var(--pad);
        margin-right: var(--pad); }}


@media screen and (max-width: 650px){
    .uislider-container-wrapper {
        flex-wrap:wrap; }}

@media screen and (max-width: 650px){
    .flatlist {
        margin-right:0px; }}


@media screen and (max-width: 650px){
    .flatlisttiltle {
        line-height:22px;
        font-size:22px;}}

@media screen and (max-width: 650px){
    .flatlist {

        padding-bottom:10px;}}

@media screen and (max-width: 1200px){
    .flatexplanation {
        font-size:12px;
        line-height:30px;}}




@media screen and (max-width: 950px){
    .uislider-container-wrapper .uislider-container {
        grid-template-columns:1fr}}




@media screen and (max-width:950px) {
    .uislider-container-wrapper	.uislider-container {
        grid-column-gap: 30px;
        grid-row-gap: 25px;
        padding-left: 30px;
        padding-right: 30px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto ;


    }

    .uislider-container-wrapper	.s1 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 1
    }
}



@media screen and (max-width:950px) {
    .uislider-container-wrapper .s2 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2
    }
    .uislider-container-wrapper	.s3 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 3
    }

}


@media screen and (max-width:650px) {
    .uislider-container-wrapper .uislider-container {
        width:280px;
        margin-bottom:-40px;

    }

}


/*table*/


.d-flattable-container {margin:auto;
    max-width:1100px;
    margin-top:65px;
    font-style: normal;
    font-weight: normal;
    line-height:normal;

    font-size: 14px;

    color: #021217;}

.d-flattable-container table {
    border-collapse: collapse;
    width: 100%;
}

.d-flattable-container th, td {
    text-align: left;
    padding-left:30px;
    width:13%;
    vertical-align: middle;
    height:20px;
}

.d-flattable-container th {

    background-color:#FFFFFF;
    line-height: 17px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:600;
    vertical-align: top;
    height:50px;

    color: #ADADAD;

}

.table-moreinfo {width:22%; padding-right:30px; padding-left:74px; cursor:pointer;}


.d-flattable-container td {border-top:1px solid #E8E8E8; border-bottom:1px solid #E8E8E8; }

.d-flattable-container tr:nth-child(odd) {background-color: #F7F7F7;}

.table-last {visibility:hidden;}
.table-flat {padding-left:32px!important;}


.tableopa {opacity:0.5; padding-left:3px;}

.table-floor{padding-left:16px!important;}

.free {color:#94C853; font-weight:600;}

.sold  {color:rgb(217, 79, 79); font-weight:600;}

.reserved {color:rgb(238, 203, 62);font-weight:600;}


.nodercor-table {text-decoration:none; color:inherit;}

.nodercor-table:hover {color:#021217;}

.header-table {position:relative;/* transition:all 0.3s ease; */cursor:pointer; }

/*.header-table:hover {color:#021217;  cursor:pointer;}*/

.header-table:after {
    visibility:visible;
    content: url(../img/fullarrow2.svg);
    right: -20px;
    bottom:6px;
    width: 15px;

    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    background-size: cover;
    transition:all 0.3s ease;
    opacity:1;
}

/*.header-table:hover {opacity:0.8;}*/


/*
.header-table:after {
width: 0; 
height: 0; 
border-left: 20px solid transparent;
border-right: 20px solid transparent;

border-top: 20px solid #f00; }*/


/*.header-table:hover.header-table:after {transform: scale(1.3);}*/

.fortablet {display:none;}

/* @media screen and (max-width:700px) {
.header-table:after  {
display:none;

}}*/
.active-head {color:#021217;}

.active-head::after {
    visibility:visible;
    content: url(../img/fullarrow2black.svg);
    right: -20px;
    bottom:6px;
    width: 15px;

    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    background-size: cover;
    transition:all 0.3s ease;
    opacity:1;
}

.active-head-up {color:#021217;}
.active-head-up::after {
    visibility:visible;
    content: url(../img/fullarrow2up.svg);
    right: -20px;
    bottom:6px;
    width: 15px;
    /*transform: rotate(90deg);*/
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    background-size: cover;
    transition:all 0.3s ease;
    opacity:1;
}


@media screen and (max-width:500px) {
    .d-flattable-container th  {
        text-transform:none;
        font-size:13.5px;

    }}

/*Accordion*/

.accordion {
    max-width:912px;
    background: #F4F4F4;
    margin:0 auto;
    overflow:hidden;

}


.acc-question {text-decoration: none; font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
    color: #021217;
    padding-left:32px;
    padding-right:80px;
    padding-top:14px; padding-bottom:14px;
    display:block;
    background: url(../img/thin-down-arrow.svg) no-repeat calc(100% - 32px) center;


}


.roundtheaccquestion {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;


}

.accordion ul li a.currently {
    background: url(../img/thin-arrow-up.svg) no-repeat calc(100% - 32px) center;

}


.faqblock h2 {

    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 22px;

    color: #021217;
    padding-top:0px;
    padding-bottom:18px;
}

.faq-subtitle {
    font-weight: bold;
    line-height: 33px;
    font-size: 20px;
    margin: auto;
    text-align: center;
    margin-top:calc(4.75vw - 40px);
    margin-bottom:45px;
    max-width:910px;


    color: #424242;
}

.faqblock {padding-left:60px; padding-right:60px; padding-top:20px; padding-bottom:60px;}

.faqblock p {
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
    padding-top:1.52em;

    color: #424242;}

.faqblock p:first-of-type  {
    padding-top:unset;
}


.faq-subtitle:not(:first-of-type) {
    margin-top:85px;
}

@media screen and (max-width:1660px) {
    .contact-top-img {background-image:url(../img/contact.jpg)!important;
    }
}

@media screen and (max-width:1160px) {
    .contact-top-img {background-position: 30% 50%!important;
    }
}

@media screen and (max-width:800px) {
    .contact-top-img {background-position: 50% 50%!important;
    }
}



@media screen and (max-width:400px) {
    .contact-top-img {background-image:url(../img/contactmob.jpg)!important;
    }
}


@media screen and (max-width:1500px) {
    .faq-subtitle:not(:first-of-type) {margin-top:75px
    }
}


@media screen and (max-width:1300px) {
    .faq-subtitle:not(:first-of-type) {margin-top:72px
    }
}

@media screen and (max-width:1000px) {
    .faq-subtitle:not(:first-of-type) {margin-top:60px
    }
}

.accotext {margin-top:4.75vw;}


@media screen and (max-width:1600px) {
    .accotext {margin-top:var(--spacing)
    }
}

@media screen and (max-width:600px) {
    .faqp {padding-top:1.7em;
    }
}


@media screen and (max-width:1600px) {
    .faq-subtitle {margin-top:calc(var(--spacing) - 35px);
        margin-bottom:2.8vw;
    }
}


@media screen and (max-width:1200px) {
    .faq-subtitle {margin-top:calc(var(--spacing) - 35px);
        margin-bottom:40px;
    }
}



@media screen and (max-width:1000px) {
    .accordion {
        margin-left: var(--pad);
        margin-right: var(--pad)

    }}

@media screen and (max-width:700px) {
    .faqblock h2 {
        line-height: 20px;
        font-size: 16px;

    }}


@media screen and (max-width:500px) {
    .fadh  {
        line-height: normal;
        font-size: 22px;
        padding-left:40px;
        padding-right:40px;

    }}

@media screen and (max-width:1000px) {
    .faq-subtitle  {
        padding-left: var(--pad);
        padding-right: var(--pad);

    }}

@media screen and (max-width:500px) {
    .faq-subtitle  {
        padding-left: 35px;
        padding-right: 35px;

    }}

@media screen and (max-width:370px) {
    .faq-subtitle  {
        padding-left: var(--pad);
        padding-right: var(--pad);

    }}





@media screen and (max-width:500px) {
    .faq-subtitle  {
        line-height: 26px;
        font-size: 16px;
        margin-bottom:30px;

    }}






@media screen and (max-width:700px) {
    .faqblock {
        padding-left:32px; padding-right:32px;

    }}


@media screen and (max-width:700px) {
    .acc-question {
        line-height: 17px;
        font-size: 14px;

    }}


@media screen and (max-width:500px) {
    .accordion {
        margin-left: 35px;
        margin-right: 35px

    }} 



@media screen and (max-width:500px) {
    .accotext {margin-top:80px;
    }
}


@media screen and (max-width:500px) {
    .faq-subtitle {margin-top:30px;

    }
}

@media screen and (max-width:500px) {
    .faqblock h2 {padding-bottom: 23px;

    }
}

@media screen and (max-width:370px) {
    .accordion  {
        margin-left: var(--pad);
        margin-right: var(--pad);

    }}


@media screen and (max-width:370px) {
    .faqblock  {
        padding-left:25px;
        padding-right:25px;

    }}


@media screen and (max-width:370px) {
    .acc-question  {
        padding-right:65px;
        padding-left:25px;
        background: url(../img/thin-down-arrow.svg) no-repeat calc(100% - 25px) center;

    }}

@media screen and (max-width:370px) {
    .accordion ul li a.currently {
        background: url(../img/thin-arrow-up.svg) no-repeat calc(100% - 25px) center;

    }}


@media screen and (max-width:1320px) {
    .table-moreinfo {
        width: 21%;
        padding-right: 30px;
        padding-left: 50px;

    }}

@media screen and (max-width:1250px) {
    .notonmobile {
        display:none;
    }}

@media screen and (max-width:1250px) and (min-width:1000px)  {
    .fortablet {
        display:inline-block
    }}

@media screen and (max-width:1250px)  {
    .table-moreinfo {
        width:16.5%;
        text-align:right;
        padding-left:30px;
    }}


@media screen and (max-width:800px) {
    .table-floor {
        padding-left:20px!important;
    }}


@media screen and (max-width:1010px) {
    .fortablet {
        display:none;
    }}

@media screen and (max-width:1010px) {
    .table-moreinfo {
        width: 2%;
    }}

@media screen and (max-width:1010px)  {
    .d-flattable-container th, td {

        width:16%;

    }}







@media screen and (max-width:1010px) {
    .table-floor {

        padding-left: 25px!important;
    }}


@media screen and (max-width:740px) {
    .table-moreinfo {

        padding-left: 0px!important;
    }}

/*

@media screen and (max-width:695px) {
.floor-notonmobile{
display:none;
}}

*/

@media screen and (min-width:560px) {
    .table-basement {
        display:none;
    }}


@media screen and (max-width:695px) {
    .table-outside{
        display:none;
    }}


@media screen and (max-width:695px) {
    .table-room{
        display:none;
    }}


@media screen and (max-width:560px) {
    .floor-notonmobile {
        display:none;
    }}

@media screen and (max-width: 560px) {
    .table-flat {
        padding-left: 15px!important;
    }}


@media screen and (max-width: 560px) {
    .table-floor {
        padding-left: 15px!important;
    }}

@media screen and (max-width: 560px)
{.d-flattable-container th, td {
    width: 21%;    padding-left: 0px;
    }}


@media screen and (max-width:560px)  {
    .d-flattable-container {

        margin-top:85px;

    }}


@media screen and (max-width: 560px) { .table-moreinfo {
    width: 20%; padding-left: 0px!important; padding-right: 15px!important;
    }}

@media screen and (max-width: 560px) { .table-status {
    padding-left: 10px!important;
    }}

@media screen and (max-width: 370px)
{.d-flattable-container th, td {
    width: 22.5%;    
    }}




/*******************/

.middleimg:hover.d-flat-img {
    margin-left:50px;
    margin-right:50px;
    transform:rotate(0.001deg) scale(1.017);

    box-shadow: 0 5px 17px rgba(0, 0, 0, .15);

}

@media screen and (max-width:1200px) {
    .middleimg:hover.d-flat-img {
        margin-left:7px; margin-right:7px;
        box-shadow: none;
        transform: none

    }}




.twoimg {left:0;	transition: all .3s ease;}
.twoimg:hover.d-flat-img {
    left:40px;
    box-shadow: 0 5px 17px   rgba(0, 0, 0, .15);
    transform: rotate(0.001deg)  scale(1.017)


}




@media screen and (max-width:1200px) {
    .twoimg:hover.d-flat-img {
        left:0px;
        box-shadow: none;
        transform: none

    }}



/*
.twoimg {right:0;	transition: all .3s ease;}
.twoimg:hover.oneim
{
margin-right:50px;
opacity:0;
right:-40px;
box-shadow: 0 5px 17px -7px rgba(0, 0, 0, .15);
}

*/


.d-flat-img:hover .flat-blackbox {
    width:calc(100% - 23px);
}


@supports (-ms-ime-align:auto) {
    .d-flat-img:hover .flat-blackbox {
        width:210px;
    }

}

.light-blackbox-text {
    font-size: 20px;
    line-height: 44px;
    font-weight: 100;
    padding-left: 20px;

}

.heavy-blackbox-text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;

}



.dh5,
.heavyweight,
.news-title {
    font-weight: 700
}

.grow {
    transition: all .2s ease-in-out
}

.grow:hover {
    transform: scale(1.1)
}

.d-map-container {
    margin-top: var(--spacing)
}

.d-map-text-container {
    display: grid;
    grid-template-columns: .82fr 651px 1.18fr;
    padding-bottom: var(--top)
}

.d-map-text {
    grid-column-start: 2;
    grid-column-end: 3
}

.da-map {
    width: 1100px;
    height: 578px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-image: url(../img/map2.jpg);
    position: relative;
    margin: auto
}

.map-pic-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr 1fr;
    width: 445px;
    height: 444px;
    grid-gap: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.map-pic-four,
.map-pic-one,
.map-pic-three,
.map-pic-two {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%
}

.map-pic-one {
    background-image: url(../img/map-1-img.jpg)
}

.map-pic-two {
    background-image: url(../img/map-2-img.jpg)
}

.map-pic-three {
    background-image: url(../img/map-3-img.jpg)
}

.map-pic-four {
    background-image: url(../img/map-4-img.jpg)
}

.d-investors {
    display: grid;
    grid-template-columns: .55fr .45fr;
    grid-template-rows: 1fr;
    height: 500px;
    width: 100%;
    margin-top: var(--spacing);
    margin-bottom: 150px;
    padding-top: 50px
}

.investor-pic-box {
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../img/investor-pic2.png);
    grid-column-start: 2
}

.envelope::after,
.face::after {
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    background-size: cover
}

.investor-text-box {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-items: start;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 420px 120px
}

.white {
    color: #FFF
}

.investor-text-box-content {
    grid-column-start: 2;
    grid-column-end: 3
}

.dp4 {
    line-height: 25px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.inv2 {
    padding-bottom: 30px
}

.yeah {
    padding-right: 8px
}

.more,
.news-block {
    padding-left: 30px;
    padding-right: 30px
}

.yeah::before {
    content: url(../img/yeah.svg)
}

.dh5 {
    font-size: 28px;
    line-height: 46px
}

.d-newsbox-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding-top: var(--top)
}

.news-wrapper {
    width: 331px;
    margin-left: 21px;
    margin-right: 21px;
    position: relative
}

.envelope::after,
.face::after,
.more {
    position: absolute
}

.news-wrapper .d-flat-img {
    margin: 0
}

.news-title {
    line-height: 31px;
    font-size: 22px;
    padding-bottom: 38px;
    padding-top: 15px;
    color: var(--color)
}

.date,
.newsp {
    color: #424242
}

.news-block {
    padding-bottom: 70px
}

.newsp {
    font-weight: 300;
    line-height: 27px;
    font-size: 14px
}

.date,
.more {
    font-size: 12px;
    padding-top: 38px
}

.date {
    line-height: normal
}

.more {
    line-height: 26px;
    text-decoration-line: underline;
    color: #ADADAD;
    bottom: 0;
    left: 0;
    width: 100%
}

.envelope::after {
    content: url(../img/envelope.svg);
    right: 120px;
    width: 20px
}

.face::after {
    content: url(../img/facebook.svg);
    right: 90px;
    width: 15px
}

.slidercontainer {
    max-width: 550px;
    margin: 0 auto
}

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

a:focus {
    outline: 0
}

.black-box-width {max-width: 450px;}

.black-on-white {padding-left:28px; position:relative;}

.yeah2:before {
    content: url(../img/yeah.svg);
    position:absolute;
    left: 0;
}

.black-sub {
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom:25px;
}

.black-small-text {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.black-small-regular-text {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #FFFFFF;

    padding-bottom:25px;
}

.black-box-title {
    font-weight: bold;
    line-height: 33px;
    font-size: 28px;
    padding-bottom:41px;
    color: #FFFFFF;
}



.b-button {
    display: inline-block;
    border: 1px solid #021217;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    min-width: 190px;
    font-weight: 400;
    padding: 13px 35px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    line-height: 19px;
    transition: all .5s;
    box-shadow: 0 0 0 0 #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0!important;
    text-decoration: none
}

.b-button-white {
    display: inline-block;
    border: 1px solid #021217;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    min-width: 190px;
    font-weight: 400;
    padding: 12px 35px;
    text-transform: uppercase;
    color: #021217;
    background-color: #fff;
    margin: 0 auto;
    line-height: 19px;
    transition: all .4s;
    box-shadow: 0 0 0 0 #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0!important;
    text-decoration: none;
    cursor:pointer;
}

.buttonkeeper {
    margin-top: 80px
}

.b-button-white:hover {
    background-color: #021217;
    color: white;
    border: 1px solid #021217;
    box-shadow: 0 0 0 1.5px #021217;
    text-shadow: none
}


.b-button:hover {
    background-color: transparent;
    color: #021217;
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #545454;
    text-shadow: none
}

@-moz-document url-prefix() {
    .b-button:hover {
        background-color: transparent;
        color: #021217;
        box-shadow: none;
        border: 1px solid #021217;
        text-shadow: none
    }
}

.d-gallery .d-flat-text {
    margin-bottom: 65px;
    padding-top: 30px
}

#imageGallery li {
    width: 318px;
    height:318px /*16.6vw*/;

    color: #FFF
}

.d-galimg {
    background-image: url(../gallery/g1.png);
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
    position: relative
}

.d-galimg-g {

    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
    position: relative
}

.d-galimg:hover .layer {
    background-color: rgba(0, 0, 0, .08);
    transition: all ease .6s
}

.layer,
.layer2,
.layer3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    transition: all ease .9s;
    width: 100%
}

.layer {
    background-color: rgba(0, 0, 0, .2)
}

.layer-g {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    display:flex; 
    justify-content: center;
    align-items:center;
    height: 100%;
    z-index: 2;
    transition: all ease .9s;
    width: 100%;
    cursor:pointer;	
}

.plusinthemiddle {color:white; opacity:0;transition: all ease .61s; z-index: 3; font-size:14px;}

.d-galimg-g:hover .layer-g {
    background-color: rgba(2, 18, 23, 0.6);
    transition: all ease .6s
}

.d-galimg-g:hover .plusinthemiddle {
    opacity:1;
}

.layer2 {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) .55%, rgba(0, 0, 0, .3) 100%);

}






.layer3 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 84.53%)
}

.d-carousel-outer-container .lSAction>.lSNext {
    z-index: 3
}

.g-wrapper {
    position: relative
}

.breem-conatiner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 295px;
    width: 100%;
    background: var(--hcolor);
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: var(--spacing)
}

.ajax{
    height: 600px;
    min-height: 600px;
    margin: 0 auto;
    max-width: 1212px;
    margin-bottom: 150px;
}

@media screen and (max-width:650px){
    .ajax{
        height: 300px;
        max-height: 300px;
        min-height: 300px;
        margin: 0 auto;
        max-width: 500px;
    }
}

.breemg {
    width: 90.3px;
    height: 55px
}

.breemp {
    line-height: normal;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    max-width: 707px;
    margin-top: 20px;
    font-weight: 300
}

.winners-container {
    display: grid;
    grid-template-columns: 1fr 660px 350px 1fr;
    margin-top: var(--spacing);
    padding-top: 70px
}

.winners-text {
    grid-column-start: 2;
    max-width: 540px
}

.winner-pic {
    grid-column-start: 3;
    background-image: url(../img/winner-pic.png);
    background-size: cover;
    background-position: 50% 50%;
    width: 350px;
    height: 389px
}

.winner-important-text {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    padding-top: 16px;
    color: #424242;
    padding-bottom: 20px
}

.winnerp,
.winnerp2 {
    line-height: 23px;
    max-width: 720px;
    font-weight: 300;
    font-size: var(--pfont)
}

.winnerp {
    margin: auto auto auto 30px
}

.winnerp2 {
    margin: auto;
    display: none
}

.awards {
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
    color: #424242
}

.normaline {
    line-height: normal
}

.badgeimg {
    width: 38px;
    height: 62px;
    vertical-align: top
}

.badge {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 25px
}


.d-carousel-outer-container .lSAction>.lSNext {
    z-index: 99;
    top: calc(50% - 15px);
}


.d-carousel-outer-container .lSAction>.lSPrev {
    z-index: 99;
    top: calc(50% - 15px);
}

.d-carousel-outer-container .lSAction > a {
    background-image: url(../img/controls-new.png);
}

@media screen and (max-width:1445px) {
    .d-hero, .lSSlideOuter .lSPager.lSpg {
        height: 700px
    }
}




@media screen and (max-width:1400px) {
    .herotext {
        font-size: 45px;
        line-height: 57px
    }
    .awimg {
        width: 330px;
        height: 108.96px
    }
}

@media screen and (max-width:1390px) {
    .d-hero, .lSSlideOuter .lSPager.lSpg {
        height: calc(100vh - 100px);
    }
}

@media screen and (max-width:1390px) {
    .uislider-container {

        margin-top: -150px;
    }
}

@media (pointer: coarse) and (max-width:1390px) { .d-hero, .lSSlideOuter .lSPager.lSpg {
    height: 580px;

    } }

@media (pointer: coarse) and (max-width:1390px) { .uislider-container {
    margin-top:-175px;

    } }
/*
@media screen and (max-width:1140px) {
.d-hero {
margin-top:0px;
}
}*/


@media screen and (min-width:751px) {
    .d-hero {
        display: flex
    }
    .mobile-hero {
        display: none
    }
}

@media screen and (max-width:1500px) {
    .uislider-container {
        padding-left: 40px;
        padding-right: 40px
    }
}


@media screen and (max-width:1390px) {
    .lSSlideOuter .lSPager.lSpg > li a {
        height:22px;
    }}

@media (pointer: coarse) and (max-width:1390px) { .lSSlideOuter .lSPager.lSpg > li a {
    height: 25px;

    } }

@media screen and (max-width:1250px) {
    .lSSlideOuter .lSPager.lSpg > li a {
        height:25px;
    }}

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

    .uislider-container {
        width: 1000px
    }
}

@media screen and (max-width:1270px) {
    .d-hero, .lSSlideOuter .lSPager.lSpg {
        height: 580px
    }
    .uislider-container {
        width: 75%;
        grid-template-columns: 1fr 1fr 1fr 111px
    }
    .uislider-container .b-button {
        min-width: 110px;
        padding: 13px 15px
    }
}


@media screen and (max-width:1140px) {
    .lSSlideOuter .lSPager.lSpg {
        display: none;
    }}

@media screen and (min-width:1140px) {
    .d-carousel-outer-container .lSPrev {
        display:none!important;
    }}


@media screen and (min-width:1140px) {
    .d-carousel-outer-container	.lSNext {
        display:none!important;
    }}

@media screen and (max-width:550px) {
    .mobile-hero {
        background-size: cover;
    }}



/*
@media screen and (max-width:1100px) {
.lSSlideOuter .lSPager.lSpg {
top: 50px
}

@media screen and (max-width:1100px) {
.lSSlideOuter .lSPager.lSpg > li a {

height:22px; 

}}

@media screen and (max-width:1023px) {
.lSSlideOuter .lSPager.lSpg {

top:40px;

}}
@media screen and (max-width:1023px) {
.lSSlideOuter .lSPager.lSpg > li a {

width:6px; height:6px; 

}}

*/



@media screen and (max-width:1000px) {
    .uislider-container .b-button {
        min-width: 100px;
        padding: 13px 5px
    }}
@media screen and (max-width:1000px) {	.uislider-container {
    grid-template-columns: 1fr 1fr 1fr 101px
    }
}

@media screen and (max-width:800px) {
    .uislider-container {
        grid-column-gap: 30px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:1200px) {
    .spacemaker {margin-top: 0px;}}

@media screen and (max-width:750px) {
    .uislider-container {
        grid-column-gap: 30px;
        grid-row-gap: 25px;
        padding-left: 30px;
        padding-right: 30px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        width: 67%;
        margin-top: -415px
    }
    .uislider-container .b-button {
        min-width: unset;
        width: 100%
    }
    .s1 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 1
    }
}

@media screen and (max-width:550px) {
    .mobile-hero {
        margin-left: 20px;
        margin-right: 20px;
        height:730px;

    }
    .uislider-container {
        width: 60%

    }
}

@media screen and (max-width:750px) {
    .s2 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2
    }
    .s3 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 3
    }
    .searchbuttonholder {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 4
    }
}

@media screen and (max-width:1400px) {
    .breem-conatiner {
        height: 20.9vw
    }
}

@media screen and (max-width:1270px) {
    .breem-conatiner {
        height: 280px
    }
}

@media screen and (max-width:1023px) {
    .breem-conatiner {
        height: unset
    }
    .breemp {
        padding-bottom: 60px;
        padding-left: var(--pad);
        padding-right: var(--pad)
    }
    .breemg {
        padding-top: 60px
    }
}

@media screen and (max-width:500px) {
    .breemp {
        padding-left: 35px;
        padding-right: 35px
    }
    :root {
        --pad: 20px
    }
}

@media screen and (max-width:350px) {
    .breemp {
        padding-left: var(--pad);
        padding-right: var(--pad)
    }
}

@media screen and (max-width:1660px) {
    #imageGallery li {
        width: 330px;
        height: 330px /*20.76vw*/
    }
}

@media screen and (max-width:1450px) {
    #imageGallery li {
        width: 287px;
        height: 287px /*20.76vw*/
    }
}

@media screen and (max-width:1281px) {
    #imageGallery li {
        width: 255px;
        height: 255px /*20.76vw*/
    }
}


@media screen and (max-width:1200px) {
    #imageGallery li {
        width:300px/* 21.875vw*/;
        height:300px /*21.875vw*/
    }
}

@media screen and (max-width:1030px) {
    #imageGallery li {
        width: 256px;
        height: 256px
    }
}

@media screen and (max-width:800px) {
    #imageGallery li {
        width: 267px/*28.57vw*/;
        height: 267px/*28.57vw*/
    }
}

@media screen and (max-width:600px) {
    #imageGallery li {
        width: 180px;
        height: 180px
    }
}

@media screen and (max-width:380px) {
    #imageGallery li {
        width: 190px;
        height: 190px
    }
}

@media screen and (max-width:361px) {
    #imageGallery li {
        width: 180px;
        height: 180px
    }
}

@media screen and (max-width:350px) {
    #imageGallery li {
        width: 160px;
        height: 160px
    }
}



@media screen and (max-width:650px) {
    .breemp {
        padding-bottom: 100px
    }
    .d-gallery .d-flat-text {
        margin-bottom: 50px
    }
}

@media screen and (max-width:1400px) {
    .d-flat-img {
        width: 305px;
        height: 230px
    }
}








@media screen and (max-width:1400px) {
    .d-flat-img:after {
        bottom:20px;
        right:35%;
    }
}


@media screen and (max-width:1400px) {
    .flatp-flatwrapper .d-flat-img {
        width: 331px;
        height: 250px
    }
}

@media screen and (max-width:1400px) {
    .flatp-flatwrapper .d-flat-img:after {
        bottom:23px;
        right: 140px;
    }
}


@media screen and (max-width:1290px) {
    .flatp-flatwrapper .d-flat-img {
        width: 305px;
        height: 230px
    }
}

@media screen and (max-width:1290px) {
    .flatp-flatwrapper .d-flat-img:after {
        bottom:20px;
        right:35%;
    }
}


@media screen and (max-width:1170px) {
    .flatp-flatwrapper .d-flat-img {
        width: 292px;
        height: 220px
    }
}

@media screen and (max-width:1170px) {
    .flatp-flatwrapper .d-flat-img:after {
        bottom:20px;
        right:31%;
    }
}

@media screen and (max-width:780px) {
    .flatp-flatwrapper .d-flat-img {
        width: 100%;
        height: 250px
    }
}

@media screen and (max-width:1300px) {
    .d-flat-img:after {
        bottom:20px;
        right:31%;
    }
}


@media screen and (max-width:1023px) {
    .d-flat-img:after {
        display:none;
    }
}

@media screen and (max-width:1023px) {
    .d-flat-img:hover .flat-blackbox {
        width:210px;
    }
}


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

    .d-gallery .d-flat-text {
        margin-top: calc(40px + 34.6vw);
    }
}


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

    .d-gallery .d-flat-text {
        margin-top: calc(60px + 34.6vw);
    }
}







@media screen and (max-width:1300px) {
    .herotext {
        font-size: 40px;
        line-height: 52px
    }
    .d-flat-img {
        width: 292px;
        height: 220px
    }
}


@media screen and (max-width:900px) {
    .firstw {
        margin-left: 0!important
    }
    .lastw {
        margin-right: 0!important
    }
}

@media screen and (max-width:1400px) {
    .news-wrapper {
        width: 305px
    }
    .light-blackbox-text {
        font-size: 18px
    }
}

@media screen and (max-width:1300px) {
    .news-wrapper {
        width: 292px
    }
    .news-block {
        padding-bottom: 65px;
        padding-left: 20px;
        padding-right: 20px
    }
    .news-title {
        padding-bottom: 32px
    }
}

@media screen and (max-width:1250px) {
    .news-block {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:1300px) {
    .date {
        padding-top: 30px
    }
    .more {
        padding-left: 20px;
        padding-right: 20px
    }
    .face::after {
        right: 60px
    }
}

@media screen and (max-width:1100px) {
    .news-wrapper .d-flat-img {
        height: 200px
    }
}

@media screen and (max-width:950px) {
    .news-wrapper .d-flat-img {
        height: 180px
    }
}

@media screen and (max-width:800px) {
    .news-wrapper .d-flat-img {
        height: 145px
    }
}

@media screen and (max-width:760px) {
    .news-wrapper .d-flat-img {
        height: 260px
    }
    .news-title {
        padding-bottom: 22px
    }
    .news-block {
        padding-bottom: 60px
    }
    .d-investors {
        margin-bottom: 50px
    }
    .firstw {
        margin-top: 0!important
    }
    .date {
        padding-top: 30px
    }
}

@media screen and (max-width:1300px) {
    .envelope::after {
        right: 90px
    }
}

@media screen and (max-width:1250px) {
    .more {
        padding-left: 0;
        padding-right: 0
    }
    .face::after {
        right: 0
    }
    .envelope::after {
        right: 20px
    }
}

@media screen and (max-width:450px) {
    .news-block {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 65px
    }
    .more {
        margin-left: 30px;
        width: calc(100% - 30px)
    }
    .news-title {
        padding-top: 10px
    }
    .envelope::after {
        right: 65px
    }
    .face::after {
        right: 30px
    }
}

@media screen and (max-width:350px) {
    .news-block {
        padding-left: 0;
        padding-right: 0
    }
    .more {
        margin-left: 0;
        width: 100%
    }
    .face::after {
        right: 0
    }
    .envelope::after {
        right: 20px
    }
}

@media screen and (max-width:1400px) {
    .flat-blackbox {
        height: 44px
    }
    :root {
        --top: 32px
    }
}

@media screen and (max-width:710px) {
    .d-flatbox-wrapper {
        flex-wrap: wrap
    }
}

@media screen and (max-width:900px) {
    .heavy-blackbox-text,
    .light-blackbox-text {
        font-size: 14px
    }
    .flat-blackbox {
        width: 165px
    }
}




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

    .d-flat-img:hover .flat-blackbox{
        width: 165px
    }
}

@media screen and (max-width:1000px) {
    .d-flat-img {
        width: 100%;
        height: 224px
    }
    :root {
        --top: 27px
    }
}





@media screen and (max-width:1100px) {
    .d-flat-container,
    .d-news-container {
        padding-left: var(--pad);
        padding-right: var(--pad)
    }
    .news-wrapper .d-flat-img {
        width: 100%
    }
}

@media screen and (max-width:630px) {
    .d-flat-img {
        width: 100%;
        height: 250px
    }
}




@media screen and (max-width:760px) {
    .d-newsbox-wrapper {
        flex-wrap: wrap
    }
    .news-wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
        width: 100%
    }
}

@media screen and (max-width:500px) {
    .dh2 {
        font-size: 22px
    }
    .news-wrapper {
        margin-top: 60px
    }
    .flat-blackbox {
        height: 55px
    }
}




@media screen and (max-width:710px) {
    .flat-blackbox {
        width: 210px
    }
    .light-blackbox-text {
        font-size: 20px
    }
    .heavy-blackbox-text {
        font-size: 18px
    }
}


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

    .d-flat-img:hover .flat-blackbox{
        width: 210px
    }
}

@media screen and (max-width:365px) {
    .d-flat-img {
        height: 225px
    }
    .light-blackbox-text {
        font-size: 18px
    }
    :root {
        --spacing: 70px
    }
    .heavy-blackbox-text {
        font-size: 17px
    }
    .flat-blackbox {
        height: 44px
    }
}

@media screen and (max-width:330px) {
    :root {
        --pad: 10px
    }
}

@media screen and (max-width:800px) {
    .d-map-text-container {
        grid-template-columns: 1fr;
        padding-left: var(--pad);
        padding-right: var(--pad);
        text-align: center
    }
    .inv2 {
        padding-bottom: 10px
    }
}

@media screen and (max-width:1500px) {
    .da-map {
        width: 73.3vw;
        height: 38.55vw
    }
    .map-pic-container {
        width: 29.58vw;
        height: 29vw
    }
}

@media screen and (max-width:1200px) {
    .da-map {
        width: 85.3vw;
        height: 44.55vw
    }
    .map-pic-container {
        width: 35.4vw;
        height: 34vw
    }
}

@media screen and (max-width:660px) {
    .da-map {
        width: auto;
        height: 540px;
        background-size: cover;
        background-position: 50% 50%;
        margin-left: 50px;
        margin-right: 50px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        background-image: url(../img/mobile-map.jpg)
    }
    .map-pic-container {
        width: 356px;
        height: 308px;
        bottom: -155px;
        top: unset;
        right: unset;
        transform: none
    }
}

@media screen and (max-width:500px) {
    .dh3 {
        font-size: 22px
    }
    .da-map {
        width: auto;
        height: 120vw;
        margin-left: 20px;
        margin-right: 20px
    }
    .map-pic-container {
        width: 80vw;
        height: 69vw;
        position: absolute;
        bottom: -34.6vw;
        top: unset;
        right: unset
    }
}

@media screen and (max-width:1400px) {
    .investor-text-box {
        grid-template-columns: 1fr 420px .5fr
    }
    .d-investors {
        height: 485px
    }
}

@media screen and (max-width:1300px) {
    .d-investors {
        height: 465px
    }
    .investor-pic-box {
        background-position: 55% 45%
    }
    .buttonkeeper {
        margin-top: 73px
    }
}

@media screen and (max-width:1100px) {
    .d-investors {
        background-position: 50% 50%
    }
}

@media screen and (max-width:1000px) {
    :root {
        --spacing: 80px
    }
    .investor-text-box {
        grid-template-columns: 1fr
    }
    .d-investors {
        height: 500px;
        grid-template-columns: .8fr 1fr
    }
    .investor-text-box-content {
        padding-left: 50px;
        padding-right: 50px;
        grid-column-start: 1;
        grid-column-end: 1
    }
}

@media screen and (max-width:800px) {
    .investor-text-box-content {
        padding-right: 40px
    }
    .d-investors {
        height: 520px
    }
}

@media screen and (max-width:900px) {
    .investor-pic-box {
        background-position: 42% 50%
    }
}

@media screen and (max-width:700px) {
    .investor-pic-box {
        background-position: 38% 50%
    }
}

@media screen and (max-width:660px) {
    .d-investors {
        height: unset;
        grid-template-rows: 1fr .8fr;
        grid-template-columns: 1fr;
        padding-top: 30px
    }
    .investor-pic-box {
        background-position: 50% 50%;
        grid-row-start: 2;
        grid-column-start: 1
    }
}

@media screen and (max-width:660px) {
    .inv2 {
        padding-bottom: 40px
    }
    .investor-text-box {
        padding-top: 60px;
        padding-bottom: 100px
    }
}

@media screen and (max-width:400px) {
    .investor-text-box-content {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:500px) {
    .d-investors {
        padding-top: 20px;
        grid-template-rows: 1fr .5fr
    }
    .buttonkeeper {
        margin-top: 55px
    }
    .b-button {
        padding: 12px 35px
    }
}

@media screen and (max-width:1300px) {
    .winners-container {
        grid-template-columns: 1fr 595px 350px 1fr
    }
}

@media screen and (max-width:1100px) {
    .winners-container {
        grid-template-columns: 70px 3fr 1.9fr 70px
    }
    .winners-text {
        max-width: 100%;
        padding-right: 40px
    }
    .winner-pic {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width:980px) {
    .winner-pic {
        height: 360px;
        align-self: center
    }
}

@media screen and (max-width:900px) {
    .winners-container {
        grid-template-columns: 50px 3fr 1.9fr 50px
    }
}

@media screen and (max-width:850px) {
    .winner-pic {
        height: 320px;
        align-self: center
    }
    .normaline {
        font-size: 22px
    }
}

@media screen and (max-width:660px) {
    .winners-container {
        grid-template-columns: 50px 1fr 50px;
        grid-template-rows: 1fr auto;
        grid-row-gap: 50px;
        padding-bottom: 20px
    }
    .winners-text {
        padding-right: 0;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2
    }
    .winner-pic {
        align-self: unset;
        height: 450px;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3
    }
    .winnerp {
        display: none
    }
}

@media screen and (max-width:570px) {
    .winner-pic {
        height: 400px
    }
}

@media screen and (max-width:500px) {
    .winners-container {
        grid-template-columns: 20px 1fr 20px
    }
    .winner-pic {
        height: 370px
    }
}

@media screen and (max-width:660px) {
    .winnerp2 {
        display: block;
        text-align: center;
        margin-top: 22px
    }
    .badge {
        flex-wrap: wrap;
        justify-content: center
    }
    .badgeimg {
        margin-left: 120px;
        margin-right: 120px;
        margin-bottom: 7px
    }
    .awards {
        text-align: center;
        margin-top: 10px
    }
    .winner-important-text {
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px
    }
    .normaline {
        text-align: center
    }
}

@media screen and (max-width:650px) {
    .normaline {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:660px) {
    .winnerp2 {
        margin-top: 15px
    }
}

@media screen and (max-width:360px) {
    .eximg {
        width: 256px;
        height: 84.5px;
    }
}

@media screen and (max-width:350px) {
    .eximg {
        width: 220px;
        height: 73px;
    }
}


/*very large screen*/

@media screen and (min-width:1925px) {
    body {
        background-color:#FFFFFF
    }
}


@media screen and (min-width:1925px) {
    html {background-color:#F4F4F4;}
}


@media screen and (min-width:1925px) {
    .lSSlideOuter .lSPager.lSpg { position: absolute;

        left: 50%;
        transform: translate(-50%);
        top:790px;
        height:25px;
        flex-direction:row;}
}


@media screen and (min-width:1925px) {
    .lSSlideOuter .lSPager.lSpg > li a { 
        width:8px; height:8px; border-radius:8px;
    }
}


@media screen and (min-width:1925px) {
    .lSSlideOuter .lSPager.lSpg > li { 
        padding:4px 15px;
    }
}

@media screen and (min-width:1925px) {	.uislider-container { 
    margin-top: -180px;
    }
}


@media screen and (min-width:1925px) {	.menuwrapper { 
    margin: 0px 30px;
    }
}


@media screen and (min-width:1925px) {	:root {
    --spacing: 130px
    } 
}

@media screen and (max-width:1000px) {
    .black-box-width  {
        max-width:unset;
    }}



/**********************/


.grid-item:nth-child(1) {height:17vw; margin-top:70px; }
.grid-item:nth-child(2) {height:25.3vw;}
.grid-item:nth-child(3) {height:17.6vw; margin-top:30px;}
.grid-item:nth-child(4) {height:25.46vw; margin-top:50px;}
.grid-item:nth-child(5) {height:24.69vw;}
.grid-item:nth-child(6) {height:24.69vw;}
.grid-item:nth-child(7) {height:15vw;}
.grid-item:nth-child(8) {height:13.8vw;}
.grid-item:nth-child(9) {/*height:21.8vw;*/ height:22.5vw;}

.grid-item:nth-child(10) {height:25.4vw;}
.grid-item:nth-child(11) {height:23.6vw;}
.grid-item:nth-child(12) {height:23.7vw;}
.grid-item:nth-child(13) {height:23.4vw}
.grid-item:nth-child(14) {height:17.4vw;}
.grid-item:nth-child(15) {height:25.7vw;}
.grid-item:nth-child(16) {height:23.7vw;}

.grid-item:nth-child(17) {height:17vw}
.grid-item:nth-child(18) {height:25.3vw;}
.grid-item:nth-child(19) {height:17.6vw;}
.grid-item:nth-child(20) {height:23.69vw;}


@media screen and (max-width:1600px) {
    .grid-item:nth-child(1) {height:18vw; margin-top:4.1vw; }
    .grid-item:nth-child(2) {height:26.3vw;}
    .grid-item:nth-child(3) {height:18.6vw; margin-top:1.38vw;}
    .grid-item:nth-child(4) {height:26.46vw; margin-top:2.7vw;}
    .grid-item:nth-child(5) {height:25.69vw;}
    .grid-item:nth-child(6) {height:25.69vw;}
    .grid-item:nth-child(7) {height:16.31vw;}
    .grid-item:nth-child(8) {height:15vw;}
    .grid-item:nth-child(9) {/*height:21.8vw;*/ height:22.5vw;}

    .grid-item:nth-child(10) {height:26.4vw;}
    .grid-item:nth-child(11) {height:24.6vw;}
    .grid-item:nth-child(12) {height:24.7vw;}
    .grid-item:nth-child(13) {height:26.4vw}
    .grid-item:nth-child(14) {height:18.4vw;}
    .grid-item:nth-child(15) {height:26.7vw;}
    .grid-item:nth-child(16) {height:24.7vw;}


    .grid-item:nth-child(17) {height:15vw}
    .grid-item:nth-child(18) {height:26.3vw;}
    .grid-item:nth-child(19) {height:18.6vw;}
    .grid-item:nth-child(20) {height:24.69vw;}

    .grid-item:nth-child(21) {height:25.69vw;}
    .grid-item:nth-child(22) {height:25.69vw;}
    .grid-item:nth-child(23) {height:16.31vw;}
    .grid-item:nth-child(24) {height:15vw;}

}


@media screen and (max-width:800px) {
    .grid-item:nth-child(1) {height:28vw; margin-top:0px;} 
    .grid-item:nth-child(2) { margin-top:0px;} 
    .grid-item:nth-child(3) {margin-top:0px;}
    .grid-item:nth-child(7) {height:19vw;}
    .grid-item:nth-child(4) {margin-top:0px; height:21vw;} }


@media screen and (max-width:800px) {
    .grid-item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:570px) {
    .grid {
        width: calc(100% - 40px);
    }
}


@media screen and (max-width:570px) {
    .grid-item {
        width: 100%;
        margin-left:0px; margin-right:0px;
    }
}

@media screen and (max-width:570px) {
    .grid-item:nth-child(1) {height:260px;} 

    .grid-item:nth-child(2) {height:370px;} 

    .grid-item:nth-child(3) {height:315px;} 

    .grid-item:nth-child(4) {height:235px; }
    .grid-item:nth-child(5) {height:372px;}
    .grid-item:nth-child(6) {height:370px;}
    .grid-item:nth-child(7) {height:355px;}
    .grid-item:nth-child(8) {height:358px;}
    .grid-item:nth-child(9) { height:290px;}

    .grid-item:nth-child(10) {height:315px;}
    .grid-item:nth-child(11) {height:370px;}
    .grid-item:nth-child(12) {height:315px;}
    .grid-item:nth-child(13) { height:315px;}

    .grid-item:nth-child(14) {height:370px;}
    .grid-item:nth-child(15) {height:290px;}
    .grid-item:nth-child(16) {height:372px;}

    .grid-item:nth-child(17) {height:260px;} 

    .grid-item:nth-child(18) {height:370px;} 

    .grid-item:nth-child(19) {height:315px;} 

    .grid-item:nth-child(20) {height:235px; }

    .grid-item:nth-child(21) {height:372px;}
    .grid-item:nth-child(22) {height:370px;}
    .grid-item:nth-child(23) {height:355px;}
    .grid-item:nth-child(24) {height:358px;}
}


.grid.is-visible {
    animation: Items .6s ease-in forwards;
}

.gridi.is-visible {
    animation: Items .6s ease-in forwards;
}
.gridi-plus.is-visible {
    animation: Items .6s ease-in forwards;
}
@media screen and (max-width:570px) {
    .grid.is-visible {
        animation: Items .4s ease-in forwards;
    }

    .gridi.is-visible {
        animation: Items .4s ease-in forwards;
    }
    .gridi-plus.is-visible {
        animation: Items .4s ease-in forwards;
    }
}


@media screen and (max-width:570px) { .concept, .nicepics, .concept-plus{
    transition: all .4s;}}


@-webkit-keyframes Items {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes Items {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.flat-page-table-p:last-of-type {

    border-bottom: 1px solid #E0E0E0;
    border-top: 0px;}


@media screen and (max-width:420px) {
    #fiok-login, #fiok-login input, #fiok-login button {
        width:unset!important; max-width:320px; 
    }

    #fiok-login button {
        padding: 8px 8px 8px 8px!important;}}


@media screen and (max-width: 500px) {
    .d-gallery .d-flat-text {
        margin-top: 65px;
    }}



.none:hover .dropdown-content {
    display: block;
}


.none2:hover .dropdown-content2 {
    display: block;
}

.none5:hover .dropdown-content5 {
    display: block;
}

.none3:hover .pc-lang-mo {
    display:flex!important;
}

/*.smaller-whitespaces-one {margin-top:calc(var(--spacing) - 3.042vw);}


@media screen and (max-width:1400px) {
.smaller-whitespaces-one {
margin-top:calc(var(--spacing) - 2.042vw);

}}

@media screen and (max-width:1300px) {
.smaller-whitespaces-one {
margin-top:calc(var(--spacing) - 1.8vw);

}}*/




.smaller-whitespaces-one {margin-top:calc(var(--spacing) - 2.5042vw);}


@media screen and (max-width:1400px) {
    .smaller-whitespaces-one {
        margin-top:calc(var(--spacing) - 1.442vw);

    }}

@media screen and (max-width:1300px) {
    .smaller-whitespaces-one {
        margin-top:calc(var(--spacing) - 1.2vw);

    }}

@media screen and (max-width:1150px) {
    .smaller-whitespaces-one {
        margin-top:	var(--spacing);

    }}

@media screen and (max-width:420px) {
    .logoimg {
        width:140px;

    }}

.my-shelf {z-index:2; color:white!important; position:relative;     transition: all .3s;}
.my-shelf:before {
    content: "";
    width:97%;
    height:30px;
    background-color:black;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:-1;

}

.my-shelf:after {
    display:none!important;

}

.my-shelf:hover {text-shadow: .5px 0 0 #ffffff!important;}


.danubio-select {position:relative;}

.danubio-select select {
    background-color: transparent;
    font-size: 13px;
    border: 1px solid /*black*/ #ADADAD;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    grid-column-start: 4;
    grid-column-end: 5;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;

    padding: 6px 10px;
    /* text-indent: -5px; */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    background: transparent url(../img/danu-arrow-down.svg) 92% center no-repeat!important;
    background-size: 11px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}

.uislider-container  {   grid-template-columns: 1fr 1fr 1fr 118px 118px}

.danubio-state {position: absolute;
    top: -13px;}

.searchbuttonholder {
    grid-column-start: 5;
    grid-column-end: 6;
}

@media screen and (max-width: 1190px) {
    .uislider-container {
        width: 80%;
        grid-template-columns: 1fr 1fr 1fr 100px 100px;
    }}


@media screen and (max-width:990px) {
    .uislider-container {
        width: 80%;
        grid-template-columns: 1fr 1fr 1fr 90px 90px;
    }}

@media screen and (max-width: 750px) {
    .uislider-container {
        grid-column-gap: 30px;
        grid-row-gap: 25px;
        padding-left: 30px;
        padding-right: 30px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        width: 67%;
        margin-top: -450px;
    }


    .danubio-select {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    .searchbuttonholder {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 5;
        grid-row-end: 6;
    }

    .s3 {margin-bottom: 10px;}

}

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

    .uislider-container {
        width: 60%;
        margin-top: -470px;
    }}


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

    .main-top-margin-one {

        margin-top: 30px;
    }}

.b--blue:lang(en) {
    width:200px;
}

.b--blue {/*background-color:#4c6064;background-color: #789898;background-color: #4d5150;*/background-color: #b38263; border: 1px solid #b38263; box-shadow: 0px 3.12147px 15.6073px rgba(0, 0, 0, 0.4); width:192px;}

.button--top {margin-top:35px; padding-left:20px; padding-right:20px;}


.two-button-container {padding-bottom: 20px;}

.buttonkeeper-flat {margin-top:-50px;}
@media screen and (max-width: 490px) {

    .buttonkeeper-flat {

        margin-top: 0px;
    }}

.b--text {padding-left:0px; margin:auto;}


.special-flat-p {background: #789898!important;
    color: white!important;}




@media screen and (max-width: 800px) { #facefooter, #linkedfooter, #mailfooter, #youfooter {padding-left:10px; padding-right:10px;}}

.cc-window {box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);}

@media screen and (max-width: 450px) { .flat-two-pics-wrapper {padding-bottom:0px;}}

@media screen and (max-width: 450px) { .flat-plan {padding-top: 10px;}}





.black-contact {
    position: unset;
    width: 468px;
    height: 80px;
    background: transparent;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
    justify-content: space-between;
}

.bc-box {
    width: 158px;
    border-left: 1px solid transparent;
    color: white;
    height: 80px;
    padding-right: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.bc-rectangle {
    width: 288px;
    color: white;
    height: 80px;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}

.c-phones {
    width: 207px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.c-bigphonenumber {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    color: #FFFFFF;
}

.c-gotquestion {
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: -2px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.c-littletext {
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    font-size: 10px;
    margin-top: -2px;
    padding-bottom: 2px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.chatp {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    border: 1px solid gray;
    padding-bottom: 8px;
    margin-top: 8px;
    margin-bottom: 3px;
}

.chatp:lang(en) {
    padding-left: 15px;
    padding-right: 15px;
}

.c-question {
    padding-left: 27px;
    padding-right: 23px;
}

.sticky {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    transition: ease 0.5s;
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}


.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRightForever {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightForever {
    from {
        opacity: 1;
    }
    to {
        opacity: 0!important;
        -webkit-transform: translate3d(100%, 0, 0)!important;
        transform: translate3d(100%, 0, 0)!important;
    }
}

@keyframes fadeOutRightForever {
    from {
        opacity: 1;
    }
    to {
        opacity: 0!important;
        -webkit-transform: translate3d(100%, 0, 0)!important;
        transform: translate3d(100%, 0, 0)!important;
    }
}

.black-contact span {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    z-index: 10001;
}

.black-contact a {
    text-decoration: none;
    background-color: black;
    z-index: 10;
    transition: all .5s;
}

.callhref:hover {
    /*background-color: #b38263;
    background-color: #D8D1C4;
    background-color: #789898;
    background-color: #333333;
    background-color: #4D5151;
    background-color: #333333;*/
    background-color: #4C6065;
}

.chatp {
    transition: all .5s;
}

.mailhref:hover .chatp {
    border: 1px solid white;
    background-color: #4C6065;
}

.close-x:hover .mailhref {
    background-color: #4C6065;
}

.chatp {
    transition: all .3s;
}

.close-x {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    opacity: 0.7;
    z-index: 199999999999;
    cursor: pointer;
    padding: 0px;
    margin-right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.close-x:hover {
    opacity: 1;
}

.close-x::before,
.close-x::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: white;
    background: white;
    z-index: 10001;
}

.close-x::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-x::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.email-us {
    width: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 30px;
    margin-right: 30px;
}


/* @media only screen and (max-width: 660px) { .c-gotquestion {font-size:13px;} .c-littletext {margin-top:unset; font-size:11px;} .bc-rectangle {height:85px;}      .chatp {font-size: 12px; padding-left:8px; padding-right:8px;} }*/

@media only screen and (max-width: 660px) {
    .sticky {
        display: grid;
        bottom: 30px;
        right: 20px;
    }
    .black-contact {
        width: unset;
        height: unset;
    }
    .black-contact a {
        text-decoration: none;
        background-color: black;
        z-index: 10;
        transition: all .5s;
        display: flex;
        justify-content: flex-end;
    }
    .bc-rectangle {
        width: 310px;
    }
    .mailhref {
        padding-bottom: 6px;
        background: #FFFFFF!important;
        color: black;
    }
    .mailhref .c-gotquestion,
    .mailhref .chatp {
        color: black;
        text-shadow: none;
    }
    .bc-box {
        padding-right: 75px;
    }
}

.x-enalrger {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
    z-index: 8000;
}

@media only screen and (max-width: 440px) {
    .sticky {
        grid-template-columns: 1fr;
        justify-content: center;
        width: calc(100% - 40px);
        right: 20px;
    }
    .bc-box {
        padding-left: 0px;
        padding-right: 0px;
    }
    .black-contact a {
        justify-content: center;
    }
}

@media only screen and (max-width: 440px) {
    @-webkit-keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @-webkit-keyframes fadeOutRight {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
    }
    @keyframes fadeOutRight {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
    }
}

@media only screen and (max-width: 350px) {
    .sticky {
        width: 100%;
        right: 0;
        bottom: 0;
    }
}    


.special-value {font-size: 12px;}	

.pnlm-controls-container{
    display: none !important;
}

.pnlm-panorama-info{
    display: none !important;
}

.flat-title{
    font-weight: bold;
    text-align: center;
}
.flat-image{
    overflow: hidden;
    height: 80%;
    width: 100%;
    text-align: center;
}
.compare-container table{
    width: 100%;
    border-spacing: 0;
    margin-top: 25px;
}

.compare-container table td{
    padding: 0.2rem;
    text-align: center;
}
.compare-container img{
    height: inherit;
}

@media only screen and (max-width: 440px){
    .compare-container img{
        height: 100%;
        width: 100%;
    }
}
.flat-container-desktop{
    width: 150px;
    height: auto;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    padding-bottom: 15px;
    position: absolute;
    z-index: 999999999999;
    background: #fff;
    font-size: 12px;
}
.flat-container-desktop table tr td{
    padding-left: 0px !important;
}
#flat-availability-desktop{
    top: 0;
    background-color: forestgreen;
    height: 30px;
    width: 100%;
    position: absolute;
}

.panorama-holder{
    display: block;
    width: 60% !important; 
    height: 80% !important; 
    margin: 0 auto !important; 
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

@media only screen and (max-width: 440px){
    .panorama-holder{
        width: 90% !important;
        height: 100% !important;
    }
}

.left-filter-holder{
    display: none;
    position: absolute;
    background: rgba(255,255,255,0.5);
    width: 50px;
    height: 100%;
    left: 1%;
    z-index: 999999999999999;
}

@media only screen and (max-width: 440px) {
    .left-filter-holder{
        width: 30px;
        display: block;
    }
}

.right-filter-holder{
    display: none;
    position: absolute;
    background: rgba(255,255,255,0.5);
    width: 50px;
    height: 100%;
    right: 1%;
    z-index: 999999999999999;
}
@media only screen and (max-width: 440px) {
    .right-filter-holder{
        width: 30px;
        display: block;
    }
}

.filter-switch-button{
    border: none;
    padding: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    background: none;
}

@media only screen and (max-width: 440px){
    .filter-switch-button{
        width: 30px;
    }
}

.filter-arrow{
    color: #000; 
    font-size: 32px; 
    font-weight: 800;
}

@media only screen and (max-width: 440px){
    .filter-arrow{
        font-size: 18px;
    }
}

table.dataTable thead th{
    padding: 0 0 10px 0 !important;
}
table.dataTable thead td{
    padding: 0 0 10px 0 !important;
}

.compare-block{
    position: relative;
    width: 75%;
    height: 80%;
    overflow: hidden;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 25px;
    scrollbar-width: none;
}
@media only screen and (max-width: 440px){
    .compare-block{
        display: none;
    }
}

.compare-block-mobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width:100%;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 2147483648;
    padding-left: 20px;
}

.cbm-column{
    width: 100%;
    height: 33%;
}

.cbm-inner{
    width: 50%;
    float: left;
}
.cbm-inner-center{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.pnlm-lmsg{
    font-size: 0px !important;
}

.dt-body-center{
    font-size: 14px;
}

@media only screen and (max-width: 440px){
    .dt-body-center{
        font-size 10px !important;
    }
}

table.dataTable thead {
    text-transform: uppercase;
}

table.dataTable thead .sorting_asc{
    filter: grayscale(100%) brightness(50%);
}
table.dataTable thead .sorting_desc{
    filter: grayscale(100%) brightness(50%);
}

.sorting_1{
    background-color: transparent !important;
}
.axZmLoaderOverlay{
    background: url('../img/axzm_load_background.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; 
    height: 600px; 
    position: absolute; 
    z-index: 999999998; 
    cursor: pointer; 
    text-align: center;
}

@media only screen and (max-width: 880px){
    .axZmLoaderOverlay{
        height: 250px;
    }
}

.axZmLoaderText{
    text-align: center;
    vertical-align: middle;
    font-weight: 800; 
    margin: 0 auto; 
    color: #000 !important; 
    font-size: 32px; 
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.8);
    width: 40%;
}

@media only screen and (max-width: 880px){
    .axZmLoaderText{
        font-size: 20px;
    }
}

.map-tooltip{
    top: 40%; 
    left: 50%; 
    transform:translate(-40%, -50%);
    position: relative;
    text-align: left;
}

@media only screen and (max-width: 880px){
    .map-tooltip{
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

#thumbnailWrapper{
    position: absolute;
    width: 530px;
    height: 85px;
    z-index: 999999998;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #fff;
    border-radius: 0;
    top: 5%;
}

@media only screen and (max-width: 1025px){
    #thumbnailWrapper{
        display: flex !important;
        width: 94% !important;
        top: 2% !important;
    }
}

@media only screen and (max-width: 880px){
    #thumbnailWrapper{
        display: none !important;
    }
}

.searchThumbnail{
    width: 16%;
    height: 75px;
    padding-left: 5px;
    padding-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px 75px;
    margin-top: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 800px){
    .searchThumbnail{
        width: 13% !important;
        height: 65px !important;
    }
}
.switchThumbnail{
    background-size: 75px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 10%;
    border-radius: 5px;
    height: 60%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-filter: invert(100%) opacity(50%);
    filter: invert(100%) opacity(50%);
    transition: filter 0.5s ease-in-out;

}

.switchThumbnail:hover{
    -webkit-filter: invert(100%) opacity(100%);
    filter: invert(100%) opacity(100%);
}

.squaredThree {
    width: 20px;	
    margin: 20px auto;
    position: relative;
    left: -20px;
    top: 20px;
}

.squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 2px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
