/* TLT Slideshow */

.swiper-pagination-bullet {
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 0.2rem;
	background: rgba(32, 32, 32, 0.8);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #aaaaaa;
}

.tltslide-wrapper {
	position: relative;
}

.tltslide-wrapper img {
	padding: 0;
	margin: 0;
}

/* Class for slide's text box */
.tltslide-textbox {
	background-color: #000;
	opacity: 0.7;
	/* 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: 0.5rem 0.5rem 1.5rem;
}

/* Style for textbox header */
.tltslide-textbox h1 {
	color: #CCCCCC;
	font-size: 2rem;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.5rem;
}

.tltslide-textbox b {
	color: #CCCCCC;
	font-size: 2rem;
	font-weight: bold;
}

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

.tltslide-textbox:hover {
	opacity: 0.9;
}

.swiper-button-next:before,
.swiper-button-prev:before {
	display: none;
}
