
.tns-outer{padding:0 !important}.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}.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{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-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}

.quickberg-carousel .site {

}
.quickberg-carousel .carousel-wrapper{
	position: relative;
}

.quickberg-carousel .tns-outer {
	position:Relative;
}

.g12 .quickberg-carousel .tns-outer {
	margin-left:-12px !important;
	margin-right:-12px !important;
	padding-left:12px !important;
	padding-right:12px !important;
}

.g12 .quickberg-carousel.alignfull .tns-outer {
	margin-left:0 !important;
	margin-right:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
}

.site > .quickberg-carousel .tns-outer {
	margin-left:-20px;
	margin-right:-20px;
}

.quickberg-carousel .tns-visually-hidden {
	visibility:hidden;
	display:none;
}

.quickberg-carousel .tns-nav {
	padding:10px 10px 30px;
	text-align:center;
	clear:both;
}

.quickberg-carousel .tns-nav button {
	display:inline-block;
	overflow:hidden;
	width: 30px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin: 0;
	background:transparent none;
	border:0 none;
	outline:0 none;
	cursor:pointer;
	padding:0;
}

.quickberg-carousel .tns-nav button:after {
	content:"";
	display:inline-block;
	background:red;
	width:10px;
	height:10px;
	border-radius:50%;
	overflow:hidden;
}

.quickberg-carousel .tns-nav button.tns-nav-active {
	opacity: .5;
	cursor:initial;
}

.quickberg-carousel .tns-controls button[data-controls] {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	background-size: auto 24px;
	border:0 none;
	outline: 0 none;
	height: 40px;
	width: 30px;
	cursor:pointer;
	
	position:absolute;
	top: 50%;
	margin-top: -20px;
	opacity:.5;
	transition: opacity 320ms linear;
	text-indent:-999px;
	overflow:hidden;
	outline:"ű2px dashed blue;
}

.quickberg-carousel .tns-controls button[data-controls]:hover {
	opacity:1;
	transition: opacity 320ms linear;
}

.quickberg-carousel .tns-controls button[data-controls='prev'] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='black' d='M231 474l20-20c5-5 5-12 0-17L70 256 251 75c5-5 5-12 0-17l-20-20c-4-5-12-5-17 0L5 248c-5 4-5 12 0 16l209 210c5 5 13 5 17 0z'/%3E%3C/svg%3E");
	left:0;
}

.quickberg-carousel .tns-controls button[data-controls='next'] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='black' d='M25 38L5 58c-5 5-5 12 0 17l181 181L5 437c-5 5-5 12 0 17l20 20c4 5 12 5 17 0l209-210c5-4 5-12 0-16L42 38c-5-5-13-5-17 0z'/%3E%3C/svg%3E");
	right:0;
}