@charset "utf-8";
/* CSS Document */


.slick-prev{
    position: absolute;
    top: 38%;
	left:10px;
	text-indent:-9999px;
	background-color:transparent;
    cursor: pointer;
    border: none;
    outline: none;
	background-image:url(../images/prev.png);
	background-repeat:no-repeat;
	background-size:auto 40px;
	height:40px;
	width:23px;
	z-index:700;
}
.slick-next{
    position: absolute;
    top: 38%;
	right:10px;
	text-indent:-9999px;
	background-color:transparent;
    cursor: pointer;
    border: none;
    outline: none;
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-size:auto 40px;
	height:40px;
	width:23px;
	z-index:700;
}
/* Dots */
.slick-dots {
	text-align:center;
	margin-top:10px;

}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
	float:none;
}
.slick-dots li button{
	text-indent:-9999px;
	border:0;
	background-color: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;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
	border-radius:50%;
    content: '';
	background-color:#e0e0e0;
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	background-color:#3765a3;
	opacity:1;
	border-radius:50%;
}


@media only screen and (max-width:1130px){

.slick-prev{
	display:none;
	background-image:none;
}
.slick-next{
	display:none;
	background-image:none;
}
.slider {
	margin:20px 0 0;
	overflow:hidden;
}

}


@media only screen and (max-width: 640px){


.slick-prev{
    top: 50%;
	left:-15px;
	background-size:auto 20px;
	height:20px;
	width:20px;
}
.slick-next{
    top: 50%;
	right:-15px;
	background-size:auto 20px;
	height:20px;
	width:20px;
}
.slick-dots {
	display:none;

}
}

