
/* sticky footer, background: fixed image */


html, body {
    height: 100%;
}

body {
    background: #04050A url('../img/night_sky.jpg') no-repeat fixed center top;
    background-size: cover;
}

.footer {
    border-top: 1px solid #111;
    background-color: black;
    position: relative;
    margin-top: -81px; /* negative value of footer height */
    height: 81px;
    clear: both;
    padding-top:10px;
}

#page-wrap {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#footer-pusher {
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 90px; /* this needs to be > footer height*/
    padding-top: 192px; /* this needs to be > navbar height*/
}
@media screen and (max-width: 1199px) {
    #footer-pusher {
        padding-top: 170px;
    }
}
@media screen and (max-width: 991px) {
    #footer-pusher {
        padding-top: 148px;
    }
}
@media screen and (max-width: 767px) {
    #footer-pusher {
        padding-top: 63px;
    }
}

.page-header {
    text-align: center;
}

.btn-dual {
    color: white;
    background-color: #0072ba;
    border-color: #222;
}

.btn-dual:hover {
  color: #fff;
  background-color: #1A8CD4;
  border-color: #040404;
}

.social-icons i:hover {
    color: #0072ba;
}
.social-icons i {
    border-radius: 500px;
    font-size: 18px;
    margin-right: 4px;
    padding: 6px;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    position: relative;
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}


.table.inbox-table > thead > tr > th,
.table.inbox-table > tbody > tr > th,
.table.inbox-table > tfoot > tr > th,
.table.inbox-table > thead > tr > td,
.table.inbox-table > tbody > tr > td,
.table.inbox-table > tfoot > tr > td {
    vertical-align: top;
}

#logo {
    background-image: url('../img/logo.png');
    background-size: 84px 50px;
    height: 50px;
    width: 84px;
    transition: background-image .4s ease-in-out;
    -webkit-transition: background-image .4s ease-in-out;
}

#logo:hover {
    background-image: url('../img/logo_hover.png');
    background-size: 84px 50px;
    height: 50px;
    width: 84px;
}

/* fix for jquery.validate inserting empty labels (with padding) when valid! */
label.help-block:empty {
    padding: 0;
    margin: 0;
}

/*default sizes for avatar images*/
.avatar-lg {
    width: 256px;
    height: 256px;
}
.avatar-md {
    width: 128px;
    height: 128px;
}
.avatar-sm {
    width: 64px;
    height: 64px;
}

.avatar-sm2 {
    width: 56px;
    height: 56px;
}

.avatar-xs {
    width: 32px;
    height: 32px;
}

.crop-preview {
    overflow: hidden;
}

.inbox-table {
    width: 100%;
}

.inbox-table > thead > tr,
.inbox-table > tbody > tr,
.inbox-table > tfoot > tr {
    border: 1px solid #464545;
}

.inbox-table tr {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.glyphicon {
    line-height: 1;
}

.glyphicon-margin {
    margin-left: 6px;
    margin-right: 6px;
}

.comment_box {
    background: none;
    color: #ccc;
    border-color: #222222;
}

.comment-wrapper {
    margin-top: 12px;
}

/* Ensure cursor on a without href */
a[data-toggle=tab] {
    cursor: pointer;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
}

.navbar-hamburger {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-hamburger .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
}
.navbar-hamburger .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-card a {
    display: block;
    position: relative;

    max-height: 120px;
    overflow: hidden;

    opacity: 0.85;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.navbar-card a:hover {
    opacity: 1;
}


.nav-overlay-title {
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: white;
}

@media screen and (max-width: 992px) {
    .nav-overlay-title {
        font-size: 16px;
        bottom: 5px;
        right: 5px;
    }
}

.hidden-xxs {
    display: block;
}
.visible-xxs {
    display: none;
}
@media screen and (max-width: 420px) {
    .visible-xxs {
        display: block;
    }
    .hidden-xxs {
        display: none !important;
    }
}

/* Make the .lead a bit less large on desktop */
@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

a.unstyled,
a.unstyled:hover {
    color: inherit;
    text-decoration: none;
}

a.hover_underline:hover,
a.unstyled.hover_underline:hover {
    text-decoration: underline;
}

@media screen and (max-width: 350px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.home-list-group {
    font-size: 0.7em;
}

.home-list-group .lead {
    font-size: 13px;
}

.home-list-group .media-body {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

body.mce-fullscreen nav {
    display: none;
}

div.mce-fullscreen {
    z-index: 2000;
}

form .mce-panel {
    border: 0 solid rgba(0, 0, 0, 0.8);
}

nav .badge.unread-badge {
    background: red;
    color: white;
}

.modal-gdpr .modal-dialog .modal-content {
    background-color: #47484A;
    border: 1px solid #999999;
    color: white;
    border-radius: 0;
    padding: 10px;
}
.modal-gdpr .modal-dialog .modal-content .modal-body p,
.modal-gdpr .modal-dialog .modal-content .modal-body ul {
    color: white;
    font-size: 14px;
    font-family: sans-serif;
}
.modal-gdpr .modal-dialog .modal-content .modal-body h1 {
    margin-bottom: 50px;
    font-family: RefrigeratorDeluxe, sans-serif;
    color: white;
    font-size: 25px;
}
.modal-gdpr .modal-dialog .modal-content .modal-body .btn {
    margin-top: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    letter-spacing: 1.6px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.42);
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    height: auto;
    padding-top: 12px;
    padding-bottom: 11px;
    border: none;
    transition: all .2s ease;
}
.modal-gdpr .modal-dialog .modal-content .modal-body .btn:before {
    content: '';
    position: absolute;
    border: solid 1px white;
    width: 100%;
    height: 24px;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: none;
}
.modal-gdpr .modal-dialog .modal-content .modal-body .btn:after {
    content: '';
    position: absolute;
    border: solid 1px white;
    width: 100%;
    height: 24px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: none;
}
.modal-gdpr .modal-dialog .modal-content .modal-body .btn.highlighted {
    background-color: rgba(50, 176,238, 0.7);
    box-shadow: 0 0 15px 5px rgba(50, 176, 238, 0.5);
}
.modal-gdpr .modal-dialog .modal-content .modal-body .btn.highlighted:hover {
    background-color: #32b0ee;
}
.modal-gdpr .modal-dialog .modal-content .modal-body h1 {
    margin-top: 15px;
    font-weight: 900;
}
.spinning {
    animation: spin 2s infinite linear;
    -webkit-animation: spin2 2s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.legal-notice p {
    color: #999999;
    font-size: 10px;
    margin: 0;
}