.art-nostyle.slider {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.art-nostyle.slider .ls-wp-container {
	max-width: 100%;
}

.art-nostyle.slider .ls-l {
	margin: 0;
}

.art-nostyle.slider .btn {
	display: inline-block;
	margin: 0;
	cursor: pointer;
	background: transparent;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-family: Intro, Arial, sans-serif;
	transition: all 0.3s ease-out;
	padding: 15px 30px;
	font-size: 13px;
	color: #fff;
}

.art-nostyle.slider .btn:hover {
	background: rgba(255, 255, 255, 0.15);
}

.art-nostyle.slider a.ls-l {
	text-decoration: none;
}
