
.thesaas-sections-split .section,
.thesaas-sections-split .main-content .topbar,
.thesaas-sections-split .main-content .site-footer {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .main-content .topbar {
  position: static;
}

.thesaas-sections-split .main-content .topbar .topbar-toggler {
  display: none;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

.thesaas-sections-split.topbar-reveal .main-content .topbar-nav {
  display: none;
}

/**** 27.11*****/
.topbar>.container-wide {
  height: auto;
  padding: 20px 0;
}

.topbar {
  height: 140px;
}
.topbar-brand img {
  max-height: 100px;
}
.body-scrolled .topbar.topbar-sticky img{
  max-height: 50px;
}

.header {
    display: inline-table;
}
.clickinstall, .lower-install {
  font-size: 16px;
}
.btn-success.clickinstall:hover, .btn-success.lower-install:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
h1 {
  font-size: 2.6em;
line-height: 1.2;
}
.lead {
  font-size: 1.5em;
}
.footer {
    background: #f9f9f9;
    border: solid #e5e5e5;
    border-width: 1px 0;
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
}

div.fast_nav {
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
    overflow: hidden;
}

div.fast_nav li {
    border-left: 1px solid #5c5b5b;
    display: inline;
    padding: 0 7px;
}
div.fast_nav li.first {
    border: none;
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
}
ul:not(.browser-default) li {
    list-style-type: none;
}



@media (max-width: 768px) {

  .thesaas-sections-split .section,
  .thesaas-sections-split .main-content .site-footer {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

}


.btn-default{
    background-color: gray;
}
.btn-add{
    cursor: pointer;
}
