@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('../../common/js/fonts/slick.eot');
    src: url('../../common/js/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../common/js/fonts/slick.woff') format('woff'), url('../../common/js/fonts/slick.ttf') format('truetype'), url('../../common/js/fonts/slick.svg#slick') format('svg');
}
/* Arrows */



#arrows{
    position: absolute;
    width: 100%;
    height: 40px;
    right: 0;
    top: 50%;
    margin-top:-40px;
    z-index: 5;
}


.slick-prev,
.slick-next,#arrows2 .slider-top0
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: 0;

    display: block;

    /*width: 102px;
    height: 20px;*/
    width: 40px;
    height: 40px;
    padding: 0;
    
    background-color: inherit;
    cursor: pointer;
    border-radius: 20px;
    color: transparent;
    border: none;
    outline: none;
    z-index: 5;
}


.slider-prev,
.slider-next,#arrows .slider-top0
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: 0;

    display: block;

    /*width: 102px;
    height: 20px;*/
    width: 40px;
    height: 40px;
    padding: 0;
    
    background-color: inherit;
    cursor: pointer;
    border-radius: 20px;
    color: transparent;
    border: none;
    outline: none;
    z-index: 5;
}

.slider-prev i , .slider-next i,#arrows .slider-top0 i{
    width: 40px;
    height: 40px;
    font-size: 35px;
    letter-spacing: 1.43px;
    text-align: center;
    line-height: 40px;
    background: #9C9C9C;
    border-radius: 20px;
    color:#FFF;
}
#arrows2{
    position: absolute;
    width: 35%;
    height: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 50%;
    margin:0 auto;
    z-index: 5;
}
#arrows2 i{
    width: 40px;
    height: 40px;
    font-size: 35px;
    letter-spacing: 1.43px;
    text-align: center;
    line-height: 40px;
    color: #000;
    background:#F5F6F7;
}
#arrows2 .slick-prev,
#arrows2 .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    display: block;

    /*width: 102px;
    height: 20px;*/
    width: 40px;
    height: 40px;
    padding: 0;
    
    background-color: inherit;
    cursor: pointer;
    border-radius: 20px;
    color: transparent;
    border: none;
    outline: none;
    z-index: 5;
}
#arrows2 .slick-next
{
    right: -20px;
    bottom:0px;
}

#arrows2 .slick-prev
{
    left: -20px;
    bottom:0px
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    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
{
    content:"";
}


.slick-prev,.slider-prev
{
    left: -20px;
    bottom:0px
}

.slick-prev:before
{
    content: '';
}


.slick-next,.slider-next,#arrows .slider-top0,#arrows2 .slider-top0
{
    right: -20px;
    bottom:0px;
}

.slick-next:before
{
    content: '';
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slider-prev.slick-disabled{
    opacity: .25;
    pointer-events: none;
}

#arrows .slider-top0 i{
    background:#000;
    font-size: 30px;
}
#arrows2 .slider-top0 i{
    font-size: 30px;
    background:#F5F6F7;
}
.slider-next.slick-disabled{
    z-index: 3;
}
#arrows2 .slick-next.slick-disabled{
    z-index: 3;
}


@media screen and ( max-width:768px ){
/*SP_CONTENTS===============================================================================*/

#arrows2{
    width: 90%;
    top: 33%;
}    
#arrows i{
    width: 40px;
    height: 40px;
    font-size: 35px;
    letter-spacing: 1.43px;
    text-align: center;
    line-height: 40px;
    background: #9C9C9C;
    border-radius: 20px;
    color:#FFF;
}

}
