/**
 * Slider specific styles
 */

.slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame {
    position: relative;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    line-height: 30px;
}
.frame li p{
    white-space:normal;
}
.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;
}
.variablewidth li img{
		width:100%;
    }
@media (max-width:800px) {
    
    .slider {
        max-width: 300px;
        margin: 0 auto;
		background-color:#fff;
		padding:20px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
		margin-left:10px;
    }
}
@media screen and (min-width: 1440px ) {
    
    .slider {
        max-width: 1300px;
        margin: 0 auto;
		background-color:#fff;
		padding:20px;
    }


    .variablewidth li {
        width: 400px;
        margin-right: 15px;
		margin-left:15px;
    }
}
@media screen and (min-width: 1650px ) {
    .slider {
        max-width: 1550px;
        margin: 0 auto;
		background-color:#fff;
		padding:20px;
    }

    .frame {
        width: 1550px;
    }
    .variablewidth li {
        width: 480px;
        margin-right: 20px;
		margin-left:20px;
    }
	

   
}
