﻿/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}
/*
 * Blog name and description
 */

.blog-header {
  padding-top: 2px;
  padding-bottom: 2px;
}
.blog-title {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: normal;
}
.blog-description {
  font-size: 18px;
  color: #999;
}
/*
 * Main column and sidebar layout
 */
.blog-main {
  font-size: 18px;
  line-height: 1.5;
  min-width: 400px;
}
/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 5px;
  margin: 2px 2px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}
/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 60px;
  font-size: 13px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}
/*
 * Footer
 */
.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
/*
 * Custom Items Grid List 
 */
    .news .jumbotron {
        max-height: 120px;
    }
    .news-banner {
      background: url('../Images_web/banner.jpg');
      background-position: center;
      background-size: cover;
      margin: 0 0 50px 0;
    }
    .news-descriptions .col-md-4 > a:last-of-type {
      display: block;
      letter-spacing: 2px;
      margin: 20px 0;
      text-transform: uppercase;
    }
    .news-descriptions .col-md-4 {
      margin-bottom: 30px;
    }
    .news-pan {
        color: #222222;
        border-radius: 5px;
        border: medium solid #5c7d89;
        background: #E5E5E5;
        height: 500px;
        max-height: 500px;
        max-width: 380px;
        min-width: 300px;
        overflow:hidden;
    }
    .news-pan-1 {
        height: 300px; 
    }
    .news-pan-2 {
        height: 110px; 
        padding: 2px 10px;
    }
    .news-pan-3 {
        height: 27px;
        padding: 3px 15px; 
        font-size: 10px;
    }
    .news-pan-4 {
        padding: 3px 3px;
        min-width: 300px;
        overflow: auto; 
    }
    .news-pan-5 {
        height: 25px;
        font-size: 18px;
    }
    .news-pan-6 {
        min-height: 22px;
        padding: 1px 2px 1px 15px;
        font-size: 10px;
    }
    .news-pan-7 {
        height: 150px;
        max-width: 350px;
        overflow:hidden;
    }
    .news-pan-8 {
        max-height: 50px;
        padding: 1px 2px 1px 15px; 
        font-size: 10px;
    }
    .news-pan-9 {
        height: 35px;
        padding: 5px 1px; 
        font-size: 12px;
    }
     .news-pan-10 {
        padding: 5px 2px 10px 1px; 
        font-size: 12px;
    }
    .news-tag-pan {
        margin: 5px 5px;
        color: #222222;
        height: 150px;
    }
    .news-tag-pan-2 {
        height: 80px; 
        padding: 3px 10px;
    }
    .news-font-sm {
        font-size: 8px;
    }
    /*
 * Movable menu 
 */
    #sidebar {
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        float: left;
        clear: right;
        padding: 85px 8px 10px 30px;
    }

    .fixedBtm {
        margin-left: 60% !important;
        position: fixed;
        bottom: 0;
    }

    .fixedTop {
        margin-left: 60% !important;
        position: fixed;
        top: 0;  
    }
    
    .padBottom {
        margin-bottom: 230px !important;
    }
    
     /*
 * Back to Top of Page
 */
    #toTop {
        padding: 5px 3px;
        border-radius: 5px;
        border: medium solid #5c7d89;
        background: #428bca;
        color: #fff;
        position: fixed;
        bottom: 0;
        right: 5px;
        display: none;
        margin: 8px 30px 50px 8px;
        cursor: pointer;
    }
