@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./../../ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./../../fonts/slick.eot');
    src: url('./../../fonts/slick.eot?#iefix') format('embedded-opentype'), url('./../../fonts/slick.woff') format('woff'), url('./../../fonts/slick.ttf') format('truetype'), url('./../../fonts/slick.svg#slick') format('svg');
}

@font-face {
  font-family: 'flexslider-icon';
  src: url('./../../fonts/flexslider-icon.eot');
  src: url('./../../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('./../../fonts/flexslider-icon.woff') format('woff'), url('./../../fonts/flexslider-icon.ttf') format('truetype'), url('./../../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* Dots */
.slick-dotted.slick-slider
{
    margin:0;
}

.slick-dots
{
    position: absolute;
    bottom: 31px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	background: transparent;
	width:auto;
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, 0); /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
	
}
.slick-dots li
{   position: relative;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    cursor: pointer;
	max-width:15px;
	background: transparent;
    display:inline-block;
	margin:0px !important;
}





.slick-dots li button
{
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	margin:0;
	padding:0;
	margin:4px !important;
}
.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
{
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .45;
    color: black;
}


