.tns-outer { padding: 0 !important }

.tns-outer [hidden] { display: none !important }

.tns-outer [aria-controls], .tns-outer [data-action] { cursor: pointer }

.tns-slider {
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s
}

.tns-slider > .tns-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel { white-space: nowrap }

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    clear: both;
    content: '';
    display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item { float: left }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item { margin-right: -100% }

.tns-no-calc {
    left: 0;
    position: relative;
}

.tns-gallery {
    left: 0;
    min-height: 1px;
    position: relative;
}

.tns-gallery > .tns-item {
    -moz-transition: transform 0s, opacity 0s;
    -webkit-transition: transform 0s, opacity 0s;
    left: -100%;
    position: absolute;
    transition: transform 0s, opacity 0s
}

.tns-gallery > .tns-slide-active {
    left: auto !important;
    position: relative;
}

.tns-gallery > .tns-moving {
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s
}

.tns-autowidth { display: inline-block }

.tns-lazy-img {
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    opacity: 0.6;
    transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete { opacity: 1 }

.tns-ah {
    -moz-transition: height 0s;
    -webkit-transition: height 0s;
    transition: height 0s
}

.tns-ovh { overflow: hidden }

.tns-visually-hidden {
    display: none;
    left: -10000em;
    position: absolute;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 0
}

.tns-normal, .tns-fadeOut {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1
}

.tns-vpfix { white-space: nowrap }

.tns-vpfix > div, .tns-vpfix > li { display: inline-block }

.tns-t-subp2 {
    height: 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 310px;
}

.tns-t-ct {
    position: absolute;
    right: 0;
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
    clear: both;
    content: '';
    display: table;
}

.tns-t-ct > div {
    float: left;
    height: 10px;
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
}