
.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:0px;
}

/* Page Header */

    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}
.item{
	margin: 0px;
	padding: 0px;
	border-color: #f90;
}
.item h4{
	color:#e62b33;
}
.item p{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	color: #555;
}

ul.thumbnails { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: red!important;
    
}
ul.thumbnails li{
	width:100%;
}
.thumbnail{
	width: 100px;
}



/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
}



/* Carousel Control */
.control-box {
    text-align: center;
    width: 100%;
}


.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 10px;
  background-color:darkgreen;
	color:#fff;
	font-weight: 400;
  border: 2px solid #006400;
  border-radius: 4px;
	transition: all .25s ease;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
	color: #000;
	border: 2px solid #006400;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
/*::-moz-selection { background: #ff5e99; color: #FFFFFF; }*/
