@charset "utf-8";
/* CSS Document */

.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;
}
.glyphicon-chevron-right, .glyphicon-chevron-left {
	color: #FC7753;
}
.carousel-caption {
	background: rgba(252, 119, 83, 0.9);
	color: white;
	height: 50px;
	border-radius: 4px;
	display: none;
}
.carousel-caption h3 {
	position: relative;
	bottom: 7px
}
.row {
	padding-bottom: 1em
}
.text-entry {
	min-height: 150px;
	padding: 10px;
	border: 2px solid #52b8ce;
	margin-top: 1.5em
}

[contenteditable=true]:empty:before {
	color:#bbb;
  content: attr(placeholder);
  display: block; /* For Firefox */
}


@media print {
	#carousel-content{
		display:none;
	}

}

