/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-top: 20px;
  background: #e8e8e8;
}


/* Custom page CSS
-------------------------------------------------- */


.page-content {
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
    padding-bottom: 20px;
}

/* BANNER */
.banner {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-holder {
  position: relative;
}
.banner-logo {
  position: absolute;
  top: 10%;
  left: 20px;
}

/* MENU */
.menu {
    padding-left: 0px;
    padding-right: 0px;
}

.footer {
    color:#8b8b8b;
}

.footer a {
    color:#8b8b8b;
}


/* DIVERS */
li {
    margin: 0 0 7px 0;
}