/* TLT Slideshow */

/* Main slide class */
.tltslide {
}

/* Class for slide's text box */
.tltslide-text {
	background: rgb(0,0,0,0.6);
	/* opacity: 1; */
	/* Edit those settings if you want to move the text box within the slide */
	bottom: 0;
	left: 0;
	width: 100%;
	/* Do not edit those settings until you do know what you are doing */
	position: absolute;
	padding: 15px 15px;
	color:#fff;
}

/* Style for textbox header */
.tltslide-text h1 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px;
	opacity: 1;
}
.tltslide-text span {
	color: #fff !important;
	font-size: 18px;
	opacity: 1;
	background: #000;
}

.tltslide-text b {
	color: #fff;
	font-size: 33px;
	font-weight: bold;
}

/* Style for textbox body */
.tltslide-text span {
	color: #fff;
	font-size: 20px;
	/* opacity: 0.7; */
}

.tltslide-text:hover {
	/* opacity: 0.8; */
}
