
body {
  text-align: center;
}

.mastfoot {
    position: fixed;
    bottom: 0;
  }

.inner {
  padding: 30px;
}


.cover-container {
  margin-right: auto;
  margin-left: auto;
}


.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: 700;
}
.site-wrapper {
    display: table;
     width: 100%;
  height: 100%;
    min-height: 100%;
}
.site-wrapper-inner {

    display: table-cell;
    vertical-align: top;
}
.search-frame{
    width: 800px;
    top: 50%;
    left: 50%;
    margin: 0 0 -25% 0 ;

}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

