
.description {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

.dist {
    display: block;
    width: 170px;
    margin: 20px auto;
    padding: 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #09AE9B;
    color: #fff;
}

.dist:hover {
    background: #099681;
}

.examplecode {
    margin: 0 auto 30px;
}

.examplecode:last-child {
    margin-bottom: 0;
}

code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
}

tr {
    display: block;
    padding: 0 20px;
    margin-bottom: 20px;
}

.description {
    margin-bottom: 10px;
}

section {
    padding: 40px 0;
}

section:nth-child(even) {
    background: #ececec;
}

td, th {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 24px;
    font-weight: 300;
    color: #2E435A;
}

th {
    text-align: left;
    font-weight: 600;
}

footer {
    margin: 0 auto;
    padding: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    text-align: center;
    background: #2E435A;
    color: #fff;
}

/**
 * Slider specific 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;
    font-family: 'Source Sans Pro', sans-serif;
    height: 130px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    background: #2E435A;
    color: #fff;
}
.frame li img{
    width: 100%;
    height: 100%;
}

.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;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.next svg, .prev svg {
    width: 25px;
}

.container .js_slide img{
    margin: 0!important;
}


.prev img{
    width: 10px;
}
.js_prev,.js_next{
    width: 35px;
    height: 35px;
    border:1px solid #e0e0e0;
    border-radius: 50%;
    background: rgba(255,255,255,0.7);
}
.js_prev img,.js_next img{
    width: 25px;
    margin: 5px 0 0 0;
}
.js_next img{
    margin: 5px 0 0 6px;
}

.onover{
    background: #1090d9;
}

.examplecode {
    width: 1200px;
}
.slider {
    width: 1200px;
    margin: 0 auto 20px;
}

.frame {
    width: 1160px;
}

.simple li {
    width: 1160px;
}

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

.multipleelements li, .multislides li, .ease li {
    width: 275px;
    margin-right: 20px;
    height:173px;
}




















