
.land--slider-box {
	z-index: 1;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	overflow: hidden;
}

.land--slider-item {
	padding: 100px 0 0;
	background: center center no-repeat;
	background-size: cover;
	width: auto;
	height: 100px;
	display: inline-block;
}

@media (max-width: 767px) {
	.land--slider-item {
		padding: 0;
		width: auto;
		height: auto;
	}
}

.land--slider-wrap {
	background: rgba(255, 255, 255, 0.54);
	padding: 66px 47px 49px;
	text-align: center;
	width: 420px;
	height: auto;
}

@media (max-width: 767px) {
	.land--slider-wrap {
		padding: 40px 0 66px;
		margin: 0 -20px;
		width: auto;
		height: auto;
	}

	.land--slider-wrap .btn-pink {
		margin: 0 auto;
		width: 202px;
		height: auto;
		font-size: 11px;
		line-height: 46px;
	}
}

.land--slider-title {
	text-transform: uppercase;
	color: #db3088;
	margin: 0 0 34px;
	font-size: 37px;
	line-height: 25px;
	font-weight: 300;
}

@media (max-width: 767px) {
	.land--slider-title {
		margin: 0 0 20px;
		font-size: 23px;
		line-height: 25px;
		font-weight: 300;
	}
}

.land--slider-logo {
	margin: 0 auto 25px;
	display: block;
}

@media (max-width: 767px) {
	.land--slider-logo {
		margin-bottom: 17px;
		width: 195px;
		height: auto;
	}
}

.land--slider-tools {
	margin: -74px 0 0;
	background: rgba(255, 255, 255, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.71);
	z-index: 2;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.land--slider-tools-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.land--slider-tools-dot {
	margin: 0 60px 0 0;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 73px;
	font-weight: 500;
}

.land--slider-tools-dot:last-of-type {
	margin: 0;
}

.land--slider-tools-dot.active,
.land--slider-tools-dot:hover {
	color: #db3088;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.land--slider-tools-dot {
		margin: 0 30px 0 0;
	}
}

.land--slider-arrows {
	padding: 0 35px 0 0;
	font-size: 0;
	line-height: 0;
}

.land--slider-arrow {
	color: #333333;
	text-decoration: none;
	margin: 23px 0 0 29px;
	display: inline-block;
	vertical-align: top;
	font-size: 27px;
	line-height: 27px;
}

.land--slider-arrow:first-of-type {
	margin-left: 0;
}

.land--slider-arrow:hover {
	color: #db3088;
}

.land--slider .slick-dots {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 14px;
	left: 0;
}

.land--slider .slick-dots li {
	margin: 0 7px;
	display: inline-block;
	vertical-align: top;
}

.land--slider .slick-dots li button {
	border: 1px solid #db3088;
	background: #ffffff;
	width: 18px;
	height: 18px;
	font-size: 0;
	line-height: 0;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.land--slider .slick-dots li.slick-active button {
	background: rgba(219, 48, 136, 0.8);
}
