@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    /*opacity: 1;*/
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    /*opacity: .25;*/
}


.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;

    /*opacity: .75;*/
color: white;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
left: 0px;
}
[dir='rtl'] .slick-prev
{
right: 0px;
left: auto;
}
.slick-prev
{
    width:13px;
    height:31px;
    background: url(../images/svg/icons/controls.png) no-repeat 0px 0px;
    z-index:1000;
    cursor:pointer;
}

.slick-next
{
right: 0px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: 0px;
}
.slick-next
{
    width:13px;
    height:31px;
    background: url(../images/svg/icons/controls.png) no-repeat 0px -32px;
    z-index:1000;
    cursor:pointer;
}


.slick-dots
{
    position: absolute;
    bottom: 20px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.benefits .slick-dots {
    position: relative;
    bottom: 0px;
    width: auto;
    float: none;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    margin: 0 12px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;
    background: white;
    border-radius: 10px;
    border: 2px solid white!important;
    width: 18px;
    height: 18px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    outline: none;
}

.benefits ul {
    padding-left:0px;
}

@media only screen and (max-width: 700px) {
    .slick-dots li button {
        height:14px;
        width:14px;
    }
}


.benefits .slick-dots li {
    height:11px;
    width:11px;
    background:url("../images/slick-bullet.png") no-repeat top left;
    margin:0 10px;
}

.benefits .slick-dots li button {
    color: #3b3fd8;
    background: #3b3fd8;
    border:1px solid #3b3fd8!important;
    width:9px;
    height:9px;
    padding:0px;
    top: 1px;
    left: 1px;
    position: absolute;
}

.benefits .slick-dots li.slick-active button {
    background:white!important;
}
.benefits .slick-dots li.slick-active button:before {
    color:white;
}

.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: 10px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '';
    text-align: center;

    /*opacity: .25;*/
color: white;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
background:#004994!important;
}
.slick-dots li.slick-active button:before
{
    /*opacity: .75;*/
color: #004994;
}
