
.content-column {
	max-width: 100%;
	width: 750px;
	margin: 0 auto;
}

.content-column a {
	color: #f55;
}

hr {
	margin: 40px 0;
}

footer {
	margin-top: 50px;
}


.block-image img {
	width: 100%;
	height: auto;
}

/*****************************************************************************
*                                 CAROUSEL                                   *
*****************************************************************************/


.block-carousel ul {
	list-style-type: none;
}

.block-carousel .carousel-caption {
	font-size: 14px;
}

.lSSlideOuter {
	margin-bottom: 20px;
}


.lSSlideWrapper {
	background-color: black;
	/*width: 100%;*/
}

.lightslider {
}

.lightslider-figure {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	margin-left: 0;

}
	
	.lightslider-figure img {
		width: 100%;
		height: auto;
	}


	.lightslider-figure figcaption {
		height: 50px;
		background-color: black;
		color: white;
		font-size: 14px;
		padding: 10px;
		line-height: 26px;
	}
/*
@media (max-width: 745px) {

	.lightslider-figure {
		width: 100vw;
		height: calc(100vw * .3);
	}

	.lightslider-img {
		width: 100vw;
		height: auto;
	}
}*/