
/* Carousel Control */
.control-box {
    text-align: right;
    width: 98%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

ul.thumbnails { 
    margin-bottom: 0px;
    list-style-type: none;
}



/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #555;
}



#miccCarousel .news-item {
	margin-bottom:5px;
	padding-bottom:15px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.12);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#1f000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#1f000000);
    
   
}

#miccCarousel .news-item .thumbnail {
	border:none;
	border-radius: 0;
	background: transparent;
	
}

#miccCarousel .news-item .caption > * {
	margin:0;
}

#miccCarousel .news-item .caption h4, #miccCarousel .news-item .caption p {
	padding-left:10px;
	padding-right: 5px;
}

#miccCarousel .news-item .caption h4 {
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:0;
	color:#777777;
	padding-bottom:2px;
}

#miccCarousel .news-item .thumbnail {
	margin-bottom:15px;
	padding:0;
}

#miccCarousel .news-item .thumbnail .img-responsive {
	border-radius: 0;
	
}

#miccCarousel a {
	color:#999999;
	text-decoration:none;
}


#miccCarousel a:hover {
	color:#555;
}

#miccCarousel .pager li > a, #miccCarousel .pager li > span {
	padding:5px 10px;
}

#miccCarousel .pager li > a:hover, #miccCarousel .pager li > span:hover {
	background-color: #eee;
	
}

#miccCarousel i {
	font-size:1em;
}

@media screen and (max-width: 768px) {
	#miccCarousel .news-item {
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
	
	#miccCarousel .pager {
		margin-top:0;
	}
}

.caption-date {font-size:70%; padding-left:10px; padding-bottom:15px;}





