#footer {
    background-color: #000E2F;
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    height: 60px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  #footer ul {
    padding: 0;
  }
  #footer a {
    color: rgba(255, 255, 255, 0.7);
  }
  #footer a:hover {
    color: white;
  }
  #footer li {
    display: inline;
    margin-right: 1.5em;
  }
  #footer li:last-child {
    margin-right: 0;
  }
  #footer li a {
    padding: 15px 0px;
  }
  
  #footers .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: normal;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #footers .btn:active:focus, #footers .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  #footers .btn:hover, #footers .btn:focus {
    color: #333;
    text-decoration: none;
  }
  #footers .btn:active, #footers .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  #footers .btn.disabled, #footers .btn[disabled], fieldset[disabled] #footers .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  #footers .btn-default {
    color: #333 !important;
    background-color: #fff;
    border-color: #ccc;
  }
  #footers .btn-default:hover, #footers .btn-default:focus, #footers .btn-default.focus, #footers .btn-default:active, #footers .btn-default.active, .open > #footers .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  #footers .btn-default:active, #footers .btn-default.active, .open > #footers .btn-default.dropdown-toggle {
    background-image: none;
  }
  #footers .btn-default.disabled, #footers .btn-default.disabled:hover, #footers .btn-default.disabled:focus, #footers .btn-default.disabled.focus, #footers .btn-default.disabled:active, #footers .btn-default.disabled.active, #footers .btn-default[disabled], #footers .btn-default[disabled]:hover, #footers .btn-default[disabled]:focus, #footers .btn-default[disabled].focus, #footers .btn-default[disabled]:active, #footers .btn-default[disabled].active, fieldset[disabled] #footers .btn-default, fieldset[disabled] #footers .btn-default:hover, fieldset[disabled] #footers .btn-default:focus, fieldset[disabled] #footers .btn-default.focus, fieldset[disabled] #footers .btn-default:active, fieldset[disabled] #footers .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
  }
  #footers .btn-default .badge {
    color: #fff;
    background-color: #333;
  }
  
  #footers .btn-primary {
    color: #fff !important;
    background-color: #327AAE;
    border-color: #2c6c9a;
  }
  #footers .btn-primary:hover, #footers .btn-primary:focus, #footers .btn-primary.focus, #footers .btn-primary:active, #footers .btn-primary.active, .open > #footers .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #275e86;
    border-color: #1f4b6b;
  }
  #footers .btn-primary:active, #footers .btn-primary.active, .open > #footers .btn-primary.dropdown-toggle {
    background-image: none;
  }
  #footers .btn-primary.disabled, #footers .btn-primary.disabled:hover, #footers .btn-primary.disabled:focus, #footers .btn-primary.disabled.focus, #footers .btn-primary.disabled:active, #footers .btn-primary.disabled.active, #footers .btn-primary[disabled], #footers .btn-primary[disabled]:hover, #footers .btn-primary[disabled]:focus, #footers .btn-primary[disabled].focus, #footers .btn-primary[disabled]:active, #footers .btn-primary[disabled].active, fieldset[disabled] #footers .btn-primary, fieldset[disabled] #footers .btn-primary:hover, fieldset[disabled] #footers .btn-primary:focus, fieldset[disabled] #footers .btn-primary.focus, fieldset[disabled] #footers .btn-primary:active, fieldset[disabled] #footers .btn-primary.active {
    background-color: #327AAE;
    border-color: #2c6c9a;
  }
  #footers .btn-primary .badge {
    color: #327AAE;
    background-color: #fff;
  }
  
  #footers .btn-success {
    color: #fff !important;
    background-color: #3A833A;
    border-color: #327132;
  }
  #footers .btn-success:hover, #footers .btn-success:focus, #footers .btn-success.focus, #footers .btn-success:active, #footers .btn-success.active, .open > #footers .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2a602a;
    border-color: #1f471f;
  }
  #footers .btn-success:active, #footers .btn-success.active, .open > #footers .btn-success.dropdown-toggle {
    background-image: none;
  }
  #footers .btn-success.disabled, #footers .btn-success.disabled:hover, #footers .btn-success.disabled:focus, #footers .btn-success.disabled.focus, #footers .btn-success.disabled:active, #footers .btn-success.disabled.active, #footers .btn-success[disabled], #footers .btn-success[disabled]:hover, #footers .btn-success[disabled]:focus, #footers .btn-success[disabled].focus, #footers .btn-success[disabled]:active, #footers .btn-success[disabled].active, fieldset[disabled] #footers .btn-success, fieldset[disabled] #footers .btn-success:hover, fieldset[disabled] #footers .btn-success:focus, fieldset[disabled] #footers .btn-success.focus, fieldset[disabled] #footers .btn-success:active, fieldset[disabled] #footers .btn-success.active {
    background-color: #3A833A;
    border-color: #327132;
  }
  #footers .btn-success .badge {
    color: #3A833A;
    background-color: #fff;
  }
  
  #footers .btn-info {
    color: #fff !important;
    background-color: #20809D;
    border-color: #1c6f88;
  }
  #footers .btn-info:hover, #footers .btn-info:focus, #footers .btn-info.focus, #footers .btn-info:active, #footers .btn-info.active, .open > #footers .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #175d73;
    border-color: #114555;
  }
  #footers .btn-info:active, #footers .btn-info.active, .open > #footers .btn-info.dropdown-toggle {
    background-image: none;
  }
  #footers .btn-info.disabled, #footers .btn-info.disabled:hover, #footers .btn-info.disabled:focus, #footers .btn-info.disabled.focus, #footers .btn-info.disabled:active, #footers .btn-info.disabled.active, #footers .btn-info[disabled], #footers .btn-info[disabled]:hover, #footers .btn-info[disabled]:focus, #footers .btn-info[disabled].focus, #footers .btn-info[disabled]:active, #footers .btn-info[disabled].active, fieldset[disabled] #footers .btn-info, fieldset[disabled] #footers .btn-info:hover, fieldset[disabled] #footers .btn-info:focus, fieldset[disabled] #footers .btn-info.focus, fieldset[disabled] #footers .btn-info:active, fieldset[disabled] #footers .btn-info.active {
    background-color: #20809D;
    border-color: #1c6f88;
  }
  #footers .btn-info .badge {
    color: #20809D;
    background-color: #fff;
  }
  
  #footers .btn-warning {
    color: #fff !important;
    background-color: #A5660D;
    border-color: #8d570b;
  }
  #footers .btn-warning:hover, #footers .btn-warning:focus, #footers .btn-warning.focus, #footers .btn-warning:active, #footers .btn-warning.active, .open > #footers .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #764909;
    border-color: #553407;
  }
  #footers .btn-warning:active, #footers .btn-warning.active, .open > #footers .btn-warning.dropdown-toggle {
    background-image: none;
  }
  #footers .btn-warning.disabled, #footers .btn-warning.disabled:hover, #footers .btn-warning.disabled:focus, #footers .btn-warning.disabled.focus, #footers .btn-warning.disabled:active, #footers .btn-warning.disabled.active, #footers .btn-warning[disabled], #footers .btn-warning[disabled]:hover, #footers .btn-warning[disabled]:focus, #footers .btn-warning[disabled].focus, #footers .btn-warning[disabled]:active, #footers .btn-warning[disabled].active, fieldset[disabled] #footers .btn-warning, fieldset[disabled] #footers .btn-warning:hover, fieldset[disabled] #footers .btn-warning:focus, fieldset[disabled] #footers .btn-warning.focus, fieldset[disabled] #footers .btn-warning:active, fieldset[disabled] #footers .btn-warning.active {
    background-color: #A5660D;
    border-color: #8d570b;
  }
  #footers .btn-warning .badge {
    color: #A5660D;
    background-color: #fff;
  }
  
  #footers .btn-danger {
    color: #fff !important;
    background-color: #D4403A;
    border-color: #c9322c;
  }
  #footers .btn-danger:hover, #footers .btn-danger:focus, #footers .btn-danger.focus, #footers .btn-danger:active, #footers .btn-danger.active, .open > #footers .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b42d27;
    border-color: #962521;
  }
  #footers .btn-danger:active, #footers .btn-danger.active, .open > #footers .btn-danger.dropdown-toggle {
    background-image: none;
  }
  #footers .btn-danger.disabled, #footers .btn-danger.disabled:hover, #footers .btn-danger.disabled:focus, #footers .btn-danger.disabled.focus, #footers .btn-danger.disabled:active, #footers .btn-danger.disabled.active, #footers .btn-danger[disabled], #footers .btn-danger[disabled]:hover, #footers .btn-danger[disabled]:focus, #footers .btn-danger[disabled].focus, #footers .btn-danger[disabled]:active, #footers .btn-danger[disabled].active, fieldset[disabled] #footers .btn-danger, fieldset[disabled] #footers .btn-danger:hover, fieldset[disabled] #footers .btn-danger:focus, fieldset[disabled] #footers .btn-danger.focus, fieldset[disabled] #footers .btn-danger:active, fieldset[disabled] #footers .btn-danger.active {
    background-color: #D4403A;
    border-color: #c9322c;
  }
  #footers .btn-danger .badge {
    color: #D4403A;
    background-color: #fff;
  }
  
  #footers .btn-link {
    color: #3075A6 !important;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
  }
  #footers .btn-link, #footers .btn-link:active, #footers .btn-link[disabled], fieldset[disabled] #footers .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #footers .btn-link, #footers .btn-link:hover, #footers .btn-link:focus, #footers .btn-link:active {
    border-color: transparent;
  }
  #footers .btn-link:hover, #footers .btn-link:focus {
    color: #1f4b6b !important;
    text-decoration: underline;
    background-color: transparent;
  }
  #footers .btn-link[disabled]:hover, #footers .btn-link[disabled]:focus, fieldset[disabled] #footers .btn-link:hover, fieldset[disabled] #footers .btn-link:focus {
    color: #777777 !important;
    text-decoration: none;
  }
  
  #footers .btn-lg, #footers .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
  }
  
  #footers .btn-sm, #footers .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
  }
  
  #footers .btn-xs, #footers .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
  }
  
  #footers .btn-block {
    display: block;
    width: 100%;
  }
  
  #footers .btn-block + #footers .btn-block {
    margin-top: 5px;
  }