/*
Template Name: AKP Slider
Template URI: http://www.totalslider.com/
Description: Template designed for integration with the WordPress Twenty Twelve theme. Modified very, very slightly by Spencer Wharton.
Author: Chris Van Patten (inspired by work done by the WordPress team)
Author URI: http://www.totalslider.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.ts-akpslider {
	width: 100%;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	position: relative;
}

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

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

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

.ts-akpslider-overlay {
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ts-akpslider-title {
	margin: 0 0 24px !important;
	line-height: 1.2 !important;
	font-size: 22px;
	font-weight: normal;
	color: inherit !important;
}

.ts-akpslider-description {
	line-height: 1.714285714;
	margin: 0 !important;
	color: inherit !important;
}

#total-slider-previous:hover, #total-slider-next:hover {
	text-decoration: none;
	opacity: 0.85;
}

#total-slider-previous, #total-slider-next { 
	display: block;
	height: 3em;
	width: 2.8em;
	line-height: 4.5em;
	position: absolute;
	bottom: 0;
	z-index: 100;
	color: #FFF;
	font-size: 4em;
	text-shadow: 0 1px 1px #000;
	text-align: center;
	opacity: 0.6;
}

#total-slider-next {
	right: 0;
}

#total-slider-previous {
	left: 0;
}