


/* B&A Gallery */

.alert.alert-info {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


.bagallery-container {

	margin-bottom: 10px;

	padding-bottom: 32px;

	display: block;

}



.bagallery-container .gallery-labels {

	font-size: 13px

}



.bagallery-container .gallery-labels .left, 

.bagallery-container .gallery-labels .right {

	padding: 0 4px;

	float: left;

	width: 50%;

}



.bagallery-container .bagallery-box img.thumbnail {

	max-width: 50%;

	margin-bottom: 0;

	float: left;

	width: 50%;

}



.bagallery-container a.bagallery-box-view {

	text-decoration: none;

	color: #fff;

	background: #a7a9ac;

	padding: 2px 2px;

	display: block;

}



.bagallery-container a.bagallery-box-view .caption-text {

	padding: 2px 5px 5px;

	background: #a7a9ac;

	line-height: 1.2em;

	font-size: 12px;

}



.bagallery-container .bagallery-box-view .single-image {

	float: left;

	width: 50%;

}



.bagallery-container .bagallery-box-view .single-image img.thumbnail {

	float: none;

	width: 100%;

	max-width: 100%;

	margin: 0;

	padding: 0;

	border-radius: 0;

	border: solid 2px #a7a9ac;

}





.bagallery-container .carousel-control.right,

.bagallery-container .carousel-control.left {

    background: none;

    width: 32px;

    height: 32px;

    top: auto;

    left: 50%;

    bottom: -32px;

}

.bagallery-container .carousel-control.left {

    right: auto;

    margin-left: -150px;

}

.bagallery-container .carousel-control.right {right: 0;margin-left: 124px;}

.bagallery-container .carousel-control .icon-prev,

.bagallery-container .carousel-control .icon-next,

.bagallery-container .carousel-control .glyphicon-chevron-left,

.bagallery-container .carousel-control .glyphicon-chevron-right {

    top: 6px;

    color: #6082A5;

}



.bagallery-container .carousel-indicators {

    margin-left: -15% !important;

    display: block;

    width: 30%;

    bottom: -45px;

}



.bagallery-container .carousel-indicators li {

    border-color: #000;

}



.bagallery-container .carousel-indicators .active {

    background-color: #000;

}



.bagallery-container .carousel-wrap-inside {

    display: block;

}



.carousel-control .glyphicon-chevron-right {

    right: 20%;

}

.carousel-control .glyphicon-chevron-left {

    left: 20%;

}



.bagallery-container h5.caption {

    margin-top: 5px;

    margin-bottom: 5px;

}

