@import '../fonts/fonts.css';
.desktop {
  display: block;
}
.mobile {
  display: none !important;
}
body {
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: 'HK Grotesk';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #393838;
}
h2 {
  font-family: 'HK Grotesk';
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #393838;
}
h3 {
  font-family: 'NewParis KingSize';
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  color: #393838;
  text-align: center;
}
h3.landscape {
  font-size: 50px;
}
h4 {
  font-family: 'HK Grotesk';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #393838;
}
h5 {
  font-family: 'HK Grotesk';
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
}
h6 {
  font-family: 'HK Grotesk';
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
}
h7 {
  font-family: 'HK Grotesk';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #393838;
}
/* Fixed header and footer */
#header {
  top: 0px;
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9;
  color: #fff;
  padding: 0px 50px;
}
#header .logo {
  text-align: center;
}
#header .logo a {
  display: inline-block;
  width: 237px;
  margin-top: 28px;
  height: 55px;
  background-image: url('../images/fonte/home/logo-white.svg');
  background-repeat: no-repeat;
}
#header .dropbtnlanguage {
  background-color: transparent;
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
#header .dropdownlanguage {
  position: relative;
  display: inline-block;
}
#header .dropdownlanguage-content {
  display: none;
  position: fixed;
  background-color: transparent;
  z-index: 1;
  right: 103px;
}
#header .dropdownlanguage-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
#header .ddropdownlanguage-content a:hover {
  background-color: #f1f1f1;
}
#header .dropdownlanguage:hover .dropdownlanguage-content {
  display: block;
}
#header .dropdownlanguage:hover .dropbtnlanguage {
  background-color: transparent;
}
#header .language {
  position: absolute;
  top: 25px;
  right: 180px;
  color: #ffffff;
}
#header .language a {
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  width: auto;
  color: #ffffff;
  text-decoration: underline;
  padding: 5px 25px;
  height: auto;
  margin-top: 5px;
  background-color: transparent;
  border: none;
}
#header .menu-trigger {
  position: absolute;
  top: 10px;
  left: 30px;
}
#header .menu-trigger a {
  display: inline-block;
  width: 50px;
  height: 27px;
  margin-top: 18px;
  background-image: url('../images/fonte/home/menu-white.svg');
  background-repeat: no-repeat;
}
#header.white {
  background-color: white;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}
#header.white .dropbtnlanguage {
  background-color: transparent;
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #393838;
  border: none;
  cursor: pointer;
}
#header.white .dropdownlanguage {
  position: relative;
  display: inline-block;
}
#header.white .dropdownlanguage-content {
  display: none;
  position: fixed;
  background-color: transparent;
  z-index: 1;
  right: 103px;
}
#header.white .dropdownlanguage-content a {
  color: #393838;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
#header.white .ddropdownlanguage-content a:hover {
  background-color: #f1f1f1;
}
#header.white .dropdownlanguage:hover .dropdownlanguage-content {
  display: block;
}
#header.white .dropdownlanguage:hover .dropbtnlanguage {
  background-color: transparent;
}
#header.white .logo a {
  background-image: url('../images/fonte/home/logo.svg');
  background-repeat: no-repeat;
}
#header.white .menu {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#header.white .menu ul.nav {
  display: -webkit-inline-box;
  padding: 0px;
}
#header.white .menu ul.nav li {
  padding: 0px 10px;
  width: 150px;
}
#header.white .menu ul.nav li a {
  font-family: 'Gotham';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #300058;
  display: inline-block;
  text-transform: uppercase;
  line-height: 40px;
  background-color: transparent;
}
#header.white .menu ul.nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}
#header.white .menu-trigger a {
  background-image: url('../images/fonte/home/menu.svg');
  background-repeat: no-repeat;
}
#header.white .language {
  position: absolute;
  top: 25px;
  right: 180px;
  color: #393838;
}
#header.white .language a {
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  width: auto;
  color: #393838;
  text-decoration: underline;
  padding: 5px 25px;
  height: auto;
  margin-top: 5px;
  background-color: transparent;
  border: none;
}
#header.white .brochure {
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 160px;
}
#header.white .brochure a {
  display: inline-block;
  width: auto;
  color: white;
  text-decoration: none;
  padding: 5px 25px;
  height: auto;
  margin-top: 28px;
  border: 1px solid #393838;
  background-color: #393838;
}
#header.white .contact {
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 30px;
}
#header.white .contact a {
  display: inline-block;
  width: auto;
  color: white;
  text-decoration: none;
  padding: 5px 25px;
  height: auto;
  margin-top: 14px;
  border: 1px solid #393838;
  background-color: #393838;
}
#header .contact {
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 30px;
}
#header .contact a {
  display: inline-block;
  width: auto;
  color: white;
  text-decoration: none;
  padding: 5px 25px;
  height: auto;
  margin-top: 14px;
  border: 1px solid white;
}
#header .languageswitcher {
  float: right;
  right: 0px;
  line-height: 0px;
  margin-right: 50px;
  font-size: 17px;
}
#header .languageswitcher li {
  display: inline-block;
}
#header .languageswitcher li a {
  padding: 0px 6px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ed6a15;
}
.bordermenu {
  border-bottom: 1px solid  #425968;
}
#footer {
  background-color: transparent;
  padding: 25px 0px;
  text-align: center;
  font-size: 12px;
}
#footer .logo {
  float: left;
  left: 0px;
}
#footer .creation {
  float: right;
  right: 0px;
  color: white;
  height: 40px;
  line-height: 40px;
}
#footer a {
  color: white;
}
#footer.black {
  background-color: white;
  padding: 25px 0px;
  text-align: center;
  font-size: 12px;
}
#footer.black .logo {
  float: left;
  left: 0px;
}
#footer.black .creation {
  float: right;
  right: 0px;
  color: #302E2C;
  height: 40px;
  line-height: 40px;
}
#footer.black a {
  color: #302E2C;
}
#footer.grey {
  background-color: rgba(48, 46, 44, 0.05);
  padding: 25px 0px;
  text-align: center;
  font-size: 12px;
}
#footer.grey .logo {
  float: left;
  left: 0px;
}
#footer.grey .creation {
  float: right;
  right: 0px;
  color: #302E2C;
  height: 40px;
  line-height: 40px;
}
#footer.grey a {
  color: #302E2C;
}
#footer.transparent {
  background-color: black;
  padding: 25px 0px;
  text-align: center;
  font-size: 12px;
}
#footer.transparent .logo {
  float: left;
  left: 0px;
}
#footer.transparent .creation {
  float: right;
  right: 0px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
#footer.transparent a {
  color: #ffffff;
}
.footeralign {
  text-align: left;
}
.sidemenu,
ul.submenu {
  font-family: 'HK Grotesk';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  position: fixed;
  /*top: 0px;*/
  width: 300px;
  height: 350px;
  background-color: #ffffff;
  z-index: 10001;
  display: none;
  color: #393838;
}
.sidemenu.top,
ul.submenu.top {
  left: 0;
  width: 100%;
  padding: 20px 20px;
  box-shadow: 0px 2px 14px -2px rgba(0, 0, 0, 0.67);
  /* Navigation Submenus */
}
.sidemenu.top img#backmenu,
ul.submenu.top img#backmenu {
  display: inline-block;
  width: auto;
  color: white;
  padding: 5px 25px;
  height: auto;
  margin-top: 28px;
  border: 1px solid #393838;
}
.sidemenu.top img#logoma,
ul.submenu.top img#logoma {
  top: 44px;
  margin-top: 29px;
  cursor: pointer;
}
.sidemenu.top img#closemenu,
ul.submenu.top img#closemenu {
  position: absolute;
  top: 40px;
  left: 32px;
  height: 22px;
  cursor: pointer;
}
.sidemenu.top .contact,
ul.submenu.top .contact {
  position: absolute;
  top: 10px;
  right: 30px;
}
.sidemenu.top .contact a,
ul.submenu.top .contact a {
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  width: auto;
  color: #ffffff;
  padding: 5px 25px;
  height: auto;
  margin-top: 28px;
  background-color: #393838;
  border: 1px solid #393838;
}
.sidemenu.top .language,
ul.submenu.top .language {
  position: absolute;
  top: 33px;
  right: 180px;
}
.sidemenu.top .language a,
ul.submenu.top .language a {
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  width: auto;
  color: #393838;
  text-decoration: underline;
  padding: 5px 25px;
  height: auto;
  margin-top: 28px;
  background-color: transparent;
  border: none;
}
.sidemenu.top ul.menu,
ul.submenu.top ul.menu {
  margin: 0px;
  padding: 0px;
  margin-top: 100px;
}
.sidemenu.top ul.menu li,
ul.submenu.top ul.menu li {
  display: inline-block;
  margin: 0px 40px;
}
.sidemenu.top ul.menu li a,
ul.submenu.top ul.menu li a {
  color: #393838;
  padding: 20px 0px;
  font-size: 25px;
  line-height: 60px;
}
.sidemenu.top ul.menu li a:hover,
ul.submenu.top ul.menu li a:hover {
  text-decoration: none;
}
.sidemenu.top ul.menu li a.mobile,
ul.submenu.top ul.menu li a.mobile {
  display: none;
}
.sidemenu.top hr,
ul.submenu.top hr {
  border-bottom: none;
}
.sidemenu.top .sidemenu-logo,
ul.submenu.top .sidemenu-logo {
  position: absolute;
  bottom: 45px;
  width: 100%;
  display: block;
  text-align: center;
  margin-left: -20px;
}
.sidemenu.top .sidemenu-logo a,
ul.submenu.top .sidemenu-logo a {
  font-size: 14px;
  text-transform: uppercase;
  color: #ed6a15;
}
.sidemenu.bottom,
ul.submenu.bottom {
  left: 0;
  bottom: 0px !important;
  width: 100%;
  height: 60%;
  background-image: url(/dev/investwithma/images/home/invest-with-ma-wealth-management-assets-golden-visa-real-estate-consultancy-menu.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.sidemenu.bottom .navigationarrows,
ul.submenu.bottom .navigationarrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.sidemenu.bottom .sidemenuslides,
ul.submenu.bottom .sidemenuslides {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.sidemenu.bottom .sidemenuslides .slide,
ul.submenu.bottom .sidemenuslides .slide {
  padding: 20px;
  width: 100%;
  height: 100vh;
  background-size: cover;
  text-align: left;
  display: table;
  table-layout: fixed;
}
.sidemenu.bottom .sidemenuslides .slide h1,
ul.submenu.bottom .sidemenuslides .slide h1 {
  color: #fff;
  font-size: 55px;
  display: table-cell;
  vertical-align: middle;
}
.sidemenu.bottom .sidemenuslides .slide.slide1,
ul.submenu.bottom .sidemenuslides .slide.slide1 {
  background-image: url(/dev/vitruvion/images/vitruvion-simplify-technology-planning-execution-menu-image.jpg);
}
.sidemenu .submenu,
ul.submenu .submenu {
  position: absolute;
  padding: 0;
  width: 100%;
  top: 70px;
  left: 0px;
}
.dropbtn {
  background-color: transparent;
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #393838;
  border: none;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: fixed;
  background-color: transparent;
  z-index: 1;
  right: 103px;
}
.dropdown-content a {
  color: #393838;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: transparent;
}
/* Banner */
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .textbanner {
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(30% - 30px);
}
.spacetopmobile {
  margin-top: 0px;
}
/* Dropdown Menu/Solutions */
.menuloginbar {
  height: calc(100vh - 70px);
  left: 0;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 3;
  top: 70px;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  display: none;
  line-height: 50px;
  text-align: center;
  overflow: auto;
}
.menuloginbar ul.nav {
  margin: 0;
  padding: 0;
}
.menuloginbar ul.nav li {
  width: 100%;
  list-style: none;
  text-align: left;
  padding: 0px;
  margin: 0px 20px;
  border-bottom: 1px solid #425968;
}
.menuloginbar ul.nav li a {
  font-family: 'Nimbus Sans Novus T OT';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #425968;
  display: inline-block;
  text-transform: uppercase;
  line-height: 50px;
  background-color: transparent;
}
.menuloginbar ul.nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.menuloginbar ul.nav li ul.child {
  display: none;
  padding: 0;
  margin: 0;
}
.menuloginbar ul.nav li ul.child li {
  border-bottom: none;
}
.news {
  padding-left: 60px;
}
.imgnews {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  width: 100%;
}
.quote {
  left: 0;
  width: 110%;
  height: auto;
  position: relative;
  padding: 20px 15px 20px 141px;
  bottom: -184px;
  background-color: rgba(48, 46, 44, 0.5);
}
.quote.link {
  left: 730px;
  width: 13%;
  bottom: -100px;
  text-align: center;
  background-color: transparent;
}
.menubox {
  left: 0;
  width: 100%;
  height: auto;
  background-color: white;
  position: absolute;
  z-index: 3;
  top: 102px;
  display: none;
  padding: 35px 0px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
}
.solutionsbox {
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  background-color: white;
  position: absolute;
  z-index: 3;
  top: 70px;
  padding: 35px 0px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
  text-align: center;
}
.submenu {
  line-height: 28px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #425968;
  text-decoration: none;
}
.submenu .a {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #425968;
  text-decoration: none;
}
/* Scrolling Icon */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 25px;
  height: 50px;
  margin-left: -10px;
  top: 80%;
  margin-top: -17px;
  box-shadow: inset 0 0 0 20px #425968;
  border-radius: 15px;
}
.icon-scroll:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ffffff;
  margin-left: -3px;
  top: 8px;
  border-radius: 3px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* Template Bits */
.fb-share {
  vertical-align: top;
  display: inline-block;
  height: 18px;
  padding: 0 4px;
  border-radius: 3px;
  font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  /* IE7 */
  *display: inline;
  *zoom: 1;
}
.fb-share:hover {
  border-color: #9dacce;
}
.fb-share-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 1px;
  background-repeat: no-repeat;
  background-image: url('../images/fonte/news/share-white.svg');
  *display: inline;
  *zoom: 1;
}
.fb-share-iconblack {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 1px;
  background-repeat: no-repeat;
  background-image: url('../images/fonte/news/share.svg');
  *display: inline;
  *zoom: 1;
}
.fb-share-text {
  position: relative;
  top: -1px;
}
.accordion {
  font-family: 'HK Grotesk';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #393838;
  background-color: #eee;
  cursor: pointer;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 10px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.active,
.accordion:hover {
  height: auto;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
/*.active:after {
  content: "\2212";
}*/
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
ul.tabswhatwedo {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
ul.tabswhatwedo li {
  font-family: "HK Grotesk";
  font-weight: bold;
  color: #393838;
  border: 1px solid #393838;
  display: inline-block;
  width: 13%;
  margin: 0px 10px;
  padding: 0px 20px;
  text-transform: none;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
}
ul.tabswhatwedo #buildquality.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabswhatwedo #security.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabswhatwedo #architecture.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabswhatwedo #interiordesign.active {
  background-color: #393838;
  color: #ffffff;
}
.tabswhatwedocontainer {
  position: relative;
  z-index: 1;
  display: none;
  min-height: 100px;
}
.tabswhatwedocontainer.active {
  display: block;
}
.tabscontainer {
  position: relative;
  z-index: 1;
  display: none;
  min-height: 100px;
}
.tabscontainer.active {
  display: block;
}
ul.tabs {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
ul.tabs li {
  font-family: "HK Grotesk";
  font-weight: bold;
  font-size: 12px;
  color: #393838;
  background-color: transparent;
  border: 1px solid #393838;
  display: inline-block;
  width: 12%;
  padding-bottom: 5px;
  margin-left: 20px;
  padding-left: 20px ;
  padding-right: 20px ;
  padding-top: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
ul.tabs #internaldesign.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #externaldesign.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #aditionalservices.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #overallresort.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #underground.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #lifestyle.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #video.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #basement.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #groundfloor.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #floor.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #terrace.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #buildquality.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #security.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #architecture.active {
  background-color: #393838;
  color: #ffffff;
}
ul.tabs #interiordesign.active {
  background-color: #393838;
  color: #ffffff;
}
.offsetright {
  color: black;
  text-align: left;
  position: absolute;
  left: -125px;
  background-color: #F7F7F7;
  width: 130%;
  top: 155px;
  height: auto;
  padding: 20px;
  z-index: 1;
}
.offsetright.white {
  background-color: #ffffff;
  left: -193px;
  width: 162%;
  top: 293px;
}
.offsetleft {
  color: black;
  position: absolute;
  right: -125px;
  background-color: #F7F7F7;
  width: 130%;
  top: 155px;
  text-align: left;
  height: auto;
  padding: 20px;
  z-index: 1;
}
.offsetleft.white {
  background-color: #ffffff;
  top: 310px;
  width: 152%;
  right: -210px;
}
.btncenter {
  text-align: center;
  display: none;
}
.parent {
  position: relative;
}
.over-img {
  position: absolute;
  top: 5%;
  right: 5%;
}
.btnover {
  text-align: center;
  top: calc(50% - 85px);
  position: absolute;
  width: 100%;
}
.btnlearnmore {
  text-align: left;
}
.btnsearch {
  float: right;
  padding: 7px 55px 3px 55px;
  line-height: 20px;
}
.spacetop {
  margin-top: 50px;
}
.genesisimage {
  width: 12%;
}
.margincentres {
  margin-top: 220px;
  font-size: 70px;
}
.teamimages {
  display: block;
}
.remote-control {
  margin-top: 18px;
}
.iphone {
  margin-top: 18px;
}
.virtually {
  margin-bottom: 7px;
}
.spacermenuasset {
  margin-top: 500px;
}
.spacerasset {
  margin-top: 150px;
}
.spacermenu {
  margin-top: 100px;
}
.spacerproperties {
  margin-top: 300px;
}
.spacesolutions {
  margin-top: 75px;
}
.aboutspace {
  padding-top: 170px;
}
.partner {
  padding-top: 170px;
}
.bordersolutions {
  border-right: 1px solid #9191956b;
  height: 21px;
}
.btnsend {
  text-decoration: none;
  line-height: 0px;
  padding: 14px 90px 12px 90px;
  float: right;
}
.btnreadmore {
  padding: 6px 93px 4px 93px;
  border: 1px solid #425968;
  color: #425968;
}
.button {
  font-family: 'HK Grotesk';
  font-weight: bold;
  font-style: normal;
  border: 1px solid #393838;
  display: inline-block;
  color: #393838;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 40px;
  font-size: 12px;
}
.button.solutions a:link,
.button.solutions a:visited {
  background-color: transparent;
  color: #302E2C;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.button.solutions a:hover,
.button.solutions a:active {
  background-color: rgba(48, 46, 44, 0.05);
}
.button.black {
  color: #302E2C;
  font-family: 'HK Grotesk';
  font-weight: normal;
  font-style: normal;
  border: none;
  font-size: 25px;
  padding: 0px;
}
.button.btndiscover {
  border: 1px solid #ffffff;
}
.button.video {
  text-decoration: none;
  border: none;
  color: #ffffff;
  margin-right: 20px;
  background-color: #4f4f4fc2;
}

.button.corona {
    z-index: 2;
    border: none;
    top: 97%;
    left: 0px;
    float: left;
    position: fixed;
    text-decoration: none;
    color: white;
   background-color: #4f4f4f;
}
.button.download {
  text-decoration: none;
  color: #ffffff;
  background-color: #4f4f4fc2;
  border: none;
}
.button.brochure {
  margin-left: 100px;
  color: #ffffff;
  background-color: #393838;
  border: none;
}
.button.contactmenu {
  display: none;
}
.whoweare {
  padding-left: 220px;
  padding-right: 70px;
}
.style {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icons {
  margin-bottom: 0px;
}
.textweare {
  text-align: left;
}
.where-to-view {
  color: #425968;
  font-size: 70px;
}
.newsdetails {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.fill {
  width: 100%;
  height: 100vh;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.fill .content {
  position: absolute;
  top: calc(50% - 100px);
  width: 100%;
}
.fill .contentslider {
  position: absolute;
  top: calc(50% - 150px);
  width: 100%;
}
.fill .contentslider.bedroom {
  top: calc(50% - 36px);
}
.centered {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 200%);
  background-color: #393838;
  color: #ffffff;
  padding: 7px 0px;
  width: 100%;
  text-align: center;
}
.slide {
  width: 100%;
  height: 80vh;
  background-size: cover;
  text-align: left;
  display: table;
  table-layout: fixed;
}
.slide h1 {
  color: #fff;
  font-size: 55px;
  display: table-cell;
  vertical-align: middle;
}
.fadein {
  opacity: 0;
}
.fadeinleft {
  opacity: 0;
  margin-left: -300px;
  max-width: 100%;
}
#testsliderfadein {
  font-size: 21px;
  animation: fadein 3s;
  -moz-animation: fadein 3s;
  /* Firefox */
  -webkit-animation: fadein 3s;
  /* Safari and Chrome */
  -o-animation: fadein 3s;
  /* Opera */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-over {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-over.beaches {
  height: 250px;
  background-image: url('../images/fonte/home/fonte-algarve-residences-development-lifestyle-beaches.jpg');
  background-repeat: no-repeat;
}
.main-over.golf {
  height: 250px;
  background-image: url('../images/fonte/home/fonte-algarve-residences-development-lifestyle-golf.jpg');
  background-repeat: no-repeat;
}
.main-over.culture {
  height: 250px;
  background-image: url('../images/fonte/home/fonte-algarve-residences-development-lifestyle-culture.jpg');
  background-repeat: no-repeat;
}
.main-over.gastronomy {
  height: 250px;
  background-image: url('../images/fonte/home/fonte-algarve-residences-development-lifestyle-gastronomy.jpg');
  background-repeat: no-repeat;
}
.main-over .picture {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-over .smart {
  z-index: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(50% - 120px);
}
.main-over .smartsmall {
  z-index: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(50% - 75px);
}
.main-over .btnlearn {
  z-index: 1;
  text-align: center;
  position: relative;
}
.main-over .over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-over .over.beaches {
  background-color: rgba(0, 0, 0, 0.59);
  opacity: 0;
}
.main-over .over.beaches:hover {
  opacity: 1;
  transition: .5s ease;
}
.main-over .over.golf {
  background-color: rgba(0, 0, 0, 0.59);
  opacity: 0;
}
.main-over .over.golf:hover {
  opacity: 1;
  transition: .5s ease;
}
.main-over .over.culture {
  background-color: rgba(0, 0, 0, 0.59);
  opacity: 0;
}
.main-over .over.culture:hover {
  opacity: 1;
  transition: .5s ease;
}
.main-over .over.gastronomy {
  background-color: rgba(0, 0, 0, 0.59);
  opacity: 0;
}
.main-over .over.gastronomy:hover {
  opacity: 1;
  transition: .5s ease;
}
.buttongold {
  font-family: "Lato";
  font-weight: normal;
  font-style: normal;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #ffffff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 1px 60px;
  background-color: transparent;
  float: right;
}
.name {
  width: 40%;
}
.phone {
  width: 40%;
}
.email {
  width: 882px !important;
}
select {
  font-family: "Lato";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  width: 300px;
  padding: 3px;
  color: #302E2C;
  font-size: 14px;
  border: none;
  background-color: white;
  box-sizing: border-box;
  margin: 10px 20px;
  resize: vertical;
}
input[type=text] {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  padding: 3px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid white;
  background-color: #393838;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
textarea {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid white;
  background-color: #393838;
  width: 100%;
  height: 34px;
}
#map {
  height: 350px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/****************
Configurator Page
*****************/
label.error {
  color: #fc4b6c;
  font-style: italic;
}
.select2-selection__rendered {
  line-height: 28px !important;
}
.select2-container .select2-selection--single {
  height: 32px !important;
}
.select2-selection__arrow {
  height: 31px !important;
}
.left-half {
  position: absolute;
  width: 50%;
  left: 0;
  overflow-y: scroll;
  height: calc(100vh - 120px);
  border-right: 1px solid rgba(66, 89, 104, 0.05);
  padding: 20px 20px 20px 10px;
}
.left-half.left-wide {
  width: 70%;
}
.left-half #fabricdisplay {
  position: fixed;
  margin-left: -20px;
}
.left-half #ex1Slider .slider-selection {
  background: #BABABA;
}
.left-half .slider.slider-horizontal:hover .tooltip.tooltip-main,
.left-half .slider.slider-vertical:hover .tooltip.tooltip-main {
  opacity: 0.7 !important;
}
.left-half .slider.slider-horizontal:hover .tooltip-inner,
.left-half .slider.slider-vertical:hover .tooltip-inner {
  font-size: 90%;
  width: auto;
}
.right-half {
  position: absolute;
  width: 50%;
  right: 0;
  overflow-y: scroll;
  height: calc(100vh - 120px);
  border-left: 1px solid rgba(66, 89, 104, 0.05);
  padding: 20px 10px 20px 20px;
}
.right-half.right-narrow {
  width: 30%;
}
.blindtotal {
  background-color: #67757c;
  color: white;
  padding: 7px 20px;
}
.droppable {
  border: 1px dashed #a6b7bf;
  min-height: 150px;
  background: rgba(66, 89, 104, 0.05);
  padding: 20px 20px;
}
.project-categories {
  border-bottom: 1px solid #67757c;
}
.project-categories a.collapse-control {
  color: #67757c;
  font-size: 17px;
  border-top: 1px solid #67757c;
  display: block;
  padding: 14px 0px 10px 0px;
  background: url(../images/drop-arrow-down.png) right top 18px no-repeat;
}
.project-categories a.collapse-control .collapse {
  font-size: 15px;
}
.project-categories .project-item .project-category,
.project-categories .project-attribute .project-category {
  display: none;
}
.project-categories .project-item .projectcategory,
.project-categories .project-attribute .projectcategory {
  height: 26px;
  display: inline-block;
}
.project-item,
.project-attribute {
  display: inline-block;
  width: 80px;
  text-align: center;
  margin: 10px;
  vertical-align: top;
}
.project-item img,
.project-attribute img {
  width: 100%;
  height: 80px;
  margin-bottom: 5px;
}
.project-item [type="radio"]:not(:checked) + label,
.project-attribute [type="radio"]:not(:checked) + label,
.project-item [type="radio"]:checked + label,
.project-attribute [type="radio"]:checked + label {
  font-size: 12px;
  line-height: 14px;
}
.project-item .project-category,
.project-attribute .project-category {
  height: 26px;
  display: inline-block;
}
.project-extra {
  padding: 10px 0px 20px 0px;
  margin: 10px 0px;
  border-bottom: 1px solid #67757c;
}
.project-extra img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(66, 89, 104, 0.05);
  margin-right: 20px;
}
.project-extra .content {
  height: 60px;
  width: calc(-192%);
  vertical-align: middle;
  display: inline-block;
}
.project-extra .content .title {
  font-weight: bold;
  margin-bottom: 5px;
}
.project-extra .price {
  width: 100px;
  display: inline-block;
  text-align: center;
}
.project-extra .addbutton {
  width: 100px;
  display: inline-block;
  text-align: center;
}
.project-extra:last-of-type {
  border-bottom: none;
}
.box {
  padding: 5px;
  margin-bottom: 20px;
}
.box.box-muted {
  background-color: rgba(66, 89, 104, 0.05);
}
.box .box-body {
  padding: 20px;
}
/* Media queries */
/* Tablets Landscape */
/* Tablets Portrait */
@media (min-width: 768px) and (max-width: 979px) {
  .section {
    padding: 0px 20px;
  }
  .mobile {
    display: inline-block !important;
  }
  .desktop {
    display: none !important;
  }
}
/* Phones Landscape */
@media (max-width: 767px) {
  .section {
    padding: 0px 20px;
  }
  .mobile {
    display: inline !important;
  }
  .desktop {
    display: none !important;
  }
  .partner {
    padding-top: 85px;
  }
  h3 {
    font-family: 'NewParis KingSize';
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    color: #393838;
    text-align: center;
  }
  h3.landscape {
    font-size: 34px;
  }
  .aboutspace {
    padding-top: 120px;
  }
  .spacerproperties {
    margin-top: 100px;
  }
  #header .menu-trigger a {
    margin-top: 20px;
  }
  #header .language {
    display: none;
  }
  #header .logo {
    text-align: center;
  }
  #header .logo a {
    display: inline-block;
    width: 241px;
    margin-top: 28px;
    height: 55px;
    background-image: url('../images/fonte/home/logo-white.svg');
    background-repeat: no-repeat;
  }
  #header.white .contact a {
    margin-top: 15px;
  }
  #header.white .language {
    display: none;
  }
  #header.white .brochure a {
    margin-top: 15px;
  }
  #header.white .brochure {
    display: none;
  }
  #header.white .brochure a {
    display: none;
  }
  #header .contact a {
    margin-top: 15px;
  }
  .spacermenu {
    margin-top: 50px;
  }
  .sidemenu,
  ul.submenu {
    font-family: 'HK Grotesk';
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    position: fixed;
    /*top: 0px;*/
    width: 300px;
    height: 350px;
    background-color: #ffffff;
    z-index: 10001;
    display: none;
    color: #393838;
  }
  .sidemenu.top,
  ul.submenu.top {
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px 20px;
    box-shadow: 0px 2px 14px -2px rgba(0, 0, 0, 0.67);
    /* Navigation Submenus */
  }
  .sidemenu.top img#backmenu,
  ul.submenu.top img#backmenu {
    display: inline-block;
    width: auto;
    color: white;
    padding: 5px 25px;
    height: auto;
    margin-top: 28px;
    border: 1px solid #393838;
  }
  .sidemenu.top img#logoma,
  ul.submenu.top img#logoma {
    top: 44px;
    cursor: pointer;
    margin-top: 18px;
  }
  .sidemenu.top img#closemenu,
  ul.submenu.top img#closemenu {
    position: absolute;
    top: 40px;
    left: 32px;
    height: 22px;
    cursor: pointer;
  }
  .sidemenu.top .contact a,
  ul.submenu.top .contact a {
    display: none;
  }
  .sidemenu.top .language,
  ul.submenu.top .language {
    position: absolute;
    top: 33px;
    right: 180px;
    display: none;
  }
  .sidemenu.top .language a,
  ul.submenu.top .language a {
    font-size: 18px;
    line-height: 38px;
  }
  .sidemenu.top ul.menu,
  ul.submenu.top ul.menu {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
  }
  .sidemenu.top ul.menu li,
  ul.submenu.top ul.menu li {
    display: block;
    margin: 0px 60px;
  }
  .sidemenu.top ul.menu li a,
  ul.submenu.top ul.menu li a {
    color: #393838;
    padding: 0px 0px;
    font-size: 20px;
    line-height: 43px;
  }
  .sidemenu.top ul.menu li a:hover,
  ul.submenu.top ul.menu li a:hover {
    text-decoration: none;
  }
  .sidemenu.top ul.menu li a.mobile,
  ul.submenu.top ul.menu li a.mobile {
    display: none;
  }
  .sidemenu.top hr,
  ul.submenu.top hr {
    border-bottom: none;
  }
  .sidemenu.top .sidemenu-logo,
  ul.submenu.top .sidemenu-logo {
    position: absolute;
    bottom: 45px;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: -20px;
  }
  .sidemenu.top .sidemenu-logo a,
  ul.submenu.top .sidemenu-logo a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ed6a15;
  }
  .sidemenu.bottom,
  ul.submenu.bottom {
    left: 0;
    bottom: 0px !important;
    width: 100%;
    height: 60%;
    background-image: url(/dev/investwithma/images/home/invest-with-ma-wealth-management-assets-golden-visa-real-estate-consultancy-menu.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .sidemenu.bottom .navigationarrows,
  ul.submenu.bottom .navigationarrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .sidemenu.bottom .sidemenuslides,
  ul.submenu.bottom .sidemenuslides {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .sidemenu.bottom .sidemenuslides .slide,
  ul.submenu.bottom .sidemenuslides .slide {
    padding: 20px;
    width: 100%;
    height: 100vh;
    background-size: cover;
    text-align: left;
    display: table;
    table-layout: fixed;
  }
  .sidemenu.bottom .sidemenuslides .slide h1,
  ul.submenu.bottom .sidemenuslides .slide h1 {
    color: #fff;
    font-size: 55px;
    display: table-cell;
    vertical-align: middle;
  }
  .sidemenu.bottom .sidemenuslides .slide.slide1,
  ul.submenu.bottom .sidemenuslides .slide.slide1 {
    background-image: url(/dev/vitruvion/images/vitruvion-simplify-technology-planning-execution-menu-image.jpg);
  }
  .sidemenu .submenu,
  ul.submenu .submenu {
    position: absolute;
    padding: 0;
    width: 100%;
    top: 70px;
    left: 0px;
  }
  .button {
    font-family: 'HK Grotesk';
    font-weight: bold;
    font-style: normal;
    border: 1px solid #393838;
    display: inline-block;
    color: #393838;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 40px;
    font-size: 12px;
  }
  .button.solutions a:link,
  .button.solutions a:visited {
    background-color: transparent;
    color: #302E2C;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  .button.solutions a:hover,
  .button.solutions a:active {
    background-color: rgba(48, 46, 44, 0.05);
  }
  .button.black {
    color: #302E2C;
    font-family: 'HK Grotesk';
    font-weight: normal;
    font-style: normal;
    border: none;
    font-size: 25px;
    padding: 0px;
  }
  .button.btndiscover {
    border: 1px solid #ffffff;
  }
  .button.video {
    border: none;
    color: #ffffff;
    margin-right: 15px;
    background-color: #4f4f4fc2;
    padding: 5px 33px;
  }
  .button.download {
    color: #ffffff;
    background-color: #4f4f4fc2;
    border: none;
    padding: 5px 25px;
  }
  .button.brochure {
    margin-left: 0px;
    color: #ffffff;
    background-color: #393838;
    border: none;
    display: inline-block;
  }
  .button.contactmenu {
    color: #ffffff;
    background-color: #393838;
    border: none;
    display: none;
  }
  .button.translate {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    color: #393838;
    text-decoration: underline;
  }
  .btncenter {
    text-align: center;
    display: inline-block;
  }
  #footer {
    background-color: transparent;
    padding: 25px 0px;
    text-align: center;
    font-size: 12px;
  }
  #footer .logo {
    float: left;
    left: 0px;
  }
  #footer .creation {
    float: left;
    left: 0px;
    color: #425968;
    padding: 0px 0px;
  }
  #footer a {
    color: #1e1e1c;
  }
  #footer .footeralign {
    text-align: center;
  }
  ul.tabs li {
    font-family: "HK Grotesk";
    font-weight: bold;
    font-size: 12px;
    color: #393838;
    background-color: transparent;
    border: 1px solid #393838;
    display: inline-block;
    width: 25%;
    padding-bottom: 5px;
    margin-left: 11px;
    margin-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    cursor: pointer;
  }
  ul.tabswhatwedo {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
  }
  ul.tabswhatwedo li {
    font-family: "HK Grotesk";
    font-weight: bold;
    color: #393838;
    border: 1px solid #393838;
    display: inline-block;
    width: 31%;
    margin: 7px 10px;
    padding: 0px 20px;
    text-transform: none;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
  }
  ul.tabswhatwedo #buildquality.active {
    background-color: #393838;
    color: #ffffff;
  }
  ul.tabswhatwedo #security.active {
    background-color: #393838;
    color: #ffffff;
  }
  ul.tabswhatwedo #architecture.active {
    background-color: #393838;
    color: #ffffff;
  }
  ul.tabswhatwedo #interiordesign.active {
    background-color: #393838;
    color: #ffffff;
  }
}
/* Phones Portrait */
@media (max-width: 480px) {
  .section {
    padding: 0px 20px;
  }
  .mobile {
    display: inline-block !important;
  }
  .desktop {
    display: none !important;
  }
  .aboutspace {
    padding-top: 170px;
  }
  .menuloginbar {
    overflow: auto;
    position: fixed;
  }
  .spacerproperties {
    margin-top: 150px;
  }
  .property {
    margin-top: 90px;
  }
  .partner {
    padding-top: 170px;
  }
  h3 {
    font-family: 'NewParis KingSize';
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    color: #393838;
    text-align: center;
  }
  h3.landscape {
    font-size: 50px;
  }
  ul.tabswhatwedo {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
  }
  ul.tabswhatwedo li {
    font-family: "HK Grotesk";
    font-weight: bold;
    color: #393838;
    border: 1px solid #393838;
    display: inline-block;
    width: 41%;
    margin: 8px 7px;
    padding: 0px 20px;
    text-transform: none;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
  }
  ul.tabswhatwedo #buildquality.active {
    background-color: #393838;
    color: #ffffff;
  }
  ul.tabswhatwedo #security.active {
    background-color: #393838;
    color: #ffffff;
  }
  ul.tabswhatwedo #architecture.active {
    background-color: #393838;
    color: #ffffff;
  }
  ul.tabswhatwedo #interiordesign.active {
    background-color: #393838;
    color: #ffffff;
  }
  #header .menu-trigger a {
    margin-top: 20px;
  }
  #header .logo {
    text-align: center;
  }
  #header .logo a {
    display: inline-block;
    width: 241px;
    margin-top: 28px;
    height: 55px;
    background-image: url('../images/fonte/home/logo-white.svg');
    background-repeat: no-repeat;
  }
  #header.white .contact {
    display: none;
  }
  #header.white .contact a {
    display: none;
  }
  #header.white .brochure {
    display: none;
  }
  #header.white .brochure a {
    display: none;
  }
  #header .contact {
    display: none;
  }
  #header .contact a {
    display: none;
  }
  ul.tabs li {
    font-family: "HK Grotesk";
    font-weight: bold;
    font-size: 12px;
    color: #393838;
    background-color: transparent;
    border: 1px solid #393838;
    display: inline-block;
    width: 40%;
    padding-bottom: 5px;
    margin-left: 11px;
    margin-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .sidemenu,
  ul.submenu {
    font-family: 'HK Grotesk';
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    position: fixed;
    /*top: 0px;*/
    width: 300px;
    height: 350px;
    background-color: #ffffff;
    z-index: 10001;
    display: none;
    color: #393838;
  }
  .sidemenu.top,
  ul.submenu.top {
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px 20px;
    box-shadow: 0px 2px 14px -2px rgba(0, 0, 0, 0.67);
    /* Navigation Submenus */
  }
  .sidemenu.top img#backmenu,
  ul.submenu.top img#backmenu {
    display: inline-block;
    width: auto;
    color: white;
    padding: 5px 25px;
    height: auto;
    margin-top: 28px;
    border: 1px solid #393838;
  }
  .sidemenu.top img#logoma,
  ul.submenu.top img#logoma {
    top: 44px;
    cursor: pointer;
    margin-top: 18px;
  }
  .sidemenu.top img#closemenu,
  ul.submenu.top img#closemenu {
    position: absolute;
    top: 40px;
    left: 32px;
    height: 22px;
    cursor: pointer;
  }
  .sidemenu.top .contact a,
  ul.submenu.top .contact a {
    display: none;
  }
  .sidemenu.top .language,
  ul.submenu.top .language {
    position: absolute;
    top: 33px;
    right: 180px;
    display: none;
  }
  .sidemenu.top ul.menu,
  ul.submenu.top ul.menu {
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
  }
  .sidemenu.top ul.menu li,
  ul.submenu.top ul.menu li {
    display: inline-block;
    margin: 0px 60px;
  }
  .sidemenu.top ul.menu li a,
  ul.submenu.top ul.menu li a {
    color: #393838;
    padding: 20px 0px;
    font-size: 25px;
    line-height: 60px;
  }
  .sidemenu.top ul.menu li a:hover,
  ul.submenu.top ul.menu li a:hover {
    text-decoration: none;
  }
  .sidemenu.top ul.menu li a.mobile,
  ul.submenu.top ul.menu li a.mobile {
    display: none;
  }
  .sidemenu.top hr,
  ul.submenu.top hr {
    border-bottom: none;
  }
  .sidemenu.top .sidemenu-logo,
  ul.submenu.top .sidemenu-logo {
    position: absolute;
    bottom: 45px;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: -20px;
  }
  .sidemenu.top .sidemenu-logo a,
  ul.submenu.top .sidemenu-logo a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ed6a15;
  }
  .sidemenu.bottom,
  ul.submenu.bottom {
    left: 0;
    bottom: 0px !important;
    width: 100%;
    height: 60%;
    background-image: url(/dev/investwithma/images/home/invest-with-ma-wealth-management-assets-golden-visa-real-estate-consultancy-menu.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .sidemenu.bottom .navigationarrows,
  ul.submenu.bottom .navigationarrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .sidemenu.bottom .sidemenuslides,
  ul.submenu.bottom .sidemenuslides {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .sidemenu.bottom .sidemenuslides .slide,
  ul.submenu.bottom .sidemenuslides .slide {
    padding: 20px;
    width: 100%;
    height: 100vh;
    background-size: cover;
    text-align: left;
    display: table;
    table-layout: fixed;
  }
  .sidemenu.bottom .sidemenuslides .slide h1,
  ul.submenu.bottom .sidemenuslides .slide h1 {
    color: #fff;
    font-size: 55px;
    display: table-cell;
    vertical-align: middle;
  }
  .sidemenu.bottom .sidemenuslides .slide.slide1,
  ul.submenu.bottom .sidemenuslides .slide.slide1 {
    background-image: url(/dev/vitruvion/images/vitruvion-simplify-technology-planning-execution-menu-image.jpg);
  }
  .sidemenu .submenu,
  ul.submenu .submenu {
    position: absolute;
    padding: 0;
    width: 100%;
    top: 70px;
    left: 0px;
  }
  /* Banner */
  .banner {
    position: relative;
    width: 100%;
  }
  .banner img {
    width: 100%;
    height: 100%;
  }
  .banner .textbanner {
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(30% - 30px);
  }
  .spacetopmobile {
    margin-top: 90px;
  }
  #footer {
    background-color: transparent;
    padding: 25px 0px;
    text-align: center;
    font-size: 12px;
  }
  #footer .logo {
    float: left;
    left: 0px;
  }
  #footer .creation {
    float: left;
    left: 0px;
    color: #425968;
    padding: 0px 0px;
  }
  #footer a {
    color: #1e1e1c;
  }
  #footer .footeralign {
    text-align: center;
  }
  .brochureimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
  }
  .button {
    font-family: 'HK Grotesk';
    font-weight: bold;
    font-style: normal;
    border: 1px solid #393838;
    display: inline-block;
    color: #393838;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 40px;
    font-size: 12px;
  }
  .button.solutions a:link,
  .button.solutions a:visited {
    background-color: transparent;
    color: #302E2C;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  .button.solutions a:hover,
  .button.solutions a:active {
    background-color: rgba(48, 46, 44, 0.05);
  }
  .button.black {
    color: #302E2C;
    font-family: 'HK Grotesk';
    font-weight: normal;
    font-style: normal;
    border: none;
    font-size: 25px;
    padding: 0px;
  }
  .button.btndiscover {
    border: 1px solid #ffffff;
  }
  .button.video {
    border: none;
    color: #ffffff;
    margin-right: 15px;
    background-color: #4f4f4fc2;
    padding: 5px 33px;
  }
  .button.download {
    color: #ffffff;
    background-color: #4f4f4fc2;
    border: none;
    padding: 5px 25px;
  }
  .button.brochure {
    margin-left: 100px;
    color: #ffffff;
    background-color: #393838;
    border: none;
    display: none;
  }
  .button.contactmenu {
    color: #ffffff;
    background-color: #393838;
    border: none;
    display: inline-block;
  }
  .button.translate {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    color: #393838;
    text-decoration: underline;
  }
  .btncenter {
    text-align: center;
    display: inline-block;
  }
  .icons {
    margin-bottom: 35px;
  }
  .textweare {
    text-align: center;
  }
  .btnlearnmore {
    text-align: center;
  }
  .main-over {
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .main-over .picture {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .main-over .smart {
    z-index: 1;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50% - 120px);
  }
  .main-over .btnlearn {
    z-index: 1;
    width: 65%;
    text-align: center;
    position: relative;
  }
  .main-over .over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-over .over.blue {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .main-over .over.orange {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .main-over .over.green {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .main-over .over.dark-blue {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .teamimages {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #header #navbar a.filter {
    margin-top: 10px;
    display: inline-block;
    color: #425968;
  }
  .genesisimage {
    width: 50%;
  }
  .remote-control {
    margin-bottom: 0px;
  }
  .iphone {
    margin-bottom: 0px;
  }
  .virtually {
    margin-bottom: 0px;
  }
  .news {
    padding-left: 0px;
  }
  .imgnews {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .style {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .whoweare {
    padding-left: 12px;
    padding-right: 12px;
  }
  .where-to-view {
    color: #425968;
    font-size: 50px;
  }
  .btnreadmore {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    padding: 6px 70px 4px 70px !important;
  }
  .btnsend {
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 0px 61px !important;
    float: none;
  }
  input[type=contact] {
    width: 100%;
    border: none;
    padding: 2px 0px 1px 12px;
    background-color: rgba(66, 89, 104, 0.07);
    color: #425968;
    box-sizing: border-box;
    margin-top: 26px;
    resize: vertical;
  }
  .margincentres {
    margin-top: 80px;
    font-size: 50px;
  }
  .btnsearch {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    float: none;
    padding: 7px 57px 3px 57px !important;
    line-height: 20px !important;
  }
  .selectsubject select.option {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* High Phones Landscape */
