@charset 'UTF-8';

.slick-loading .slick-list {
	background: #fff url('../images/loader.svg') center center no-repeat;
}
.slider-prev, .slider-next {
	position: absolute;
	display: block;
	z-index: 99;
	cursor: pointer;
	outline: none;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background-color: #f0ddd7;
	background-position: center top;
}
.slider-prev {
    left: 0;
	background-image: url('../images/left-button.png');
}
.slider-next {
    right: 0;
	background-image: url('../images/right-button.png');
}
.slider-prev img, .slider-next img {
	width: 100%;
	height: 100%;
}
.slider-prev:hover {
	background-position: center bottom;
}
.slider-next:hover {
	background-position: center bottom;
}
.fpslider-prev, .fpslider-next {
	cursor: pointer;
	position: absolute;
	z-index: 99;
	top: 32%;
	width: auto;
	transition: 0.6s ease;
	user-select: none;
	-webkit-user-select: none;
}
.fpslider-prev {
    left: -10px;
}
.fpslider-next {
    right: -10px;
}
.fpslider-prev a, .fpslider-next a {
	cursor: pointer;
	padding: 8px;
	margin-top: -50px;
	color: #202a44;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.fpslider-next a {
	border-radius: 3px 0 0 3px;
}
.idslider-prev, .idslider-next, .tslider-prev, .tslider-next, .dslider-prev, .dslider-next {
	display: inline-block;
	cursor: pointer;
	outline: none;
	float: left;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: 5px bottom;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.idslider-prev {
	background-image: url('../images/left-arrow.svg');
}
.idslider-next {
	background-image: url('../images/right-arrow.svg');
}
.idslider-prev:hover, .tslider-prev:hover, .dslider-prev:hover {
	background-position: 0px bottom;
}
.idslider-next:hover, .tslider-next:hover, .dslider-next:hover {
	background-position: 10px bottom;
}
#idsliderdots, #tsliderdots, #dsliderdots {
	display: inline-block;
	float: left;
    padding: 0 5px 0 15px;
}
#tsliderdots, #dsliderdots {
    padding: 2px 5px 0 15px;
}
#ssliderdots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tslider-prev {
	background-image: url('../images/left-arrow-light.svg');
}
.tslider-next {
	background-image: url('../images/right-arrow-light.svg');
}
.dslider-prev {
	background-image: url('../images/left-arrow-green.svg');
}
.dslider-next {
	background-image: url('../images/right-arrow-green.svg');
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    color: white;
}
.slick-dots li button:before {
    font-size: 56px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '▪';
    text-align: center;
    opacity: 1;
    color: #202a44;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f2f2f2;
}
#tsliderdots .slick-dots li button:before {
	color: #476d3b;
}
#tsliderdots .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}
#dsliderdots .slick-dots li button:before {
	color: #22372b;
}
#dsliderdots .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #476d3b;
}

@media only screen and (min-width: 881px) {
#fpsliderprev, #fpslidernext {
    display: none !important;
}
}

