.tns-outer{
    padding:0 !important;
	position: relative;
}
.tns-outer [hidden]{
    display:none !important
}
.tns-outer [aria-controls],.tns-outer [data-action]{
    cursor:pointer
}
.carousel:not(.is-loaded){
	opacity: 0;
	overflow: hidden;
}
.tns-slider{
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;

	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tns-slider>.tns-item{
    -webkit-transform: translate3d(0, 0, 0);
}
.tns-horizontal.tns-subpixel{
    white-space:nowrap
}
.tns-horizontal.tns-subpixel>.tns-item{
    vertical-align:top;
    white-space:normal
}
.tns-horizontal.tns-subpixel>.tns-item:not(.is-flex){
	display:inline-block;
}
.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
}
.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-ovh{
    overflow:hidden
}
.tns-visually-hidden{
    position:absolute;
    left:-10000em
}
.tns-transparent{
    opacity:0;
    visibility:hidden
}
.tns-slide-active
.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-nav > [aria-controls] {
width: 8px;
  height: 8px;
  border-radius: 30px;
  background: #ddd;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 8px;
  margin-right: 5px;
  padding: 0;
}
.tns-nav > .tns-nav-active {
  background: #717171;
  width: 20px;
  min-width: 20px;
}
.tns-nav{
	text-align: center;
  margin: 10px auto;
  display: flex;
  overflow: hidden;
  width: 90px;
}
.tns-outer{
	position: relative;
}
/* Custom controls */
.tns-controls button{
	position: absolute;
    top: 48%;
    background: #505050;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    transition: .3s ease-in-out;
    z-index: 2;
	border:none;
	outline:none;
}
.tns-controls button:disabled{
	background: #e6e6e6;
}
.tns-controls button span {
    display: none
}
.tns-controls button:not(:disabled):hover {
    color: #fff;
    background-color: #377dff
}
.tns-controls button[data-controls="prev"]{
	left: -10px;
}
.tns-controls button[data-controls="prev"]:before {
    content: "\f060";
    font-family: "font awesome 5 pro";
    font-weight: 400
}
.tns-controls button[data-controls="next"]{
    right: -10px;
}
.tns-controls button[data-controls="next"]:before {
    content: "\f061";
    font-family: "font awesome 5 pro";
    font-weight: 400
}
