
.slider-wrapper {
	margin: 0 0 40px;
}
.picture-slide a {
    display: block;
}
.picture-slide img {
    width: 100%;
	display: none;
}
.first-slide img {
    display: block;
}

/* DIRECTIONAL NAVIGATION */

.anywhere-slider .slick-arrows {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 150px;
    height: 75px;
    font-size: 0;
}
.anywhere-slider .slick-arrows:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 12px;
    margin: auto;
    background-color: #c6c6c6;
}
.anywhere-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: auto;
    width: 75px;
    height: 75px;
    margin-top: -37px; 
    background-color: rgba(255,255,255,0.4);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    font-size: 0;
    opacity: 1;
}
.anywhere-slider .slick-prev {
    left: 0;
    background-image: url('images/slider-arrow-left.png');
}
.anywhere-slider .slick-next {
    right: 0;
    background-image: url('images/slider-arrow-right.png');
}
.anywhere-slider .slick-arrow:hover {
    opacity: 0.4;
}
.anywhere-slider.slick-dotted .slick-arrows {
    bottom: 30px;
}

/* BULLET NAVIGATION */

.anywhere-slider .slick-dots {
    display: none;
    padding: 0;
    text-align: center;
    font-size: 0;
}
.anywhere-slider .slick-dots li {
    display: inline-block;
    margin: 20px 5px 0;
}
.anywhere-slider .slick-dots button {
    width: 50px;
    height: 10px;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: rgba(0,0,0,0.3);
    background-color: transparent;
    font-size: 0;
}
.anywhere-slider .slick-active button {
    border-color: rgba(0,0,0,1);
}



@media all and (min-width: 1025px) {

.header-inside-slider .header.mobile {
	position: absolute;
	width: 100%;
	background-color: transparent;
}
.anywhere-slider .slick-arrows,
.anywhere-slider .slick-dots {
	display: block;
}

}