body {
  padding: 0px;
  margin: 0px;
}

.slice, #topin, #bottomin {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  clear: both;
}

.slice {
  margin-top: 45px;
  margin-bottom: 45px;
}

.slice:first-child {
  margin-top: 40px;
}

.slice.bigbuttons {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
}

#features div.navbar {
  text-align: center;
  clear: both;
  padding: 20px 0;
}

#features div.navbar a {
    margin: 0 10px;
}

.greybar {
  background-color: #F2F5F9;
}

.greybar .slice {
  padding: 0px 0px 0px 0px;
}

.slice.top {

}

#top {
  background-color: #19265A;
  background-image: url(../images/bg_top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#verytopin {
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto;
  clear: both;
  background-image: url(../images/logo_bs.png);
  background-repeat: no-repeat;
  background-position: 30px center;
}

#verytopin:after {
    content: '';
    display: block;
    clear: both;
}

#verytop {
  padding: 0px;
  height: 40px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

#verytop a {
  color: #FFFFFF;
  text-decoration: none;
}

#topin{

}

#logo {
  float: left;
  /*height: 80px;*/
  /*margin: 15px 15px 15px 0px;*/
  /*background-repeat: no-repeat;
  background-position: left center;*/
}

#menu {
  float: right;
  padding: 69px 0px 17px 0px;
  margin: 0px;
  vertical-align: bottom;
  list-style: none outside none;
}

#menu li {
  float: left;
  line-height: 23px;
  height: 23px;
  margin: 0px;
  padding: 0px;
  background: none;
}

#menu a {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: inline;
  padding: 19px 17px 19px 17px;
  margin: 0px 1px;
  color: #FFFFFF;
  line-height: 23px;
}

#menu a.selected, #menu a:hover {
  margin: 0 1px;
  background-color: #FFFFFF;
  color: #283e83;
}

#middle {
  min-height: 600px;
  padding-top: 1px; /* disable margin collapse */
}

#bottom {
  min-height: 350px;
  background-size: 1px 350px;
  background-repeat: repeat-x;
  background-color: #F6F7F9;
}

#bottomin {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}

#bottomin, #bottomin a {
  color: #6F7880;
}

#bottomin a.selected {
  font-weight: bold;
}

#bottomin h3 {
  font-size: 15px;
  margin: 0px 0px 23px 0px;
  font-weight: 400;
  color: #555555;
  text-transform: uppercase
} 

#bottomin ul {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;    
}

#bottomin ul li {
  line-height: 1.2;
  margin: 0px 0px 15px 0px;
  padding: 0px;  
  background: none;
}

#bottomin .copy, #bottomin .copy a {
  color: #777777;
}

#bottomin .social a {
    text-align: right
}

#bottomin .social a {
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px;
  display: inline-block;
}

#bottomin .social a:hover {
  opacity: 0.7;
}

#bottomin .social a.twitter {
  background-image: url(../images/icon-twitter.svg);
}

#bottomin .social a.facebook {
  background-image: url(../images/icon-facebook.svg);
}

#bottomin .social a.gplus {
  background-image: url(../images/icon-gplus.svg);
}

#bottomin .bottomline {
  border-top: 1px solid #B3BEC8;
  border-bottom: 1px solid #FFFFFF;
  margin: 17px 0px 12px 0px;    
}

.bottom-column {
  float: left;
  margin-bottom: 30px;
}

.col2 {
    width: 47%;
    float: left;
}

.col2:nth-child(2n) {
    float: right;
}

.col3 {
    width: 30%;
    float: left;
}

.col3 + .col3 {
    padding-left: 4.9%;
}

.col-buy-1 {
    width: 61%;
    float: left;
}

.col-buy-2 {
    width: 36%;
    float: right;
    margin-top: 0px
}

.col-support-1 {
    width: 58%;
    float: left;
}

.col-support-2 {
    width: 39%;
    float: right;
    margin-top: 0px
}

.maintext {
    width: 55%;
    float: left;
}

.screenshotbox {
    width: 39%;
    float: right;
    text-align: right;
}

.scrollable {
    overflow-x: auto;
}

@media screen and (max-width:1000px){
  #menu {
      clear: both;
      float: none;
      text-align: center;
      padding: 20px 0px 20px 0px;
  }
  #menu li {
      display: inline-block;
      float: none;
      line-height: 1;
  }
  #menu a {
      padding: 10px;
      margin: 10px 5px 15px 5px;
      display: inline-block;
      font-size: 15px;
      line-height: 1;
      border-radius: 0;
  }
  #topin {
      text-align: center;
  }
  #logo {
      float: none;
  }
  .li-soc {
      display: none !important;
  }
  .li-company {
      display: none !important;
  }

  .li-region span {
      display: none !important;
  }

  .bottom-column {
      float: none;
  }
  .col3 {
      width: auto;
      float: none;
  }
  .col3 + .col3 {
      padding-left: 0px;
  }
  .col2 {
    width: auto;
    float: left;
  }

  .col2:nth-child(2n) {
    float: left;
  }
  .slice, #topin, #bottomin {
    padding-left: 30px;
    padding-right: 30px;
  }
  .maintext {
    width: auto;
    float: none;
  }
  /*.maintext h1 {
      text-align: center;
  }
  .maintext h2 {
      text-align: center;
  }*/
  .screenshotbox {
    margin-top: 30px;
    float: left;
    clear: both;
    width: auto;
  }
  .col-buy-1 {
    width: auto;
    float: none;
  }

  .col-buy-2 {
    width: auto;
    float: none;
  }
  .col-support-1 {
    width: auto;
    float: none;
  }
  .col-support-2 {
    width: auto;
    float: none;
    margin-top: 0px;
    clear: both;
  }
  .scrollable {
    overflow-x: scroll;
  }

}

@media screen and (max-width:700px){
  .badge {
    display: none;
  }
}