/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}


/*****MOBILE
************************************************************/
@media (max-width: 690px) {
  

:root {
    
    --smallsize: 12px;
	--basesize: 15px;
	--mediumsize: 1.2em;
	--bigsize: 1.6em;
	--extrabigsize: 2.4em;
    
    --thin: 200;
  
    /*--darkgreytext: #474b4f !important;*/
    
  }
  
  
  
body {
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.6em !important;
} 
  
  
   /**
-------------------------------------------------------------------------
::::::::  HEADINGS
-------------------------------------------------------------------------
**/ 
  
h1 {
  margin-bottom: 15px !important;
}  
  
  
  /**
-------------------------------------------------------------------------
::::::::  HEAD
-------------------------------------------------------------------------
**/
  
#head {
  float: left;
  position: fixed;
  top: 0;
  height: 60px !important;
  max-height: 60px !important;
  z-index: 9999;
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;

}
 
#head .logowrapper {
  z-index: 9999 !important;
  position: relative;
  width: 75px !important;
  margin-left: 0px !important;
  padding: 0 !important;
}
#head .logowrapper img {
  min-width: 75px !important;
  max-width: 75px;
  padding: 5px;
}
  
#head .topmenuwrapper {
  width: 40px;
  display: flex;
  justify-content: center;
  position: relative !important;
  right: 0;
  padding-top: 0 !important;
}  
    
  
#head.nav-up {
  top: -60px;
}
#head.nav-down {
  top: 0px;
}
  
  
  

#head .headLang {
  position: absolute;
  width: auto !important;
  right: 80px;
  justify-content: center;
  top: 16px;
  display: flex;
}

#head .headLang ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

#head .headLang li {
  margin-left: 5px;
  margin-right: 5px;
}
  
  
/** for white head ***/  
.whitehead #head.top .headLang a {
  border: 1px solid rgba(0,0,0,0.4);
  color: var(--blacktext) !important;
}
  
.whitehead #head.top .openMenu span {
  box-shadow: 0 1px 0 var(--blackbg);
}  
.whitehead #head.top .logowrapper img {
  filter: none !important;
}  
  
  
  
  
  
  
#stage {
  float: left;
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: 0;
}
  
#wrap_body {
  position: relative;
  width: 100%;
  float: left;
  z-index: 3;
  margin-top: 60px;
}
  

  
 /**
-------------------------------------------------------------------------
::::::::  MENU
-------------------------------------------------------------------------
**/ 
  
#topmenu .navbar .collapse:not(.show) {
  display: block;
}  
  
  
#topmenu .navbar-toggler.navbar-toggler-right {
  display: none;
}  
  
#topmenu .offcanvas-header {
  padding: 12px 12px 0 0 !important;
  width: 120px;
}  
  
  
#topmenu ul {
  display: flex;
  flex-direction: column;
  text-align: center;
}
  
#topmenu h4 {
  text-align: center;
} 
  
#topmenu .menuwrapper {
  margin-bottom: 30px;
}
  
#topmenu .chooselanguage {
 text-align: center !important;
}  
  
#topmenu li a {
  font-size: var(--mediumsize) !important;
  font-weight: 300 !important;
  text-decoration: none !important;
  display: block;
  line-height: 120%;
  opacity: 1;
  margin-bottom: 15px;
  color: var(--blacktext) !important;
}
  
 /**
-------------------------------------------------------------------------
::::::::  FOOTER
-------------------------------------------------------------------------
**/ 
  
#footer .footercontent {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
  font-size: 15px;
}  

  
  
#footer .footerwrapper {
  padding-bottom: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
  
#footer .zed {
  position: inherit !important;
  background-color: var(--creambg);
  text-align: center !important;
  padding-bottom: 30px !important;
}  
 
  #footer .footercontent h4 {
  margin-bottom: 10px !important;
}
  
  
/**
-------------------------------------------------------------------------
::::::::  GENERAL STUFF
-------------------------------------------------------------------------
**/
  
  
.legenda {
  margin-top: 10px !important;
}  
  
  
.invertonmobile {
  flex-direction: column-reverse;
}  
  
  
/**** stage ****/
#stage .blog-item {
  padding: 0 15px;
}
  
  
/**** SEPARATOR ****/  
  
#separator {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 15px !important;
  padding-right: 15px !important;*/
  padding-left: 0px !important;
  padding-right: 0px !important;
}
  
#separator h4 {
  font-size: var(--smallsize) !important;
  color: var(--creamtext) !important;
  margin-bottom: 10px !important;
}
  /*+ scroll tip **/
#separator span {
  display: none;
}
  
  
#bottom #separator {
  padding-left: 15px !important;
  padding-right: 15px !important;
}  
  
/********* banner home page *******/
#fullbanner {
  margin-left: -15px;
  width: 100vw;
}
#fullbanner .imagewrapper.fullheight {
  height: 65vh !important;
  min-height: 650px !important;
}
  #fullbanner .sticky {
  position: absolute !important;
  top: 0;
  height: 100% !important;
  min-height: 100% !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
  
  
  
/**** WORK NAV ****/
.workNav {
  margin-bottom: 0vh !important;
  padding: 0 !important;
}
  
/***  -- real proportion ---
  
.workNav li .projectMenuImage {
  max-width: 350px !important;
  max-height: 150px !important;
  opacity: 1 !important;
  filter: saturate(100%);
}  
  
***/
  
/*** -- crop --- ***/  
.workNav li .projectMenuImage {
  width: 270px !important;
  height: 180px !important;
  opacity: 1 !important;
  filter: saturate(100%);
  object-fit: cover !important;
}
  
.workNav li {
  margin-right: 15px;
  display: flex;
  text-align: center;
  flex-direction: column;
}
  

/********* PARTNERS ************/
  
.partner {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  height: auto;
  margin-bottom: 0px;
  align-items: center;
  padding: 25px 25px;
  background-color: #f9f9f9;
  border: 1px solid #fff;
  width: 33%;
}
.partnerswrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100vw - 25px);
}
  
  
/********* TEAM ************/  
  
#teamprofiles > div {
  padding: 2px !important;
}  
  

  
/**
-------------------------------------------------------------------------
::::::::  NEWSROOM
-------------------------------------------------------------------------
**/
  
/*
  .newsroom #bottom {
  padding-left: 15px;
  padding-right: 15px !important;
}
  */
  
  
#newsitem {
  box-shadow: 0 .5px 0 var(--blackbg);
  padding-bottom: 60px !important;
  margin-bottom: 60px !important;
}
  
#newsitem .newsImage {
  padding: 0 !important;
  margin-bottom: 30px !important;
}
  
  
.pressArticle strong {
  margin-left: 0 !important;
}
  
  .pressArticle a {
  padding-bottom: 15px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  width: 100%;
}
  
  
  
  
  
  
  
/**
-------------------------------------------------------------------------
::::::::  PORTFOLIO
-------------------------------------------------------------------------
**/
  
  
#portfoliointro {
  padding-left: 20px;
  padding-right: 20px !important;
  padding-top: 40px;
}  
  
.projectinfo {
  margin-top: 20px !important;
}
.projectinfo h4 {
  margin-bottom: 10px !important;
}
  
  
#projectmodule .imagewrapper {
  min-height: 350px !important;
  height: 350px;
}
  
#projectmodule .projectinfo h2 {
  margin-bottom: 10px !important;
  text-transform: uppercase;
  font-family: var(--secondaryfont);
  letter-spacing: 0.15em;
  font-size: var(--mediumsize) !important;
  font-weight: var(--bold) !important;
}  
  
  
  
/**
-------------------------------------------------------------------------
::::::::  PROJECT PAGES
-------------------------------------------------------------------------
**/
  
.projectpage .blog-item {
  padding:0 15px;
}  
.projectpage #stage #separator {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
  
.projectpage .imagewrapper {
 /* 
  margin-left: -15px;
  min-width: 100vw;
  */
}
 
.projectpage .imagewrapper img {
  margin-bottom: 5px;
}  
  
#project .row > * {
   padding-left: 0 !important;
  padding-right: 0 !important;
}

/** odeon restaurant ***/
#restaurant .row > * {
   padding-left: 0 !important;
  padding-right: 0 !important;
}
  
  
#finishings .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
 
  
/**** logos ***/  

.projectLogoIntro.fullheight {
 height: 65vh !important;
min-height: 650px !important;
}
  
.projectLogoIntro {
  position: relative;
  margin-left: -15px;
  width: calc(100vw);
}
  
.projectLogoIntro .logo {
  width: 300px !important;
  max-width: 300px !important;
} 
  
.otbg.projectLogoIntro .logo {
  width: 200px !important;
}  
.plbg.projectLogoIntro .logo {
  width: 200px !important;
  max-width: 200px !important;
}
  
.arrabidabg.projectLogoIntro .logo {
  width: 220px !important;
  max-width: 220px !important;
}
.floresbg.projectLogoIntro .logo {
  width: 250px !important;
  max-width: 250px !important;
}  
.f29bg.projectLogoIntro .logo {
  width: 250px;
  max-width: 250px !important;
}  
  
  
/**** ID ****/ 
  
.projectID {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column !important;
}  
  
.projectID p {
  margin: 15px 15px 0 15px !important;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  color: var(--blacktext) !important;
}  
  
  
/***** TABELA --- tipologias ****/
  
/*** make 100% width ***/  
#typologies {
  margin-left: -15px;
  width: 100vw;
}
#typologies #separator {
  margin-left: 15px;
  width: calc(100vw - 30px);
}  
  
  
.tipologias {
  padding: 30px 15px !important;
  overflow: scroll;
 /* font-size: 13px !important;*/
}
.tipologias .flextable .col {
  text-align: center;
  padding: 0 20px !important;
  line-height: 140%;
  width: 135px !important;
  /*white-space: nowrap;*/
}
  
.flextable .tablebody .tablerow {
  display: inline-flex !important;
  padding: 20px 0px 20px 0px !important;
  font-size: 1em !important;
  margin-bottom: 0px !important;
}
.flextable .tableheader {
  display: inline-flex !important;
  padding: 20px 0px 20px 0px !important;
  
}  
  
/**** project nav ****/
  
#projectpageNav {
  display: flex;
  overflow-x: scroll;
  justify-content: flex-start;
  padding: 12px 30px;
}
  
#projectpageNav a {
  margin: 0 15px !important;
}  
  
  
/**** LOCATION ****/
#location .imagebundle.col5 img {
  height: 200px;
}
  
  
/**** CTA ****/
#cta {
  margin-left: -15px;
  width: 100vw;
}
#cta #separator {
  margin-left: 15px;
  width: calc(100vw - 30px);
}  
#cta .form {
  margin-top: 60px;
  padding: 15px !important;
}
#cta .brochure {
  max-width: 70vw;
  margin: 0 auto;
}  
  
  
/** FOR Secret Garden - floors ***/
.sgvFloorRow.row .imagewrapper {
  position: relative;
  height: 100px !important;
  clip-path: content-box;
  margin-bottom: 15px;
}
  
.sgvFloorRow.row .imagewrapper img {
  position: absolute !important;
  width: 100% !important;
  height: auto !important;
  right: 0;
  transform: none;
  top: 0;
}
.sgvFloorRow .lineseparator {
  display: none;
}  
  
  
  
 /**
-------------------------------------------------------------------------
:::::::: IMAGE ROWS no padding - ABOUT and INVESTORS
-------------------------------------------------------------------------
**/ 
  
.imagerow > * {
  padding: 0 !important;
}
.imagerow .imagewrapper {
  margin-bottom: 5px;
}
.imagebundle.col4 img {
  height: 200px;
}  
  
  
/**
-------------------------------------------------------------------------
::::::::  PADDINGS
-------------------------------------------------------------------------
**/
  
  
.rightsmallpadding {
  padding-right: 15px !important;
}
.rightpadding {
  padding-right: 15px !important;
}  
.rightextrapadding {
  padding-right: 30px !important;
}    
  
  
.leftsmallpadding {
  padding-left: 15px !important;
}  
.leftpadding {
  padding-left: 15px !important;
}    
.leftextrapadding {
  padding-left: 30px !important;
}    
  
  
.bottomsmallpadding {  
  padding-bottom: 30px !important;
}  
.bottompadding {  
  padding-bottom: 60px !important;
}
.bottomextrapadding {  
  padding-bottom: 90px !important;
}  
  
.topsmallpadding {
  padding-top: 30px !important;
}    
.toppadding {
  padding-top: 60px !important;
} 
.topextrapadding {
  padding-top: 90px !important;
}    
  
  
  
  
/**
-------------------------------------------------------------------------
::::::::  IGNITE GALLERY
-------------------------------------------------------------------------
**/  
  
  
/************ SCROLLER *****************/  
  
.ig-scroller-img-wrapper {
  padding: 0 10px 0 0 !important;
}
  
.ig-thumb-scroller-left, .ig-thumb-scroller-right {
  margin: 0 0px;
  padding: 0px 0px;
}
  .ig-thumb-scroller-right svg, .ig-thumb-scroller-left svg {
  padding: 7px !important;
  color: #000;
}
  
.ig-thumb-scroller li {
  list-style-type: none !important;
  list-style-image: none !important;
  background-image: none !important;
  height: 300px;
  min-height: 300px;
  width: 85vw !important;
  max-width: 85vw !important;
}
  
  
/*** lightbox **/
  
.igui-lightbox-items li {
  padding: 0 !important;
}  
.ig-lightbox-button-right, .ig-lightbox-button-left {
  display: none;
}  
  
  
  /** take out side buttons ****/
a.ig-slideshow-button {
    display: none;
}  
  
  
  
 /**
-------------------------------------------------------------------------
::::::::  HORIZONTAL SCROLLER -- eg. bottom banners
-------------------------------------------------------------------------
**/  
  
 
.horizontalscroll .halfheight {
  height: 300px !important;
  min-height: 300px;
} 
  

  
/**
-------------------------------------------------------------------------
::::::::  OVEWRLINK
-------------------------------------------------------------------------
**/    
  
.overlink span {
  width: 120px !important;
  height: 120px !important;
  opacity: 1 !important;
}
  
  .overlink span:hover {
  width: 140px !important;
  height: 140px !important;
}
  
  /**** CIRCLE BOT ********/
  
.circlebot::before {
  content: "";
  background-color: rgba(255,255,255,0.9) !important;
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
  transform: scale(1);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: -1;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}  
  
  
/**
-------------------------------------------------------------------------
::::::::  HEIGHTS
-------------------------------------------------------------------------
**/  
  
.onethridheight {
  height: 250px !important;
  min-height: 250px;
}  
  
.halfheight {
  height: 350px !important;
  min-height: 350px;
}
  
.fullheight90 {
  height: 500px !important;
  min-height: 500px !important;
}  
  
.fullheight {
  height: calc(100vh - 100px) !important;
}  
  
  
/**
-------------------------------------------------------------------------
::::::::  CONTACT PAGE
-------------------------------------------------------------------------
**/    
  
#contactsBanner .imagewrapper.twothirdsheight {
  height: 350px !important;
  min-height: 350px;
}

#faqs {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
  
  
/**
-------------------------------------------------------------------------
::::::::  BANNERS AND IMAGES
-------------------------------------------------------------------------
**/    
 
  
  /** home page banner ***/
.introbanner .imagewrapper {
 padding-top: 0 !important;
}  
.introbanner .bannerunder {
  padding-top: 0 !important;
}
  
  
 /**
-------------------------------------------------------------------------
::::::::  HIDE SCROLLER
-------------------------------------------------------------------------
**/     
  
/*** FOR PROJECT NAV ***/  
.scroller {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}
.scroller::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}  
  
 /** FOR BOTTOM BANNERS **/ 
.horizontalscroll {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}
.horizontalscroll::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}    
  
  
  
  

/**
-------------------------------------------------------------------------
::::::::  INSTA GALLERY
-------------------------------------------------------------------------
**/     
  
.ingallery-layout-carousel {
  overflow: hidden;
}
  
  
  
  

/**
-------------------------------------------------------------------------
::::::::  FORMS
-------------------------------------------------------------------------
**/    
  
.convertforms .cf-checkbox-group input, .convertforms .cf-radio-group input {
  margin-top: 6px !important;
}
  
  
  
/**
-------------------------------------------------------------------------
::::::::  ACCORDION
-------------------------------------------------------------------------
**/ 
  
.accordionWrapper .panel .content {
  padding: 0px 0px 20px 35px;
}  
  
.accordionWrapper .panelicon {
  margin-right: 15px !important;
  margin-top: 6px !important;
  width: 10px;
  height: 10px;
  min-width: 10px !important;
  min-height: 10px !important;
}  
  

  
.accordionWrapper .panel {
  margin-bottom: 15px !important;
}  
  
.accordionWrapper .accordiontab {
  padding-bottom: 10px !important;
}  
  
  
  
/**
-------------------------------------------------------------------------
::::::::  TIMELINE
-------------------------------------------------------------------------
**/   
  
#timeline {
  margin-bottom: 6vh !important;
}  
  
#timeline .timelineblock {
  min-width: 70vw !important;
  padding: 0 20px 20px 20px !important;
  text-align: center;
  overflow: hidden;
  position: relative;
}  
  
#timeline .timelineblock .image::after {
  height: 35px !important;
}
  
#timeline .timelineblock .image img, #timeline .timelineblock .image .text{
  border-radius: 0px !important;
  max-height: 230px !important;
}  
  
#timeline .timelineblock .image {
  padding: 0 0px 40px 0px !important;

}  
  
  
  /************** END ******************/
}