.slick-slider {
	position: relative;
	width: 100%;
	max-width:2200px;
	margin: auto;
	z-index: 1;
}

.sslide {
	height: 600px !important;
	width: 100%;
	outline: 0 !important;
	max-width:2200px;
	background-size:cover!important;
}

.slick-prev,
.slick-next {
	display: none !important;
}

.slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	list-style-type: none;
	margin: 7px;
	padding: 0;
}

.slick-dots li {
	display: inline-block;
	cursor: pointer;
}

.slick-dots li button {
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	width: 14px;
	height: 14px;
	border: none;
	color: rgba(255,255,255,0);
	margin: 0 5px;
	outline: 0;
	cursor: pointer;
	padding: 0;
}

.slick-dots li.slick-active button {
	background-color: rgba(0,0,0,0.3);
}


.homepage.instagramwidget {
	text-align:center;
	background:#fff;
	padding:5px 0 0 0;
}

.section-catalog {
	background:#fff;
	padding-top:50px;

}
.section-seefullcollection {
	background:#fff;
	font-size:24px;
	text-transform:uppercase;
	background:#af0735;
	line-height:70px;
	white-space:nowrap;
	color:#fff;
	border-bottom:10px solid #fff;
}
.section-seefullcollection a {
	color:#fff;
	text-decoration:none;	
}

.section-some {
	padding:25px 0 50px 0;	
}

@media screen and (max-width: 980px) {
	.slick-slider {
		height:410px;
		overflow:hidden;
	}
	.sslide {
		background-size:1500px auto!important;
		height:400px;
	}
}
@media screen and (max-width: 720px) {
	.slick-slider {
		height:205px;	
	}
	.sslide {
		background-size:750px auto!important;
		height:200px;
	}
	.slick-dots {
		display:none!important;	
	}
}
