.at-slide-show {
	position: relative;
	display: block;
	height: 330px;
	min-width: 260px;
	margin: auto;
	margin-top: 20px;
	border-radius: 6px;
	overflow: hidden;
}

.slideshow-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #CCC8BE;
}

.slideshow-inner > ul {
	position: relative;
	left: 0;
	height: 100%;
	width: 300%;
	margin: 0;
	overflow: hidden;
	list-style: none;
	-webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}

.slideshow-inner > ul > li {
	float: left;
	position: relative;
	width: 33.33333333%;
	height: 330px;
	border-radius: 7px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.at-slide-show input[type=radio] {
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 100;
	visibility: hidden;
}

/**
 * styling labels as Bullets
 */

.at-slide-show label.at-ss-bullet {
	position: absolute;
	left: 93%;
	top: 15px;
	z-index: 100;
	width: 16px;
	height: 16px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5), 0px 0px 0 2px white inset;;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

@media screen and (min-width: 640px) {
	.at-slide-show label.at-ss-bullet {
		left: 96%;
	}
}

.at-slide-show label.at-ss-bullet[for^=at-ss-button-1] {
	margin-left: -45px;
}

.at-slide-show label.at-ss-bullet[for^=at-ss-button-2] {
	margin-left: -22px;
}

.at-slide-show input[type=radio]:checked+label {
	background-color: #5d9cec;
}

.at-slide-show input[type=radio]:checked+label+label {
	color: #fff;
	background: #5d9cec;
}

/**
 * styling labels Tabs
 */

label.tabs {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 33.34%;
	padding: 10px 15px;
	white-space: nowrap;
	overflow: hidden;
	border-right: 2px solid #aba287;
	text-overflow: ellipsis;
	text-align: center;
	font-weight: 600;
	background: #c4ba98;
	background: rgba(196, 186, 152, 0.7);
	box-sizing: border-box;
}

.at-slide-show label.tabs[for^=at-ss-button-2] {
	left: 33.333333%;
}

.at-slide-show label.tabs[for^=at-ss-button-3] {
	left: 66.666666%;
}

/**
 * Slide contents
 */

.slideshow-inner > ul > li > img {
	width: 100%;
	margin: auto;
}

.at-ss-description {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	padding: 20px 50% 20px 30px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

html.ie9 .at-ss-description {
	filter: none; /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}

.at-ss-description h3 {
	color: #2d4668;
}

.at-ss-description .at-ss-description-text {
	position: relative;
	z-index: 4;
}

.at-slide-show .button {
	white-space: nowrap;
}

@media screen and (max-width: 560px) {
	.at-slide-show {
		padding-bottom: 132px;
	}

	label.tabs {
		width: 100%;
	}

	.at-slide-show label.tabs[for^=at-ss-button-2] {
		bottom: 44px;
		left: 0;
	}

	.at-slide-show label.tabs[for^=at-ss-button-3] {
		bottom: 88px;
		left: 0;
	}
}