.slideshow {
  height: 494px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slideshow .slide-item {
	position: relative;
	display: block;
	height: 494px;
	width: 100%;
	background-position: 50% 50%
}
@media only screen and (min-width: 300px) and (max-width: 320px) { 
.slideshow {
  height: 324px;
}
.slideshow .slide-item {
	height: 324px;
}

}
@media only screen and (min-width: 321px) and (max-width: 481px) { 
.slideshow {
  height: 364px;
}
.slideshow .slide-item {
	height: 364px;
}
  
}
.slideshow .slide-content {
	padding: 5px 155px 25px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -355px;
	width: 400px;
	color: #ccc;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-animation: slideUp .75s;
	-moz-animation: slideUp .75s;
	-ms-animation: slideUp .75s;
	-o-animation: slideUp .75s;
	animation: slideUp .75s;
	-webkit-backface-visibility: hidden
}
.slideshow .slide-content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: .8;
	/* background: url(slide-desc-bg.html) no-repeat 0% 50%; */
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.slideshow .slide-content:hover, .slideshow .slide-content:focus {
	padding-bottom: 30px
}
.slideshow .slide-content:hover:after, .slideshow .slide-content:focus:after {
	opacity: .9
}
.slideshow .slide-title {
	position: relative;
	z-index: 5;
	font-size: 2em;
	margin: 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	color: #fff
}
.slideshow .slide-desc {
	position: relative;
	z-index: 4;
	margin: 0
}
.slideshow .slide-content strong {
	color: #fff
}
.slide-tools {
bottom: 53px;
    display: none;
    position: absolute;
    right: 270px;
    text-align: center;
    z-index: 2147483647;
}
.slideshow-next, .slideshow-prev {
	position: absolute;
	z-index: 2147483647;
	top: 50%;
	margin-top: -48px;
	width: 60px;
	height: 96px;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
	/* background-image: url(../images/icons-sprite.html); */
	filter: alpha(opacity=50);
	opacity: .5
}
.slideshow-prev {
	left: 5%;
	background-position: -15px -285px
}
.slideshow-next {
	right: 5%;
	background-position: -32px -373px
}
.slideshow-prev:hover, .slideshow-prev:focus {
	background-position: -30px -285px;
	filter: alpha(opacity=90);
	opacity: .9;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.slideshow-next:hover, .slideshow-next:focus {
	background-position: -15px -373px;
	filter: alpha(opacity=90);
	opacity: .9;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.is-disabled .slideshow-next, .is-disabled .slideshow-prev, .is-disabled .slide-tools {
	display: none
}
.slideshow-alt {
	position: relative;
	height: 380px;
	width: 700px;
	overflow: hidden
}
.slideshow-alt .slide-item {
	position: relative;
	display: block;
	width: 100%;
	height: 380px;
	background-position: 50% 50%;
	background-repeat: none
}
.slideshow-alt .slide-content {
	padding: 2em .5em 5em 0;
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 560px;
	color: #ccc;
	background: hsla(0,0%,0%,.5);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: slideUp 1s;
	-moz-animation: slideUp 1s;
	-ms-animation: slideUp 1s;
	-o-animation: slideUp 1s;
	animation: slideUp 1s
}
.slideshow-alt .slide-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: -140px;
	height: 200px;
	border-width: 140px 140px 0 0;
	border-style: solid;
	border-color: transparent hsla(0,0%,0%,.5)
}
