@charset 'UTF-8';



.home-banner__item{

	display:none;	

}

/* Slider */

.slick-loading .slick-list{

    background: #fff url('./ajax-loader.gif') center center no-repeat;

}

/*.slider__content:hover .slick-prev {
	display: block !important;
}
.slider__content:hover .slick-next {
	display: block !important;
}*/

.slider__content:hover .slick-dots {
	display: block !important;
}


.slick-prev {

	display: none !important;

	cursor: pointer;

	position: absolute;

	z-index: 2;

	top: 40%;

	left: 0.5%;

	width: 40px;

	height: 63px;

	background: url(/wp-content/themes/default2/images/slider-previous-main.png) no-repeat center;

	font-size: 0;

   line-height: 0;

   border: none;

   outline: none;

}

.slick-prev:hover {

	background: url(/wp-content/themes/default2/images/slider-previous.png) no-repeat center;

}

.slick-next {

	display: none !important;

	cursor: pointer;

	position: absolute;

	z-index: 2;

	top: 40%;

	right: 0.5%;

	width: 40px;

	height: 63px;

	background: url(/wp-content/themes/default2/images/slider-next-main.png) no-repeat center;

	font-size: 0;

   line-height: 0;

   border: none;

   outline: none;

}

.slick-next:hover {

	background: url(/wp-content/themes/default2/images/slider-next.png) no-repeat center;

}



/* Dots */

.slick-slider{}



.slick-dots{
	/*display: none !important;*/

	width:100%;

	margin:0px;

    position: absolute;

    bottom: 5px;

	right:0px;

	height:34px;

    width: 100%;

    padding: 0;

    list-style: none;

    text-align: center;

	z-index:1;

}

.slick-dots li{

    position: relative;

    display: inline-block;

    margin: 0 3px;

    padding: 0;	

}

.slick-dots li button{

    width: 25px;
    height: 25px;
    display: block;
    margin: 0px;
    padding: 0px;
    background: #a22424;
    border: 3px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
	background: #ef403800;

}

.slick-dots li.slick-active button{

	background: #ef403800;
	border: 3px solid #e43e3e;

}