/*
Template Name: W3 Slider NoText
Template URI: http://www.w3it.com.au/
Description: Template designed for integration with the WordPress Custom Theme
Author: W3IT Web Design
Author URI: http://www.w3it.com.au/
Version: 1.0
*/

.ts-w3slider {
	width: 100%;
	max-width: 960px;
	
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	position: relative;
}

.ts-w3slider-slide {
	background-size: cover;
	background-color: #ffffff;
	background-position: center;
	list-style: none;
	margin: 0 !important;
	width: 100%;
	height: 250px;
	position: absolute;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ts-w3slider-link {
	position: relative;
	display: block;
	max-width: 400px;
	width: 80%;
	min-width: 200px;
	border: 10px solid transparent;
	color: #ffffff !important;
	font-size: 14px;
	text-decoration: none;
}

.ts-w3slider-link:hover {
	text-decoration: none;
}

.ts-w3slider-overlay {
	/*background: rgba(255, 255, 255, 0.6);*/
	background: rgba(0, 0, 0, 0.75);
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ts-w3slider-title {
	margin: 0 !important;
	line-height: 1.2 !important;
	font-size: 22px;
	font-weight: normal;
	color:#ffffff!important;
}

.ts-w3slider-description {
	line-height: 1.714285714;
	margin: 0 !important;
	color:#ffffff !important;
}
