﻿/**
 * Demo Page Styles
 */

.slider {
    position: relative;
    width: 320px;
    margin: 0 auto 40px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame {
    position: relative;
    width: 270px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.frame .slides {
    display: inline-block;
}

.simple li {
    width: 270px;
    margin-right: 10px;
}

.variablewidth li {
    width: 280px;
    margin-right: 10px;

}

.multipleelements li, .multislides li, .ease li {
    width: 60px;
    margin-right: 10px;
}

.simple li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
    margin-right: 0;
}
.prev, .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
    font-size: 55px;
}
.next {
    right: 0;
}
.prev {
    left: 0;
}
.next svg, .prev svg {
    width: 25px;
}
.slider {
        width: 100%;
        margin: 0 auto 20px;
    }
  
.simple li{
    white-space: normal;
}
@media screen and (min-width: 320px ){
    .frame {
        width: 80%;
    }
    .ease li{
        width: 300px;
    }
}
@media screen and (min-width: 640px ){
     .frame {
        width: 90%;
    }
    .ease li{
        width: 270px;
    }
}
@media screen and (min-width: 768px ) {
      .frame {
        width: 95%;
    }
    /**
     * Demo Page Styles
     */
    .simple li {
        width: 90%;
    }
    .ease li {
        width: 220px;
        margin-right: 20px;
    }
}
@media screen and (min-width: 980px ){
    .ease li {
        width: 218px;
    }
}
@media screen and (min-width: 1200px ) {
    .ease li {
        width: 270px;
        margin-right: 20px;
    }
}
