/* TLT Slideshow */

/* Main slide class */
.tltslide {
}	
.tltslide .btn{
	margin:5px;
}
.tltslide a:hover{
	color:#333;
}
/* Class for slide's text box */
.tltslide-text {
	opacity: 1;
	bottom: 0; 
	left: 0;
	top:50%;
	left:50%;
	height:170px;
	margin-top:-85px;
	margin-left:-385px;
	width: 770px;
	max-width:100%;
	border:10px solid #fff;
	position: absolute;
	color:#fff;

}

/* Style for textbox header */
.tltslide-text h1 {
	font-size: 36px;
	font-weight: bold;
	color:#fff;
}
/* Style for textbox body */		
.tltslide-text a{
	color:#fff;
}
.tltslide-text .btn-default{
	padding:16px;
	position: absolute;
	bottom: -37px;
    left: 50%;
	margin-left: -134px;
	color:#111111;
	font-size:18px;
	text-transform: uppercase;
	background: #ff5a9c;
	border:0;
	border-radius:0;
	-webkit-border-radius:0;
	border-bottom:2px solid #bb1155;
	text-shadow:none;

}
