.innova_slider_inner .innova_slide_innerH1,.innova_slider_inner p{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	color:#fff;
    text-shadow: 1px 0 1px #000, 
	0 1px 1px #000, 
	-1px 0 1px #000, 
	0 -1px 1px #000
}
.innova_slider_inner{
	display:block;
	flex-direction:column;
	height:100%;
	width:100%;
	align-items:flex-start;
	justify-content:center;
	padding:0 250px 40px 270px;
}
.innova_slider_inner .innova_slide_innerH1{
	font-size:48px;
	line-height:1;
	font-family:'Open Sans Condensed',sans-serif;
	font-weight:700;
	padding:0;
	border:0;
	margin:300px 0 0;
	user-select:none
}
.innova_slide_block{
	position:relative;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-color:rgba(0,0,0,.67);
	display:flex;
	height:100%
}
.innova_slider_img{
	width:100%;
	text-align:center
}
.innova_slider_img img{
	max-width:100%;
	height:auto
}
.innova_slider_inner p{
	font-size:26px;
	line-height:30px;
	margin:30px 0 40px;
	user-select:none
}
a.innova_slider_btn{
	text-shadow:none!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
	outline:0!important;
	display:inline-block;
	text-transform:uppercase;
	font-weight:700;
	padding:15px 26px;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	margin-bottom:0;
	color:#fff;
	border-radius:0;
	font-size:22px;
	background-color:#000000;
	border:3px solid #fff;
	-webkit-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
	-moz-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
	-ms-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
	-o-transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
	transition:background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease
}
a.innova_slider_btn:hover, .innova_slider_btn:active, .innova_slider_btn:focus {
	text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
	text-decoration: none;
	border-color: transparent !important;
}
a.innova_slider_whole_slider_link {
	display: block;
	position: abosulte;
	width: 100%;
	height: 100%;
}
span.innova_slider_btn {
	display: none;
}

.tns-outer {
	position: relative;
}

.tns-nav {
	text-align: center;
}
.tns-nav button {
	height: 15px;
	width: 15px;
	border: none;
	border-radius: 50%;
	margin: 10px 5px;
	background-color: #ccc;
	opacity: 0.6;
  	padding: 0 !important;
}
.tns-nav button:hover {
	opacity: 0.6;
}
.tns-nav button.tns-nav-active {
	background-color:#131313;
}

.tns-controls button {
	position: absolute;
	display: block;
	width: 60px;
	height: 100px;
	outline: none;
	background: transparent;
	top: 50%;
	margin-top: -45px;
	font-size: 0;
	border: none;
	z-index: 2;
}
.tns-controls button:hover, .tns-controls button:active, .tns-controls button:focus {
	outline: none;
}
.tns-controls button:before,
.tns-controls button:after {
	content: '';
	position: absolute;
	background: #fff;
	height: 2px;
	width: 50px;
	top: 50%;
	left: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tns-controls button:before {
	margin-top: -22px;
	background: #000 !important;
}
.tns-controls button:after {
	margin-top: 22px;
	background: #000 !important;
}
.tns-controls button:hover:before {
	margin-top: -18px;
	background: #000 !important;
}
.tns-controls button:hover:after {
	margin-top: 18px;
	background: #000 !important;
}
.tns-controls button[data-controls=prev] {
	left: 12px;
}
.tns-controls button[data-controls=prev]:before {
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
	background: #000 !important;
}
.tns-controls button[data-controls=prev]:after {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	background: #000 !important;
}
.tns-controls button[data-controls=prev]:hover:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #000 !important;
}
.tns-controls button[data-controls=prev]:hover:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000 !important;
}
.tns-controls button[data-controls=next] {
	right: 12px;
}
.tns-controls button[data-controls=next]:before {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	background: #000 !important;
}
.tns-controls button[data-controls=next]:after {
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
	background: #000 !important;
}
.tns-controls button[data-controls=next]:hover:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000 !important;
}
.tns-controls button[data-controls=next]:hover:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #000 !important;
}