body {
	margin: 0; padding: 0;
}
.TumSli {
	margin-bottom: 0px;
}
.TumSli, .TumSli * {
	box-sizing: content-box;
}
.creditCalculator {
	float: right!important;
	width: calc(50% - 20px)!important;
}
@media only screen and (max-width: 1120px) {
	.creditCalculator {
		float: none!important;
		width: 100%!important;
	}
	.TumSli {
		float: none!important;
		width: 100%!important;
	}
	.sliderim {
		padding-top: 75%!important;
	}
}
.TumSli button {
	box-sizing: border-box;
}
.owl-dots {
    counter-reset: dots;
}
.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.sliderim {
	line-height: 1.5;
	width:100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}
.sliderim .owl-stage {
	position: absolute;
	top: 0; right: 0; bottom: 49px; left: 0;
	overflow: hidden;
}
.sliderim .altresim, .sliderim .owl-item {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	background-size: 100% 100%;
	overflow: hidden;
	box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,.6);
	cursor: pointer;
	background-color: #000;
}
.sliderim .owl-item {
	z-index: 1;
}
.sliderim .owl-item {
}
.sliderim .owl-item a {
	position: relative;
	transition: opacity 1s;
	background-color: #000;
	display: block;
}
.sliderim .owl-item a > span {
	position: absolute;
	right: 100%;
	width: 100%;
	bottom: 30px;
	font-size: 2.5vw!important;
	font-family: "Impact", Tahoma;
	color: #fff;
	transition: right .5s;
	text-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
}
.sliderim .owl-item a > span > span {
	transition: border-left-width 5s, padding-left 5s;
	padding: 0px;
	border-left: 0px solid #3872db;
	min-height: 50px;
	margin: 0 30px;
	transition: background-color 1s, color 1s;
	background-color: #fff;
	display: table;
	color: #fff;
}
.sliderim .owl-item a > span > span > span {
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}
.sliderim .owl-item.active a > span > span {
	border-left-width: 5px;
	padding: 0px 15px;
	background-color: rgba(230,230,230,.7);
	color: #000;
	width: calc(100% - 90px);
	margin-left: 30px;
	text-shadow: inset 0px 0px 15px 0px rgba(255,255,255,1);
}
.sliderim .owl-item.active a > span:hover > span {
	background-color: #fff;
}
.sliderim .owl-item.active a > span {
	right: 0%;
	border-left-width: 5px;
}
.sliderim .owl-dots {
	position: absolute;
	bottom: 0px;
	background-color: #fff;
	height: 59px;
	width: 100%;
	text-align: center;
	padding: 0;
	box-shadow: inset 0px 0px 10px 0px #aaaaaa;
	border-top: 2px solid #3872db;
}
.sliderim .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	margin: 15px 3px 15px;
	width: 29px;
	height: 50%;
	font-size: 14px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,.3);
	transition: color .5s, background-color .5s;
	text-align: center;
}
.sliderim .owl-dot:hover {
	box-shadow: none;
	background-color: #a00000;
	color: #aaa;
}
.sliderim .owl-dot.active {
	background-color: #3872db;
	box-shadow: inset 0px 0px 4px 0px #222;
	color: #fff;
	font-weight: bold;
}
.sliderim .owl-dot:nth-child(1) {
	margin-left: 0;
}
.sliderim .owl-nav {
	position: absolute;
	top: calc(50% - 64px);
	height: 0;
	width: calc(100% - 20px);
	margin: 0 10px;
}
.sliderim .owl-nav button {
	font-size: 55px;
	border: none;
	background-color: transparent;
	color: #fff;
	text-shadow: 0px 0px 3px 0px #000;
	transition: color .5s, background-color .5s;
	cursor: pointer;
}
.sliderim .owl-nav button:hover {
	color: #3872db;
}
.sliderim .owl-nav .owl-next {
	float: right;
}
@media only screen and (max-width: 590px) {
	.sliderim .owl-dot {
		height: 35%;
		width: 20px;
		margin: 20px 3px;
	}
	.sliderim .owl-dot:before {
		counter-increment:dots;
    content: counter(dots);
	}
}
.owl-nav.disabled{display:none}
.headlineSlider .owl-dots{display:none!important}