@charset 'UTF-8';
/* Dots */
.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 6px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
	list-style:none;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 6px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #cccccc;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 6px;
    content: '•'; 
    opacity: 1;  
	background:#cccccc;
}
.slick-dots li.slick-active button:before{
    outline: none;
	background:#f79420;
	height:6px;
	width:30px;
}
@media only screen and (max-width: 1013px){
.slick-dots{bottom: -35px;}
}
