/* =============== Global ============= */
.epat-slick ul.slick-dots{
	position: inherit;
	bottom: inherit;
	width: auto;
	padding-top: 30px;
	list-style: none;
    text-align: center;
}
.epat-slick ul.slick-dots li button{
	display: none;
}
.epat-slick ul.slick-dots li{
    vertical-align: middle;
    cursor:pointer;
    background: #E1E1E1;
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.epat-slick ul.slick-dots li.slick-active{
	background: #F05D17;
}

.epat-slick ul.slick-dots li{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.epat-slick ul.slick-dots li + li {
	margin-left: 10px;
}
.epat-slick ul.slick-dots li.slick-active{
	width: 15px;
	height: 15px;
}

/* =============== Style 2 ============= */
.epat-slick.epat-dots_style_2 ul.slick-dots li{
	height: 3px;
}
.epat-slick.epat-dots_style_2 ul.slick-dots li{
	background:#CFF3F1;
	border-radius:0;
}
.epat-slick.epat-dots_style_2 ul.slick-dots li + li {
	margin-left: 5px;
}
.epat-slick.epat-dots_style_2 ul.slick-dots li.slick-active{
	width:30px;
	background:#13C4BB;
	
}

/* =============== Style 3 ============= */
.epat-slick.epat-dots_style_3 ul.slick-dots li{
    background: #F05D17;
}
.epat-slick.epat-dots_style_3 ul.slick-dots li.slick-active{
    width:20px;
	height: 20px;
    background:transparent;
    border:2px solid #F05D17;
}

/* =============== Style 4 ============= */
.epat-slick.epat-dots_style_4 ul.slick-dots li{
    background: #FACEB9;
    height:10px;
    width:3px;
    border-radius:0;
    vertical-align:bottom;
}
.epat-slick.epat-dots_style_4 ul.slick-dots li.slick-active{
    width:3px;
	height: 20px;
    background:#F05D17;
}

/* =============== Style 5 ============= */
.epat-slick.epat-dots_style_5 ul.slick-dots li{
    background: #FACEB9;
    height:5px;
    width:5px;
}
.epat-slick.epat-dots_style_5 ul.slick-dots li.slick-active{
    width:20px;
	height: 20px;
    background:#F05D17;
}

/* =============== Style 6 ============= */
.epat-slick.epat-dots_style_6 ul.slick-dots li{
    width: auto !important;
	height: auto !important;
	border-radius: initial !important;
	background: transparent !important;
    vertical-align:bottom;
}
.epat-slick.epat-dots_style_6 ul.slick-dots li.slick-active {
	font-weight: 600;
	font-size: 23px;
	position: relative;
	bottom: -4px;
	color:#F05D17;
}