/* Slide Default Theme
*********************************/
.sliceshow-slideshow {margin: 0 0 60px!important; position: relative; zoom: 1;}
.sliceshow-slideshow.pager-off {margin-bottom: 0!important;}
.sliceshow-slideshow .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.sliceshow-slideshow .slides {zoom: 1;}
.sliceshow-slideshow .slides > li {position: relative!important; margin: 0;}
.sliceshow-slideshow .slides .sliceshow-caption {
	position: absolute!important;
	bottom: 0!important;
	left: 0!important;
	margin: 0!important;
	padding: 1% 5%!important;
	width: 90.5%!important;
	background: rgb(0,0,0)!important;
	background: rgba(0,0,0,0.4)!important;
	color: #fff!important;
	font-size: 18px!important;
	font-weight: bold!important;
}
.sliceshow-slideshow .slides .sliceshow-caption a:link, .sliceshow-slideshow .slides .sliceshow-caption a:visited {
	color: #fff;
	-webkit-transition: all .5s ease;
	text-decoration: none!important;
}
.sliceshow-slideshow .slides .sliceshow-caption a:hover {
	text-decoration: none;
	opacity: .8;
}

/* Direction Nav */
.sliceshow-slideshow .flex-direction-nav {*height: 0;}
.sliceshow-slideshow .flex-direction-nav a {width: 31px; height: 44px; margin: -22px 0 0; display: block; background: url(../images/sliceshow-arrows-default.png) no-repeat 0 50%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; filter:alpha(opacity=0); -webkit-transition: all .3s ease;}
.sliceshow-slideshow .flex-direction-nav .flex-next {background-position: 100% 50%; right: -36px; margin-right: 5px!important; }
.sliceshow-slideshow .flex-direction-nav .flex-prev {left: -36px; margin-left: 5px!important;}
.sliceshow-slideshow:hover .flex-next {opacity: 0.6; filter:alpha(opacity=60); right: 5px;}
.sliceshow-slideshow:hover .flex-prev {opacity: 0.6; filter:alpha(opacity=60); left: 5px;}
.sliceshow-slideshow:hover .flex-next:hover, .sliceshow-slideshow:hover .flex-prev:hover {opacity: 1; filter:alpha(opacity=100);}
.sliceshow-slideshow .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.sliceshow-slideshow .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.sliceshow-slideshow .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.sliceshow-slideshow .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.sliceshow-slideshow .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.sliceshow-slideshow .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.sliceshow-slideshow .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.sliceshow-slideshow .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.sliceshow-slideshow .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.sliceshow-slideshow .flex-control-thumbs img:hover {opacity: 1;}
.sliceshow-slideshow .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .sliceshow-slideshow .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .sliceshow-slideshow .flex-direction-nav .flex-next {opacity: 1; right: 0;}
  .sliceshow-slideshow .slides .sliceshow-caption {font-size: 14px;}
}