
.picture-slide img {width: 100%; border-radius: 6px;}

@media all and (min-width: 1001px) {

    .home-page .slider-wrapper:first-child {
        margin-top: -20px;
    }
}

.home-page .slider-wrapper {width: 100%; margin: 0 auto 40px;}

.anywhere-slider {position: relative;}
.slider-vzdelavani {margin: 30px auto 40px;}

.anywhere-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    border: none;
    font-size: 0;
    opacity: 0.7;
}
.anywhere-slider .slick-arrow:hover {
	opacity: 1;
}
.anywhere-slider .slick-prev {left: 0; background: url(images/slider-arrow-left.png) no-repeat center;}
.anywhere-slider .slick-next {right: 0; background: url(images/slider-arrow-right.png) no-repeat center;}

.anywhere-slider .slick-dots {text-align: center; position: relative; z-index: 99; margin-top: -30px; padding: 0; font-size: 0;}
.anywhere-slider .slick-dots li {
	display: inline-block;
    margin: 0 8px;
}
.anywhere-slider .slick-dots button {width: 13px;	height: 13px; border: none; background: #fff; box-shadow: 0 1px 1px rgba(0,0,0,.3); border-radius: 50%; font-size: 0;}
.anywhere-slider .slick-active button {background: #e63188;}


@media all and (min-width: 1001px) {
	
    .home-page .slider-wrapper:first-child {
        margin-top: 20px;
    }
}

@media all and (min-width: 1367px) {
    .home-page .slider-wrapper {width: 1300px; margin: 0 auto 60px;}
    .education .slider-wrapper {width: 1300px;}
}