#header{position: absolute; left: 0; top: 0; width: 100%; height: 140px; display: flex; align-items: center; justify-content: center; z-index: 100;}

body.content-page #header{-webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19); background-color: #000;border-bottom: 1px solid #FFF;}


    
#header .menu{height: 100%;}

#header .menu ul{margin: 0; padding: 0; justify-content: center; height: 100%; display: flex; flex-direction: row; align-items: center;}

.menu ul li,.submenu ul li{clear: right; display: flex; height: 100%; justify-content: center; flex-direction: row; margin: 0; padding: 0; font-weight: 400; align-items: stretch;white-space: nowrap; position: relative;}
#header .menu ul li.auto-height{height: auto;}


#header .menu ul li a,
#header .submenu ul li a{display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 0 10px; text-decoration: none; line-height: normal; text-align: center; font-size: 13px; letter-spacing: 1.14px; color: #fff;width: 100%;}

#header .menu ul li:first-child a{padding-left: 0;}
#header .menu ul li:last-child a{padding-right: 0;}





.contact-link{border: 1px solid white; padding: 20px !important;   border-radius: 14px;    }
.menu-wrapper{justify-content: space-between;
    height: 100%;}


    .menu-head-logo img{    width: 100%;
        max-width: 46px;
        
    }









.menu-center{width:300px}



#header .submenu{left: 0; width: 100%;  background-color: rgba(0,0,0,.75); position: absolute; bottom:-1px;  box-sizing: border-box; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19); overflow: hidden; transition: ease-out .4s all; height: 50px; transform: translateY(100%); } 

#header .submenu ul{width:100%; max-width: 1200px; margin: auto; position: absolute; left: calc(50% - 600px); justify-content: flex-start; height: 100%; padding: 0 20px; box-sizing: border-box; display: flex;}

#header .submenu ul li{align-items: center;}
#header .submenu ul li a{letter-spacing: 0.86px; font-weight: 400; height: 30px; border-right:1px solid rgba(0, 0, 0, 0.23); padding:0 16px; color:rgba(0,0,0,.5) }

.contact-link{padding: 0 10px !important; margin-left: 10px;}
#header .submenu ul li:hover a,
#header .submenu ul li.selected a{color:rgba(0, 0, 0, 1); font-weight: 500;}
#header .submenu ul li:first-child a{padding-left: 0;}
#header .submenu ul li:last-child a{border-right:0}
#header .menu ul li.promoted-link a{background:url(../img/header/arrow-right@2x.png) no-repeat 10px center; background-size: 24px 24px; font-size: 14px; padding-left: 40px !important; height: 56px; }

.language-link{margin-left: 20px !important; padding-left: 10px !important; border-left:solid 1px rgba(255, 255, 255, 0.13);}
#header .menu ul li.promoted-link.language-link a{background: none; padding-left: 10px !important; min-width:56px}




#header .menu ul li.promoted-link a{font-size: 13px !important; height: 40px !important;}


.menu-head-logo{max-width: 175px; background: url(../img/---symbol-fs@2x.png) no-repeat center center; padding-top:73.33%; background-size: contain;}
#header.fixed .menu-head-logo{max-width: 175px; background: url(../img/header/symbol-fs@2x.png) no-repeat center center; height:50px; transform: translateY(10px); background-size: contain;}
body.content-page #header .menu-head-logo{background-image: url(../img/header/---symbol-fs@2x.png);}
body.content-page #header.fixed .menu-head-logo{background-image: url(../img/header/symbol-fs@2x.png);}



#header .submenu ul li a{color:#FFF !important}
#header .submenu ul li:hover a{color:rgba(144, 136, 101, 1) !important}

#header .menu ul li.selected a{font-weight: bold;}


/* Fixed */
#header.fixed{position: fixed; z-index: 1000;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19); background-color: #000; height: 70px;}

#header.fixed .menu-head-logo img, #header,
#header.fixed ul li a,#header .menu ul li.promoted-link a,#header.fixed ul li a.contact-link
{transition: ease-in all .2s;}

#header.fixed .menu-head-logo img{max-width: 30px;}

#header.fixed ul li a{color:#FFF;}
#header.fixed ul li a.contact-link{border-color:#FFF}

#header.fixed .menu ul li.promoted-link a{font-size: 12px; height: 40px;}




#menu-mobile-trigger{display: none;}
#mobile-logo{display: none;}


  body.content-page #header ul li a{color:#FFF}
  body.content-page #header ul li a.contact-link{border-color:#FFF}


body#aminities-content-page-wrapper .submenu .ul{
  left: calc(50% - 100px) !important;
    transform: translateX(-50%) !important;
}


#header .menu-wrapper ul li.selected .submenu{visibility: visible !important; opacity: 1 !important; height: 50px !important;   }
#header .menu-wrapper ul li:not(.selected) .submenu{visibility: hidden !important; opacity: 0 !important;}
