.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff !important;
  border-color: #fff !important;
}

#loctek-lightbox-close
{
  line-height: 20px !important;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: 'Nunito', sans-serif;
}

#container {
   min-height:100%;
   position:relative;
}

#av h3 {
    color: #fff;
    background-color: #3a3a3a;
    padding: .6em;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    margin-top: 1em;
}

.c {
    line-height: 1.5em;
    color: #444;
}

h1, #av h2 {
    color: #3a3a3a;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 1.4em;
    letter-spacing: 2px;
}
#av h2 {
    margin-top: 3em;
}

#content.activated {
    margin-top: -120px;
}
#content {
    max-width: 1350px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 1.5em 0;
    transition: margin-top 1s;
    -webkit-transition: margin-top 1s;
    background: #fff;
}

#content a {
  color: #444;
  font-weight: 700;
}

#content ul {
  padding-left: 25px;
}

h4 {
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.05em;
}

table {
  width: 100%;
}