

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    padding-top: 140px;
    /*padding-bottom: 20px;*/
    background-color: #eee;
    color: #0d95e8;
    font-family: Arial, Helvetica, sans-serif;
}

.header-container {
   /* border-bottom: 5px solid #dfdfdf;*/
    background: #fff;
    
}
table, th, td {
    border: 1px solid #ddd;
    color: #000;
    padding: 0.5em;
    width: 100%;
}

footer a,
footer a:visited{
    color: #999;
    text-decoration: none;
    margin-right: 1em;
}
footer a.cur{
    font-weight: bold;
}
.sticky {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  transition: all 0.5s ease;
}
.sticky + .main-container{
  padding-top: 140px;
}
.logo-container {
    text-align: center;       
    height: 90px; 
  transition: all 0.4s ease;

}
.logo-sticky {
   line-height: 45px; 
   height: 45px; 
  transition: all 0.4s ease;
 }
.logo-img-sticky{
    max-height: 45px; 
    width: auto;
  transition: all 0.4s ease;
}

.navbar-fixed-top {
    background: #fff;
    font-size: x-large;
    font-weight: bold ;
    font-family: serif;
  border-bottom: 5px solid #dfdfdf;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
.icon-bar{
    background:  #999;
    border: 1px solid #ddd;
}

.wrapper-footer {
    position:relative;
    left:0;
    right:0;
    background:#6f7679;
}
.content-footer2{
    background:#3e4244;
    color:#fff;
}
.width-max {
    max-width:1280px;
    margin:0 auto;
}
.align-center{
    text-align:center;
}
.inline-block{
    display:inline-block;
}
ul.horizontal,
ul.horizontal li{list-style:none;margin:0;padding:0;display:inline-block;}
ul.horizontal a,
ul.horizontal span{padding:0.75rem 0 0.75rem 0.75rem;display:inline-block;}
ul.horizontal li:first-child a,
ul.horizontal li:first-child span{padding-left:0;}
nav ul.horizontal a:after,
nav ul.horizontal span:after{content:"|";padding-left:0.75rem;}
nav ul.horizontal li:first-child a:before,
nav ul.horizontal li:first-child span:before{content:"|";padding-right:0.75rem;}
