@font-face {
  font-family: 'Bellefair';
  src: url("../font/Bellefair-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../font/Open_Sans/OpenSans-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: 'OpenSansLight';
  src: url("../font/Open_Sans/OpenSans-Light.ttf");
  font-weight: lighter;
}

body {
  margin: 0;
  padding: 0;
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1,
h2,
h3,
h4 {
  font-family: "OpenSansLight", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 0;
  padding-top: 0;
}

h1 {
  font-size: 40px;
  line-height: 50px;
  color: #0e475a;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
}

a {
  color: #0e475a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input,
textarea {
  border: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  width: 100%;
  height: 35px;
  line-height: 20px;
  outline: none;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px 10px 10px;
  letter-spacing: 1px;
  box-sizing: border-box;
  border-radius: 0;
}

input::placeholder,
textarea::placeholder {
  color: #ddd;
}

.left {
  float: left;
}

.righ {
  float: right;
}

.clear {
  clear: both;
}

.greybg {
  background-color: #ebebeb;
}

.greybg h2 {
  color: #0e475a;
}

.box2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 25px;
}

.box3 {
  float: left;
  width: 33.2%;
  box-sizing: border-box;
  padding: 25px;
}

.table {
  display: table;
}

.fancybox-slide--html .fancybox-close-small {
  width: 55px;
  height: 55px;
}

.hero {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  padding: 60px 30px;
  box-sizing: border-box;
}

.hero .hero-txt {
  font-size: 24px;
  font-family: "OpenSansLight", sans-serif;
  letter-spacing: 1px;
  line-height: 34px;
  color: #191919;
  width: 80%;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    font-size: 28px;
    line-height: 40px;
  }

  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 44px;
    line-height: 60px;
  }

  h4 {
    font-size: 40px;
  }

  input,
  textarea {
    height: 70px;
    line-height: 70px;
    font-size: 34px;
    padding: 10px 20px;
  }

  .fancybox-slide--html .fancybox-close-small {
    width: 100px;
    height: 100px;
  }

  .hero .hero-txt {
    font-size: 48px;
    line-height: 60px;
    width: 100%;
  }

  .content {
    padding-top: 100px;
  }

  .form-success {
    font-size: 70px;
    padding-top: 130px;
  }

  .error {
    bottom: 0px;
    font-size: 28px;
  }
}

/* Smartphones (landscape) ---------------- */

/* Smartphones (portrait) ----------------- */

/* iPads (portrait and landscape) --------- */

/* iPads (landscape) --------------------- */

/* iPads (portrait) --------------------- */

.button {
  display: inline-block;
  padding: 10px 35px 13px 35px;
  font-family: "OpenSansLight", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  background-color: #0e475a;
}

.button:hover {
  background-color: #0c6380;
  color: #ffffff;
  text-decoration: none;
}

.button.button-white {
  color: #0e475a;
  background-color: #ffffff;
}

.button.button-white:hover {
  background-color: #eaeaea;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .button {
    font-size: 30px;
    padding: 20px 70px 26px 70px;
  }
}

/* Smartphones (landscape) ---------------- */

/* Smartphones (portrait) ----------------- */

/* iPads (portrait and landscape) --------- */

/* iPads (landscape) --------------------- */

/* iPads (portrait) --------------------- */

.loader,
.loader:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.loader {
  display: none;
  right: 10px;
  top: 2px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.5px solid rgba(255, 255, 255, 0.2);
  border-right: 1.5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
  border-left: 1.5px solid #0e475a;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .loader,
  .loader:after {
    width: 30px;
    height: 30px;
  }

  .loader {
    display: none;
    right: 20px;
    top: 4px;
    font-size: 20px;
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    border-right: 3px solid rgba(255, 255, 255, 0.2);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    border-left: 3px solid #0e475a;
  }
}

.form-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.form-holder {
  position: relative;
}

.form-success {
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  font-family: "OpenSansLight", sans-serif;
  font-size: 35px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 65px;
}

.form-error {
  padding-left: 10px;
  color: #e18932;
  font-weight: bold;
  position: absolute;
  top: 145px;
  font-size: 13px;
  font-style: italic;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .form-success {
    font-size: 70px;
    padding-top: 130px;
  }

  .form-error {
    bottom: 0px;
    font-size: 28px;
    top: 410px;
  }
}

.header {
  position: relative;
  width: 100%;
  height: 80px;
  background: #ffffff;
  font-family: "Bellefair", serif;
  font-size: 13px;
  letter-spacing: 2px;
}

.header .header-container {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  height: 80px;
}

.header .logo {
  float: left;
  position: relative;
  top: 32px;
  padding-left: 30px;
}

.header .logo img {
  width: 220px;
}

.header .menu {
  float: left;
  position: relative;
  top: 32px;
  padding-left: 75px;
  line-height: 20px;
}

.header .menu a {
  color: #191919;
  text-decoration: none;
  padding-right: 25px;
}

.header .menu a:hover {
  color: #0e475a;
}

.header #nav-cb,
.header #nav-trigger {
  display: none;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .header {
    height: 130px;
    position: fixed;
    z-index: 500;
  }

  .header .header-container {
    width: 95%;
    min-width: auto;
    max-width: auto;
  }

  .header .logo {
    top: 47px;
  }

  .header .logo img {
    width: 550px;
  }

  .header .menu {
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100vh;
    right: -110%;
    top: 0px;
    background-color: #0e475a;
    margin: 0;
    padding-top: 220px;
    display: block;
    padding-left: 40px;
  }

  .header .menu a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 50px;
    line-height: 170px;
    text-align: center;
  }

  .header #nav-cb {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: inline-block;
  }

  .header #nav-trigger {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    top: 65px;
    right: 115px;
    z-index: 500;
  }

  .header #nav-trigger span,
  .header #nav-trigger span:before,
  .header #nav-trigger span:after {
    height: 5px;
    width: 65px;
    background: #191919;
    position: absolute;
    display: block;
    content: '';
  }

  .header #nav-trigger span:before {
    top: -18px;
  }

  .header #nav-trigger span:after {
    bottom: -18px;
  }

  .header #nav-cb:checked ~ .menu {
    right: 0;
    transition: right 0.2s;
  }

  .header #nav-cb:not(checked) ~ .menu {
    right: -110%;
    transition: right 0.2s;
  }

  .header #nav-cb:checked ~ #nav-trigger span:after,
  .header #nav-cb:checked ~ #nav-trigger span:before {
    background-color: #ffffff;
  }

  .header #nav-cb:checked ~ #nav-trigger span {
    background-color: #0e475a;
  }

  .header #nav-cb:checked ~ #nav-trigger span:before {
    top: 0;
    transform: rotate(-45deg);
    transition: transform 0.2s;
  }

  .header #nav-cb:checked ~ #nav-trigger span:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: transform 0.2s;
  }
}

/* Smartphones (landscape) ---------------- */

@media only screen and (min-width: 321px) and (max-device-width: 480px) and (orientation: landscape) {
  .header .menu {
    padding-top: 80px;
  }

  .header .menu a {
    line-height: 70px;
    font-size: 34px;
  }
}

/* Smartphones (portrait) ----------------- */

/* iPads (portrait and landscape) --------- */

/* iPads (landscape) --------------------- */

/* iPads (portrait) --------------------- */

.pre-footer {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  padding: 40px 50px;
}

.footer {
  background-color: #000000;
}

.footer .footer-content {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 40px 50px;
  color: #eaeaea;
  font-size: 14px;
}

.footer .footer-content .menu {
  height: 400px;
  float: left;
}

.footer .footer-content .menu a {
  color: #eaeaea;
  display: block;
  line-height: 44px;
  width: 300px;
  border-bottom: 1px solid #565656;
  font-size: 16px;
  padding-left: 15px;
}

.footer .footer-content .menu a:last-child {
  border-bottom: none;
}

.footer .footer-content .menu a:hover {
  text-decoration: none;
  color: #ffffff;
}

.footer .footer-content .address {
  float: right;
  height: 400px;
  padding: 30px;
  padding-right: 50px;
  box-sizing: border-box;
}

.footer .footer-content .newslette {
  float: right;
  width: 300px;
  height: 400px;
  padding: 0 30px;
  padding-left: 50px;
  border-left: 1px solid #565656;
}

.footer .footer-content .newslette h3 {
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  line-height: 44px;
}

.footer .footer-content .newslette input {
  height: 30px;
  margin-top: 20px;
}

.footer .footer-content .newslette .button {
  float: right;
  margin-top: 50px;
  position: relative;
}

.footer .footer-content .newslette .form-error {
  top: 165px;
}

.footer .footer-content .copyright {
  position: absolute;
  font-size: 12px;
  bottom: 40px;
  left: 65px;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .pre-footer {
    font-size: 22px;
  }

  .footer .footer-content {
    font-size: 28px;
  }

  .footer .footer-content .menu {
    float: none;
    height: auto;
  }

  .footer .footer-content .menu a {
    font-size: 32px;
    text-align: center;
    width: 100%;
    line-height: 100px;
    padding: 0;
  }

  .footer .footer-content .menu a:last-child {
    border-bottom: 1px solid #565656;
  }

  .footer .footer-content .address {
    width: 100%;
    text-align: center;
    padding: 100px 0 400px 0;
    font-size: 32px;
    line-height: 60px;
  }

  .footer .footer-content .newslette {
    text-align: center;
    margin-top: 150px;
    float: left;
    width: 100%;
    height: 800px;
    padding: 30px;
    border: none;
    box-sizing: border-box;
  }

  .footer .footer-content .newslette h3 {
    font-size: 36px;
  }

  .footer .footer-content .newslette input {
    height: 100px;
    position: relative;
  }

  .footer .footer-content .newslette .button {
    margin: 100px auto;
    float: none;
  }

  .footer .footer-content .newslette .form-error {
    top: 390px;
  }

  .footer .footer-content .copyright {
    font-size: 24px;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    padding-bottom: 30px;
    padding-top: 100px;
  }
}

/* Smartphones (landscape) ---------------- */

/* Smartphones (portrait) ----------------- */

/* iPads (portrait and landscape) --------- */

/* iPads (landscape) --------------------- */

/* iPads (portrait) --------------------- */

.home .banner {
  background-image: url("../imgs/index.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  height: 664px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.home .banner .banner-txt {
  position: absolute;
  top: 160px;
  left: 180px;
}

.home .banner label {
  color: #ffffff;
  font-family: "OpenSansLight", sans-serif;
  font-size: 30px;
  line-height: 40px;
  width: 400px;
  letter-spacing: 3px;
  display: inline-block;
}

.home .banner .separator {
  background-color: #949495;
  width: 90px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home .boxes-wrapper {
  position: absolute;
  width: 100%;
  height: 0;
}

.home .boxes {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  z-index: 100;
  top: -130px;
}

.home .boxes .box {
  background-color: #ffffff;
  float: left;
  width: 33.2%;
  margin-right: 1px;
  padding: 35px;
  box-sizing: border-box;
  height: 425px;
  text-align: justify;
}

.home .boxes .newslette-box {
  background-color: #0e475a;
  margin-right: 0px;
  color: #ffffff;
}

.home .boxes .newslette-box input {
  position: relative;
  margin-bottom: 15px;
  border-radius: 0;
}

.home .boxes .newslette-box .newslette-form {
  margin-top: 30px;
}

.home .boxes .newslette-box .button {
  float: right;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.home .greybg {
  position: relative;
  margin-top: 320px;
}

.home .greybg .why {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

.home .greybg .why .button {
  margin-top: 25px;
}

.home .greybg .why h2 {
  padding-bottom: 20px;
}

.home .greybg .why .box3 {
  height: 200px;
}

.home .how {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

.home .how h2 {
  padding-bottom: 20px;
}

.home .how .box3 {
  height: 350px;
}

.home .how .box3 h4 {
  padding-top: 40px;
}

.home .box3 {
  float: left;
  width: 33.2%;
  box-sizing: border-box;
  padding: 25px;
}

.home .box3 p {
  text-align: left;
}

.home .box3 h4 {
  text-align: center;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .content {
    padding-top: 0;
  }

  .content .banner {
    height: 70vh;
    background-position-x: 75%;
    background-position-y: top;
    background-size: auto 70vh;
    top: 100px;
  }

  .content .banner .banner-txt {
    top: 420px;
    left: 100px;
  }

  .content .banner label {
    font-size: 50px;
    line-height: 70px;
    width: 600px;
  }

  .content .banner .separator {
    width: 180px;
  }

  .content .boxes {
    top: -10vh;
    width: 95%;
    max-width: none;
  }

  .content .boxes .box {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 70px;
    font-size: 28px !important;
    line-height: 40px;
  }

  .content .boxes .box:first-child {
    padding-bottom: 0;
  }

  .content .boxes .newslette-box input {
    margin-bottom: 80px;
  }

  .content .boxes .newslette-box .newslette-form {
    margin-top: 80px;
  }

  .content .greybg {
    margin-top: 2050px;
    padding: 60px 0;
  }

  .content .greybg .box3 {
    width: 50%;
    min-height: 420px;
  }

  .content .greybg .box3 p {
    text-align: justify;
  }

  .content .greybg .taller {
    height: 430px;
  }

  .content .greybg .button {
    margin-top: 60px !important;
  }

  .content .how {
    padding: 120px 0 40px 0;
  }

  .content .how .box3 {
    width: 100%;
    padding-bottom: 50px;
    height: auto;
  }
}

/* Smartphones (landscape) ---------------- */

@media only screen and (min-width: 321px) and (max-device-width: 480px) and (orientation: landscape) {
  .content .banner {
    height: 700px;
    background-size: auto 700px;
  }

  .content .banner .banner-txt {
    top: 250px;
  }

  .content .banner label {
    font-size: 50px;
    line-height: 70px;
    width: 600px;
  }

  .content .banner .separator {
    width: 180px;
  }

  .content .boxes {
    top: 50px;
  }

  .content .greybg {
    margin-top: 2200px;
  }
}

/* Smartphones (portrait) ----------------- */

/* iPads (portrait and landscape) --------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .content .boxes {
    width: 95%;
    max-width: none;
  }
}

/* iPads (landscape) --------------------- */

/* iPads (portrait) --------------------- */

@media only screen and (max-width: 1200px) {
  .home .boxes .box {
    font-size: 12px;
  }
}

.business .lifecycle {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}

.business .lifecycle h2 {
  padding-left: 30px;
  padding-bottom: 20px;
}

.business .lifecycle .timeline {
  background: #0e475a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0e475a 0%, #58c401 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0e475a 0%, #58c401 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0e475a 0%, #58c401 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$brand', endColorstr='$green',GradientType=1 );
  /* IE6-9 */
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.business .lifecycle .timeline .step {
  font-size: calc(8px + 6 * ((100vw - 320px) / 680));
  font-family: "OpenSansLight", sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  color: #ffffff;
  display: table-cell;
  padding: 25px;
  text-align: center;
}

.business .box2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 20px 30px;
}

.business .box2:nth-child(2) {
  padding-right: 0;
}

.business .greybg {
  margin-top: 20px;
}

.business .assetvalue {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.business .assetvalue h2 {
  text-align: center;
  padding: 40px;
}

.business .assetvalue .avt {
  display: table;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "OpenSansLight", sans-serif;
}

.business .assetvalue .avt .avr {
  display: table-row;
}

.business .assetvalue .avt .avc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 5px;
}

.business .assetvalue .avt .av {
  background-image: url("../imgs/assetvalue.png");
  background-repeat: no-repeat;
  background-position: center;
  min-width: 240px;
  width: 240px;
  height: 243px;
  color: #ffffff;
}

.business .vertical {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}

.business .vertical h2 {
  padding-bottom: 20px;
}

.business .vertical .box2.vl {
  text-align: center;
  position: relative;
}

.business .vertical .box2.vl .vlogo {
  width: 253px;
}

.business .vertical .box2.vl .vlogo-holder {
  margin-top: 100px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  font-family: "OpenSansLight", sans-serif;
}

.business .vertical .box2.vl .vlogo-holder .vlogo-container {
  height: 30px;
  padding: 20px;
  padding-bottom: 30px;
}

.business .vertical .box2.vl .vlogo-holder .acquisition {
  top: -20px;
  position: relative;
  background-image: url("../imgs/v.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 60px;
}

.business .vertical .box2.vl .vlogo-holder .renovation {
  position: relative;
  float: left;
  min-width: 150px;
}

.business .vertical .box2.vl .vlogo-holder .renovation label {
  position: absolute;
  right: 10px;
  top: 20px;
}

.business .vertical .box2.vl .vlogo-holder .renovation .v {
  position: absolute;
  right: -50px;
  transform: rotate(-135deg);
}

.business .vertical .box2.vl .vlogo-holder .management {
  position: relative;
  float: right;
  min-width: 150px;
}

.business .vertical .box2.vl .vlogo-holder .management label {
  position: absolute;
  left: 10px;
  top: 20px;
}

.business .vertical .box2.vl .vlogo-holder .management .v {
  position: absolute;
  left: -50px;
  transform: rotate(-215deg);
}

.business .vertical .box2.vl .vlogo-holder .v {
  display: inline-block;
  position: relative;
  background-image: url("../imgs/v.png");
  background-repeat: no-repeat;
  width: 85px;
  height: 27px;
}

.business .exit {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}

.business .exit h2 {
  margin-bottom: 40px;
  margin-left: 30px;
}

.business .exit .box3 {
  display: table-cell;
  float: none;
}

.business .exit .box3.c {
  background-color: #d5d5d5;
}

.business .exit .box3.r {
  background-color: #f9f9f9;
}

.business .exit .box3.s {
  background-color: #0e475a;
  color: #ffffff;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .business {
    padding-top: 100px;
  }

  .business .lifecycle .timeline {
    background: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .business .lifecycle .timeline .step {
    font-size: calc(31px + 6 * ((100vw - 320px) / 680));
    display: block;
    color: #191919;
  }

  .business .lifecycle .box2 {
    width: 100%;
    padding-bottom: 0;
  }

  .business .lifecycle .box2:nth-child(4) {
    padding-top: 0;
  }

  .business .lifecycle .box2:nth-child(4) p {
    margin-top: 0;
  }

  .business .assetvalue .box2 {
    width: 100%;
  }

  .business .assetvalue .avt {
    font-size: 40px;
    line-height: 48px;
  }

  .business .assetvalue .avt .av {
    font-size: 35px;
    line-height: 40px;
    background-size: 300px;
    width: 300px;
    height: 300px;
  }

  .business .vertical {
    padding-top: 100px;
  }

  .business .vertical h2 {
    padding-left: 30px;
  }

  .business .vertical .box2 {
    width: 100%;
    padding-top: 400px;
    padding-right: 30px;
  }

  .business .vertical .box2.vl {
    position: absolute;
    height: 400px;
    padding-top: 0;
    top: 180px;
  }

  .business .vertical .box2.vl .vlogo {
    width: 400px;
  }

  .business .vertical .box2.vl .vlogo-holder {
    margin-top: 100px;
    letter-spacing: 1px;
  }

  .business .vertical .box2.vl .vlogo-holder .vlogo-container {
    height: 30px;
    padding: 20px;
    padding-bottom: 30px;
  }

  .business .vertical .box2.vl .vlogo-holder .acquisition {
    top: -20px;
    height: 90px;
    font-size: 40px;
  }

  .business .vertical .box2.vl .vlogo-holder .renovation {
    left: 130px;
    top: 20px;
    min-width: 150px;
    font-size: 40px;
  }

  .business .vertical .box2.vl .vlogo-holder .renovation label {
    right: 10px;
    top: 20px;
  }

  .business .vertical .box2.vl .vlogo-holder .renovation .v {
    right: -50px;
  }

  .business .vertical .box2.vl .vlogo-holder .management {
    top: 20px;
    right: 130px;
    min-width: 150px;
    font-size: 40px;
  }

  .business .vertical .box2.vl .vlogo-holder .management label {
    left: 10px;
    top: 20px;
  }

  .business .vertical .box2.vl .vlogo-holder .management .v {
    left: -50px;
  }

  .business .vertical .box2.vl .vlogo-holder .v {
    width: 85px;
    height: 27px;
  }

  .business .exit h2 {
    padding-bottom: 50px;
  }

  .business .exit .table {
    display: block;
  }

  .business .exit .table .box3 {
    width: 100%;
    display: block;
    padding: 40px;
  }
}

/* Smartphones (landscape) ---------------- */

/* Smartphones (portrait) ----------------- */

/* iPads (portrait and landscape) --------- */

/* iPads (landscape) --------------------- */

/* iPads (portrait) --------------------- */

.whitepapers {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.whitepapers h2 {
  padding-left: 30px;
  padding-bottom: 30px;
}

.whitepapers .whitepaper {
  width: 33%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  margin-bottom: 40px;
}

.whitepapers .whitepaper img {
  width: 80%;
  margin-bottom: 20px;
}

.download {
  display: none;
  width: 400px;
  padding: 25px;
  background-color: #0e475a;
  color: #ffffff;
}

.download .popup-form input {
  margin-top: 20px;
}

.download .popup-form .button {
  margin-top: 40px;
  float: right;
}

.download .popup-form .form-error {
  top: 180px;
}

.download .popup-form .form-success {
  font-size: 25px;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .resources {
    padding-top: 100px;
  }

  .whitepapers .whitepaper {
    width: 100%;
  }

  .download {
    width: 800px;
    padding: 50px;
  }

  .download .popup-form input {
    margin-top: 40px;
  }

  .download .popup-form .button {
    margin-top: 80px;
  }

  .download .popup-form .form-error {
    top: 360px;
  }
}

/* Smartphones (landscape) ---------------- */

/* Smartphones (portrait) ----------------- */

/* iPads (portrait and landscape) --------- */

/* iPads (landscape) --------------------- */

/* iPads (portrait) --------------------- */

.lp .banner {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
  width: 100%;
  background-image: url("../imgs/lp.jpg");
  background-repeat: no-repeat;
  height: 700px;
  margin-top: 50px;
}

.lp .banner .newslette-box {
  background-color: #0e475a;
  margin-right: 0px;
  color: #ffffff;
  width: 300px;
  padding: 35px;
  position: relative;
  top: 50px;
  left: 100px;
}

.lp .banner .newslette-box input {
  position: relative;
  margin-bottom: 25px;
  border-radius: 0;
}

.lp .banner .newslette-box .newslette-form {
  margin-top: 30px;
}

.lp .banner .newslette-box .newslette-form .form-error {
  top: 168px;
}

.lp .banner .newslette-box .button {
  float: right;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .lp {
    border: 1px solid transparent;
  }

  .lp .banner {
    height: 1450px;
    background-position: 60%;
  }

  .lp .banner .newslette-box {
    top: 100px;
    left: 50px;
    width: 700px;
    padding: 70px;
  }

  .lp .banner .newslette-box input {
    margin-top: 50px;
  }

  .lp .banner .newslette-box .newslette-form .form-error {
    top: 336px;
  }

  .lp .banner .newslette-box .button {
    margin-top: 50px;
  }
}

/* Smartphones (landscape) ---------------- */

/* Smartphones (portrait) ----------------- */

/* iPads (portrait and landscape) --------- */

/* iPads (landscape) --------------------- */

/* iPads (portrait) --------------------- */

.ourteam .team .greybg {
  height: 240px;
}

.ourteam .team .members {
  position: relative;
  min-width: 900px;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}

.ourteam .team .members .greybg {
  display: none;
}

.ourteam .team .members .member {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
  top: -181px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  font-family: "OpenSansLight", sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 40px;
}

.ourteam .team .members .member img {
  margin-bottom: 20px;
}

.ourteam .team .members .member .title {
  font-size: 16px;
  line-height: 20px;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .ourteam {
    padding-top: 100px;
  }

  .ourteam .greybg {
    margin-top: 20px;
  }

  .ourteam .team .members {
    width: 100%;
    margin-bottom: -600px;
    height: auto;
  }

  .ourteam .team .members .greybg {
    display: block;
    width: 100%;
    float: left;
    height: 240px;
    top: -300px;
    position: relative;
  }

  .ourteam .team .members .member {
    width: 100%;
    top: -600px;
    font-size: 40px;
    line-height: 60px;
  }

  .ourteam .team .members .member.m300 {
    top: -300px;
    border-bottom: none;
    margin-bottom: 0;
  }

  .ourteam .team .members .member img {
    height: 300px;
  }

  .ourteam .team .members .member .title {
    font-size: 32px;
    line-height: 40px;
  }
}

/* Smartphones (landscape) ---------------- */

/* Smartphones (portrait) ----------------- */

/* iPads (portrait and landscape) --------- */

/* iPads (landscape) --------------------- */

/* iPads (portrait) --------------------- */

.contact .form {
  width: 500px;
  float: left;
  display: table-cell;
}

.contact .form textarea {
  height: 150px;
}

.contact .form input,
.contact .form textarea {
  color: #191919;
  border-bottom: 1px solid #565656;
  margin-bottom: 20px;
}

.contact .form input::placeholder,
.contact .form textarea::placeholder {
  color: #4b4b4b;
}

.contact .form .button {
  float: right;
  margin-top: 30px;
}

.contact .form .form-error {
  top: 335px;
}

.contact .form .form-success {
  color: #191919;
}

.contact .info {
  width: 35%;
  float: right;
  background-color: #0e475a;
  color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  display: table-cell;
  height: 383px;
}

/* Smartphones (portrait and landscape) --- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .contact {
    padding-top: 100px;
  }

  .contact .form {
    width: 100%;
  }

  .contact .form textarea {
    height: 300px;
  }

  .contact .form .button {
    margin-top: 60px;
  }

  .contact .form .form-error {
    top: 600px;
  }

  .contact .info {
    width: 100%;
    margin-top: 100px;
  }
}

/* Smartphones (landscape) ---------------- */

/* Smartphones (portrait) ----------------- */

/* iPads (portrait and landscape) --------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .contact {
    min-height: 700px;
  }
}

/* iPads (landscape) --------------------- */

/* iPads (portrait) --------------------- */