html, body {
	font-family: 'Open Sans', sans-serif;
}
html {
	position: relative;
    min-height: 100%;
}
body {
	margin-bottom: 50px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 49px; /* Set the fixed height of the footer here */
    line-height: 48px; /* Vertically center the text there */
    background-color: #808080;
    color: #FFF;
    border-top: 1px solid #EEE; 
    font-size: 12px;
}
.footer a {
  color: #FFF;
}
.footer p {
  margin-bottom: 0;
}
header {
    background-color: #F8F9FA;
}
.top-header {
    background: rgb(23,208,89);
background: -moz-linear-gradient(left, rgba(23,208,89,1) 0%, rgba(0,173,237,1) 100%);
background: -webkit-linear-gradient(left, rgba(23,208,89,1) 0%,rgba(0,173,237,1) 100%);
background: linear-gradient(to right, rgba(23,208,89,1) 0%,rgba(0,173,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17d059', endColorstr='#00aded',GradientType=1 );
}
.top-title {
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
    padding-top: 8px;
}
.social-icon {
    border-right: 1px solid rgba(255,255,255,.2);
}
.social-icon a {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-left: 1px solid rgba(255,255,255,.2);
}
.logo {
    padding: 15px 0;
}
.logo img {
    max-width: 100%;
}

.super-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.75);
    top: 0;
    left: 0;
    overflow: auto;
}
.megaBox {
    font-family: 'Roboto', sans-serif;
}
.emailboc {
    margin-top: -20px;
}
#date-selector {
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}

#date-selector #dbbtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}