@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: 20%;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -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,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.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-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: -25px;
}
[dir='rtl'] .slick-prev{
    right: -25px;
    left: auto;
}
.slick-prev:before{
    content: '';
}
[dir='rtl'] .slick-prev:before{
    content: '';
}

.slick-next{
    right: -25px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: -25px;
}
.slick-next:before{
    content: '';
}
[dir='rtl'] .slick-next:before{
    content: '';
}

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

.slick-dots
{
    position: absolute;
    bottom: -45px;
    display: inline-block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 15px;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 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{

    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}

/* =================== RESTYLE ==================== */
.slick-slider{margin:0;}

.slider_main{
    width:100%;
    position: relative;
    z-index:0;
}
.slider_main img{
    margin:0;
    width: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}
.slide_item {height:auto}

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

.slick-dots{
    width: 3%;
    height: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.slick-dots li{
    display:block;
    width: 100%;
    height: 15px;
    margin: 10px 0px;
    padding: 0;
}

.slick-dots li button:before
{
    display:none;
    content: '';
    opacity: 1;
    width: 100%;
    height: 100%;
    font-family: none;
    font-size: 0;
    color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 12px rgba(0,0,1,.45);
    -webkit-box-shadow: 0 0 12px rgba(0,0,1,.45);
    box-shadow: 0 0 12px rgba(0,0,1,.45);
}
.slick-dots li.slick-active button:before
{
    display:none;
    opacity: 1;
    color: black;

}
.slick-dots li button{background-color: #ffffff;vertical-align: top;}
.slick-dots li.slick-active button{background-color: #2c233a;}

/* Arrows (footer-slide) */
.slick-prev:before,
.slick-next:before{
    display: none;
}

.slick-prev,
.slick-next{
    width: 10%;
    height: 100%;
    z-index: 5;
    opacity: .6;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50%;
}
.slick-prev:focus,
.slick-next:focus{
    opacity: 1;
}
.slick-prev{left: 0;background-image: url(../slick/arrowleft.png);}
.slick-next{right: 0;background-image: url(../slick/arrowright.png);}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{

}

/*+++++++++++++++++++++++++++ MEDIA QUERY ++++++++++++++++++++++++++++*/
@media screen and (max-width:1300px) {

}/*@media*/
@media screen and (max-width:1034px) {

}/*@media*/

@media screen and (max-width:964px) {
    .slider_main img{ margin: 0; max-width: 100%;}

}/*@media*/
@media screen and (max-width:860px) {

}

@media screen and (max-width:768px) {
}/*@media*/
@media screen and (max-width:667px) {

}/*@media*/
@media screen and (max-width:568px) {

}/*@media*/
@media screen and (max-width:480px) {

}/*@media*/
@media screen and (max-width:375px) {
}/*@media*/
@media screen and (max-width:320px) {

}/*@media*/
