/* 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: transparent;
    opacity: 1;
    top: 0;
    left: 45%;
    width: 55%;
    position: absolute;
    padding: 0.5rem 0.5rem 1.5rem;
    bottom: 0;
    color: #000;
    padding: 30px;
    font-size:1.5rem	
}

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

.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 {
    display:none;
}
.swiper-button-prev:before {
    display:none;
}
