#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background: rgba(0, 0, 0, 0.84);
	text-shadow:none;
}

#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#myCarousel .list-group .active {
	background-color:#eee;	
	    color: #d81d1d;
}
.hhead{
	font-size: 16px;
    line-height: 21px;
}
.subh{
	font-size: 13px;
    line-height: 9px;
    font-weight: 600;
}
.pevent {
	    font-size: 14px;
    line-height: 23px;
}

@media (min-width: 992px) { 
	#myCarousel {padding-right:34.3333%;}
	#myCarousel .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
   font-size: 12px;
    border: 1px solid #d81d1d;
    border-radius: 5px;
    text-align: center;
    color: #d81d1d;
    margin-bottom: 30px;
    padding: 0px 5px;

}
.filter-button:hover
{
    font-size: 13px;
    border: 1px solid #d81d1d;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #d81d1d;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
