.activity-two
{
	display: none;
}

.image-container img 
{
	margin-left: auto;
	margin-right: auto;
	height: 600px;
}

.image-container img, .image-container .embed-responsive
{
	margin-bottom: 20px;
}

.image-container h5
{
	font-weight: bold;
	text-align: center;
}

#carousel{
	margin-bottom: 3em;
}

.carousel-inner{
	height: 650px;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;
	background-repeat: repeat-x;
}
.carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li {
	border: 1px solid #FC7753;
}
.carousel-indicators .active {
	background-color: #FC7753;
}

.carousel-control {
    max-height: 570px;
}
.glyphicon-chevron-right, .glyphicon-chevron-left {
	color: #FC7753;
}

.hints
{
	display: none;
}

.text-entry p 
{
	font-size: 14px !important;
}

.well 
{
	background-color: #b0bcbd;
	color: #3c5c67;
	border-color: #3c5c67;
}

.well p
{
	margin-bottom: 10px;
}


@media print 
{
	.hints 
	{
		display: none !important;
	}
}