/****** PLACE YOUR CUSTOM STYLES HERE ******/
a#open-read-more-dom, a#open-read-more-hol {
  cursor: pointer;
}
span.dom-read-more, span.hol-read-more {
  display: none;
}

div.lb-dataContainer {
  display: none !important;
}

div.lb-outerContainer {
  width: 1000px;
  height: 2000px;
}

@media all and (min-width: 1100px) {
  body#home div.lb-outerContainer img.lb-image {
    width: 1000px !important;
    height: 2000px !important;
  }
  p.investors {
    padding-left: 150px;
    padding-right: 150px;
  }
  div.coinvestor1 {
    margin-left: 50px;
  }
  div.coinvestor2 {
    margin-left: -50px;
  }
  div.coinvestor3 {
    margin-left: -50px;
  }
}

form#subscribe .form-success, form#subscribe .form-error {
  position: absolute !important;
  margin: auto 0;
  padding-top: 5px;
  left: 50px;
  width: 300px;
}

.feature-2 i {
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
}

.icon-sm {
  font-size: 25px !important;
}

.comp-hero-container {
  background-size: cover !important;
  background-repeat:no-repeat !important;
  background-position: center center;
  height: 70vh;
}

@media all and (min-width: 480px) {
  section#mob-hero-image {
    display: none;
  }
}

@media all and (max-width: 480px) {
  section#comp-hero-image {
    display: none;
  }
  .widget {
    margin-bottom: 0px;
  }
  .widget p {
    text-align: center;
  }
  div.comp-hero-container {
    display: none!important;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  section#comp-hero-image {
    padding: 55px 0px 0px 0px !important;
  }
}

@media (max-width: 991px) {
  section#comp-hero-image {
    padding: 55px 0px !important;
  }
}

@media all and (min-width: 992px) {
  .nav-bar a {
    height: 70px !important;
  }
  img.logo.logo-dark.d__custom {
    height: 70px !important;
  }
  div.nav-bar.containerz {
    height: 70px!important;
    max-height: 70px!important;
  }
  nav.containerz, div.module.left {
    height: 70px!important;
  }
  img.logo.d__custom {
    height: 70px!important;
    max-height: 100%!important;
    /*margin-top:7px;*/
  }
  div.module.widget-handle.mobile-toggle.right.hidden-sm.hidden-xs.d__custom {
    display: none;
  }
  div.module-group.right.d__custom {
    height: 70px!important;
    display:flex;
    align-items:center;
  }
  .d__custom ul.menu {
    margin-top: 10px;
  }
  .col-md-6.col-sm-6.col-xs-6.coinvestor1 {
    padding-left: 150px;
  }
  .col-md-6.col-sm-6.col-xs-6.coinvestor3 {
    padding-right: 150px;
  }
  section#comp-hero-image {
    padding: 0px 0px !important;
  }
}

ul.news-list {
    list-style-type: circle;
    padding: 0 0 0 1.5em;
}

.uppercase.mb16:hover {
  text-decoration: underline;
}