/* CUSTOM CSS */


/* HEADER */
#bar {
    background: url(http://www.free-extras.com/sample/images/header-back.jpg) top center repeat-x;
    opacity: 0.9;
}

.search {
  margin-top: 26px !important; 
}

.navbar {
  margin-bottom: 0px !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #fed136;
}

.nav>li>a {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}

/* FOOTER */

#footer {
    background: url(http://www.free-extras.com/sample/images/footer-back.jpg) top center repeat;
    opacity: 0.9;
    color: #9d9d9d;
}

.quicklinks > li > a {
  color: #9d9d9d;
}

.disclaimer {
  font-size: 0.75em;
}


/* PORTFOLIO GRID */


#portfolio {
  padding: 30px 0px;
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
}

.margin-bottom {
  margin-bottom: 25px;
} 

.portfolio-item {
    padding-right: 5px;
    padding-left: 5px;
}

#portfolio .portfolio-item .portfolio-caption {
  padding: 5px;
}

.portfolio-caption a {
  color: #333;
}

.portfolio-caption a:hover {
  color: #fed136;
}

.image-holder {
  height: 170px;
  overflow: hidden;
}

.image-holder img {
  min-height: 170px;
  width: auto;
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
}

/* 'CATEGORIES' ACCORDION */

#categories {
  width: 262.5px;
}

#categories h4, h5, h6 {
  font-weight: 500;
  text-transform: none;
}

 .category-heading {
  text-align: center;
 }

.list-group-item a{
  color: #333;
}

.list-group-item a:hover {
  color: #fed136;
}

.caption-height-45 {
  height: 45px;
}

.view-more-pictures {
  float: right;
}

.pages {
  font-weight: bold; 
  font-size: 30px;
}

/* PAGINATION */

.normal {
  margin: 0px 5px;
}

.active {
  margin: 0px 5px;
}

/* DETAIL PAGE /images */
div.tags {
  background: url(http://www.free-extras.com/sample/images/footer-back.jpg) top center repeat;
}

#previous {
    float: left;
    margin-top: -200px;
    opacity: 0.9;
    z-index: 1000;
    position: relative;
}

#next {
    float: right;
    margin-top: -200px;
    opacity: 0.9;
    z-index: 1000;
    position: relative;
}
.bottomshare {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.image img {
    width: 80%;
    min-width: 500px;
    height: auto;
}
