/**/
.slItem{
	position: relative;
}
.toHomeSlider{
	width:100%;
	min-height:300px;
	margin-bottom: 70px;
}
.slItem img{
	opacity:0;
}
.slItem .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:1;
}
.slItem .img:after{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/*background: rgba(45, 0, 0, 0.80);*/
}
.slItem .tText{
	position: absolute;
	top:50%;
	left:100px;
	width: calc(100% - 200px);
	transform: translateY(-50%);
	z-index:2;
}
.slItem .ttl{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
	line-height: 140%;
	color: #FFFFFF;
	padding-right: 35%;
}
.slItem .txt{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166%;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin-top: 10px;
}
.slItem .tText a{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 12px 10px 10px;
	background: #86303B;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	display: inline-block;
	margin-top: 30px;
	transition: all ease 0.3s;
}
.toHomeSlider{
	position: relative;
	max-width: 100%;
}
.slItem .tText a:hover{
	transition: all ease 0.3s;
	background: #6d2730;
}