@import url(http://fonts.googleapis.com/css?family=Geo);

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

body {
    font-size: 16px;
}
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
/* CUSTOMIZE TOP NAVIGATION
-------------------------------------------------- */
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover {
   background-color: #2a9fd6!important; 
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
.carousel-inner,
.carousel .item {
    overflow: hidden;
}
.carousel-caption {
  z-index: 10;
}
.carousel-inner > .item > .slader-img {
  position: relative;
  width: 100%;
}

/* CONTENT
-------------------------------------------------- */

ul.nav-list {
    border-top: 1px solid #111;
    border-bottom: 1px solid #333;
}
ul.nav-list li {
    border-top: 1px solid #333;
    border-bottom: 1px solid #111;
}
ul.nav-list li a:hover {
    background: #191919;
}
.menus.panel,
.article.panel,
.view-item.panel {
    padding: 15px;    
}
.header {
    background: #3f51b5;
    height: 95px;
    margin-bottom: 30px;
    display: block;
}
.n-img {
    padding-left: 0;
}
.article .info,
.view-item .info {
    font-size: 12px;
}
.article-body,
.body-extended {
    font-size: 18px;
}
.article-summary {
    font-size: 13px;
}
.article .options {
    text-align: center;
}
.view-item .article-body,
.news-images-1 .col-md-6,
.news-images-2 .col-md-6{
    margin-bottom: 30px;
}
.comment-box-left {
    margin-bottom: 15px;
}
#comment {
    margin-bottom: 5px;
}
.menus.other_news .othernews-block {
    margin-bottom: 0;
}
.menus .blogcalendar-block {
    margin-bottom: 0;
}
.footer-right {
    text-align: center;
    padding-bottom: 30px;
    font-size: 12px;
}
.menus .text ul:not(.media-list) {
    list-style: inside;
    padding-left: 0;
}
.list-unstyled li,
.dropdown-menu li{
    list-style: none;
}
.menus-caption {
    margin-bottom: 15px;
}
#copyright {
    font-family: 'Geo', sans-serif;
    background-color: rgba(100, 100, 100, 0.2);
    padding: 2px 5px;
    color: #aaa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: -0.5px;
}
#copyright:hover {
    background-color: #444; 
    color: #fff;   
}
/* FORUM
-------------------------------------------------- */
#forum {
   min-height: 0;
}
#forum-viewtopic li.forum-viewtopic-post                { border-top:1px solid #333;  padding:15px 10px }
#forum-viewtopic li.forum-viewtopic-post:nth-child(odd) { background: rgba(100,100,100,0.15)}
#forum, #forum-stats, #forum-rules                  { min-height: 0px;  }
.forum-viewtopic-customtitle {
    background: #353535;
    border-color: #444;
}
#forum-viewtopic .label-info {
    display: table;
    margin: 5px auto;
    overflow: hidden;
    display: table;
    text-align: center;
    padding: 0 10px;
    line-height: 2;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 992px) { 
.n-img {
    padding-right: 0;
    margin-bottom: 20px;
}
 
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

}


@media (max-width: 768px) { 
.carousel {
  margin-top: 50px;
}
 
}
