.tns-outer {
	padding: 0 !important;
	position: relative;
}
.tns-outer [hidden] {
	display: none !important
}
.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer
}
.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}
.tns-slider>.tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	text-align: center;
}
.tns-horizontal.tns-subpixel {
	white-space: nowrap;
	margin: auto;
}
.tns-horizontal.tns-subpixel>.tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal
}
.tns-horizontal.tns-no-subpixel:after {
	content: '';
	display: table;
	clear: both
}
.tns-horizontal.tns-no-subpixel>.tns-item {
	float: left
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
	margin-right: -100%
}
.tns-no-calc {
	position: relative;
	left: 0
}
.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px;
	max-width: 100%;
}
.tns-gallery>.tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s
}
.tns-gallery>.tns-slide-active {
	position: relative;
	left: auto !important
}
.tns-gallery>.tns-moving {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s
}
.tns-autowidth {
	display: inline-block
}
.tns-lazy-img {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 0.6
}
.tns-lazy-img.tns-complete {
	opacity: 1
}
.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s
}
.tns-ah-r {
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s
}
.tns-ovh {
	overflow: hidden
}
.tns-visually-hidden {
	position: absolute;
	left: -10000em
}
.tns-transparent {
	opacity: 0;
	visibility: hidden
}
.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}
.tns-normal, .tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1
}
.tns-vpfix {
	white-space: nowrap
}
.tns-vpfix>div, .tns-vpfix>li {
	display: inline-block
}
.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden
}
.tns-t-ct {
	width: 2333.3333333%;
width:-webkit-calc(100% * 70 / 3);
width:-moz-calc(100% * 70 / 3);
width:calc(100% * 70 / 3);
	position: absolute;
	right: 0
}
.tns-t-ct:after {
	content: '';
	display: table;
	clear: both
}
.tns-t-ct>div {
	width: 1.4285714%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left
}

.tns-inner{overflow: hidden; position: relative; z-index: 0;}

ul.tns-thumb-list { 
  margin:0;
  text-align: center;
padding: 0;
	display:-ms-flexbox; display:flex;
	-ms-flex-align: center; align-items: center;
 -ms-flex-line-pack: center; align-content: center;
	width: 100%;
}
ul.tns-thumb-list li {
	display: inline-block;
	cursor: pointer;
	/*border: 5px solid #fff;*/
	background-color: transparent;
	width: 100px;
	padding: 5px;
	padding-left: 5px !important;
	-ms-flex: 1 1 auto; flex: 1 1 auto;
}
ul.tns-thumb-list li::before{content:  none !important;}
ul.tns-thumb-list .tns-nav-active {
  background: none;
  /*border-color: #000;*/
	background-color: #222;
}
ul.tns-thumb-list img { vertical-align: bottom; height: auto; max-height: 100px; max-width: 100%; }

.tns-controls { text-align: center; margin-bottom: 10px; 
	position: absolute; top:0; right:0; bottom:0; left:0; z-index: 1; margin: auto; pointer-events: none;
}
.tns-controls [aria-controls] {
	border: none;
	outline: none;
	pointer-events:visible;
	margin: auto;
	line-height: 1;
}

.tns-controls [data-controls="prev"]{
	position: absolute; top:0; bottom:0; left:0;
}
.tns-controls [data-controls="next"]{
	position: absolute; top:0; bottom:0; right:0;
}

.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 3em;
}
.tns-controls [data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] { 
  /*color: #999999;
  background: #B3B3B3; */
	opacity: 0.75;
  cursor: not-allowed !important;
}
.tns-nav {
	text-align: center;
	position: absolute; right:0; bottom:0; left:0; z-index: 2; margin: auto; pointer-events: none; line-height: 1rem;
}
.tns-nav > [aria-controls] {
	padding: 0;
	margin: 0 5px;
	border: none;
	outline: none;
	pointer-events: visible;	
}
.tns-nav > .tns-nav-active {background-color: #FFF; }

.tns-csm-tools{margin: 1rem auto;}
.tns-csm-tools .tns-nav{ position: relative; right:auto; bottom:auto; left:auto;}

/*theme*/
/*button style*/
.tns-controls [aria-controls] {
	padding: 0.5em;
	height: 3em;
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
}
/*dots style*/
.tns-nav > [aria-controls] {
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
}
.tns-nav > .tns-nav-active {background-color: #FFF; }

/*thumbs*/
ul.tns-thumb-list li, div.tns-thumb-list-preview div{ background-color: transparent !important; }
ul.tns-thumb-list li.active, div.tns-thumb-list-preview div.active { background-color: #00b4ff !important;}
ul.tns-thumb-list img, div.tns-thumb-list-preview img{ max-height: 100px; }
.tns-csm-tools .tns-nav > .tns-nav-active {background-color: #00b4ff; }


.slideshow-case-preview{width: 100%; overflow: hidden; text-align: center}
.slideshow-case-preview>.item{display:none;}
.slideshow-case-preview>.item:first-child{display:block;}
div.tns-thumb-list-preview{text-align: center}
div.tns-thumb-list-preview>div{ display:inline-block; width: 12.5%; min-width: 120px;}
