img {
    vertical-align: middle;
}
.font-display {
    font-family: 'Playfair Display SC', serif;
}
.about-business-center p, .rent p {
    font-size: 19px;
}

video {
    width: 100%;
    height: auto;
}
.bold {
    font-weight: bold;
}
.block-photo-center  {
    width: 400px;
    display: inline-block;
    margin: 0 20px;
    transition: 0.5s;
    cursor: pointer;
}
.block-photo-center img {
    width: 100%;
}
div#slider-photo-business-center {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}

.block-photo-center.slick-slide.slick-active:hover {
    transform: scale(1.1);
}
.slick-prev {
    left: 15px;
    z-index: 2;
}
.slick-next {
    right: 15px;
    z-index: 2;
}
.slick-dots {
    position: static;
    margin-top: 25px;
}
.slick-dots li button:before {
    font-size: 0;
}

nav .brand-logo.center, footer h5 a  {
    font-family: 'Playfair Display SC', serif;
    color: #D19B27;
    text-align: center;
    font-size: 23px;
}
nav .brand-logo.center:hover {
    background: rgba(0, 0, 0, 0);
}
nav, .page-footer {
    background-color: #423d3d;
}
.lang {
    display: inline-block;
    position: absolute;
    right: 25px;

}
.link-lang {
    font-weight: bold;
    line-height: 64px;
    color: #fff;
}
.page-footer, #platinum-maps {
    margin-top: 50px;
}
h1 {
    font-size: 1.7rem;
}
.rent h5, .tenants h5, .contacts h5   {
    margin: 40px auto;
}
.rent {
    text-align: center;
    background: #ece7e7;
    padding: 25px;
}
header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.card .card-image img {
   max-height: 300px;
}


ul:not(.browser-default)>li {
    list-style-type: none;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(66, 61, 61, 0.64);
}

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100vh;
    width: 100%;
    padding-top:45%;
}

.fullscreen-bg__video {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
}

.overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.overlay h1 {
    text-align:center;
    color:#fff;
    font-size: 70px;
    margin-top:17%;
}

.anchor {
    position: absolute;
    left: 0;
    top: -100px;
}
.container {
    position: relative;
}

.mfp-s-loading .mfp-arrow {
    display: none;
}

.block-photo-center {
    position: relative;
}

.block-photo-center a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

i.dropbtn.material-icons {
    display: none;
}
.dropbtn {
    color: white;
    padding: 11px 11px 11px 25px;
    cursor: pointer;
}
nav i.material-icons {
    font-size: 34px;
    line-height: normal;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content-menu {
    display: inline-block;
}

.dropdown-content-menu a {
    color: white;
    padding: 22px 16px;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.dropdown a:hover {background-color: rgba(255, 255, 255, 0.50);}

.show {display: block;}

#video-desktop {
    display: block;
}
#video-mobile {
    display: none;
}
.mobile-show {
    display: none;
}
